My advice is everyone else's advice: 1. Read Cracking the Coding Interview and books like that. 2. Brush up on HackerRank, CodingWars, LeetCode, and sites like that. 3. Don't forget to work on design problems. 4. Practice in front of friends. The questions were hard, but the environment was low-pressure, so don't feel like you have to super-over-prepare, either. I don't remember the exact questions because it's been a while, but the coding one was about searching for a particular node in a tree or traversing a tree or something, and I had to state the runtime at the end. The design question was to sketch out the architecture for an app for a small business. You needed a way to manage reservations/rentals, store and update customer accounts, bill the correct amounts, and send various email notifications.
Full Stack Software Developer Interview Questions
1,695 full stack software developer interview questions shared by candidates
1. Explain What is DevOps 2. What is Callback Hell? 3. Give an example of a project you have worked on and the technologies involved. How did you make these choices? 4. What is Continuous Integration? 5. What is the main difference between GraphQL and REST? 6. Which technologies and languages would you need to develop a project from scratch? 7. What is Pair-Programming? Have you ever done it?
Recursively iterate a json tree structure.
What does clean code mean to you?
Front-end: Fundamental questions about JavaScript. They don't care whether you know Angular, React, or Vue.js. As a smart company, they realized that a good developer can easily switch between libraries/frameworks if given the room to do so. I was challenged with a really fun set of questions that lead to one another within JavaScript. The interviewer was genuinely interested to see how I think, and didn't care much about how precise my code is. Practice on your deep JavaScript understanding and you should be alright. Make sure to be aware of all the quirks of JavaScript.
Implement a function in JS to fetch data from a URL and render it on UI.
Tell me about yourself? Walk me through your resume?
Q: Pair programming in React - Create a bulleted list using props
DB Design - Design a Login / User Registration System. Some simple DB queries like select, delete, insert.
1.) Create a tree in React or Express JS 2.) Review the Hinge Health Application and discuss how it can be enhanced and how you can execute these enhancements. 3.) Coding challenge Review (Delete a node from a tree) they may also ask for requirements that weren't listed in the requirements section. Don't expect the questions the recruiter or coding challenge provide you with to be the ones asked during the interview. The questions are arbitrary and random. 4.) Technical Review of a past project 5.) Hiring Manager recap.
Viewing 1541 - 1550 interview questions