Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2018. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 6 interview rounds.
SQL query to find latest record in a table with and without subquery
Without subquery: SELECT * FROM table_name ORDER BY date_column DESC LIMIT 1
With subquery: SELECT * FROM table_name WHERE date_column = (SELECT MAX(date_column) FROM table_name)
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.
posted on 7 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Basics of C++. Solve some problem by given complexity. Find the bugs in code.
Design patterns in C++ are reusable solutions to common problems in software design.
Design patterns help in creating flexible, maintainable, and scalable code.
Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.
Each design pattern has a specific purpose and can be applied in different scenarios.
posted on 31 Aug 2024
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.
Developed a web application for tracking and managing inventory in real-time
Implemented a user-friendly interface for adding, updating, and deleting inventory items
Utilized RESTful APIs to communicate with backend database for seamless data retrieval and storage
Incorporated barcode scanning functionality for quick and accurate inventory management
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Create a private static instance variable of the class
Make the constructor private to prevent instantiation from outside the class
Provide a static method to access the instance, creating it if necessary
Use synchronized block or double-checked locking to ensure only one thread can access singleton instance at a time.
Use synchronized block to ensure thread safety in getInstance() method
Implement double-checked locking to minimize synchronization overhead
Consider using Enum singleton for thread safety without synchronization
A delegate is a type that represents references to methods with a specific parameter list and return type.
Delegates are similar to function pointers in C++ or pointers to member functions in C++.
Delegates are used to pass methods as arguments to other methods.
Delegates can be used to define callback methods.
Syntax: delegate return_type delegate_name(parameter_list);
An event is an occurrence or happening that can be detected and responded to by software.
Events can be user actions (clicking a button, typing in a text box)
Events can be system-generated (timer expiration, network packet arrival)
Events are typically handled by event handlers or listeners in software development
posted on 2 Jun 2024
I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.
Interview process went two technical and one Manager round
it took one week tom complete entire process.
posted on 14 Nov 2024
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
Buttons are used for actions within the form, while links are used for navigation.
Buttons can trigger JavaScript functions or perform form validation before submission
Buttons can have different styles and behaviors compared to links
Buttons are more accessible for users with disabilities
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...
Some of the top questions asked at the GE Healthcare Senior Software Engineer interview for experienced candidates -
based on 1 interview
Interview experience
based on 40 reviews
Rating in categories
Software Engineer
487
salaries
| ₹8.3 L/yr - ₹26 L/yr |
Senior Software Engineer
372
salaries
| ₹15 L/yr - ₹37.5 L/yr |
Staff Software Engineer
149
salaries
| ₹22 L/yr - ₹53.7 L/yr |
Software Engineering Specialist
83
salaries
| ₹7.7 L/yr - ₹14.3 L/yr |
Software Developer
68
salaries
| ₹6.7 L/yr - ₹22.5 L/yr |
UnitedHealth
Johnson & Johnson
Nephroplus
Pacific BPO