Filter interviews by
I applied via Campus Placement and was interviewed before Mar 2021. There were 3 interview rounds.
General awareness and some subject questions asked
5 membersof a group should discuss about a given topic
I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.
Maximum questions should be related quantitive aptitude.
What was a major obstacle you have overcome in the past year and what did you learn from it?
I applied via Job Portal and was interviewed in Jul 2022. There were 2 interview rounds.
Simply go through the previous papers
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
Basic Arthematic and reasoning and English
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Online assessment with aptitude, technical, english, listening, speaking
The aptitude test consists of 26 questions, including 2 coding questions.
Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures define the way data is stored, accessed, and manipulated in a computer program.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.
A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.
Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.
The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.
BST allows f...
Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.
Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.
It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.
Multithreading allows multiple threads to run concurrently within the same process.
Each thread has its own stack and program counter, but shares the same memory space.
Multithreading can improve performance by utilizing multiple CPU cores efficiently.
Examples of multithreading include...
A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.
Hash maps use a hash function to map keys to indexes in an array, allowing for constant time retrieval of values.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Example: HashMap
I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.
Basic quants and reasoning
Simple array and string questions.
An operating system is a software that manages computer hardware and provides services for computer programs.
Manages computer hardware resources such as CPU, memory, and storage
Provides a user interface for interacting with the computer
Supports running applications and managing processes
Examples include Windows, macOS, Linux, iOS, Android
Git commands are used to interact with the version control system. Here are 5 commonly used commands.
git clone
git add
git commit -m 'commit message': Commit the changes in the staging area with a descriptive message.
git push: Push the committed changes to a remote repository.
git pull: Fetch and me...
I applied via Job Fair and was interviewed in Jul 2024. There was 1 interview round.
Senior Executive
13
salaries
| ₹6.2 L/yr - ₹9.4 L/yr |
Assistant Manager
6
salaries
| ₹6 L/yr - ₹9.2 L/yr |
Deputy Manager
6
salaries
| ₹11.2 L/yr - ₹16.9 L/yr |
Executive
5
salaries
| ₹4.7 L/yr - ₹6.3 L/yr |
Engineer
4
salaries
| ₹3.8 L/yr - ₹5.1 L/yr |
TCS
Accenture
Wipro
Cognizant