Tell me on project you did
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
After you formulate a solution to an algorithms question you have to write the C implementation on paper.
They asked me in depth questions about a project on my resume in the first round. In the second round they asked a geometry problem about finding the area of an arbitrary shape in a 2D plane (or at least something related).
Explain the projects on your resume, Some questions on tree traversal
Q. Tic Tac Toe game keep track of board state
Problems related to basic data structures and some basic algorithms such as sorting, binary search etc.
The 3n + 1 problem on UVA online judge.
Telephonic Round was basically regarding my college projects, I was asked implement the logic on the project. In house interview, First round, 1) output of a/b in string format, incase it has recursion output that part between ( ). 2) First largest and second largest number in a series. Second Round 1) Logic to implement the feature Frequently used websites on a browser. 2) How to find a cycle in a linked list and why use fast pointer that goes twice as fast as the slow one and not thrice it speed or four times its speed.
Designing a hash function. Determining if the input is a palindrome.
Given a string, find the longest contiguous sequence of strings without using additional memory; one or two variables are fine. Pick any one if a tie. e.g. sbcsdfaaiwer; ans: aa
Viewing 351 - 360 interview questions