Tell me about an experience where you were forced to handle a conflict, and what was the outcome
Research Programmer Interview Questions
4,516 research programmer interview questions shared by candidates
How would you cut a rectangular cake into two equal pieces when a rectangular piece has already been cut out of it? The cut piece can be of any size and orientation. You are only allowed to make one straight cut.
Given several cities and their mutual distance, find an algorithm to find the minimum time to spread a message throughout all cities.
Implement a method to perform basic string compression using the counts of repeated characters. "aabcccc" becomes "2a1b4c".
General Aptitude, SQL Queries, HTML, Advanced C (mostly pointers), OOPs, Data Structures and Algorithms
What is your favorite game
Python related: generators, dictionary comprehensions, questions regarding the collections module One of the brainteasers that I got: You have 10 fair coins, flip them each. Prove, that the probability of getting odd number of heads equals the probability of getting even number of heads.
Print a singly linked list in reverse order with O(1) as space complexity and O(n) as time complexity.
in 2nd technical round question asked on c,c++,OS. basics.OOPS features with examples. and at the end asked to write code doubly linked list with all operation(mainly delete node by giving position)
what is your name
Viewing 1 - 10 interview questions