What is an abstract class?
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
2 DS and algo questions Testing and automation questions CI questions E2E testing process and design practices Advanced Automation centric
Programming ques- 1. Jumping frog and stones 2.Can't remember 3. Maximum histogram area 4. Reverse linked list in group of size k
Given a list of words, return anagrams grouped together.
Subroot in a Binary tree with longest leaf-to-leaf path
Implement package manager. Given array input of packages and their dependencies, output the order which packages needs to be installed in
Write algorithm/code to find longest path between any two cities. 4X4 matrix was given. If there is no connectivity between two cities then the distance between them was given as -1. Its cyclic graph.
Given a adjucency matrix view of a graph find connected components in it.
Design (and draw an infrastructure diagram for) a system in which speed detection cameras upload snapshots for each vehicle (with a license plate ID, timestamp, and location included) and the system is queried to return all the speeders for a given location and date range. No implementation required.
Implement the functions bool Add(), bool Remove(), and bool Contains() for a hash set of integers. (Then some questions followed about how to determine when to add more buckets)
Viewing 151 - 160 interview questions