Filter interviews by
I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.
posted on 7 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
posted on 18 May 2023
I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.
WPF C# is a framework for building desktop applications. Binding is a way to connect UI elements to data sources.
WPF stands for Windows Presentation Foundation
C# is the programming language used for WPF development
Binding allows for automatic updates of UI elements when data changes
Example code for binding:
DataContext is used to set the data source for binding
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 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 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 14 Nov 2024
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.
Skill test and technical knowledge evaluation
I was interviewed in Jul 2022.
They ask you open Hacker Earth site and choose some random programs and ask you to complete it.
Multi threading is the ability of a program to perform multiple tasks concurrently.
It allows for better utilization of CPU resources
It can improve program performance and responsiveness
Examples include web servers handling multiple requests simultaneously and video games rendering graphics while processing user input
The extend keyword is used to add properties and methods to an existing object.
Used in JavaScript to add properties and methods to an object
Can be used to inherit properties and methods from a parent object
Syntax: Object.assign(target, ...sources)
Example: const obj1 = {a: 1}; const obj2 = {b: 2}; const obj3 = {...obj1, ...obj2};
Override is used to provide a new implementation of a method in a subclass. Virtual is needed to allow the method to be overridden.
Override is used to change the behavior of a method in a subclass
Virtual is used to allow the method to be overridden in a subclass
Without virtual, a subclass cannot override a method from its parent class
Override is used to implement polymorphism in object-oriented programming
Program to sort and remove duplicates from an array.
Use built-in sort() method to sort the array in ascending order.
Loop through the sorted array and remove duplicates using filter() method.
Return the sorted and duplicate-free array.
Is Relationship and As Relationship are two types of relationships in object-oriented programming.
Is Relationship is a type of relationship where one class is a subset of another class.
As Relationship is a type of relationship where one class is a type of another class.
Is Relationship is denoted by a solid line with a closed arrowhead pointing towards the superclass.
As Relationship is denoted by a dotted line with an o...
Architectural, structural, and behavioral design patterns are reusable solutions to common software design problems.
Architectural patterns define the overall structure of a software system
Structural patterns describe how objects and classes can be combined to form larger structures
Behavioral patterns focus on communication between objects and how they operate together
Design patterns help to improve software quality, ma...
Software Developer
226
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
159
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
106
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
71
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
51
salaries
| ₹0 L/yr - ₹0 L/yr |
GE Healthcare
Philips
Siemens Healthineers
Toshiba Medical Systems