Filter interviews by
Coding question
probability questions
Top trending discussions
Delegates are a type-safe function pointers used in C# to reference methods.
Delegates allow methods to be passed as parameters
Delegates can be used to define callback methods
Delegates are used in event handling in C#
Interfaces in .NET Core provide a way to define a contract for classes to implement, promoting code reusability and flexibility.
Interfaces allow for multiple inheritance in .NET Core, as a class can implement multiple interfaces.
Interfaces help in achieving loose coupling between components, making the code more maintainable and testable.
Interfaces are used for dependency injection in .NET Core, allowing for easier uni...
Garbage collection is used to automatically manage memory by reclaiming unused memory and preventing memory leaks.
Prevents memory leaks by reclaiming memory that is no longer in use
Reduces the risk of memory errors and crashes
Improves performance by freeing up memory for other processes
Eliminates the need for manual memory management, reducing developer workload
2 hrs probablity questions
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Find the dominations
Implement a stack that supports finding the minimum element in constant time.
Create a stack to store elements and another stack to store minimum values.
When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.
When popping an element, check if it is the current minimum and pop from the min stack if so.
To get the minimum element, simply return the top element of the min
The lowest common ancestor (LCA) of two nodes in a tree is the shared ancestor that is located farthest from the root.
Traverse the tree from the root to find the paths from the root to each node.
Compare the paths to find the last common node between the two paths, which is the LCA.
If one node is an ancestor of the other, return that node as the LCA.
I use TestNG for unit testing and BDD (Behavior Driven Development) for integration testing.
TestNG is used for unit testing to validate individual units of code.
BDD is used for integration testing to validate the behavior of the system.
TestNG allows for easy setup of test cases using annotations like @Test, @BeforeMethod, @AfterMethod.
BDD frameworks like Cucumber use plain English sentences to define test scenarios.
Tes...
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
posted on 13 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
Mathematics and reasoning
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Regression testing is performed after code changes to verify that the existing functionality still works correctly.
It helps in identifying any defects introduced by new code changes.
Regression testing can be automated to save time and effort.
Examples of regression test
Ajaile methodology is a software development approach that focuses on breaking down projects into small, manageable tasks.
Ajaile methodology emphasizes iterative development and frequent collaboration with stakeholders.
Tasks are broken down into smaller units to allow for easier tracking and monitoring of progress.
This approach helps in identifying and addressing issues early in the development process.
Examples of tool...
Component testing is a type of testing that focuses on testing individual components or modules of a software application.
It involves testing each component in isolation from the rest of the application.
The purpose is to ensure that each component functions correctly on its own.
Component testing helps identify defects early in the development process.
Examples include unit testing, integration testing, and module testin
Inheritance in Java allows a class to inherit properties and behavior from another class.
Inheritance is achieved using the 'extends' keyword in Java.
Subclasses can access the methods and fields of their superclass.
Java does not support multiple inheritance, but a class can implement multiple interfaces.
Sharepoint Developer
7
salaries
| ₹6 L/yr - ₹13.5 L/yr |
Senior UI UX Designer
4
salaries
| ₹5.5 L/yr - ₹7.7 L/yr |
Power Apps Developer
4
salaries
| ₹5 L/yr - ₹12 L/yr |
Sharepoint Specialist
4
salaries
| ₹16 L/yr - ₹21 L/yr |
Technical Lead
3
salaries
| ₹10.5 L/yr - ₹14 L/yr |
Accenture
Wipro
Cognizant
Capgemini