1. Exam: Using classses of name, address, which build a person class, buiuld those classses and build a graph, connecting the person nodes - using name and address(if they are the same they are related). Write a function to find the minimum level between two people. 2.Interview - background and then a question. Given a class, print out its attribute names and values. Aftwerwards questions about it, about infinitive loops, complexity, other data structures and how to use it as an api.
Developer Interview Questions
270,915 developer interview questions shared by candidates
# n=3 * * * @ * @ * @ * * * #n=5 * * * @ * * * @ * * * @ * * * @ * * * @ * * * somewhat similar to these !
Giving an array of numbers and an int, return true if is there any pair of numbers inside the array that summed is equal to the input int, otherwise return false.
Met twee tabellen gebruikers(id, naam, achternaam..) and Reservaties(id, gebruiker_id, ...) maak een SQL-onderzoek en selecteer welke gebruikers geen reservaties hebben gemaakt met JOINS
How immediately you can join
Given a race track with 5 lanes, 25 bunnies, and no timer, how many races are required to find the top 3 fastest bunnies?
Make recipe APIs for HelloFresh
There was written test which included 60 aptitude questions and 20 technical questions. In interview, below were the questions I remember : for input : 3 5 4 1 2, below is the output -*--- -**-- ***-- ***-* ***** Write program for it
Basic questions about family, education, projects, placement. And a little discussion on the answers of sql and java programs that were given in the previous round.
Write Logic for below scenario with minimal loops * * * * * * * * * * * * * * * * * * * * *
Viewing 211 - 220 interview questions