Sliding Window Maximum: Given an array A of size N and an integer K, find the maximum of every subarray (window) of size K. Example Input: [2, 9, 3, -1, -4, -2, 7], K = 3 Expected Output: [9, 9, 3, -1, 7] Top K Elements from a Large Array: You are given an array of one billion numbers, and an integer K such that K is very small compared to N. Write the pseudocode to find the top K largest elements efficiently. Binary Tree Paths: Given a binary tree, write code to print all paths from the root node to every leaf node.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
why automation is important to your project?
In 2nd round Discussion over my skills, projects and then a design question where i have to design twitter(Low-level designs i.e. What are the class to create what pattern to follow etc)
Finding loop in a linkedlist, rainwater problem.
Find all possible moves a knight can make on a chess board when starting from a corner.
Questions on DSA and projects
Questions on DSA mostly focusing on DP, graphs and Trees. Some questions on problem solving to test awareness and thinking process.
Signed NDA so can't discuss specifics
Design a parking lot with OOD with parking algorithm.
Design an elevator
Viewing 331 - 340 interview questions