Top 50
Prep plan
Updated weekly · Last refresh Aug 30

Google Embedded Engineer Interview Questions

The questions to prepare for a Google Embedded Engineer interview. Questions from real interview reports rank first. Updated weekly.

50questions
~10htotal time
Track your progressSign up free to work through all 50 questions and resume where you left off.
Start practicing free →
1
CodingStart here. 48 questions · ~592 min
Hardware Register Bit OperationsEasy
Practice

Implement bit manipulation helpers to set, clear, toggle, and read specific bits in a register value.

Bit ManipulationArraysGoogle
Validate Google C++ BracketsEasy
Practice

Implement a stack-based validator that checks whether a source string has balanced brackets in O(n) time.

Hash TablesArraysGoogle
Reverse a Singly Linked ListEasy
Practice
Recently asked

Problem Given the head of a singly linked list, reverse the list, and return the new head node. The linked list is defined as follows: python class ListNo...

RecursionStackDynamic ProgrammingGoogle
Two Sum in Telemetry BufferEasy
Practice

Find two indices in an array whose values sum to a target using a hash table in O(n) time.

Hash TablesArraysGoogle
Register Bit Update OperationsEasy
Practice

Implement bit manipulation operations to set, clear, or toggle a specific bit in a register.

Bit ManipulationMathArraysGoogle
Find Target Pair IndicesEasy
Practice
Recently asked

Find two numbers in an unsorted array that sum to a target using a hash table in O(n) time.

Hash TablesArraysGoogle
Graph Traversal with BFS and DFSEasy
Practice

Traverse a graph from a start node using BFS and DFS, returning the visit order for each traversal.

StackQueueGraphsGoogle
More Coding questions with a free account

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan
2
More topics2 questions · ~25 min
Debug Kernel Panic in DriverHard

Tests kernel debugging approach and systematic fault isolation in embedded Linux drivers.

Stakeholder ManagementCommunicationOwnershipGoogle
More questions with a free account
The finish line: interview-readyComplete all 50 questions to finish this plan.