Round 1: 1. Few questions related to BLE Mesh fundamentals: Type of bearers, What is Friend Node, Foundation Model, BLE Mesh Layers. 2. Few questions related to BLE: Content of advertisement data and its Max Size, How to send more that Max_Size in advertising 3. C programming a. Define link list node b. Size of link list node with data type as int and char. [ focuse was on alignment, padding, and packed attribute ] c. Write code to add note in link list d. Function prototype of `memcpy` and write code for `memcpy` e. How to avoid void pointer ++ operation f. How assign more than one byte g. Constrains using int pointer h. When copying data what if source and dest addresses are overlapping 4. Data structure and Algorithms a. Write code for whether number is power of 2 b. n + 1 elements in array(1 to n), one of the number if repeated, find it c. n: elements, every number is repeated except one, find that d. How to find the center of link list 5. OS fundamentals and System Design a. Design system for smart light which is controlled by WAN, LAN and Physical button Round 2: 1. How to sort an array of roll numbers, starts with 1, no holes no repetition. Expected time complexity O(n). 2. Puzzele: In a gaint wheel, man at position 6 O-clock is continuously firing, who all will be killed? Round 3: 1. Two threads with infinite while loop, both have different volatile variable, one thread increments, another decrements. What happens in this case? 2. Implement Priority Queue
Embedded Analyst Interview Questions
6,863 embedded analyst interview questions shared by candidates
Coding question on strings in hacckerank
questions were depends on the cv from study to the skills.
Write a program to print asterisk pyramid.
Flip flops, logic gates, sorting algorithms
On Embedded C, Automotive knowledge , Protocols
Example: Embedded C , Micro Controllers The Process When an Interrupt Occurs
1)What is embedded system? 2)what is device driver? 3)projects
Coding questions all in C revolving around the following - Handling button debounce - IRQ Handling and state machines - Linked list operations - binary search - ASCII - bit manipulation
Live coding on coder pad about button debouncing.
Viewing 6131 - 6140 interview questions