Filter interviews by
I applied via Naukri.com and was interviewed before Mar 2022. There were 6 interview rounds.
Top trending discussions
posted on 5 Aug 2021
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
posted on 16 Sep 2021
I was interviewed in Sep 2020.
Round duration - 40 minutes
Round difficulty - Medium
Data structures were asked like linked list and stacks. Hashmaps were also there. some basic questions of DBMS were asked and the interviewer asked if i know networking for which i said no. After that there was a 5 minute simple straightforward round with H.R
You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.
If there is an odd number of elements, return the ...
Return the middle node of a singly linked list, considering odd and even number of elements.
Traverse the linked list with two pointers, one moving twice as fast as the other
When the fast pointer reaches the end, the slow pointer will be at the middle
Return the node pointed by the slow pointer
Tip 1 : Practice maximum questions of linked lists and stacks.
Tip 2 : DBMS concepts should be crystal clear.
Tip 3 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 4 : Practice a mock interview and try to solve any random question in front of your friend.
Tip 1 : Mention maximum projects you have one and be prepared to explain them.
Tip 2 : Don't mention anything you are not confident in.
I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.
Had Aptitude and VLSI-Based Questions
Use the 3 ltr jug to fill the 5 ltr jug twice, leaving 1 ltr in the 3 ltr jug. Then fill the 3 ltr jug and pour it into the 5 ltr jug.
Fill the 5 ltr jug twice with the 3 ltr jug
1 ltr will be left in the 3 ltr jug
Fill the 3 ltr jug and pour it into the 5 ltr jug
4 ltr of water will be in the 5 ltr jug
posted on 28 Nov 2023
I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.
I interviewed with Mediatek having just 1 year of experience. It was for outsourcing position.
They asked me concepts from C language, writing code for data structures (LinkedIn list), and a question on string which I can't remember. This was pre COVID days.
Insert a node to the middle of a linked list
Find the middle node using slow and fast pointers
Create a new node with the data to be inserted
Adjust the pointers to insert the new node in the middle
posted on 13 Jun 2024
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k
Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1
Note : consider array index starts with 1
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
Aptitude test with 1 Coding Question
I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.
Generic analytical problem and case study on a problem statement given
Use cases study , they review on design approach , and business skills
based on 1 interview
Interview experience
based on 109 reviews
Rating in categories
Accountant
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Accounts Officer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Store Incharge
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Quality Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Qualcomm
TDK India Private Limited
Molex
Applied Materials