You have a (drawn) block that gets 2 numbers and outputs to a specific line the max out of the two and the min to the other line. Using this blocks only, build a machine that sorts 6 numbers using as few blocks as possible.
Student Developer Interview Questions
970 student developer interview questions shared by candidates
Implement int.ToString(), i.e. implement a function that receives an integer and returns a string representing that integer, without using the built in ToString() of the language.
Implement a Microsoft Paint-like feature: given a matrix of pixels, a selected pixel, and a new color, change the color of the selected pixel and any adjacent pixels that share its original color.
You have 9 rocks and scales. One of the rocks is slightly heavier than others. You can only use the scales twice. How do you know which of the rocks is the heaviest?
Given an NXN array, filled with battleships that can only be horizontal or vertical, count how many battleships are there in the board. The battleships will always have at least one horizontal/vertical space between them. Solution should be with no extra memory, one pass, and without changing the board.
How to implement LRU Cache with getting, adding and removing O(1)?
They asked a lot about the project I did during my studies. On the project, they asked what the project was about, how we worked, what was the division, what was my part in the project. Questions: • How to reverse a string in JAVA • There is an array sorted in ascending order and you are looking for a sum of two numbers that are sure these two numbers are in the array what is the best way to check • polymorphism • A simple SQL query
what is overloading and overriding
Write a code that prints a permutation of numbers between 0-9. Tip: you can use rand() function
Tell 3 positive attributes about yourself
Viewing 31 - 40 interview questions