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

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

IMS Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2020

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. IMS related questions only. SIP, SDP, Preconditions,Codec, QoS/QCI, Default and Dedicated bearers.
  • Q2. Registration call flow till MO/MT Volte call
  • Q3. Conference call Flow MT side, Supplementary services
  • Q4. XCAP, USSD Code call Flow
  • Q5. WiFi Calling & Handover Call Flow
  • Q6. IMS Issues analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 4 rounds. First will be Technical Discussion with Team lead or IMS manager and questions would be VOLTE and LTE basics. Second round would be with IMS SME it will be tricky round so prepare well & focus on logs less on theory. Third round would be log analysis they will give you 7-8 issues and you need to find root cause of issues. They will basically judge your approach so if you have analysed even 50% it would be fine but show them your approach for all issues. Last round would be Managerial round. Just be true.

IMS Engineer Interview Questions asked at other Companies

Q1. What is the call flow for VOLTE-IMS
View answer (1)
MediaTek India Technology Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 5G Call Flow,ENDC Procedure ,RRC layer,Mac layer,Python scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics concept

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)

I applied via LinkedIn and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions on Test case preparation(stapler, whatsapp)
  • Q2. Puzzles
  • Q3. Speak 2 mins on square shaped egg
  • Ans. 

    Square shaped egg is a hypothetical concept that defies the laws of nature.

    • Square shaped egg is not possible in reality due to the shape of the hen's reproductive system.

    • It is a popular topic in science fiction and fantasy literature.

    • In some cultures, square shaped eggs are considered a symbol of good luck or prosperity.

    • The concept of square shaped egg can be used as a metaphor for something that is impossible or unrea

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basics of testing and take care of the communication skills

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

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 applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. RRC related questions, CSFB,SRVCC,SIB parameters
  • Q2. LTE configurations, Handovers, and use case scenarios. MAC HARQ processing
  • Q3. Basic C questions, pointers,strings, bit manipulation , linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on protocol stacks and C basic concepts

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)

Get interview-ready with Top MediaTek India Technology Interview Questions

Engineer Interview Questions & Answers

user image Timmadasari Sumanth

posted on 6 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Differences between TDMA,CDMA,WCDMA,OFDM
  • Ans. 

    TDMA, CDMA, WCDMA, and OFDM are different multiple access techniques used in communication systems.

    • TDMA (Time Division Multiple Access) divides the available frequency into time slots.

    • CDMA (Code Division Multiple Access) uses unique codes to differentiate between users.

    • WCDMA (Wideband Code Division Multiple Access) is an advanced version of CDMA.

    • OFDM (Orthogonal Frequency Division Multiplexing) divides the available fr...

  • Answered by AI
  • Q2. How to detect and correct burst errors
  • Ans. 

    Burst errors can be detected and corrected using error detection and correction codes.

    • Use error detection codes like CRC (Cyclic Redundancy Check) to detect burst errors

    • Use error correction codes like Reed-Solomon codes to correct burst errors

    • Re-transmit the data if the error cannot be corrected

    • Implement error detection and correction algorithms in the communication protocol or data storage system

  • Answered by AI

Interview Preparation Tips

College Name: IIT Madras

Skills evaluated in this interview

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)

Jobs at MediaTek India Technology

View all

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is CMOS inverter explain its funtionality?what is body bias effect? why MOS why not BJT? timing anylsis question
  • Ans. 

    CMOS inverter is a digital logic gate that converts input signal to its complementary output signal.

    • CMOS inverter consists of a PMOS and an NMOS transistor connected in series.

    • When input is high, PMOS is off and NMOS is on, output is low.

    • When input is low, PMOS is on and NMOS is off, output is high.

    • Body bias effect is the change in threshold voltage of MOSFET due to variation in body voltage.

    • MOSFET is preferred over BJ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: apipitutde ,digital ,analog
Duration: 1 hour

Skills: Interest In The Job, Skills Related To Their Job Profile
College Name: IIT Madras

Vlsi Hardware Interview Questions asked at other Companies

Q1. what is CMOS inverter explain its funtionality?what is body bias effect? why MOS why not BJT? timing anylsis question
View answer (1)

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

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

Interview Preparation Tips

Round: Test
Experience: C/C++ objective types. a. redifine malloc() b. dictionary entry of data string: entering string value in the correct position in a given dictionary, data structure used is a D-Link List.
Duration: 45 minutes

Round: Technical Interview
Experience: It was dense, many questions were asked but the interviewer was cool and nice person so it was smooth.OOPS concepts, proper implementation on paper of multiple inheritance, virtual functions, operator overloading, functional overloading. In OS, process management, memory leak, memory management, discussion on OSs you have used like symbian s60, bada, windows7, xp, Linux , Android etc code on paper- BST, Post Order traversal, basic questions on Linked Lists.

Round: HR Interview
Experience: smooth , tell about yourself, future plans, family etc

College Name: NA

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

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