Filter interviews by
Top trending discussions
I appeared for an interview before Aug 2016.
.NET is a software framework developed by Microsoft. Polymorphism is the ability of an object to take on many forms.
.NET is a framework for building Windows applications and web services.
.NET supports multiple programming languages like C#, VB.NET, and F#.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Polymorphism enables code reusability and flexibility in object-orien...
Micro service design patterns are architectural patterns used to design and implement microservices.
Service discovery
Circuit breaker
API gateway
Event sourcing
Saga pattern
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.
Dependency injection helps in achieving loose coupling between classes.
It allows for easier testing by mocking dependencies.
There are three types of dependency injection: constructor injection, setter injection, and interface injection.
Example: Instead of a class creating an instance of another...
app.use in .NET Core is used to add middleware to the request pipeline.
app.use is a method used in ASP.NET Core to add middleware components to the request pipeline.
Middleware components are software components that are executed in the request pipeline to handle requests and responses.
Middleware components can perform tasks such as authentication, logging, error handling, and more.
Example: app.use(new MiddlewareCompone
Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.
Interface cannot have any implementation, while abstract class can have both abstract and concrete methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheritance in Java, while abstract classes are us...
No, abstract classes cannot be instantiated.
Abstract classes are meant to be inherited and extended by other classes.
Attempting to instantiate an abstract class will result in a compilation error.
Abstract classes can have abstract methods that must be implemented by the subclass.
Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing render performance.
Implement code splitting to load only necessary code for each route or component.
Utilize lazy loading to defer loading of non-essential components until they are needed.
Minimize bundle size by removing unused code, optimizing images, and using tree shaking.
Use memoization te...
Parent child component communication in React involves passing data from parent to child components and triggering events from child to parent components.
Use props to pass data from parent to child components
Use callback functions to trigger events from child to parent components
Context API can be used for passing data to deeply nested components
useRef is used to persist a value across renders, useMemo is used to memoize expensive calculations, useCallback is used to memoize functions.
useRef is commonly used to access DOM elements or persist values between renders.
useMemo is used to memoize expensive calculations to avoid re-computation.
useCallback is used to memoize functions to prevent unnecessary re-renders.
Example: useRef can be used to store a reference t...
2 programs on data structure
I applied via Naukri.com
My expectation is to lead a team of skilled professionals towards achieving the project goals and delivering high-quality products.
To effectively communicate with team members and stakeholders
To identify and mitigate risks
To ensure adherence to project timelines and budgets
To foster a culture of continuous improvement
To provide mentorship and guidance to team members
Experienced technical lead with a strong background in software development and project management.
Over 8 years of experience in leading technical teams and delivering successful projects
Proficient in various programming languages such as Java, Python, and JavaScript
Skilled in Agile methodologies and implementing best practices for software development
Strong communication and leadership skills, able to collaborate effe
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
Had to implement 2 medium questions. and give approach for 1 hard level questions. Basic questions around java were also asked.
Design a system for a gaming android app like ludo.
Implement game logic for ludo including dice rolling, moving pieces, and winning conditions.
Create a user interface with a game board, player pieces, and dice.
Incorporate multiplayer functionality for online play.
Include features like in-game chat, leaderboards, and customizable game settings.
Utilize a backend server to handle game synchronization and data storage.
Separate out 0's, 1's, and 2's in an array
Create three variables to count the number of 0's, 1's, and 2's in the array
Loop through the array and increment the respective variable for each occurrence
Create a new array and add the counted number of 0's, 1's, and 2's in order
Remove duplicates from given array of strings
Create a new empty array
Loop through the original array and check if the element already exists in the new array
If not, add it to the new array
Return the new array
Loop in linked list can be detected using Floyd's cycle-finding algorithm.
Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.
If there is a loop, the faster pointer will eventually catch up to the slower pointer.
If there is no loop, the faster pointer will reach the end of the list.
Time complexity of this algorithm is O(n) and space complexity is O(1).
based on 1 interview
Interview experience
Senior Software Engineer
93
salaries
| ₹18 L/yr - ₹40 L/yr |
Software Engineer
58
salaries
| ₹10 L/yr - ₹25.4 L/yr |
Senior Consultant
30
salaries
| ₹22 L/yr - ₹45 L/yr |
Business Analyst
28
salaries
| ₹7 L/yr - ₹26.6 L/yr |
Staff Engineer
25
salaries
| ₹26.4 L/yr - ₹43 L/yr |
Paytm
Fiserv
Broadridge Financial Solutions
PayPal