- Algorithms and Data structures - Space time complexity -C# specific questions
Full Stack Software Engineer Interview Questions
1,393 full stack software engineer interview questions shared by candidates
Why did you choose to use RESTful APIs for communication between microservice X and microservice Y?
I was asked to come up with a technical strategy for allocating resources to jobs requiring various amounts of memory and processor capacity.
I was asked to write a bunch of SQL statements. These included left/right/full joins and unions.
prototypal inheritance and scoping in JavaScript
Q: Tell me about your past experience.
Tell me about yourself and your background?
How would you approach a PM in regards to an unreasonable timeline?
Round 1 Interviewer part: For the first 15mins: He went on with my resume and asked me questions about how I used to work. What strategy do I follow? What kind of processes were involved? How did you do this? What kind of SDLC method I have followed in my previous companies? Agile, Scrum, iterative, waterfall Questions: What is Redux? Alternatives for Redux What is Thunk doing in redux How do you make API calls in useEffect() The rest of the time, solving a Coding question in ReactJs. Round 2 Questions: What are the new additions in ES6 What is the output of this code? let a = 10 test = () => { let a = 12 console.log(a) } test() // logs 12 What is the difference between let, var and const? How do we handle form data in a single object react? Detail about redux? Hooks in redux? Context API Promises vs async await? Which one do you prefer How to update components having no child and parent relation? What are the different verbs for HTTP requests? Difference between put, post and patch? What are the access modifiers in Java? Primitive data types? Write code to implement a doubly linked list. Justifying each step What are generators/generics in Java Round 3 The managerial round was like a discussion about me and how I am. It was more like a conversation than an interview.
1.Introduce yourself 2.What is your core skill(I said java) 3.What do you know about java 4.What is oops concept 5.How to achieve multiple inheritances in java 6.Difference between interface and abstraction 7.What are method overloading and method overriding?
Viewing 891 - 900 interview questions