Top 35
Prep plan
Updated weekly · Last refresh Aug 30

Cyient Embedded Engineer Interview Questions

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

35questions
~7htotal time
Track your progressSign up free to work through all 35 questions and resume where you left off.
Start practicing free →
1
CodingStart here. 34 questions · ~408 min
Count Set BitsEasy
Practice

Count the `1` bits in a non-negative integer using Brian Kernighan's bit manipulation technique.

Bit ManipulationMathCyient
Power of Two CheckEasy
Practice

Determine if an integer is a power of two using bit manipulation in constant time.

function implementationCyient
Merge Two Sorted ArraysEasy
Practice

Merge two sorted arrays into one sorted array using a two-pointer linear scan.

ArraysSortingTwo PointersCyient
Longest Common Prefix in StringsEasy
Practice

Find the longest shared starting substring across an array of strings using prefix shrinking.

ArraysStringsCyient
Two Sum with TargetEasy
Practice

Use a hash map to find two array elements that sum to a target in O(n) time.

Hash TablesArraysStringsCyient
Middle Element of Linked ListEasy
Practice

Find the middle node of a singly linked list using the fast and slow pointer technique.

Linked ListsTwo PointersCyient
First Non-Repeating CharacterEasy
Practice

Find the first non-repeating character in a string using frequency counting and a second pass in O(n) time.

Hash TablesStringsSearchingCyient
More Coding questions with a free account
2
More topics1 question · ~12 min
RTOS and Linux Driver ScopeMedium

Assesses your ability to frame embedded OS concepts across RTOS and Linux driver contexts.

RTOSlinuxCyient

Sign up to see every question

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

Get my prep plan
The finish line: interview-readyComplete all 35 questions to finish this plan.