Upload Button Icon Add office photos

Filter interviews by

MediaTek India Technology Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top MediaTek India Technology Interview Questions and Answers

View all 16 questions

MediaTek India Technology Interview Experiences

Popular Designations

30 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. For the first round t is only only.
  • Q2. UVM-Phases,config db,resource db,asked me to write code for my projects mentioned in resume
  • Q3. AMBA protocols(mentioned in resume) pslave error,decode error,signals,arbitration,interleaving.
  • Q4. UVM architecture,verification flow
  • Q5. First round mostly focussed on my communication skills and projects mentioned in my resume.For my friend they showed a PPT of questions just followed them.
Round 2 - Technical 

(4 Questions)

  • Q1. It is a face to face interview,Only focussed on technical questions.They have a common ppt with technical questions .They will show those questions ask you to write answers on a paper.
  • Q2. 1.waveform shown asked to find the expression-XOR gate. 2.parity checker and parity generator truthtable and verilog code. 3.modports,clocking blocks and interface sv code. for (addr=something,data=somethi...
  • Q3. Verilog FIFO code Assertion waveform shown sv code for it APB protocol waveforms Protocols signals if you mention them protocol address calculations coverage code types of array and their syntax
  • Q4. For technical round they focus on coding only,don't forget to see all sv topics coding structure.

VLSI Design and Verification Engineer Interview Questions asked at other Companies

Q1. How many combinations of inverter can be made using just 1 nand gate
View answer (1)

C Developer Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C/c++ and python basic questions were there

Round 2 - Technical 

(2 Questions)

  • Q1. Asked in detail about the product that I am working upon in my previous experience and what I have contributed over there.
  • Q2. Some c++ coding questions

C Developer Interview Questions asked at other Companies

Q1. Merge K Sorted Arrays Problem Statement Given 'K' different arrays that are individually sorted in ascending order, merge all these arrays into a single array that is also sorted in ascending order. Input The first line of input contains an... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on maths and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Find the number of pairs with difference equal to given value k
  • Ans. 

    Count pairs in an array with a given difference

    • Sort the array to easily find pairs

    • Use two pointers approach to find pairs with difference equal to k

    • Keep track of unique pairs to avoid duplicates

  • Answered by AI
  • Q2. C and C++ OOPs questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - The company looks for the candidates with strong hold on C & C++ basic which can be a deciding factor. The DSA questions were anything between easy to moderate.

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

DSL Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About fixed, floating pt.
  • Q2. ENDianness (Little and Big and usage w.r.t bitwise operator)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare as per CV and be ready to face non-sense basic level tricky questions in C

MediaTek India Technology interview questions for popular designations

 Software Engineer

 (4)

 Senior Software Engineer

 (3)

 QA Engineer

 (2)

 Associate Engineer

 (1)

 C Developer

 (1)

 Design & Verification Engineer

 (1)

 DSL Engineer

 (1)

 Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to wireless communication concepts
  • Q2. C and c++ coding concepts
Round 2 - HR 

(2 Questions)

  • Q1. Why are you looking for change
  • Q2. Are you ready to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on fundamentals and have good knowledge about the projects mentioned in resume

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 (169)

Get interview-ready with Top MediaTek India Technology Interview Questions

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Delete a node in a single linked list
  • Ans. 

    To delete a node in a single linked list, update the previous node's next pointer to skip over the node to be deleted.

    • Traverse the linked list to find the node to be deleted

    • Update the previous node's next pointer to skip over the node to be deleted

    • Free the memory allocated to the node to be deleted

  • Answered by AI
  • Q2. Delete duplicate elements in a sorted singly linked list
  • Ans. 

    Use two pointers to iterate through the list and remove duplicates by updating next pointers

    • Initialize two pointers, current and next, to iterate through the list

    • Compare current and next node values, if equal, update next pointer to skip duplicate node

    • Repeat until end of list is reached

  • Answered by AI
  • Q3. What is volatile and extern keywords in C ? What are local and external linkages ? What are SW and HW interrupts ? What are the different scheduling algorithms ?
  • Ans. 

    Volatile and extern are keywords in C for memory management. Local and external linkages determine scope. SW and HW interrupts handle events. Different scheduling algorithms manage task priorities.

    • Volatile keyword is used to indicate that a variable may be changed unexpectedly, typically by hardware. Example: volatile int x;

    • Extern keyword is used to declare a variable that is defined in another file. Example: extern in...

  • Answered by AI

Skills evaluated in this interview

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (5)

Jobs at MediaTek India Technology

View all

QA Engineer Interview Questions & Answers

user image Ashish Singh

posted on 22 Mar 2024

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic testing questions, SDLC , STLC , Functional Testing, Unit Testing, integration testing, non functional testing, and all thing's mentioned on your Resume
Round 2 - Technical 

(1 Question)

  • Q1. Practical questions , whatsup testing , game testing, say about possible test scenario and test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The apti round was easy and fine.

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced modem test engineer with a strong background in testing and troubleshooting modem hardware and software.

    • Over 5 years of experience in testing and validating modem functionality

    • Proficient in using test equipment such as signal generators and spectrum analyzers

    • Skilled in writing test plans and documenting test results

    • Familiar with various communication protocols like LTE, 5G, and Wi-Fi

    • Str...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepeare properly for technical and HR interviews
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Is setup and hold uncertainty values are different
  • Ans. 

    Yes, setup and hold uncertainty values are different in physical design engineering.

    • Setup uncertainty is related to the arrival time of the data signal at the input of the flip-flop, while hold uncertainty is related to the removal time of the data signal.

    • Setup time is the minimum amount of time the data input must be stable before the clock edge, while hold time is the minimum amount of time the data input must be sta...

  • Answered by AI

Physical Design Engineer Interview Questions asked at other Companies

Q1. What are the conditions for an RC circuit to work as an integrator/differentiator Can you derive it with this circuit
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Rourkela and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

C cpp basic and aptitude basic

Round 2 - Group Discussion 

Basics your skills in vlsi and others topic coding

Round 3 - HR 

(5 Questions)

  • Q1. Personal base questions answers
  • Q2. What is your name
  • Q3. About yourself in short
  • Q4. Technical background with skills
  • Q5. About your project in details you have knowlege to your project and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Try all sections with all sections aptitude technical round

Vlsi Design Engineer Interview Questions asked at other Companies

Q1. Differnces between moore and melay machines
View answer (1)

MediaTek India Technology Interview FAQs

How many rounds are there in MediaTek India Technology interview?
MediaTek India Technology interview process usually has 2 rounds. The most common rounds in the MediaTek India Technology interview process are Technical, Coding Test and Aptitude Test.
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.

Tell us how to improve this page.

MediaTek India Technology Interview Process

based on 19 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 556 Interviews
Qualcomm Interview Questions
3.8
 • 274 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Broadcom Interview Questions
3.4
 • 41 Interviews
View all

MediaTek India Technology Reviews and Ratings

based on 99 reviews

3.9/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.6

Salary

4.0

Job security

3.6

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 99 Reviews and Ratings
IC Signoff Lead

Singapore

8-13 Yrs

₹ 0.95-1.75 LPA

Technical Manager, Physical Design

Singapore

8-13 Yrs

₹ 0.95-1.75 LPA

Explore more jobs
Senior Engineer
121 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Staff Engineer
78 salaries
unlock blur

₹16.5 L/yr - ₹44 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹9.4 L/yr - ₹28 L/yr

Software Engineer
51 salaries
unlock blur

₹7.2 L/yr - ₹22 L/yr

Technical Manager
38 salaries
unlock blur

₹21 L/yr - ₹61 L/yr

Explore more salaries
Compare MediaTek India Technology with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Samsung

4.0
Compare

Nvidia

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