Filter interviews by
I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2022. There were 3 interview rounds.
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
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
Multiple questions on various data structures like arrays , linked lists
Dereferencing a null pointer means trying to access the memory location pointed to by a null pointer.
Dereferencing a null pointer can lead to a segmentation fault or access violation.
Example: int *ptr = NULL; int value = *ptr; // This will result in a segmentation fault.
MediaTek India Technology interview questions for popular designations
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.
Top trending discussions
posted on 11 Jul 2024
I applied via Indeed and was interviewed in Jan 2024. There was 1 interview round.
posted on 2 Jan 2025
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
There is no one-size-fits-all answer as the best sorting algorithm depends on the specific use case and constraints.
The best sorting algorithm depends on factors such as the size of the data set, the range of values, whether the data is mostly already sorted or not, and the available memory.
For small data sets or nearly sorted data, insertion sort or bubble sort may be efficient.
For large data sets, quicksort, mergesor...
Write a program to print the permutations of abc
The duration of MediaTek India Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 2 interviews
Interview experience
based on 100 reviews
Rating in categories
Senior Engineer
123
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Engineer
80
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
55
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
55
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Manager
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Qualcomm
Intel
Samsung
Nvidia