Explain the projects you have done till now and explain what all technology you know
Full Stack Developer Interview Questions
19,461 full stack developer interview questions shared by candidates
Some general technology questions, design decisions etc.
Tell me about Mongo replica sets
The interview began with a common "Tell me about yourself" question, where I introduced my background, skills, and experience. After that, they moved on to JavaScript-related questions, assessing my knowledge of concepts like higher-order functions, closures, and async programming. They also asked about the projects I have developed and mentioned in my resume. I explained my role, the technologies used, and the challenges I faced. Additionally, I was asked to clone a project from Git and run it on a laptop, likely to evaluate my ability to work with version control, set up environments, and debug potential issues.
Find index of the number in rotated sorted array
Suppose I have an array of size N where the values in the array range from 1 to N-1. The question was to print the values that appear at least twice
Benefits of using SpringBoot over Spring
About JS event loops. The exercise was about a hacky way to solve simple Promise problems, which you can know only if you work with them this specific way.
The interviewer asked for a coding question via sharing the screen and seeing an ide for the output. Few java basics questions and then spring-boot questions like What are annotations? Explain @Controller Annotations with syntax. Then asked few questions on HTTP methods.PUT vs POST? Coding question: Given a string aaaaabbcdddffaazzh . Your output should be 5a2bc3d2f2a2zh
Find the total area covered by all rectangles in the plane. It's labeled as "Rectangle Area II" in Leetcode.
Viewing 1581 - 1590 interview questions