Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.
Simple questions based on fundamentals of CFD
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
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.
Solid principles are a set of design principles for writing maintainable and scalable code in C#.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open/Closed Principle (OCP) - a class should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes
Interface Segregation Principle (ISP) - client...
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
based on 3 interviews
Interview experience
based on 4 reviews
Rating in categories
Research Engineer
5
salaries
| ₹9.5 L/yr - ₹12 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