The questions I got was 1 leetcode easy type of question and 1 leetcode medium/hard
Engineer 1 Interview Questions
3,915 engineer 1 interview questions shared by candidates
to find Longest Palindromic subsequence and print it
Mostly coding question of medium difficulty
Round-1 https://www.geeksforgeeks.org/find-a-triplet-that-sum-to-a-given-value/ similar question but should print all unique triplets Discussed two solutions and coded both of them Asked about the project Round-2 Question 1 --->Suppose linked in want apply a rule to avoid spam request A can set connection request to B only in A and B are connected to some extent say connected with k can be done using BFS Question2--> https://www.geeksforgeeks.org/count-ways-reach-nth-stair-using-step-1-2-3/ Asked about project Round-3 https://practice.geeksforgeeks.org/problems/add-all-greater-values-to-every-node-in-a-bst/1 https://www.geeksforgeeks.org/reverse-a-list-in-groups-of-given-size/ Asked question from DBMS,OS,Computer networks
Round 4: Asked Question : https://www.geeksforgeeks.org/check-whether-an-array-is-subarray-of-another-array/ KMP Asked some behavioral Questions
Reverse sets of k nodes in a linked list
Boundary traversal of a tree. Min cost path from top left to the bottom right.
Leadership principles + Stack, Tries, and File recursion questions
String manipulation and DP problems.
Given a list of warehouse suppliers and how much stock each supplier has and the number of items you need to buy, find out the total cost of buying the item if the price of the item i is the ith item you're buying from the supplier. For example, the first item you buy is $1, second item is $2, etc.
Viewing 3801 - 3810 interview questions