tell what I know about docker
Student Developer Interview Questions
970 student developer interview questions shared by candidates
implement a data structure that store an array of size n and support the methods: -set -get -setAll all of them need to be in O(1) runtime
There was one interview question, build a garage management software in 2 hours using OOP in Java. After that there were a few "oral" Codility question without actually writing code.
Design a Wolt shipments backend using threads for shippers to receive orders
1. OOP principles 2. Design patterns 3. Static method in Java Classes
Create a basic Task manager (add tasks, get which tasks to execute, and print the one you execute) using Java (without collections or built-in java staff)
Basic questions about projects I did
search in binary tree
Design a "Netflix" like software
1. Shuffle an array in a random way, so all possible permutation will have same probability. 2. you get a sorted array of integers, and 1 double (avg). you need to find the subarray inside the array, with the average of the given double. 3. you get a list of collage courses and their pre-requirement courses. you need to create a possible courses flow. (Top-sort algo)
Viewing 581 - 590 interview questions