Tell me about your latest project
Embedded Interview Questions
6,863 embedded interview questions shared by candidates
Tell me about yourself. Walk me through your resume. How did you hear about this position? Why do you want to work at this company? Why do you want this job?
How do you reverse a chip registry in C
In coding they have asked about 1. Inverted pyramid 2 . Looping
Discribe your expreince and your feeling among that.
Code and schematic analysis
What project did you use C/C++ and what is your level of C language?
Hoe werk dynamic memory allocation in c++.
D: Which OS did you use? D: What does it mean the volatile keyword? D: What does this C code do? D: What does this Python snippet do?
Tell me about yourself. Give me an overview of all the projects mentioned in your resume. Explain to any one of them, which technologies you used. What is the data structure you implemented in it? Explain the approach and Code (Just the required functions) on any text editor: Add 1 to a number represented in the linked list and return the updated linked list. I have explained the 2 approaches and also written the functions. Given a set of characters, generate its power set. E.g. for set {a,b,c} : powerset will be: [ {}, {a},{b},{c},{a,b},{b,c},{a,c},{a,b,c} ]. Initially stuck for some strings, but after hint, I covered the logic. One logic was by using recursion. Another logic is the Binary. e.g 0 1 1 means {b,c}. Approach to implement LRU cache Explain All the OOPS concepts. Some Language-based questions like What are the types of constructors in C++ (My preferred language) From OS, what are semaphores, deadlock, and its conditions? Solve the hourglass puzzle.I will suggest going through all these puzzles.
Viewing 6781 - 6790 interview questions