Filter interviews by
Top trending discussions
I applied via Job Fair and was interviewed in Oct 2022. There were 3 interview rounds.
It was normal level and easy to solve and good to go with the next round. the test was of very easy level and anyone could have cleared it very easily. Quants , LR, etc were asked in the first round of aptitude
Coding round was good and easy. simple oops and DSA questions were there to be solved and it was good to go wih
I am from New York and I chose the role of Associate Engineer because of my passion for problem-solving and my interest in technology.
I am from New York
I chose the role of Associate Engineer
Passion for problem-solving
Interest in technology
In the next 5 years, I see myself growing as a professional engineer, taking on more responsibilities, and contributing to the success of the company.
Continuing to learn and develop new skills
Taking on leadership roles and managing projects
Contributing to the growth and success of the company
Building strong relationships with colleagues and clients
Exploring opportunities for professional growth and advancement
posted on 27 Feb 2024
Given the API rand7() that generates a uniform random integer in the range [1, 7], write a function rand10() that generates a uniform random integer in the range [1, 10]. You can only call the API rand7(), and you shouldn't call any other API. Please do not use a language's built-in random API.
I applied via Referral
Find A-B of two sorted arrays A and B in O(m+n) time complexity.
Create two pointers, one for each array, and compare the elements at those pointers.
If the element in A is smaller, add it to the result array and move the A pointer forward.
If the element in B is smaller, move the B pointer forward.
Repeat until one of the pointers reaches the end of its array.
Add any remaining elements in A to the result array.
Time comple...
The routine should output the elements of the inorder traversal of a binary tree one by one in each call.
Implement an inorder traversal algorithm recursively
Use a global variable or pass a reference to keep track of the current element
Call the routine repeatedly to get the next element in each call
Program to find minimum semesters required to complete courses with prerequisites
Create a graph with courses as nodes and prerequisites as edges
Use topological sorting to find the order of courses to be taken
Calculate the minimum number of semesters based on the order obtained
Handle cases where there are cycles in the graph
I applied via Campus Placement
posted on 2 Dec 2016
I applied via Campus Placement and was interviewed in Jan 2016. There were 5 interview rounds.
To find a loop in a directed graph, use Floyd's cycle-finding algorithm. To find the last element in a binary tree, traverse the tree and return the rightmost leaf node.
For finding a loop in a directed graph, use Floyd's cycle-finding algorithm which uses two pointers moving at different speeds.
To find the last element in a binary tree, traverse the tree recursively or iteratively and return the rightmost leaf node.
The question is about finding the last number in a circular queue that has the highest number of digits.
Implement a circular queue data structure
Iterate through the circular queue to find the last number with the highest number of digits
Compare the number of digits of each number in the circular queue
Keep track of the last number with the highest number of digits
posted on 2 Dec 2016
I applied via Campus Placement and was interviewed in Dec 2016. There were 6 interview rounds.
posted on 2 Dec 2016
I applied via Campus Placement and was interviewed in Dec 2016. There was 1 interview round.
Check if left child is less than right child in a binary tree
Traverse the tree recursively and compare left and right child values
Use a stack to traverse the tree iteratively and compare left and right child values
Return true if all left children are less than right children, else false
Use built-in string method to check substring presence for faster execution.
Use 'indexOf' method to check if substring is present in the main string.
If the method returns -1, the substring is not present.
If the method returns a non-negative integer, the substring is present.
posted on 21 Aug 2016
I applied via Campus Placement
based on 1 interview
Interview experience
Software Engineer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Machine Learning Engineer
17
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Canon
Nikon
Sony
Samsung