It was coding assessment about the decryption of a password
Graduate Developer Interview Questions
7,751 graduate developer interview questions shared by candidates
Two leetcode type of questions Behavioural assessment had general stuff on how you would react to different scenarios at work, a situation where someone wants to push unreviewed code, but also like 3 questions to quickly debug something and draw your conclusions.
Would recommend practicing medium leetcode questions.
Find all palindromes in a string if you removed a given character
a dynamic programming coding problem.
1. Leetcode question: trapping rainwater. 2. Design / OOP: Design classes / data structures for a restaurant that has multiple pizza types and a salad, each has dressings with some specific price and quantity. We want to be able to calculate the price of some menu item. 3. General coding problem: You have a list of 10k product items, and want to display the user 10 of those every day they log in. How can we randomly chose 10 items with equal probability at each day from the list. Write a function for that (requires you to also come up with data structure or requirements like whether the input is modified etc.)
An easy leetcode question was asked
Eine Programmieraufgabe random von Hackerrank
Prove a simplified "Juego de la Oca" board (an array of every cell and how many moves can you move at most from there) can be solved.
En la pregunta de ADE fue una pregunta que se podía resolver con un hash map, en la de OOP fue la de diseño de una pizzería
Viewing 7311 - 7320 interview questions