Technical Interview: 100 Doors Problem
Interno Interview Questions
250,020 interno interview questions shared by candidates
Write an algorithm to compute the nth fibonacci number
They asked me what are my weaknesses
You have distribution with mean zero and standard deviation 1. Among 1000 data points, there are 3 smaller than -5 and 3 greater than 5. What is the distribution?
1. Find the minimum number of train stations required given a list of departure and arrival times. 2. The online screens had a couple of SAT style questions and some debugging questions.
What is the most appropiate DS to implement a T9 dictionary
Implement a data structure like a stack but with a way to find a max at O(1) time.
Given a linked list, flip every pair of nodes, such that if given a-b-c-d-e, return b-a-d-c-e.
What are a few of your hobbies?
Given two different strings, find the common characters between the two. For example if string A is "hello" and string B is "elbow" the common characters would be ['e', 'l', 'o']. Give a method that returns unique or duplicate entries.
Viewing 1241 - 1250 interview questions