Please check above
Software Interview Questions
747,533 software interview questions shared by candidates
Print a N x M matrix in diagonal from the upper left to lower right. However, with the following caveat. It's easy to just show the input and expect output. matrix: a b c d e f g h i j k output: aej bfk cg di h
Write a program for input any number the pattern output will as below
iOS developers have a "dispatch_after(when, queue, block)" Grand Central Dispatch (GCD) function they can utilize but once it's set up, these calls can not be easily cancelled. Describe how you might implement a more convenient version of this named "cancellable_dispatch_after"
Given many points, find k points that are closest to the origin.
Coding questions of good standard !
Give an array of Integer which contain duplicate number from 1-100, how to count how many distinct number you have?
Write a code to reverse binary bit pattern for an integer without using any string or utility methods?
How would you implement a top 3 word count in a text editor application?
Find nth last number in a singly linked list.
Viewing 461 - 470 interview questions