Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
It was normal logical reasoning and basic questions on java, cyber security
Top trending discussions
I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.
Coding questions related to logic correction and write a correct logic for wrongly given code
Basic leetcode problems
I was interviewed before Dec 2023.
I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.
Normal Aptitude test for 1 hour
To reverse an array of strings, iterate through the array and swap elements from start to end.
Iterate through the array using two pointers, one starting from the beginning and the other from the end.
Swap elements at the two pointers until they meet in the middle.
Repeat until all elements are swapped and the array is reversed.
I applied via Job Fair and was interviewed before Oct 2022. There were 3 interview rounds.
OOPS focuses on objects and classes, while functional programming focuses on functions as first-class citizens.
OOPS involves concepts like inheritance, encapsulation, and polymorphism.
Functional programming emphasizes immutability, pure functions, and higher-order functions.
In OOPS, data is typically stored in objects with methods to manipulate the data.
Functional programming avoids side effects and mutable state.
Examp...
I applied via LinkedIn and was interviewed in Apr 2022. There were 5 interview rounds.
React server side rendering generates HTML on the server while client side rendering generates HTML on the browser.
Server side rendering is better for SEO and initial page load time
Client side rendering is better for interactivity and dynamic content
Server side rendering requires more initial setup and configuration
Client side rendering can be easier to develop and maintain
To convert a class based component to functional component, we need to remove the class syntax and use hooks instead.
Remove the class syntax and replace it with a function
Remove the render method and return the JSX directly
Replace this.props with props
Use useState hook to manage state
Use useEffect hook to manage lifecycle methods
Use SQL query with ORDER BY and LIMIT to find the second highest salary.
Use SELECT statement to retrieve salary column from the table.
Use ORDER BY clause to sort the salaries in descending order.
Use LIMIT 1,1 to get the second highest salary.
Use SQL query with GROUP BY and window function to check for duplicate rows.
Use GROUP BY to group rows with same values together
Use COUNT() function to count the number of occurrences of each group
Use window function like ROW_NUMBER() to assign a unique number to each row within a group
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
Node.js is a runtime environment that allows you to run JavaScript on the server side.
Node.js is built on Chrome's V8 JavaScript engine.
It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
Node.js is commonly used for building server-side applications, APIs, and real-time applications.
It has a large ecosystem of libraries and frameworks, such as Express.js and Socket.io.
In Node.js, timers can be implemented using functions like setTimeout() and setInterval().
Use setTimeout() to execute a function once after a specified delay
Use setInterval() to execute a function repeatedly at a specified interval
Clear a timer using clearTimeout() or clearInterval()
Example: setTimeout(() => { console.log('Timer executed!'); }, 2000);
I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.
Software development life cycle is a process used to design, develop, and test software applications.
1. Planning: Define project scope, requirements, and timelines.
2. Design: Create a detailed design of the software architecture.
3. Implementation: Write code based on the design specifications.
4. Testing: Verify that the software meets the requirements and is free of bugs.
5. Deployment: Release the software to users and...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Technical Lead
282
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
279
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
181
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Lead
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
80
salaries
| ₹0 L/yr - ₹0 L/yr |
AIRBUS
Tata Lockheed Martin Aerostructures
Raytheon
BAE Systems