Have you used StorageClass in Kubernetes? How did you implement it?
Application Support Lead Interview Questions
10,324 application support lead interview questions shared by candidates
If you have a knight chess piece on a phone, how many valid 10-digit US phone numbers can you make starting from each number and only moving the way a knight moves (In an “L” shape) 2. Given a binary tree, create an algorithm to determine the lowest depth of the nodes. Please use the below definite for your binary tree: public class BinaryTreeNode { public BinaryTreeNode LeftNode { get; set; }; public BinaryTreeNode RightNode { get; set; }; public int DataContained { get; set; }; }
What is an abstract class in Java?
NDA
How many windows are on the average house in DC?
1 phone interview, 1 onsite (3 coding, 1 behavioral, 1 system design)
Tell me about your background skills
Draw architecture diagram explaining ..
with two arrays, one being x coordinate, one being y coordinate, find the closest coordinate to a specific coordinate.
DSA Questions and Coding Rounds
Viewing 4171 - 4180 interview questions