Filter interviews by
Top trending discussions
I was interviewed in Nov 2023.
F2F coding test which was pretty simple based on basic c++ concepts and few logical questions.
posted on 4 Oct 2024
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
Three DSA questions one on likedlist one on BST and one on maps
Smart pointers in C++ provide automatic memory management and help prevent memory leaks.
Smart pointers are objects that manage the memory of a pointer automatically.
They ensure that memory is deallocated when it is no longer needed.
Examples include unique_ptr, shared_ptr, and weak_ptr.
DSA questions on graph and lots of puzzles
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
posted on 29 Jun 2017
I was interviewed before Jun 2016.
I was interviewed in Jul 2017.
Code to print * in five consecutive lines
Use a loop to iterate five times
Inside the loop, print a string containing a single * character
Code to calculate number of bounces a ball goes through until it comes to rest.
Use a loop to simulate the bounces until the ball stops bouncing
Calculate the height of each bounce using the given formula
Keep track of the number of bounces in a counter variable
The best and less time consuming way to calculate factorial of a number is using iterative approach.
Iteratively multiply the number with all the numbers from 1 to the given number
Start with a result variable initialized to 1
Multiply the result with each number in the range
Return the final result
Code to find factorial using function recursion
Define a function that takes an integer as input
Check if the input is 0 or 1, return 1 in that case
Otherwise, call the function recursively with input-1 and multiply it with the input
I applied via Referral
I was interviewed in Sep 2017.
based on 2 reviews
Rating in categories
Senior Software Engineer
106
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
104
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
68
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior GIS Analyst
63
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Software Engineer
61
salaries
| ₹0 L/yr - ₹0 L/yr |
Bentley Systems
Autodesk
ESRI India Technologies
Hexagon AB