Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Other and was interviewed in Jun 2018. There were 5 interview rounds.
Move all zeros to the end of the array while maintaining the relative order of the non-zero elements.
Iterate through the array and keep track of the index to place the next non-zero element.
When encountering a non-zero element, swap it with the element at the current index.
After iterating through the array, all zeros will be moved to the end while maintaining the order of non-zero elements.
Level order traversal of a binary search tree (BST) is a breadth-first search algorithm that visits each level of the tree from left to right.
Use a queue to keep track of the nodes to be visited
Start with the root node and enqueue it
While the queue is not empty, dequeue a node and visit it
Enqueue the left and right child of the visited node if they exist
Repeat until all nodes have been visited
Determining the state of switches/junctions after N trains have passed through them.
Create an array to represent the state of each switch/junction
Iterate through each train and update the state of the corresponding switch/junction
Use a loop to simulate the passing of trains and updating of switches/junctions
Return the final state of the switches/junctions
Merge subsets of strings with a twist
Merge subsets of strings into a single array
The twist is that each subset should be reversed before merging
Return the merged array of reversed subsets
Count the number of islands in a grid, where an island is a group of connected 1s.
Use depth-first search (DFS) or breadth-first search (BFS) to traverse the grid
For each cell with a 1, mark it as visited and explore its neighboring cells
Count the number of times you start a new DFS or BFS traversal
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jan 2024. There were 4 interview rounds.
Avg level question on aptitude
2 easy or medium level question
posted on 14 Aug 2024
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Aug 2023. There were 3 interview rounds.
Incudes all basics from NetCom, OS , English and medium level C / C++ program
Polymorphism in object-oriented programming allows objects of different classes to be treated as objects of a common superclass.
Polymorphism allows for flexibility and reusability in code.
It enables a single interface to be used for different data types or classes.
Examples include method overriding in inheritance and interfaces in Java.
Polymorphism can be achieved through method overloading and method overriding.
My hobby is photography, capturing moments and telling stories through images.
I enjoy exploring different locations to find unique shots
I love experimenting with different lighting techniques
I often edit my photos to enhance their visual impact
I applied via Campus Placement
Easy-moderate question with coding and aptitude
I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.
I applied via campus placement at Government College of Engineering, Salem and was interviewed in Aug 2023. There were 2 interview rounds.
10 Genral Apti , 10 code apti duration 1 hr
3 hrs, 2 Stages 1st stage 3 Question, 2nd stage have 3 Question
They will ask two sections one is c competative coding and aptitude if you can answer one section clearly go with it they will surely select you for the next round
They will give three questions based on your preferred language you have to answer atleast the logic behind each questions
I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.
Asked about tools, Currenttrend
posted on 27 Apr 2021
posted on 9 May 2021
Software Engineer
1.7k
salaries
| ₹20 L/yr - ₹75 L/yr |
Software Developer
1.1k
salaries
| ₹20.8 L/yr - ₹60 L/yr |
Senior Software Engineer
657
salaries
| ₹24 L/yr - ₹87.8 L/yr |
Data Scientist
268
salaries
| ₹24.3 L/yr - ₹55.5 L/yr |
Sde1
257
salaries
| ₹14 L/yr - ₹55 L/yr |
Yahoo
Amazon
Microsoft Corporation