They asked a lot of iOS questions, and some general programming questions. The first question they asked was so obscure that I didn't even really understand it. I was probably dead from that point on. Another question was to figure out a way to combine three lists of items where an item would be placed in a destination array if it existed in any two of the source arrays.
Java Interview Questions
6,585,363 interview questions shared by candidates
Hoeveel 'onderdelen' zitten er op de kanten van een magic cube (3x3x3?) Wat als we dat veranderen naar 3x3x4?
Een multiset is een set waar repetities zijn toegestaan (ex: MS1 = (1,1,2,2,2,3,3,4,4,4,4,4,5,7,7,9...) Probleem: schrijf een programma dat twee multisets ontvangt en twee intersecties teruggeeft (element 2 verschijnt drie keer op MS1 en vijf keer op MS2
What products do we make at the site you have applied for ?
behavioral type questions.
Ils veulent savoir si tu compte rester longtemps en grece et si tu as vraiment ce qu'il faut pour conseiller un client par téléphone.
Are you willing to work 80 hours a week?
Wie viele Briefkästen der Deutschen Post stehen auf den Straßen innerhalb Deutschlands?
You have a program with something or component that fails 1 week before launch. What do you do?
You are given an array of numbers. You need to print the length of the maximum continuous sequence that you encounter. For example if input is [3,8,10,1,9,6,5,7,2 ], the continuous sequences are{1,2,3} and {5,6,7,8,9,10} the latter is the longest one so the answer becomes 6. O(n) solution was asked for, assuming you have a hash map which supports O(1) insertion and fetching operations
Viewing 3691 - 3700 interview questions