Filter interviews by
Interrupt vector table is a data structure that maps interrupt numbers to their corresponding interrupt service routines.
It is used in microcontrollers and operating systems to handle interrupts.
Each entry in the table contains the address of the interrupt service routine for a specific interrupt.
When an interrupt occurs, the processor looks up the corresponding entry in the table to find the address of the ISR to exec...
Passing array of strings in a C function
Declare the function prototype with array parameter
Pass the array as argument when calling the function
Access elements of the array within the function
Example: void printStrings(char *strings[], int size) { }
posted on 13 Mar 2024
I applied via campus placement at SRM university (SRMU)
posted on 19 Oct 2024
I was interviewed in Apr 2024.
They asked easy to medium DSA . It includes arrays, strings, recursion.
posted on 9 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
React hooks are functions that let you use state and other React features without writing a class.
Hooks are functions that let you use state and other React features in functional components
useState() is a hook that allows you to add state to functional components
useEffect() is a hook that allows you to perform side effects in functional components
useContext() is a hook that allows you to use the context API in functio
Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.
Subtypes must be substitutable for their base types.
Derived classes must be able to replace their base classes without affecting the program's behavior.
Violating this principle can lead to unexpected behavior and errors in the code.
Example: If a program expec...
Oops concept is a programming paradigm that focuses on objects and classes.
Oops stands for Object-Oriented Programming
Key concepts include inheritance, encapsulation, polymorphism, and abstraction
Examples: Class Car with properties like make, model, and methods like start(), stop()
Example: Inheritance - Class SUV extends Car and adds property numSeats
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
OOPs stands for Object-Oriented Programming. Abstraction is the concept of hiding complex implementation details and showing only necessary features of an object.
OOPs is a programming paradigm that uses objects and classes to design and develop applications.
Abstraction is the process of hiding the implementation details and showing only the necessary features of an object.
For example, a car can be represented as an obj...
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
Buttons are used when an action needs to be performed, while links are used for navigation.
Buttons are more suitable for actions like submitting a form, saving data, or triggering a function.
Links are used to navigate to different pages or sections within a website.
Buttons provide visual feedback when clicked, while links do not.
Buttons can be styled and customized more easily than links.
Buttons can have different stat
Optimize a SQL procedure with 5000 lines of code by identifying bottlenecks and implementing performance improvements.
Identify and analyze the most time-consuming parts of the procedure
Optimize queries by adding appropriate indexes, rewriting queries, or using query hints
Break down the procedure into smaller, more manageable parts
Use temporary tables or table variables to reduce the amount of data processed at once
Cons...
To optimize SQL procedures, keep them short, use small procedures with specific functionality, avoid temp tables and joins, use select statements wisely, avoid subqueries and dynamic SQL.
Break down complex procedures into smaller ones with specific functionality
Avoid using temporary tables and joins whenever possible
Use select statements wisely to retrieve only the necessary data
Avoid subqueries and find alternative ap...
posted on 5 Aug 2022
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 5 interview rounds.
Design patterns are used to solve common software design problems. Each use case requires a specific pattern.
Design patterns are reusable solutions to common software design problems.
Each use case requires a specific pattern to be used.
Examples of design patterns include Singleton, Factory, and Observer.
The choice of pattern depends on the problem being solved and the requirements of the system.
I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.
Convert Number to words
SOLID principles are a set of guidelines for writing maintainable and scalable code.
Single Responsibility Principle: A class should have only one reason to change.
Open/Closed Principle: A class should be open for extension but closed for modification.
Liskov Substitution Principle: Subtypes should be substitutable for their base types.
Interface Segregation Principle: Clients should not be forced to depend on interfaces ...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
472
salaries
| ₹8.4 L/yr - ₹26 L/yr |
Senior Software Engineer
331
salaries
| ₹14 L/yr - ₹37.4 L/yr |
Staff Software Engineer
147
salaries
| ₹22 L/yr - ₹48.2 L/yr |
Software Developer
69
salaries
| ₹5.5 L/yr - ₹22.5 L/yr |
Software Engineering Specialist
64
salaries
| ₹7.7 L/yr - ₹15.2 L/yr |
Siemens Healthineers
Philips
Medtronic
Johnson & Johnson