Generate a new array from an array of numbers. Start from the beginning. Put the number of some number first, and then that number. For example, from array 1, 1, 2, 3, 3, 1 You should get 2, 1, 1, 2, 2, 3, 1, 1 Write a program to solve this problem.
MISSING VALUE Interview Questions
6,585,363 interview questions shared by candidates
Write a function that takes 2 arguments: a binary tree and an integer n, it should return the n-th element in the inorder traversal of the binary tree.
What happened in your career that you will never forget.
What makes a great FA?
Describe the United brand and how would you represent it?
Why would you be a good fit for United Airlines
A bucket is kept under the tap and the tap is opened to let out water. Though water is flowing out, the bucket never seems to be full. why?
The first coding question was to determine whether a list of integers with size N, contains all the numbers from one to N.
Given a sorted array, where each element but one occurs only once, return the element that repeats. (For example, given 1, 2, 3, 3, 4, return 3. Given 1, 2, 3, 4, 6, 6, 7, 8, 9, return 6.)
Coding Challenge 3) You are given a linkedlist with next and arbitary pointers. Create a new linkedlist similar to the given linkedlist. You need to create a code for deep copy of a linkedlist.
Viewing 3171 - 3180 interview questions