Upload Button Icon Add office photos

Filter interviews by

AdeptChip Services Verification Engineer Interview Questions and Answers

Updated 5 Dec 2017

AdeptChip Services Verification Engineer Interview Experiences

1 interview found

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Here the technical guy is too friendly , started asking very basic questions only related to Verilog , then moved to bit deep , asked to write a code in verilog . If he is satisfied , you will be asked to ...
  • Q2. Asked related to fork - join , asked to write a code for Asynchronous D-FF and it's explanation ....
  • Q3. Here it was bit difficult , but not that much one can clear it easily if they are good enough in coding (in verilog). and next followed by HR ...

Interview Preparation Tips

Round: Test
Experience: Test comprises of 5 to 6 sections . those are like aptitude , c , Verilog ,Digital Design , VLSI and 10 questions from each section .

General Tips: If you are going to attend for Adept chips , first be through with all 5 to 6 sections for written test , next in interview concentrate on coding . If you are good at coding which shows that u r good at concepts too ...
Duration: <1 week

Interview questions from similar companies

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions, project experience, scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basics and projects

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Semiconductor physics Basic concepts and previous work profile experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume according to job profile and answer all basic questions related semiconductor device physics and digital design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Explain storage variables in C?
  • Ans. 

    Storage variables in C are used to store data temporarily during program execution.

    • Storage variables in C are declared using data types like int, float, char, etc.

    • They can be stored in different memory locations like stack, heap, or data segment.

    • Variables declared outside functions have global scope and are stored in data segment.

    • Variables declared inside functions have local scope and are stored in stack memory.

    • Dynami...

  • Answered by AI
  • Q2. Take two numbers, reverse both, then perform addition and reverse again?
  • Q3. First three kinds of sorting
  • Ans. 

    The first three kinds of sorting are bubble sort, selection sort, and insertion sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.

    • Insertion sort builds the final sorted array one item at a time by inserting each

  • Answered by AI
  • Q4. Output questions based on pointers in C

Interview Preparation Tips

Topics to prepare for Ignitarium Technology Solutions Senior Engineer interview:
  • C
  • Data Structures
  • Embedded Systems

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Provide answers for the same
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Answers according to question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go, they asked basic question

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About axi protocol, fsm based questions, digital design based questions and project related

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for the basics required for the position you are applying. be through with resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is the functional coverage ?
  • Ans. 

    Functional coverage is a metric used to measure how much of the design functionality has been exercised by the verification environment.

    • Functional coverage is used to ensure that all the features of the design have been tested.

    • It is a measure of how much of the design functionality has been exercised by the verification environment.

    • Functional coverage is typically defined in terms of coverage points, which are specific...

  • Answered by AI
  • Q2. What is randomisation
  • Ans. 

    Randomisation is a technique used in verification to generate random test cases.

    • Randomisation is used to increase the probability of finding bugs in a design.

    • It involves generating random inputs to test the functionality of a design.

    • Randomisation can be used in both simulation and formal verification.

    • It helps in identifying corner cases and edge cases that may not be covered by directed tests.

    • Randomisation can be contr...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Basic coding questions and questions based on resume

Round 2 - HR 

(3 Questions)

  • Q1. About the latest qualification.
  • Q2. About previous employment
  • Q3. About my motivation to join
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contains aptitude questions a few questions on python, c/c++, digital logic and a circuital questions.

Round 2 - Technical 

(3 Questions)

  • Q1. 2 technical rounds : questions on programming languages and projects, easy level DSA questions
  • Q2. Explain data types in python
  • Ans. 

    Data types in Python define the type of data that a variable can hold.

    • Python has various data types such as integers, floats, strings, lists, tuples, dictionaries, etc.

    • Data types determine the operations that can be performed on the variables.

    • Examples: int for integers, float for floating-point numbers, str for strings, list for lists, tuple for tuples, dict for dictionaries.

  • Answered by AI
  • Q3. Expain list oparations
Round 3 - HR 

(2 Questions)

  • Q1. Genaral hr questions
  • Q2. Mention one thing that you feel regret in recent days

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidant

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. CDC technique , and why need of CDC
  • Ans. 

    CDC stands for Clock Domain Crossing technique used in digital design to ensure proper data transfer between different clock domains.

    • CDC technique involves synchronizing data signals when crossing between different clock domains to prevent metastability issues.

    • It is necessary because different clock domains operate at different frequencies and can lead to data corruption if not properly synchronized.

    • Common CDC techniqu...

  • Answered by AI
  • Q2. How to transfer multiple bits in CDC
  • Ans. 

    Transfer multiple bits in CDC involves using a parallel data transfer method.

    • Use parallel data transfer method to transfer multiple bits simultaneously

    • Implement a shift register to store and shift out multiple bits

    • Utilize multiplexers to select and transfer specific bits

    • Consider using a bus architecture for efficient data transfer

  • Answered by AI

Skills evaluated in this interview

AdeptChip Services Interview FAQs

What are the top questions asked in AdeptChip Services Verification Engineer interview?

Some of the top questions asked at the AdeptChip Services Verification Engineer interview -

  1. Here the technical guy is too friendly , started asking very basic questions on...read more
  2. Asked related to fork - join , asked to write a code for Asynchronous D-FF and ...read more
  3. Here it was bit difficult , but not that much one can clear it easily if they a...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Carrier Midea Interview Questions
3.8
 • 15 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
Synapse Design Interview Questions
3.0
 • 12 Interviews
View all
AdeptChip Services Verification Engineer Salary
based on 7 salaries
₹4.2 L/yr - ₹16 L/yr
At par with the average Verification Engineer Salary in India
View more details
Physical Design Engineer
39 salaries
unlock blur

₹4.8 L/yr - ₹12.7 L/yr

Software Engineer
15 salaries
unlock blur

₹3.5 L/yr - ₹11.5 L/yr

Senior Physical Design Engineer
11 salaries
unlock blur

₹20 L/yr - ₹26 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Physical Design Engineer 1
8 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare AdeptChip Services with

Carrier Midea

3.8
Compare

Mirafra Technologies

4.0
Compare

STJ Electronics

3.6
Compare

Element14

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