First round was easy Most que were on pointers
Full Stack Engineer Interview Questions
Full Stack Engineer Interview Questions
A full-stack engineer is a technical expert in web and software development. They can handle almost every aspect of development, from servers to systems engineering and databases. During an interview, you can expect both technical questions and questions to determine your interpersonal and communication skills.
Top Full Stack Engineer Interview Questions & How to Answer
Question #1: Are you working on anything right now?
Question #2: How did you select the tools and technologies for your last project?
Question #3: What are the latest trends in full-stack web development?
19,506 full stack engineer interview questions shared by candidates
explain array methods on javascript
Deep dive into core JavaScript concepts. Some questions related to algorithms. Example: What is JavaScript? JavaScript is a high-level, interpreted programming language primarily used for building interactive and dynamic web applications. What are the different data types in JavaScript? JavaScript has several data types, including numbers, strings, booleans, objects, arrays, functions, and symbols (ES6). What is the difference between null and undefined? null is an intentional absence of any value, while undefined signifies an uninitialized or missing value. Explain hoisting in JavaScript. Hoisting is a behavior in which variable and function declarations are moved to the top of their containing scope during compilation. What is closure in JavaScript? A closure is a function that retains access to its enclosing scope's variables even after the parent function has finished executing. What is the 'this' keyword in JavaScript? this refers to the context in which a function is executed. Its value depends on how a function is invoked. What is the purpose of the 'bind' method? The bind method is used to create a new function with a specific this context, ensuring that the function will always be called with that context. How does event delegation work? Event delegation is a technique where a single event handler is attached to a higher-level element, allowing it to listen for events from its child elements. This is used to optimize performance and handle dynamically added elements. Explain the concept of callbacks. Callbacks are functions that are passed as arguments to other functions and are executed after a certain operation completes. They are often used in asynchronous programming, like handling AJAX requests or timers. What are promises in JavaScript? Promises are a way to handle asynchronous operations in a more structured manner. They represent a value that might be available now, or in the future, or never.
why you leave previous company
Q: What is React? Q: What are some techniques you'd use to make a form in React? Demonstrate your ability to make a form in React Q: How would you connect it to the backend?
Nothing specific. We didnt do an interview sadly.
If you had the power, what would you change in one of your projects
Have you worked with an agile framework? Which one and how?
Develop and test CRUP API
Related CSS and back end technologies
Viewing 3151 - 3160 interview questions