1. Orange Cutting (Grid Simulation / BFS-Style) — 40 words Given an m×n grid where each cell has an orange with size. Cutting horizontally or vertically splits it into smaller valid pieces. Return the minimum number of cuts to make all pieces ≤ k. Use BFS/DP over states tracking segment sizes. 2. Priority Queue Scheduling — 40 words You get tasks with arrival time and processing time. Only one task runs at a time; always pick available task with smallest processing time using a min-heap. Return order of execution. Use sorting + priority queue
Engineer 1 Interview Questions
3,915 engineer 1 interview questions shared by candidates
BinarySearch on Answers , Trees
Array based coding question was asked
Technical problems: 1. Number of islands 2. Design a file system 3. Sudoku solver 4. Meeting rooms
The question was something like maximum sum without considering adjacents.
Number of islands (problem on leetcode)
Tree question was asked actually
How was my day today
For Technical Rounds, they asked me basic codes like number of words in a sentence, cycle detection in linked list, pallindrome. Advanced concpets like Trees and Graph. And finally a framework like React.
DBMS Queries and Dynamic programming
Viewing 3791 - 3800 interview questions