Filter interviews by
Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
Testing is done to ensure that the software meets the requirements and works as expected.
It involves executing a system or its component(s) with the intent of finding errors or defects.
Testing can be done at various stages of the software development life cycle such as unit te...
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
It was of 75 minutes. And Questions are related from Quantitative, logical reasoning and Coding.
DSA Questions were asked there
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
AMI is a pre-configured virtual machine image used to create EC2 instances, while Snapshot is a backup of an EBS volume.
AMI is used to launch EC2 instances with pre-configured settings and software
Snapshot is a backup of an EBS volume that can be used to restore data or create a new volume
AMI includes the operating system, application server, and any other software needed for the instance
Snapshot only includes the data...
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
Classes are reference types while structs are value types.
Classes support inheritance while structs do not.
Classes have default access modifier as internal while structs have it as private.
Classes have a destructor while structs do not.
Classes are allocated on heap while structs are allocated on stack.
Classes can be null while structs cannot.
Dispatch Queue is a thread-safe way to execute tasks asynchronously, while Operations are a way to encapsulate tasks.
Dispatch Queue is a high-level API for managing concurrent operations.
Operations are objects that encapsulate a single task or multiple tasks.
Dispatch Queue is simpler to use and recommended for most use cases.
Operations provide more control over task dependencies and cancellation.
Both can be used togeth
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
posted on 5 Oct 2023
I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.
Duration is around 1 hour
I applied via Internshala and was interviewed in Dec 2021. There were 3 interview rounds.
They mostly ask some basic dsa questions in the automated interview
Network Engineer
27
salaries
| ₹1.6 L/yr - ₹4.8 L/yr |
Network Engineer L1
13
salaries
| ₹1.3 L/yr - ₹2.5 L/yr |
Program Manager
10
salaries
| ₹3.2 L/yr - ₹5.7 L/yr |
Business Development Executive
9
salaries
| ₹5 L/yr - ₹7 L/yr |
Executive Accountant
7
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
HCLTech
Wipro
Tech Mahindra
Infosys