Upload Button Icon Add office photos

Filter interviews by

Marquee Semiconductor Verification Engineer Interview Questions and Answers

Updated 22 Mar 2024

Marquee Semiconductor Verification Engineer Interview Experiences

1 interview found

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 Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Digital design logic questions.
  • Q2. Please explain how bubble sort works and write thr logic for it..
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Compare adjacent elements and swap if necessary

    • Repeat until no more swaps are needed

    • Time complexity is O(n^2)

    • Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [1, 2, 3, 5, 8]

  • Answered by AI
  • Q3. What is setup and hold time? How does it impact digital design?
  • Ans. 

    Setup and hold time are timing constraints in digital design that ensure data is stable before and after the clock edge.

    • Setup time is the amount of time data must be stable before the clock edge for it to be reliably captured.

    • Hold time is the amount of time data must be stable after the clock edge for it to be reliably captured.

    • Violating setup time can lead to metastability issues, while violating hold time can result ...

  • Answered by AI
  • Q4. How to create a 2 select line MUX out of NAND gates only?
  • Ans. 

    A 2 select line MUX can be created using NAND gates by cascading multiple gates in a specific configuration.

    • Use two NAND gates to create an AND gate by connecting the inputs of the NAND gates together and taking the output from both gates.

    • Use another NAND gate to create an OR gate by connecting the outputs of the two AND gates to the inputs of the OR gate.

    • Connect the select lines to the inputs of the AND gates and the ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Marquee Semiconductor Verification Engineer interview:
  • Analog basics
  • Digital design basics
  • KMap
  • Verilog

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Marquee Semiconductor?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. Tel me about your project
  • Q2. What is pca in ml
  • Ans. 

    PCA stands for Principal Component Analysis, a dimensionality reduction technique used in machine learning.

    • PCA is used to transform a dataset into a lower-dimensional space while retaining most of the original information.

    • It identifies the directions (principal components) in which the data varies the most.

    • The first principal component captures the maximum variance in the data, followed by the second, and so on.

    • PCA is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Skills evaluated in this interview

Verification Engineer Interview Questions Asked at Other Companies

asked in Intel
Q1. How do you ensure no data loss happens in HW to SW communication?
Q2. Explain the architecture of SoC and its components. How is transa ... read more
Q3. How do you create a 2-to-1 line MUX using only NAND gates?
Q4. What is setup and hold time? How does it impact digital design?
asked in Scaledge
Q5. How would you use UVM and integrate it with a C-based test case?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview before Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Commonly used in frameworks like Spring in Java

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic android questions

Interview Questionnaire 

2 Questions

  • Q1. Programming questions
  • Q2. Tell me information I Amazon
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was easy; however, the cutoff score was quite high.

Round 2 - Coding Test 

The coding round consisted of two medium-level data structures and algorithms questions.

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

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

Round 1 - Aptitude Test 

Easy mcqs and it will be cleared

Round 2 - Coding Test 

It's very hard process

Round 3 - HR 

(2 Questions)

  • Q1. What is code and pulses
  • Ans. 

    Code is a set of instructions written in a programming language to perform a specific task. Pulses are short bursts of energy or signals.

    • Code is written in programming languages like Python, Java, C++, etc.

    • Code instructs computers to perform specific tasks or operations.

    • Pulses are short bursts of energy or signals used in electronics and communication systems.

    • Examples of pulses include digital signals in computers and ...

  • Answered by AI
  • Q2. What is data structure
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is organized and stored in memory.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is important for efficient data manipulation and retrieval.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good package but tuff compitition

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

50 multiple choice questions

Round 2 - Coding Test 

Asked coding questions of DSA

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 technical questions were there.

Round 2 - Coding Test 

In total 5 questions were there. Time was alloted per question.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions from cv.
  • Q2. DSA questions, they will give you a problem statement and ask to write the pseudo code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get clear with your dsa concepts.

I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Egerly they asked questions about your inner confidence of tha job seekers

Interview Preparation Tips

Interview preparation tips for other job seekers - Ntg is impossible first you consatret your looking i meen your dress sens... first impression is tha best impression so u look complete formally & kindly answer tha questions very confidently ..be honest delivered good communication skills

Marquee Semiconductor Interview FAQs

How many rounds are there in Marquee Semiconductor Verification Engineer interview?
Marquee Semiconductor interview process usually has 1 rounds. The most common rounds in the Marquee Semiconductor interview process are Technical.
What are the top questions asked in Marquee Semiconductor Verification Engineer interview?

Some of the top questions asked at the Marquee Semiconductor Verification Engineer interview -

  1. How to create a 2 select line MUX out of NAND gates on...read more
  2. What is setup and hold time? How does it impact digital desi...read more
  3. Please explain how bubble sort works and write thr logic for i...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 88 Interviews
Wayfair Interview Questions
3.5
 • 60 Interviews
Tradeshala Interview Questions
4.5
 • 53 Interviews
Apptunix Interview Questions
4.2
 • 48 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
View all
Design Engineer
10 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Digital Design Engineer
4 salaries
unlock blur

₹5 L/yr - ₹7.2 L/yr

Design & Verification Engineer
4 salaries
unlock blur

₹4.6 L/yr - ₹9.4 L/yr

Fpga Engineer
4 salaries
unlock blur

₹7.5 L/yr - ₹12.6 L/yr

Analog Design Engineer
3 salaries
unlock blur

₹6 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Marquee Semiconductor with

Amazon Sellers Services

3.9
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.7
Compare

Magneti Marelli Motherson Auto System

3.8
Compare
write
Share an Interview