Upload Button Icon Add office photos

Filter interviews by

MediaTek India Technology Senior Design Engineer Interview Questions and Answers

Updated 16 May 2023

MediaTek India Technology Senior Design Engineer Interview Experiences

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

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions around testing.
Round 2 - Aptitude Test 

Here they asked lots of logical reasoning questions and checked on how you approached different situations

Round 3 - HR 

(1 Question)

  • Q1. Explained package and other details

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Hashmap working.
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hashmap operations like insertion, deletion, and lookup have an average time complexity of O(1).

  • Answered by AI
  • Q2. Problem solving. Minimum absolute difference pairs

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two people one hiring manager and one person who asked technical.
This person was so rude.I hardly understood what he was speaking his accent was so bad.I don't understand how a standard company like Applied Materials even hired this person who is lacking at a basic level of Communication.

One should make the person comfortable before the interview to even get the best from the candidate.

First question in discussion was what is your salary expectations and what offer do u already have that's pathetic to ask this question in the beginning itself.

They don't pay well yet they expect the candidate to be perfect.
Worst interview experience I have ever had .
Please be nice to candidates.Have some standards for your hiring process don't be rude and arrogant.if you want to hire a potential candidate be nice to the person at the first place that's when you can check the knowledge and technical capabilites of a person not just simply ask same set of questions.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write your own stack?
  • Ans. 

    A stack is a linear data structure that follows the Last In First Out (LIFO) principle.

    • Implement using an array or linked list

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How to find intersection happened between two linked list?
  • Ans. 

    To find intersection of two linked lists, traverse both lists and compare each node.

    • Traverse both linked lists and compare each node

    • Use two pointers, one for each linked list

    • If a node is common, return the node

    • If both pointers reach the end, return null

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Applied Materials Senior Software Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - Basic should be good, interview is easy to medium type only

Skills evaluated in this interview

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

(1 Question)

  • Q1. Dsa questions , angular , .net core and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company if you are passionate about work
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

OOPS Principle.
SQL
Java Coding Round - with easy level of questions

I applied via Naukri.com and was interviewed in May 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Angular and JavaScript basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Major questions were around problem solving, strings

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 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. On python, on storage
Round 3 - Technical 

(1 Question)

  • Q1. On python , oops concept ,
Round 4 - HR 

(1 Question)

  • Q1. Why you are changing the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and work on the skills and good communication
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

Virtual round for fundamental coding.

Round 2 - Assignment 

Physical round for coding assignment given on a paper.

Round 3 - One-on-one 

(4 Questions)

  • Q1. How does twisted cable work? How to see CAN voltage levels on Oscilloscope?
  • Ans. 

    Twisted cables reduce electromagnetic interference and CAN voltage levels can be observed using an oscilloscope.

    • Twisted cables consist of pairs of wires twisted together to cancel out electromagnetic interference.

    • The twisting helps maintain a consistent impedance, reducing signal degradation over distance.

    • To see CAN voltage levels, connect the oscilloscope probes to the CAN High and CAN Low lines.

    • Set the oscilloscope t...

  • Answered by AI
  • Q2. Swap the bits in a byte.
  • Ans. 

    Swapping bits in a byte involves exchanging the positions of bits within an 8-bit binary number.

    • A byte consists of 8 bits, indexed from 0 to 7.

    • To swap bits, you can exchange pairs: (0, 7), (1, 6), (2, 5), (3, 4).

    • Example: For byte 10110010, swapping gives 01011001.

    • Use bitwise operations: AND, OR, and XOR to manipulate bits efficiently.

    • In programming, you can use masks to isolate and swap bits.

  • Answered by AI
  • Q3. Why you want to join the company?
  • Ans. 

    I am excited to join the company for its innovative projects, collaborative culture, and opportunities for professional growth.

    • The company's commitment to cutting-edge technology aligns with my passion for innovation, as seen in my previous work on AI-driven applications.

    • I admire the collaborative culture here, which fosters teamwork and knowledge sharing, similar to my experience in agile development teams.

    • The opportu...

  • Answered by AI
  • Q4. How soon you can join the company?
  • Ans. 

    I can join the company in two weeks, allowing time for a smooth transition from my current role.

    • I need to provide my current employer with a two-week notice period.

    • This timeframe ensures I can wrap up ongoing projects and hand over responsibilities.

    • If needed, I can negotiate a quicker start date if my current employer agrees.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamental coding, bitwise operations and your worked projects.

MediaTek India Technology Interview FAQs

How many rounds are there in MediaTek India Technology Senior Design Engineer interview?
MediaTek India Technology interview process usually has 2 rounds. The most common rounds in the MediaTek India Technology interview process are Resume Shortlist and Technical.
What are the top questions asked in MediaTek India Technology Senior Design Engineer interview?

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

  1. About LNA, VCO and LDO proje...read more
  2. Basic analog circuit questi...read more
  3. Basics of Fourier transf...read more

Tell us how to improve this page.

MediaTek India Technology Senior Design Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 260 Interviews
Texas Instruments Interview Questions
4.0
 • 121 Interviews
Synopsys Interview Questions
3.9
 • 90 Interviews
Molex Interview Questions
3.8
 • 56 Interviews
Lam Research Interview Questions
3.7
 • 46 Interviews
View all
Senior Engineer
125 salaries
unlock blur

₹11.7 L/yr - ₹31 L/yr

Staff Engineer
85 salaries
unlock blur

₹16.5 L/yr - ₹44 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹9.4 L/yr - ₹28 L/yr

Software Engineer
54 salaries
unlock blur

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

TDK India Private Limited

3.8
Compare

Molex

3.8
Compare

Applied Materials

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