given non-zero number array A, create array B where B[i] = product of all elements in A except A[i].
Software Engineer Associate Interview Questions
420,320 software engineer associate interview questions shared by candidates
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.
Write a code for determining the given integer is palindrome in binaries.
Given an array A of n integers, in sorted order, and an integer x. design an O(n)-time complexity algorithm to determine whether there are 2 integers in A whose sum is exactly x.
Find the longest subarray which consists of numbers that can be arranged in a continuous sequence. For ex- {4,5,1,5,7,6,8,4,1} output-{5,7,6,8,4}.Find the longest.
Coding Challenge 2) You will be given N number of points as an array (CPPoint class). CPPoint class will have x and y coordinate. Find the closest k number of points from the origin.
Debugging section consists of basic algorithm and data structures while analytical sections consists of analogy based questions.
how to test a toaster?
How to reverse a space-delimited-string word by word
I have three water jugs, one with 10 liters another with 5 and another with 6, how do i get 8 liters on the first one?
Viewing 641 - 650 interview questions