I applied online. I interviewed at Fullstack Academy (New York, NY) in Dec 2020
Interview
The interview was very smooth! My interviewer was very gracious and gave me a good amount of guidance, considering the program is for beginner programmers. It was mildly challenging for me, a beginner, but the question was definitely a Leetcode easy.
Interview questions [1]
Question 1
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
Open brackets must be closed by the same type of brackets.
Open brackets must be closed in the correct order.