Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Quest Global Team. If you also belong to the team, you can get access from here

Quest Global Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 2.2k Reviews

Filter interviews by

Quest Global Firmware Developer Interview Questions and Answers

Updated 17 Nov 2024

Quest Global Firmware Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Explain current project
  • Q2. Coding tests in c - psuedo code
  • Ans. 

    The question is about coding tests in C using pseudo code.

    • Understand the problem statement clearly before writing pseudo code.

    • Break down the problem into smaller steps and write pseudo code for each step.

    • Use proper syntax and logic in your pseudo code to demonstrate your understanding of C programming.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(5 Questions)

  • Q1. What is que in sv ?
  • Ans. 

    Que in SystemVerilog (SV) is a built-in data type used for creating queues.

    • Queues are dynamic arrays that can grow or shrink in size during simulation.

    • Queues can store elements of any data type.

    • Elements can be added to the end of the queue using the built-in methods like push_back().

    • Elements can be removed from the front of the queue using the built-in methods like pop_front().

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

    A mailbox is a data structure used for communication between different processes or threads in a computer system.

    • Mailboxes are typically used in multi-threaded or multi-processor systems to pass messages between different entities.

    • They provide a way for processes to communicate without directly accessing each other's memory.

    • Mailboxes can be implemented using queues, shared memory, or other mechanisms depending on the s

  • Answered by AI
  • Q3. What is delay inter and intera
  • Ans. 

    Delay inter and intra refer to delays within and between different components or systems.

    • Delay inter refers to delays between different components or systems.

    • Delay intra refers to delays within the same component or system.

    • Example: Delay inter can occur when data is transferred between a CPU and memory.

    • Example: Delay intra can occur within a CPU due to processing time.

  • Answered by AI
  • Q4. What is constraint
  • Ans. 

    Constraints in verification engineering are conditions or limitations imposed on the design or testbench to ensure certain properties are met.

    • Constraints are used to restrict the possible values of variables or signals in a design or testbench.

    • They help in verifying specific behaviors or scenarios within the design.

    • Examples include setting timing constraints for signal propagation or limiting the range of input values

  • Answered by AI
  • Q5. What is oops related
  • Ans. 

    Object-oriented programming concepts such as classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Coding Questions on REGEX, Dictionaries, Strings, Unit test coding.

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

    Storage classes in C specify the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • 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 Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is registers in computer system
  • Ans. 

    Registers are small, fast storage locations within the CPU used to store data temporarily during processing.

    • Registers are used to store data that is being processed by the CPU.

    • They are the fastest form of memory in a computer system.

    • Registers are used to hold instructions, memory addresses, and data.

    • Examples of registers include the program counter, accumulator, and general-purpose registers.

  • Answered by AI
  • Q2. What is bios in computer system
  • Ans. 

    BIOS stands for Basic Input/Output System, a firmware used to perform hardware initialization during the booting process of a computer system.

    • BIOS is a firmware that is stored on a chip on the computer's motherboard.

    • It is responsible for initializing and testing hardware components during the boot process.

    • BIOS provides the necessary instructions for the computer to start up and load the operating system.

    • It also provide...

  • Answered by AI
  • Q3. What is the difference between RAM and ROM
  • Ans. 

    RAM is volatile memory that stores data temporarily, while ROM is non-volatile memory that stores data permanently.

    • RAM stands for Random Access Memory and is used for temporary storage of data that can be read and written to.

    • ROM stands for Read-Only Memory and is used for permanent storage of data that can only be read from.

    • RAM loses its data when power is turned off, while ROM retains its data even when power is off.

    • E...

  • Answered by AI
  • Q4. Difference between Microprocessor and Microcontroller
  • Ans. 

    Microprocessor is a standalone CPU while microcontroller includes CPU, memory, and peripherals on a single chip.

    • Microprocessor is typically used in general-purpose computing applications, while microcontroller is used in embedded systems.

    • Microprocessor requires external components like memory and peripherals, while microcontroller has them integrated on the chip.

    • Examples of microprocessors include Intel Core i7, while ...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What is your expected CTC
  • Ans. 

    My expected CTC is negotiable based on the role, responsibilities, and benefits offered.

    • My expected CTC is based on industry standards and my level of experience.

    • I am open to discussing the compensation package during the interview process.

    • I am looking for a competitive salary that reflects my skills and contributions to the team.

  • Answered by AI
  • Q2. Do you have previous experience
  • Ans. 

    Yes, I have previous experience in post silicon validation.

    • I have worked as a Post Silicon Validation Engineer for 3 years at XYZ company

    • I have experience in developing validation test plans and executing them

    • I have worked on debugging and troubleshooting silicon issues

    • I have experience in using lab equipment such as oscilloscopes and logic analyzers

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented Post Silicon Validation Engineer with a strong background in testing and troubleshooting semiconductor devices.

    • Experienced in developing validation plans and test cases

    • Proficient in using lab equipment such as oscilloscopes and logic analyzers

    • Skilled in debugging and analyzing test results to identify issues

    • Familiar with programming languages like Python and C for test automation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your learning job will follow you

Skills evaluated in this interview

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

I was interviewed in Jan 2024.

Round 1 - Coding Test 

Embedded c 15 question and c language programming

Round 2 - Technical 

(1 Question)

  • Q1. Basically focaus on c laguage
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy, basic questions

Round 2 - Coding Test 

Written test
C programming

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

I applied via Job Fair and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions in Embedded C, and about microcontrollers we have worked with

Quest Global Interview FAQs

How many rounds are there in Quest Global Firmware Developer interview?
Quest Global interview process usually has 1 rounds. The most common rounds in the Quest Global interview process are Technical.
How to prepare for Quest Global Firmware Developer 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 Quest Global. The most common topics and skills that interviewers at Quest Global expect are C++, Firmware, Python, RTOS and SPI.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 801 Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Nagarro Interview Questions
4.0
 • 760 Interviews
View all
Senior Software Engineer
2.4k salaries
unlock blur

₹4.8 L/yr - ₹20 L/yr

Senior Engineer
1.7k salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Software Engineer
1.7k salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Lead Engineer
1.6k salaries
unlock blur

₹7.5 L/yr - ₹26 L/yr

Design Engineer
604 salaries
unlock blur

₹2.4 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Quest Global with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview