1. Build an application that rolls a six-sided die to obtain a random value between 1 and 6. 2. Introduce the concept of a cup so that multiple dice can be rolled at one time. 3. Create a loaded die that, given a predetermined number, will land on that number 50% of the time (we can't be too obvious with our loaded die).
Junior Developer Interview Questions
27,281 junior developer interview questions shared by candidates
General focus was on data structures and algorithms
Name a book that inspired you.
write the code for binary search
Are you the type of person who will need a good amount of guidance, or are you the type to just jump in?
why should hire you what is your expectations
build a web api with C#
After the previous set of quest., I had 2 task: 1. A C++ with OOP problem - with class Wheel, Car(is a vehicle, has 4 wheels), Truck(is a vehicle, has n wheels), Vehicle(some int data like speed, cylindrix capacity). I had to implement them and in class Truck - 3 more functions: AddWheel(const Wheel&), InsertWheel(const Wheels&, int index), DeleteWheel(int index)
Create tables for a database and how you would link them
How does Java enable high performance?
Viewing 1001 - 1010 interview questions