Filter interviews by
I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.
Answering technical questions for Software Engineer 2 position
To determine if a point is inside or outside a 2-manifold, use the ray casting algorithm
To merge closeby points, use clustering algorithms like k-means or DBSCAN
To determine if the normals of two triangles are wrongly oriented, use the cross product of their edges
Favorite research paper and why
DFS is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
DFS stands for Depth First Search.
It starts at the root node and explores as far as possible along each branch before backtracking.
It uses a stack to keep track of the visited nodes.
It can be implemented recursively or iteratively.
It is used in finding connected components, topological sorting, and solving puzzles
To find duplicates in an array of strings in linear time
Create a hash table to store the frequency of each string
Iterate through the array and check if the frequency of any string is greater than 1
If yes, then it is a duplicate
Return true if duplicates are found, else false
I applied via Talent500 and was interviewed in Dec 2024. There was 1 interview round.
Basic aptitude questions based on profit and loss
Coding test based on c language and python programming
Communication assignment based on English
Real-time operating systems are designed to provide guaranteed response times for critical tasks.
Real-time operating systems prioritize tasks based on their urgency and importance.
They are commonly used in industries such as aerospace, automotive, and industrial automation.
Examples include VxWorks, QNX, and FreeRTOS.
I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.
Daemon thread is a low priority thread that runs in the background and does not prevent the JVM from exiting.
Daemon threads are used for tasks that do not require user interaction or continuous execution.
They are automatically terminated when all non-daemon threads have finished.
Set a thread as daemon using setDaemon(true) method before starting it.
Example: Thread t = new Thread(); t.setDaemon(true); t.start();
Hackerrank was used for test
Implement BFS algorithm to find the nearest neighbour
Create a queue to store nodes to be visited
Start with the initial node and add it to the queue
While the queue is not empty, dequeue a node, visit its neighbours, and add them to the queue
Repeat until the nearest neighbour is found
Priority queue can be implemented using a heap data structure.
Create a min heap or max heap based on the priority order needed.
Insert elements into the heap based on their priority level.
Remove elements from the heap based on their priority level.
Heapify the heap after each insertion or deletion operation.
Example: Implementing a min heap for a priority queue where lower values have higher priority.
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
String manipulation using loops and conditionals for software engineering
Use loops to iterate through each character in the string
Use conditional statements to check for specific conditions and manipulate the string accordingly
Examples: reversing a string, counting occurrences of a specific character, removing whitespace
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
They just asked about my previous experience and questions from my resume
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Dec 2024. There were 10 interview rounds.
Any ideas for an aptitude test?
What is education in place?
What is a SQL Server?
Effective communication and any suggestion.
Engage with any assignment provided.
Please provide any assignments you have.
based on 1 review
Rating in categories
Research Engineer
4
salaries
| ₹12 L/yr - ₹15 L/yr |
Cadd Designer
3
salaries
| ₹4 L/yr - ₹4.5 L/yr |
Cfd Application Engineer
3
salaries
| ₹9 L/yr - ₹12 L/yr |
TCS
Infosys
Wipro
HCLTech