Aurora Innovation | Embedded software engineer (Mid Level) | Coding | Onsite
Interview Date:March 17, 2026Region:NA (North America)Hiring Team/Org:Embedded Software
c //Create a linked list and manage the samples according to the pattern //this was my solution not fully complete but the interviewer accepted it static const uint8 t m raw samples[] = { 0x12, 0x5A, 0x34, 0xFF, 0x00, 0xEE, 0xf, 0xff, 0xff, .... }; Sample 0 = 0xA12 Sample 1 = 0x345 Sample 2 = 0x0FF Sample 3 = 0xEE0 struct list { uint16 t data; int next; }; typedef struct list list; void addNode(struct list head, uint...
Sign in to view the full interview experience
Create or use your InterviewDB account to read the full Warren post and all shared details.
Sign in to continue0