1. Do you have experience selling software? 2. Are you comfortable with travel? 3. How do you feel about training others and/or are you willing to train others? 4. Why are you leaving your current place of work? 5. Without given a contact name or contact number for a company what are your procedures to obtain the information of a decision maker?
Development Interview Questions
137,190 development interview questions shared by candidates
Tell me about a time when you over committed to an organization and what was the outcome?
Given an ArrayList of Nodes, with each Node having an ID and a parent ID, determine whether the List is given in preorder.
How would you code up a custom rectangle detector?
Given two numbers n and m, divide n by m without using the division operator. Return both the integer answer as well as the remainder.
Given a set of points (x,y) and an integer "n", return n number of points which are close to the origin
Given 2 numbers. Find if they are consecutive grey code sequences
I got questions like "Given a dictionary of words, how do you calculate the anagrams for a new word".
given non-zero number array A, create array B where B[i] = product of all elements in A except A[i].
First explain what a tree, then binary tree, then a binary search tree is. Now implement a function that verifies whether a binary tree is a valid binary search tree.
Viewing 161 - 170 interview questions