The first step was an online form with personal, educational and experience questions. You should also attach your CV and Cover Letter or any other relevant additional documentation
Programmer Interviews
Programmer Interview Questions
Programmers are responsible for developing code to build products. In an interview context, expect to be quizzed on your technical skills through different kinds of computing problems or brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific discipline such as web development, application development, or system development.
22,436 programmer interview questions shared by candidates
none
Explain the OOPS concepts with real time example.
A man smokes 1/4th of cigarettes and leaves the rest. He had 64 Cigarettes in total. He comes to know to he can combine 4 butts and make a whole cigarette. How many cigarettes he smoked in total?
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.
Viewing 41 - 50 interview questions