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
I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.
I appeared for an interview before Dec 2020.
Round duration - 45 minutes
Round difficulty - Hard
All mcqs should answer with in time limit should have a lot of practice to solve in exam
You have two water jugs with capacities X
and Y
liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...
The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.
Start by considering the constraints and limitations of the problem.
Think about how the operations allowed can be used to reach the target measurement.
Consider different scenarios and test cases to come up with a solution.
Implement a function that takes the capacities of the jugs and the targe...
Round duration - 60 minutes
Round difficulty - Easy
Easy and just basic questions very easy round
Given two sparse matrices MAT1
and MAT2
of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...
Implement a function to multiply two sparse matrices and return the resulting matrix.
Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.
Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.
Ensure to handle the sparse nature of the matrices to optimize the multiplication process.
Consider the constraints provided to en...
Tip 1 : preapre core subjects
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects
Tip 1 : good projects in ml and ai
Tip 2 : practical experience
I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.
Flexbox is a CSS layout module that allows for flexible and responsive web design.
Flexbox allows for easy alignment and positioning of elements within a container.
It uses a set of properties to define the layout, such as display: flex and flex-direction.
Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.
It can also be used in combination with other CSS layout modules, su...
I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.
A bit is the smallest unit of digital information. It can have a value of either 0 or 1.
A bit is a binary digit, represented as either 0 or 1.
It is the basic unit of information used in computing and digital communications.
A group of 8 bits is called a byte.
The size of a bit is dependent on the architecture of the computer system.
C is a programming language and does not have a fixed number of bits.
C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.
The number of bits in C depends on the hardware architecture it is compiled for.
For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.
I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.
based on 1 review
Rating in categories
Senior Software Engineer
7
salaries
| ₹9 L/yr - ₹15.1 L/yr |
Software Developer
3
salaries
| ₹5 L/yr - ₹5 L/yr |
System Analyst
3
salaries
| ₹15.8 L/yr - ₹27 L/yr |
Software Engineer and Dot Net Developer
3
salaries
| ₹7.2 L/yr - ₹8.2 L/yr |
TCS
Accenture
Cognizant
Infosys