Upload Button Icon Add office photos

Filter interviews by

MediaTek India Technology Technical Lead Interview Questions and Answers

Updated 8 Mar 2024

MediaTek India Technology Technical Lead Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Work done in the last project
  • Q2. Details of circuit design
  • Ans. 

    Circuit design involves creating a detailed plan for the layout and components of an electronic circuit.

    • Identifying the requirements and specifications of the circuit

    • Selecting appropriate components such as resistors, capacitors, and integrated circuits

    • Creating a schematic diagram to visualize the connections between components

    • Simulating the circuit to ensure functionality and performance

    • Designing a printed circuit boa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They go very deep in the work you have done by asking one follow up question after another
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. C++ polymorphism tricky questions
  • Q2. Simple linked list code
  • Ans. 

    Implement a simple linked list code

    • Define a Node struct with data and next pointer

    • Implement functions to insert, delete, and traverse the linked list

    • Handle edge cases like empty list or deleting the last node

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. STL , threads c++
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round

Interview Preparation Tips

Topics to prepare for Applied Materials Technical Lead interview:
  • C++
  • threads
  • Semiconductor

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What is your understanding of DITA and CCMS?
  • Ans. 

    DITA is a standard for creating structured content, while CCMS is a content management system that supports DITA.

    • DITA stands for Darwin Information Typing Architecture and is an XML-based standard for creating structured content.

    • DITA allows for content reuse, single-sourcing, and easy customization.

    • CCMS (Component Content Management System) is a software system that supports the creation, management, and publishing of ...

  • Answered by AI
  • Q2. Rewriting of technical information.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find frequency in string
  • Ans. 

    Find the frequency of each character in a given string.

    • Iterate through the string and count the occurrences of each character

    • Store the frequencies in a map or array

    • Return the map or array with the frequencies

  • Answered by AI
  • Q2. Find second largest salary in a table
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find second largest salary in a table.

    • Use SQL query like SELECT DISTINCT salary FROM table_name ORDER BY salary DESC LIMIT 1,1

    • Make sure to handle cases where there might be ties for the highest salary

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mirafra Technologies Member Technical Staff interview:
  • Problem Solving

Skills evaluated in this interview

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

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Leetcode easy problem based on binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Design Stock Notification System
  • Ans. 

    Design a system to notify users about stock availability and changes.

    • Create a database to store stock information and user preferences.

    • Implement a notification system to alert users when stock levels change.

    • Allow users to set preferences for specific products or thresholds.

    • Consider using push notifications, emails, or SMS for notifications.

    • Include a user interface for managing preferences and viewing stock information.

  • Answered by AI
  • Q2. Design Snake & Ladder Game
  • Ans. 

    Design a Snake & Ladder game using arrays and logic.

    • Create a 10x10 grid representing the game board.

    • Assign positions for snakes and ladders on the board.

    • Use arrays to store the positions of players and their movements.

    • Implement logic for dice roll and player movement.

    • Include win condition when a player reaches the final position.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with Hiring Manager. OS Related questions.

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Question based on the array and graph. its 1 hour test on hackerrank

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare medium level leetcode question

I applied via Referral and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design Microsoft excel
  • Ans. 

    Designing Microsoft Excel involves creating a user-friendly interface for data entry, manipulation, and analysis.

    • Create a grid-based interface for data entry and manipulation

    • Include features for formatting, sorting, and filtering data

    • Implement formulas and functions for data analysis

    • Provide options for charting and graphing data

    • Ensure compatibility with various file formats and operating systems

  • Answered by AI
  • Q2. How to convert string to numbers without predefined functions
  • Ans. 

    Convert string to numbers without predefined functions

    • Iterate through each character of the string

    • Subtract the ASCII value of '0' from the character to get the numerical value

    • Multiply the numerical value by the appropriate power of 10 based on its position in the string

    • Add the resulting number to a running total

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algorithms and DS

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Work done in the last project
  • Q2. Details of circuit design
  • Ans. 

    Circuit design involves creating a detailed plan for the layout and components of an electronic circuit.

    • Identifying the requirements and specifications of the circuit

    • Selecting appropriate components such as resistors, capacitors, and integrated circuits

    • Creating a schematic diagram to visualize the connections between components

    • Simulating the circuit to ensure functionality and performance

    • Designing a printed circuit boa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They go very deep in the work you have done by asking one follow up question after another
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Implement vector using c++

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops concept , classes and interface

MediaTek India Technology Interview FAQs

How many rounds are there in MediaTek India Technology Technical Lead interview?
MediaTek India Technology interview process usually has 1 rounds. The most common rounds in the MediaTek India Technology interview process are One-on-one Round.
What are the top questions asked in MediaTek India Technology Technical Lead interview?

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

  1. C Coding Question addition deletion of link l...read more
  2. Diff between malloc and cal...read more
  3. 2G3G registration proce...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 552 Interviews
Qualcomm Interview Questions
3.8
 • 273 Interviews
Intel Interview Questions
4.2
 • 220 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
MediaTek India Technology Technical Lead Salary
based on 7 salaries
₹18.6 L/yr - ₹35 L/yr
43% more than the average Technical Lead Salary in India
View more details

MediaTek India Technology Technical Lead Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Engineer
121 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Staff Engineer
79 salaries
unlock blur

₹16 L/yr - ₹44 L/yr

Software Engineer
50 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹9.4 L/yr - ₹28 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview