Filter interviews by
I am remembering coding round questions but it was moderate level.
Virtual DOM is a lightweight copy of the actual DOM in React, used for efficient updates and rendering.
Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created.
It allows React to efficiently update and render components by comparing the virtual DOM with the actual DOM.
When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM.
This helps in i...
React life cycles are methods that are called at different stages of a component's life cycle.
React components have several life cycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.
These methods allow developers to perform actions at specific points in a component's life cycle.
For example, componentDidMount is called after a component is rendered for the first time, while componentDid...
Asynchronous in JavaScript refers to the ability of the code to run independently of the main program flow.
Asynchronous functions allow other code to run while waiting for a task to complete.
Callbacks, Promises, and Async/Await are common ways to handle asynchronous operations in JavaScript.
Example: setTimeout() function in JavaScript is asynchronous, allowing other code to run while waiting for the timeout to complete
Mapping in JavaScript involves using the map() method to iterate over an array and transform each element.
Use the map() method to create a new array by applying a function to each element of the original array.
The map() method does not change the original array, it returns a new array with the transformed elements.
Example: const numbers = [1, 2, 3]; const doubledNumbers = numbers.map(num => num * 2);
To call an API in React, you can use the fetch() method or libraries like Axios.
Use the fetch() method to make HTTP requests in React.
Install Axios library using npm and import it in your React component.
Make API calls in React using Axios by sending GET, POST, PUT, or DELETE requests.
Handle API responses using promises or async/await syntax.
posted on 4 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
posted on 7 Sep 2024
A palindrome code is a program that checks if a given string reads the same forwards and backwards.
Create a function that takes a string as input
Reverse the string and compare it to the original string
Return true if they are the same, false otherwise
posted on 19 Aug 2024
RDBMS stands for Relational Database Management System in SQL.
RDBMS is a type of database management system that stores data in a structured format using rows and columns.
It allows users to establish relationships between different data sets.
SQL (Structured Query Language) is commonly used to interact with RDBMS.
Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to represent multiple data types.
Examples include method overloading and method overriding in object-oriented programming.
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.
Answering questions related to current project architecture, designing scalable micro services, ensuring CI/CD, OAuth, and authorization servers.
Current project architecture involves a detailed analysis of the existing system, identifying key components, and designing a scalable solution.
Designing micro services to be scalable requires breaking down the application into smaller, independent services that can be easily ...
posted on 8 Aug 2022
I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.
posted on 4 Jun 2022
I applied via Approached by Company and was interviewed in Dec 2021. There were 2 interview rounds.
posted on 22 Oct 2021
Interview experience
based on 49 reviews
Rating in categories
Senior Consultant
4k
salaries
| ₹8 L/yr - ₹30 L/yr |
Consultant
3.3k
salaries
| ₹6 L/yr - ₹21 L/yr |
Lead Consultant
3.3k
salaries
| ₹10.5 L/yr - ₹36 L/yr |
Software Engineer
3.3k
salaries
| ₹3.5 L/yr - ₹13 L/yr |
Associate Consultant
2.8k
salaries
| ₹4.6 L/yr - ₹15 L/yr |
Cognizant
TCS
Infosys
Accenture