Debugging + System design: We wrote a simple (single-threaded) web crawler. Given a starting URL, it visits every reachable page. For each page, it determines the URLs of every static asset (images, javascript, stylesheets) on that page. The crawler returns a list with an entry for each crawled page and a listing of URLs for the assets found in that page.
Programador Interview Questions
710,859 programador interview questions shared by candidates
Game related to coins : There are a bunch of coins on the table (about 20 I think) and 2 players have to pick 1-5 coins at each turn. The player who picks last coin wins the game. What will be your strategy if you are given the 1st chance to pick coins ?
Write a routine to print the numbers 1 to 100 and back to 1 again without using any loops.
Given a string and a dictionary. Break the string into meaningful words.
Design a ping-pong ranking system
Prove P = NP
Reverse a linked list without using temporary variables.
Given a string s, find the minimum cuts that partition s into substrings which are all palindrome.
Reverse all the words in a string
A fairly simple question to check the number of the digits of an input. Make sure your code is robust enough to handle anything unexpected though
Viewing 941 - 950 interview questions