Upload Button Icon Add office photos

Filter interviews by

MediaTek India Technology Interview Questions and Answers for Freshers

Updated 23 Feb 2025

MediaTek India Technology Interview Experiences for Freshers

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. About LNA, VCO and LDO projects
  • Q2. Basics of Fourier transform
  • Q3. Basic analog circuit questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all the projects in the CV

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

Interview Questions & Answers

user image sandeep kumar

posted on 8 Aug 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Mine they asked many questions regarding STA
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion regarding salary etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - When i was recruited that time there is urgent requirement for them , thats why they conducted only one round of interview. Now there will be written test first followed by two or three rounds of interview.

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2022

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Had Aptitude and VLSI-Based Questions

Round 2 - Technical 

(2 Questions)

  • Q1. You have a 3 ltr jug and 5 ltr jug measure 4lt water using this.
  • Ans. 

    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

  • Answered by AI
  • Q2. The same question, but now do it starting with the 3ltr jug.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and take your time answering

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Multiple questions on various data structures like arrays , linked lists

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on pointers and bit manipulation
  • Q2. Derefer a null pointer
  • Ans. 

    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.

  • Answered by AI
  • Q3. Pointer arithmetic
  • Q4. Double pointers

Skills evaluated in this interview

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

MediaTek India Technology interview questions for popular designations

 Software Engineer

 (4)

 Senior Software Engineer

 (3)

 QA Engineer

 (2)

 Engineer

 (1)

 Technical Lead

 (1)

 Associate Engineer

 (1)

 Software Development Engineer

 (1)

 Design Engineer

 (1)

I was interviewed in Sep 2020.

Round 1 - Video Call 

(1 Question)

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

  • Q1. 

    Middle of a Linked List

    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 ...

  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Punjab Engineering College(Deemed To be University). I applied for the job as Software Engineer in NoidaEligibility criteriaAbove 6 CGPAMediaTek interview preparation:Topics to prepare for the interview - Data structures- linked lists, stacks, queues,Dynamic programming, networking, dbms,oops,etc.Time required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2015

Interview Preparation Tips

Round: Test
Experience: The written test was entirely technical, no aptitude, no quantitative, nothing. There were four topics on which the questions were asked - C, OS, DSP, MP. The questions were not so difficult and not even so easy. Most of the people could not get through because they were not familiar with C.
Duration: 90 minutes

Round: Technical Interview
Experience: They go deep into the above mentioned subjects. They were trying to relate Microprocessor programs and C i.e., wanted a C program for a MP problem (like C function to perform circular shift on registers). Need to be strong in DSP and CAO(OS) concepts.

Round: HR Interview
Experience: Basically they try to see whether you are really interested in the company or not and you will be joining the company or not if you are given the chance.

General Tips: Try to learn C language because companies require C programming skills. Like any other DSP based companies, this also wants the students to be good at programming, Microprocessors and DSP. So concentrate on these subjects if you are interested in a DSP company. For HR interview: Go through the company website before the interview and know about the company, its products, any awards it has got. Tell a few points that were mentioned by them in the ppt.
Skills: C
College Name: NIT WARANGAL

Jobs at MediaTek India Technology

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Projects I have worked on
  • Q2. Techincal questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic fundamentals of cs, dsa
  • Q2. Puzzles, os concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics for cs fundamentals, dsa leetcode medium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Which is the best sorting algorithm
  • Ans. 

    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...

  • Answered by AI
Round 2 - Coding Test 

Write a program to print the permutations of abc

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Line drawing algorithm , clone linked list

MediaTek India Technology Interview FAQs

How many rounds are there in MediaTek India Technology interview for freshers?
MediaTek India Technology interview process for freshers usually has 2-3 rounds. The most common rounds in the MediaTek India Technology interview process for freshers are Technical, Resume Shortlist and Aptitude Test.
How to prepare for MediaTek India Technology interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at MediaTek India Technology. The most common topics and skills that interviewers at MediaTek India Technology expect are Software Design, 2G, 3G, 4G and C.
What are the top questions asked in MediaTek India Technology interview for freshers?

Some of the top questions asked at the MediaTek India Technology interview for freshers -

  1. You have a 3 ltr jug and 5 ltr jug measure 4lt water using th...read more
  2. derefer a null poin...read more
  3. 1.waveform shown asked to find the expression-XOR gate. 2.parity checker and pa...read more
How long is the MediaTek India Technology interview process?

The duration of MediaTek India Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MediaTek India Technology Interview Process for Freshers

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 545 Interviews
Qualcomm Interview Questions
3.8
 • 255 Interviews
Intel Interview Questions
4.2
 • 215 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Nvidia Interview Questions
3.7
 • 103 Interviews
Broadcom Interview Questions
3.4
 • 41 Interviews
Analog Devices Interview Questions
4.0
 • 27 Interviews
View all

MediaTek India Technology Reviews and Ratings

based on 100 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.6

Salary

4.0

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 100 Reviews and Ratings
Physical Design Technical Manager

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Sr. Staff/ Manager, DFT

Bangalore / Bengaluru

10-17 Yrs

Not Disclosed

Technical Manager, Physical Design

Singapore

8-13 Yrs

₹ 0.95-1.75 LPA

Explore more jobs
Senior Engineer
123 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Manager
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MediaTek India Technology with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Samsung

3.9
Compare

Nvidia

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview