There were 2 choose the correct answer questions and three Java program questions
Entry Level Software Developer Interview Questions
800 entry level software developer interview questions shared by candidates
Multiply 2 extremely large numbers.
R1: Q: FizzBuzz Q: Write a class of BST node Q: Reverse string R2: Q1: Sum of BST Q2: Print node of subtree that sum is even
Tree traversal and large integer multiplication
Tell me about yourself. do you have any questions for us? Int 1: FooBar? Int 1: How to reverse a string? Int 1: Create a generic tree node class? Int 2: Generate the sum of all nodes in a tree below a certain node? (asked Complexities) Int 2: Generate the sum of all nodes in a tree below a certain node and return if the children nodes are even? (used recursion)
Last project I've worked on?
Given a node with a numerical value (from a binary tree), return the total sum of each node (Interview 2)
Some questions about what I'm looking for, experience, and info about the role and company. Also some coding questions in both rounds.
The initial 3 questions many people have already mentioned. The second round had tree related functions you had to write.
Write a sample class for a Node in a Binary Search Tree.
Viewing 321 - 330 interview questions