Upload Button Icon Add office photos

Filter interviews by

MediaTek India Technology Interview Questions, Process, and Tips

Updated 23 Feb 2025

Top MediaTek India Technology Interview Questions and Answers

View all 16 questions

MediaTek India Technology Interview Experiences

Popular Designations

31 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 Resume 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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Digital,Verilog, SV based questions with some quants.

Round 2 - Coding Test 

SV & UVM concepts with some examples would be fine.

Round 3 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Why do you want to join this organisation.
  • Ans. 

    I want to join this organization because of its reputation for innovation and commitment to excellence in design and verification engineering.

    • I am impressed by the company's track record of developing cutting-edge technologies.

    • I believe that working at this organization will provide me with opportunities for professional growth and development.

    • I am excited about the chance to collaborate with a team of talented enginee...

  • Answered by AI

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)
MediaTek India Technology Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself and explain project that you did

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

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

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)

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

I was interviewed before Mar 2023.

Round 1 - One-on-one 

(4 Questions)

  • Q1. C Coding Question addition deletion of link list
  • Ans. 

    Addition and deletion operations in a linked list using C coding

    • Use a struct to define the linked list node

    • For addition, allocate memory for new node, update pointers accordingly

    • For deletion, update pointers to skip the node to be deleted

  • Answered by AI
  • Q2. Diff between malloc and calloc
  • Ans. 

    malloc is used to allocate memory without initializing it, while calloc is used to allocate memory and initialize it to zero.

    • malloc allocates a block of memory of specified size, while calloc allocates a block of memory for an array of elements and initializes them to zero

    • malloc does not initialize the allocated memory, while calloc initializes the allocated memory to zero

    • malloc returns a pointer to the allocated memor...

  • Answered by AI
  • Q3. 2G3G registration process,
  • Q4. Authentication parameter, CKSN

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top MediaTek India Technology Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 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 Resume tips
Round 2 - Coding Test 

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.

Round 3 - Technical 

(1 Question)

  • Q1. Write code to insert a node to the middle of linked list
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MediaTek India Technology Senior Software Engineer interview:
  • C
  • Operating Systems
  • Multithreading
  • TCP
  • IPV4
  • IPV6
  • Data Structures
Interview preparation tips for other job seekers - Study concepts of C language thoroughly. All questions on pointers, double pointers, bit manipulation and memory management.

Study questions on data structures like Linked list, stacks, queues, arrays, and strings. Practice writing code in C.

Study operating system and Unix concepts like processes, threads, deadlock, mutex, semaphores, IPC mechanisms etc. Practice problems on concurrent programming.

Study networking concepts like OSI model, TCP, UDP, IP (v4 and v6) and socket programming. Practice socket programming in C.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at MediaTek India Technology

View all

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
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Some simple string swap in C

Wireless Network Engineer Interview Questions asked at other Companies

Q1. 4 way handshake
View answer (1)
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 Resume 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)

I applied via Referral and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Manual Testing,
  • Q2.  Regression, AdHoc, UI, Functional Testing, Integration Testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all Manual Testing related questions. Interview is very simple and easy.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

MediaTek India Technology Interview FAQs

How many rounds are there in MediaTek India Technology interview?
MediaTek India Technology interview process usually has 1-2 rounds. The most common rounds in the MediaTek India Technology interview process are Technical, Coding Test and HR.
How to prepare for MediaTek India Technology interview?
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 Debugging, 3Gpp, Python, modem and C.
What are the top questions asked in MediaTek India Technology interview?

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

  1. what is CMOS inverter explain its funtionality?what is body bias effect? why MO...read more
  2. Write code to insert a node to the middle of linked l...read more
  3. You have a 3 ltr jug and 5 ltr jug measure 4lt water using th...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.

Recently Viewed

JOBS

MediaTek India Technology

No Jobs

INTERVIEWS

Programmers.io

No Interviews

INTERVIEWS

Webkul Software

No Interviews

INTERVIEWS

Larsen & Toubro Limited

No Interviews

INTERVIEWS

Algoworks Technologies

No Interviews

SALARIES

MediaTek India Technology

SALARIES

MediaTek India Technology

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Tech Mahindra

No Interviews

SALARIES

MediaTek India Technology

Tell us how to improve this page.

MediaTek India Technology Interview Process

based on 20 interviews

Interview experience

4.2
  
Good
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
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
51 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent