22nd Century Technologies Embedded Engineer Interview Questions
The questions to prepare for a 22nd Century Technologies Embedded Engineer interview. Questions from real interview reports rank first. Updated weekly.
Implement a FIFO queue using two stacks with amortized O(1) queue operations.
22nd Century TechnologiesTraverse a graph from a start node using BFS and DFS, returning the visit order for each traversal.
22nd Century TechnologiesMerge two sorted arrays into one sorted array using a two-pointer linear scan.
22nd Century TechnologiesUse a sliding window and hash map to find the longest substring without repeated characters in a string.
22nd Century TechnologiesFind two indices in an array whose values add up to a target using a hash map.
22nd Century TechnologiesRotate an n x n matrix 90 degrees clockwise in place using transpose and row reversal.
22nd Century TechnologiesCompute the largest sum of any contiguous subarray using Kadane's algorithm in O(n) time.
22nd Century TechnologiesRotate an array right by k positions using the three-reversal technique in O(n) time and O(1) extra space.
22nd Century TechnologiesSign up to see every question
Create a free account to unlock this list and practice real interview questions.