Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
Find the possibility of getting the output value by adding the values in array
Top trending discussions
posted on 29 Mar 2024
Codility Test - 2 Medium LC type questions
posted on 2 May 2024
posted on 20 May 2024
I was interviewed before May 2023.
posted on 6 Sep 2024
I applied via Walk-in and was interviewed before Sep 2023. There were 4 interview rounds.
Data Structures and Algorithms - Easy
Code a chineese pebble game
Two entities for cross site sale promotion are affiliate marketing platform and customer loyalty program.
Affiliate marketing platform: Allows businesses to partner with affiliates who promote their products on their own websites in exchange for a commission.
Customer loyalty program: Rewards customers for repeat purchases or other actions, encouraging them to continue shopping with the brand.
posted on 4 Nov 2024
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
The interviewer was a team Lead Engineer. He first asked me a few questions about database fundamentals (Cluster Index, Composite Index, ACID, etc). Then he presented me with a coding question on codility (LC Hard String question). He was very helpful during the interview and nudged me towards the right direction when I got stuck.
posted on 14 Oct 2023
Usually medium LC questions
Design a snakes and ladder game with a board, dice, and player pieces.
Create a game board with squares numbered from 1 to 100.
Place snakes and ladders on specific squares to move players up or down.
Players roll a dice to move their pieces on the board.
The first player to reach square 100 wins the game.
posted on 5 Apr 2024
I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.
You need to write code as algorithm for the given problem
You will need a end to end architecture and details , along with problem solving skillset
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.
To determine if a point is inside a polygon, use the ray casting algorithm.
Create a line from the point to a point outside the polygon
Count the number of times the line intersects with the polygon edges
If the count is odd, the point is inside the polygon; otherwise, it is outside
The four storage classes in C are auto, register, static, and extern.
Auto: default storage class for all local variables
Register: used to define local variables that should be stored in a register instead of RAM
Static: used to define local variables that retain their value between function calls
Extern: used to declare a global variable that is defined in another file
i is stored in global data segment, j is stored in stack, k is stored in heap.
i is a global variable and is stored in the global data segment
j is a local variable and is stored in the stack
k is a pointer variable and is stored in the stack, while the memory it points to is allocated on the heap using malloc()
Use a hash table to store the words and check for existence in constant time.
Create a hash table with the words as keys and a boolean value as the value.
For each new word, check if it exists in the hash table. If it does, it has appeared before. If not, add it to the hash table.
Alternatively, use a set data structure to store only the unique words and check for existence in the set.
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Development Engineer II
94
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
45
salaries
| ₹0 L/yr - ₹0 L/yr |
Development Engineer 3
40
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
36
salaries
| ₹0 L/yr - ₹0 L/yr |
Development Engineer
27
salaries
| ₹0 L/yr - ₹0 L/yr |
Cisco
Microsoft Corporation
Intel
IBM