Applications Software Engineer Interview Questions

6,684 applications software engineer 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; }; }
avatar

Applications Developer

Interviewed at Oak Hill Advisors

3.5
Feb 15, 2022

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; }; }

Viewing 2101 - 2110 interview questions

Glassdoor has 6,684 interview questions and reports from Applications software engineer interviews. Prepare for your interview. Get hired. Love your job.