Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Analog Devices Designer Interview Questions and Answers

Updated 3 Dec 2022

Analog Devices Designer Interview Experiences

1 interview found

Designer Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2022

I applied via Recruitment Consulltant and was interviewed before Dec 2021. 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 

(2 Questions)

  • Q1. Embedded software program basics
  • Q2. Little hardware knowledge also important

Interview Preparation Tips

Interview preparation tips for other job seekers - Good basics very necessary, that will be tested significantly

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Questions were from digital Electronics which included realization of counters using JK FF,Sequence detector,Boolean expression reduction,One shot and drawing waveforms of some digital circuits.Questions were also their from pipelinig,finding out MIPS,power consumption of two processors,Small signal analysis of MOSFETs,Buffer using CMOS ,finding out the type of filter given block diagram(control theory).Questions were easy and required step by step realization.
Tips: Prepare digital Electronics very well as it has 50% weightage in paper. Pipelinig is important. Some basics concepts of CMOS is very necessary.
Duration: 1hr 15 min minute
Total Questions: 12

Round: Technical Interview
Experience: First they asked to introduce yourself.
Then they asked about projects & Internship.
STA,EEPROM,EPROM,DRAM,SRAM,CACHE Memory,Pipelining,DMA was asked in depth.
Difference between clock skew and Jitter.
Asked whether I know any Hardware Languages.
XOR gate using 2:1 MUX.
Gave a waveform,had to realize using DFF and considering the delay.
Tips: Study STA very well.
Questions will be asked in depth from any topic.

Round: HR Interview
Experience: Family Background
Why NXP
Hobbies


Skill Tips: Study Digital Electronics very well
Skills: Analog Electronics, Microprocessor, Vlsi Basics, Digital Circuits
College Name: BIT Mesra

Interview Preparation Tips

Round: Test
Experience: Questions were from Digital Electronics,Microprocessors and some from CMOS.
50% Digital Electronics.
1 X Output waveform drawing from circuit of FFs & gates
1 X Realize inverter from given two blocks
1 X CMOS implementation of gates
1 X Realize digital circuit for given waveform
1 X MIPS & Pipelining
1 X Processors power Dissipation calculation
1 X Small Signal analysis of CMOS
1 X Compare two given buffers circuits(CMOS)
1 X Transfer function calculation(Control Theory)
1 X Counter using JK FF
1 X Sequence Detector

Tips: Study digital electronics very well.

Duration: 1 hr 45 min minute
Total Questions: 12

Round: Technical Interview
Experience: Indroduction
Projects & Internship
Discussions in DEPTH on:
Pipelining
STA
MIPS
Memory(flash memory,DRAM,SRAM)
CACHE Memory
DMA
Digital circuit realization for given waveform
XOR Gate using 2:1 MUX
Tips: Prepare Digital electronics and Microprocessors very well.Sta is very important.Panel will go deep into the topics to check ur technical knowledge.
TIPS: Be confident and your opinion should be strong.Stand by what you say.Do not get confused.And when panel asks to solve any digital circuits, speak loud what is in your mind and what approach you are using.Be honest.

Round: HR Interview
Experience: Family Background
Why Freescale


Skills: Static Timing Analysis (STA), Memory, CMOS Circuits, Microprocessor, Digital Circuits
College Name: BIT Mesra
Motivation: I had interest in core electronics

Interview Preparation Tips

Round: Test
Experience: The selection procedure is a test followed by tech interview and an HR interview.
The test had two parts:
 Aptitude (common across all profiles)
 A tech. test (separate for each profile)

Round: Interview
Experience: The tech interview was the important one and the HR interview was just about knowing the student and vice-versa. The tech interview was more concentrated on the basics and more importance was given to the approach of solving the problem rather than solving the problem itself.
No CGPA cutoff.

Round: Interview
Experience: Not very important.

General Tips: The work is well structured and executed. There is a lot of opportunity for more technical learning. Interns are also included into the teams and this helps the intern on knowing about the things going around them and gets an overall view of how things work.
As a whole, the work is very good, and exceeds all the expectations of the students.
College Name: IIT Madras
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on analog circuit design, verilog modules, register transistor logics, CMOS etc
  • Q2. Common questions related to analog circuits, specifically focusing on MOSFETs.
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions mostly based on practical implementations and issues debugged.
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions and managerial questions.
Round 4 - HR 

(1 Question)

  • Q1. Typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for best and expect the worst in terms of interview experience. HR management is worst and they'll keep finding replacements of yours even after selecting. So you should also have plan B incase your candidature gets rejected. I declined the offer and joined another company.
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. Sta basics , digital electronics
Round 3 - Technical 

(1 Question)

  • Q1. Cmos, basics , working
Round 4 - HR 

(1 Question)

  • Q1. Introduction and future prospects

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company with good work culture . Located in Greater noida.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Sta question, to find set up and hold time
  • Q2. C basic questions
Round 2 - Technical 

(2 Questions)

  • Q1. Nonblock vs blocking difference with an example
  • Ans. 

    Nonblocking operations allow the program to continue executing other tasks while waiting for a response, while blocking operations halt the program until a response is received.

    • Nonblocking operations allow for asynchronous communication, while blocking operations are synchronous.

    • Nonblocking operations are typically used in event-driven programming, while blocking operations are common in traditional procedural programm...

  • Answered by AI
  • Q2. DFF Vs latch difference
  • Ans. 

    DFF stores data based on clock signal, while latch stores data based on enable signal.

    • DFF stands for Data Flip-Flop, while latch is a level-sensitive storage element.

    • DFF stores data on the rising or falling edge of the clock signal, while latch stores data when the enable signal is high.

    • DFF has two stable states (0 or 1), while latch has only one stable state.

    • Example: D flip-flop, T flip-flop are examples of DFF, while

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself leading a team of engineers in developing innovative products and solutions.

    • Leading a team of engineers in a design department

    • Developing innovative products and solutions

    • Continuing to learn and grow in my role

    • Possibly pursuing further education or certifications

    • Contributing to the success and growth of the company

  • Answered by AI
  • Q2. What are you priorities
  • Ans. 

    My priorities are to deliver high-quality designs, meet project deadlines, and continuously improve my skills.

    • Delivering high-quality designs that meet client requirements

    • Meeting project deadlines to ensure timely completion

    • Continuously improving my skills through training and learning new technologies

  • Answered by AI

Interview Preparation Tips

Topics to prepare for STMicroelectronics Design Engineer interview:
  • C
  • System Verilog
  • Verilog
  • Digital Electronics
  • STA
  • CMOS
Interview preparation tips for other job seekers - Basics, c, Verilog, system Verilog should be good

Skills evaluated in this interview

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

(1 Question)

  • Q1. STA , setup and hold?

Interview Preparation Tips

Round: Test
Experience: Test was subjective and questions were asked from basic analog, digital design, VHDL and VLSI circuits.

Round: Technical Interview
Experience: Had 3 technical interviews each around 25 minutes. They asked me about my summer internship and
questions from microcontroller architecture and its interfacing. Then they asked me the questions
from those problems which I didn't attempt in the written test.
Tips: For electrical students, it might be a bit challenging. I took an elective on Microcontroller in 7th sem which
helped me a lot during the interview. You might want to brush up your concepts of 8085, digital, OPAMPs
and analog

Round: HR Interview
Experience: My family background and my future goals were asked. They asked me about
my internship project and wanted to know what I learnt during the internship. Then I asked a few questions
from them about the company work culture and growth opportunities

College Name: IIT Roorkee

Interview Questionnaire 

2 Questions

  • Q1. Why are you interested in freescale ?
  • Ans. 

    I am interested in Freescale because of their innovative technology and strong reputation in the industry.

    • Freescale has a history of developing cutting-edge technology

    • Their reputation in the industry is strong and respected

    • I am excited about the opportunity to work with a company that values innovation and excellence

  • Answered by AI
  • Q2. Hobbies, family background etc. and future plans

Interview Preparation Tips

Round: Test
Total Questions: 15

Round: Technical Interview
Experience: Panel discussed questions attempted incorrectly or not attempted. Topics asked separately: RAM, MOSFET, Memory, Interrupts, FIFO etc.Few puzzles were also asked.

General Tips: Topics that should be covered: Digital Electronics, Microprocessors, Basic Electronics, K Map and FSM questions.
Skills:
College Name: BIT MESRA
Contribute & help others!
anonymous
You can choose to be anonymous

Analog Devices Interview FAQs

How many rounds are there in Analog Devices Designer interview?
Analog Devices interview process usually has 2 rounds. The most common rounds in the Analog Devices interview process are Resume Shortlist and Technical.
How to prepare for Analog Devices Designer 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 Analog Devices. The most common topics and skills that interviewers at Analog Devices expect are Analog, Analog Design, Automation, C and Design Review.
What are the top questions asked in Analog Devices Designer interview?

Some of the top questions asked at the Analog Devices Designer interview -

  1. Embedded software program bas...read more
  2. Little hardware knowledge also import...read more

Recently Viewed

SALARIES

Analog Devices

DESIGNATION

JOBS

Ashiana Housing

No Jobs

INTERVIEWS

Ashiana Housing

No Interviews

INTERVIEWS

Kolte Patil Developers

No Interviews

DESIGNATION

LIST OF COMPANIES

Verity Knowledge Solutions

Locations

SALARIES

Becton Dickinson

JOBS

Analog Devices

No Jobs

INTERVIEWS

Syngene International

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Electronics Interview Questions
4.0
 • 146 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Senior Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design & Verification Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Analog Devices with

Texas Instruments

4.1
Compare

STMicroelectronics

4.1
Compare

NXP Semiconductors

3.7
Compare

Microchip Technology

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