Filter interviews by
I applied via Walk-in and was interviewed in Apr 2021. There were 5 interview rounds.
OOPs concepts are the principles of Object-Oriented Programming that help in designing and implementing software solutions.
Encapsulation - binding data and functions together
Inheritance - creating new classes from existing ones
Polymorphism - ability of objects to take on multiple forms
Abstraction - hiding implementation details from users
Objects - instances of classes that encapsulate data and behavior
.NET is a software framework developed by Microsoft for building Windows applications.
It provides a programming model, a comprehensive API set, and runtime environment for building applications.
It supports multiple programming languages such as C#, VB.NET, F# and more.
It includes a large class library called Framework Class Library (FCL) that provides reusable code for common programming tasks.
It also includes tools fo...
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It is achieved through method overloading and method overriding.
Example: A shape class can have multiple subclasses like circle, square, etc. and all can be treated as shapes.
Polymorphism helps in achieving loose coupling and flexibility in code design.
Boxing is the process of converting a value type to a reference type, while unboxing is the opposite.
Boxing is done implicitly when a value type is assigned to an object reference.
Unboxing is done explicitly by casting the object reference back to the value type.
Boxing and unboxing can have performance implications and should be used judiciously.
Example: int i = 10; object obj = i; //boxing int j = (int)obj; //unboxing
Top trending discussions
To debug a particular program without affecting others, use breakpoints and step through the code.
Set a breakpoint in the program you want to debug
Step through the code using a debugger to identify the issue
Use logging statements to track the flow of the program
Check the call stack to see which functions are being called
Use conditional breakpoints to stop the program at specific points
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
If and Switch Case statements are used for conditional branching in programming.
If statements are used for simple conditional branching.
Switch Case statements are used for multiple conditional branching.
If statements are more flexible than Switch Case statements.
Switch Case statements are more efficient than If statements for large number of conditions.
If statements can be nested, but Switch Case statements cannot.
Exam...
Yes, algorithms and pseudocodes are still important in IT Services.
Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.
Pseudocodes are used to plan and design algorithms before coding them.
Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.
Examples of algorithms include sorting algorithms, search algorithms...
Yes, I am comfortable using both CLIs and IDEs for my daily tasks.
I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.
I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.
I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.
I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed before Dec 2021. There were 3 interview rounds.
There are 2section of exam i.e English and Data structure
I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.
2 coding questions which are of easy level
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
based on 1 review
Rating in categories
Senior Software Engineer
5
salaries
| ₹9.4 L/yr - ₹13.2 L/yr |
Software Engineer and Dot Net Developer
3
salaries
| ₹7.2 L/yr - ₹8.2 L/yr |
TCS
Accenture
Wipro
Cognizant