Filter interviews by
Be the first one to contribute and help others!
posted on 17 May 2021
Develop a product catalogue in core Java using Maven for efficient project management and dependency handling.
Set up a Maven project: Use 'mvn archetype:generate' to create a new project structure.
Define dependencies: Add necessary libraries in 'pom.xml', e.g., 'javax.persistence' for ORM.
Create entity classes: Define product attributes like 'id', 'name', 'description', and 'price'.
Implement CRUD operations: Use JPA or...
posted on 14 Aug 2021
I applied via Campus Placement and was interviewed before May 2022. There were 4 interview rounds.
Aptitude and coding test
Generic topics, time 20 to 30 min
I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.
I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.
Graduated with a degree in Computer Science from XYZ University.
Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.
Proficient in languages like JavaScript, Python, and Java, with experience in frameworks such as React and Django.
Enjoy collaborating in ag...
Program to print unique elements in an array in Java
Create a HashSet to store unique elements
Iterate through the array and add each element to the HashSet
Print the HashSet to get the unique elements
Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.
Arrays - a collection of elements of the same type
Linked Lists - a sequence of nodes where each node contains a reference to the next node
Stacks - a collection of elements with two main operations: push (add) and pop (remove)
Queues - a collection of elements with two main operations: enqueue (add) and d...
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs focuses on creating objects that contain both data and functions.
It emphasizes on encapsulation, inheritance, and polymorphism.
Examples of OOPs languages are Java, C++, Python, etc.
OOPs is used for creating modular, reusable and maintainable code.
Encapsulation: Hiding implementation details and exposing only necessary information.
Inheritance: Reusing code and creating a hierarchy of classes.
Polymorphism: Using a single interface to represent multiple entities.
Abstraction: Reducing complexity by hiding unnecessary details.
Examples: Java, C++, Python, Ruby, etc.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...
Polymorphism is the ability of an object to take on many forms.
It allows objects of different classes to be treated as if they were objects of the same class.
It is achieved through method overriding and method overloading.
Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.
Polymorphism makes code more flexible and reusable.
Abstraction is the process of hiding complex implementation details and exposing only the necessary information.
Abstraction helps in reducing complexity and increasing efficiency.
It allows us to focus on the essential features of an object or system.
For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.
Abstraction can be achieved through interfaces, ...
Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.
Encapsulation helps in achieving data abstraction and information hiding
It prevents unauthorized access to the internal details of an object
It allows for easy modification of implementation without affecting the external code
Example: A class with private variables and public methods
Example: A b...
I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.
Asked to implement quicksort and explain time complexity, OSI model, process synchronization, paging, and threads.
Implement quicksort algorithm
Explain time complexity of quicksort
Describe OSI model and its layers
Discuss process synchronization techniques
Explain paging and its role in memory management
Discuss threads and their use in concurrent programming
I applied via Company Website and was interviewed before Mar 2020. There were 3 interview rounds.
Code using traditional JavaScript methods
Use document.getElementById() to access HTML elements
Use loops like for() and while() for iteration
Use if() and switch() for conditional statements
Use functions to encapsulate code and improve reusability
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.
Program to generate Fibonacci series.
Declare variables for first two numbers of the series
Use a loop to generate subsequent numbers
Print the series
I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.
Implement a stack using a queue data structure.
Create two queues, q1 and q2.
Push operation: Enqueue the element to q1.
Pop operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Swap q1 and q2.
Top operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Enqueue the element to q2. Swap q1 and q2.
isEmpty o...
A palindrome string reads the same forwards and backwards, like 'racecar' or 'level'.
Definition: A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Examples: 'madam', '12321', 'A man, a plan, a canal, Panama!' (ignoring spaces and punctuation).
Check Method: To check if a string is a palindrome, compare it to its reverse.
Case Sensitivity: Palindrome checks ca...
Finding address of an element in an array given the address of 0th index.
Calculate the offset of the desired element from the 0th index address and add it to the 0th index address.
Address of ith element = address of 0th element + i * size of each element.
Example: Address of 3rd element in an array of strings = address of 0th element + 3 * size of string.
I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.
Customer Care Executive
299
salaries
| ₹1.3 L/yr - ₹3.8 L/yr |
Customer Service Executive
186
salaries
| ₹1 L/yr - ₹4 L/yr |
Quality Analyst
129
salaries
| ₹1.2 L/yr - ₹5.2 L/yr |
Team Lead
127
salaries
| ₹1.5 L/yr - ₹5.5 L/yr |
Customer Support Executive
91
salaries
| ₹1 L/yr - ₹3.8 L/yr |
Tech Mahindra
Concentrix Corporation
iEnergizer
LTIMindtree