Embedded Engineer

Embedded Engineer Interview Questions and Answers for Freshers

Updated 11 Jun 2024

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.

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; char name[20]; float salary; };

  • Example: struct employee em...read more

Embedded Engineer Jobs

EMBEDDED ENGINEER 2-4 years
Capgemini Technology Services India Limited
3.7
Gurgaon / Gurugram
Silicon Firmware & Embedded Engineer 5-10 years
Accenture Solutions Pvt Ltd
3.8
Bangalore / Bengaluru
EMBEDDED ENGINEER 4-6 years
Capgemini Technology Services India Limited
3.7
Gurgaon / Gurugram
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10.4k Interviews
3.5
 • 3.8k Interviews
3.8
 • 296 Interviews
3.8
 • 253 Interviews
3.9
 • 54 Interviews
View all

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

Embedded Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter