Faster and better experience!
Filter interviews by
I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.
30 mins 2 easy leetcode questions
To swap two numbers, store one number in a temporary variable, assign the value of the second number to the first, and then assign the temporary variable to the second number.
Create a temporary variable to store one of the numbers
Assign the value of the second number to the first number
Assign the value of the temporary variable to the second number
Find the longest consecutive subsequence in an array of strings.
Sort the array of strings to ensure consecutive elements are next to each other
Iterate through the sorted array to find the longest consecutive subsequence
Track the current consecutive subsequence length and update the longest length found
I applied via Company Website and was interviewed in Nov 2022. There were 3 interview rounds.
Code to select 3 options and perform ascending, descending, and swapping operations.
Create a list of 3 options
Implement sorting algorithms for ascending and descending order
Swap the positions of two options based on user input
I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.
Basic Questions about map, sets, array, and unordered_map etc. Not to hard. Sometimes they might ask to optimize the solution
Top trending discussions
posted on 22 Apr 2021
I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2022. There were 2 interview rounds.
Basic programming and Algorithms. data structures theory and implementation
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
UDP is preferred over TCP in this project due to its low latency and lightweight nature.
UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.
UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.
UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...
To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.
Create a mask with the 7th bit set to 0 and all other bits set to 1
Perform a bitwise AND operation between the register and the mask
Store the result back in the register
I appeared for an interview in Nov 2016.
Need more context. What needs to be done with the large rectangle?
What are the dimensions of the rectangle?
Is it a 2D or 3D object?
What is the context of the problem?
Are there any constraints or limitations?
What tools or programming languages can be used?
Derive a formula to determine how many smaller rectangles fit into a bigger rectangle given their dimensions.
Calculate the number of times the smaller rectangle can fit into the bigger rectangle horizontally and vertically
Divide the width of the bigger rectangle by the width of the smaller rectangle to get the horizontal count
Divide the height of the bigger rectangle by the height of the smaller rectangle to get the ve...
At least 4 points are required to draw a rectangle.
A rectangle has 4 sides and 4 corners, so at least 4 points are needed to define those corners.
The points must be arranged in a specific order to form a closed shape with 4 sides.
Additional points can be used to add details or modify the shape of the rectangle.
The number of points required may vary depending on the software or tool used to draw the rectangle.
Answering how to calculate new coordinates of a scaled rectangle and providing a program for it.
To calculate new coordinates, multiply the original coordinates by the scaling factor
Scaling factor can be calculated by dividing the new length/breadth by the original length/breadth
Program can take input of original coordinates, scaling factor, and output new coordinates
Example: Original coordinates: (0,0), (0,5), (5,5), (...
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
Design logical circuits for arithmetic circuits in a blackbox.
Understand the functionality of the arithmetic circuits in the blackbox.
Identify the inputs and outputs of the blackbox.
Design logical circuits using logic gates to replicate the arithmetic operations.
Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.
Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.
Ensure proper base case to avoid infinite recursion
Use stack space efficiently as embedded systems have limited resources
Avoid recursive functions with deep call stacks to prevent stack overflow
Example: Recursive function to calculate factorial of a number
based on 3 interviews
Interview experience
based on 6 reviews
Rating in categories
Senior Engineer
1.3k
salaries
| ₹16 L/yr - ₹52 L/yr |
Software Engineer
1k
salaries
| ₹10 L/yr - ₹38.5 L/yr |
Engineer
894
salaries
| ₹9.9 L/yr - ₹30 L/yr |
Senior Software Engineer
633
salaries
| ₹16.7 L/yr - ₹50 L/yr |
Senior Leader Engineer
446
salaries
| ₹20 L/yr - ₹72 L/yr |
Nvidia
Intel
Mercedes-Benz Research and Development India
Tata Electronics