Fizz buzz
Full Stack Software Engineer Interview Questions
1,394 full stack software engineer interview questions shared by candidates
Reverse a string
Build out a Tic Tac Toe React game.
Onsite project: SQLite database with 6M+ rows—need to implement fetching, pagination, search, and filtering on React frontend and choice of backend language/web framework.
Leetcode medium-level coding questions, but contextualized to be problems you might encounter at Peloton. System design involved thinking through and explaining how you would design one of their existing products, including DB and API endpoints
Mostly talking about previous projects. One standard question was "how'd you deal with conflit at your previous job"?
General background and experience.
Guys most of the questions are above, here I'm gonna share the question I failed, as I promised the interviewer that I'm gonna solve it, I just needed more time. The most difficult question is the following: we have this array: $input = [ 'item/id' => 'my_id', 'item/title' => 'my_title', 'item/group1/val1' => 'my_val1', 'item/group1/val2' => 'my_val2', 'summary' => 'xyz', 'item/group1/val3' => 'my_val3', ]; We need to convert it to : Array ( [item] => Array ( [id] => my_id [title] => my_title [group1] => Array ( [val1] => my_val1 [val2] => my_val2 [val3] => my_val3 ) ) [summary] => xyz ) This is using PHP.
HR: - Introduce yourself and tell me why you are suitable for the position? Tech: - Web, Java & React knowledge
Why do you want to work at Astranis?
Viewing 361 - 370 interview questions