Filter interviews by
I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.
Easy to moderate and was conducted on video camera teams meet
Top trending discussions
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 6 Nov 2015
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 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
SQL test on Select query, insert, create
posted on 29 Nov 2022
I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.
Array and OOPS concept. Given set of questions to solve with each oops concept
Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.
Inheritance allows for the creation of a new car model that shares common features with an existing car model
The new car model can add or modify features inherited from the existing car model
For example, a new sports car model can inherit features from a base car model such as engine, tra...
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Agile methodologies are iterative and flexible approaches to project management.
Scrum: Focuses on delivering small increments of work in short iterations called sprints.
Kanban: Visualizes work on a board and limits work in progress to improve flow.
Extreme Programming (XP): Emphasizes continuous feedback, frequent releases, and close collaboration.
Lean: Aims to eliminate waste and maximize customer value through continu...
BRD and FRD are both documents used in the software development process, but they serve different purposes.
BRD stands for Business Requirements Document and focuses on the business needs and objectives of a project.
FRD stands for Functional Requirements Document and outlines the specific functionalities and features of a software system.
BRD is more high-level and describes the 'what' and 'why' of a project, while FRD i...
based on 2 interviews
Interview experience
based on 15 reviews
Rating in categories
Senior Engineer
12
salaries
| ₹6.4 L/yr - ₹10.6 L/yr |
Assistant Manager
7
salaries
| ₹8.8 L/yr - ₹16 L/yr |
Software Developer
6
salaries
| ₹4.8 L/yr - ₹11.5 L/yr |
Softwaretest Engineer
6
salaries
| ₹4 L/yr - ₹6.8 L/yr |
Software Engineer
5
salaries
| ₹3.8 L/yr - ₹7 L/yr |
Primus Global Technologies
Pitney Bowes
Ricoh
Dataflow Group