2 leetcode questions were asked to me
Engineer 1 Interview Questions
3,915 engineer 1 interview questions shared by candidates
There were 3 rounds 1. LP 2. Dsa 3 design
Given an algorithm, implement it using an appropriate data structure and optimise.
They jumped directly to DSA questions after my introduction. They asked me 2 DSA questions and both were of LeetCode - Word Ladder - 1 and Jump Game - 1
String manipulation with python in notebook
They asked me to implement a certain data structure
dsa question from array manipulation and set operation
tell about yourself and your experience
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
BinarySearch on Answers , Trees
Viewing 3781 - 3790 interview questions