You have to move person A (100 kg), B (100 kg) and C (150 kg) across the river using a boat that can only support up to 200 kg. How would you do it? 2.
Software Engineer Entry Level Interview Questions
1,891 software engineer entry level interview questions shared by candidates
What are the 4 principles of OOP?
Me fale sobre você, sua carreira, tecnologias etc
Difference between private, public, protected, and default (nothing)
Implement a class, and another class that inherits that class
What is the difference between arrayList and linkedList in Java?
What is casting in Java?
The general questions are bq, experience, etc. The technical problems are algorithms and SQL. All technical problems are elementary and do not need extra preparation.
Data structure and algorithms, such as tree greedy algorithm….
You are given operations , an array containing the following twotypes of operations. [o,a,b]-Create and save a rectangle of size a x b[1,a,bl-Answer the question: "Could a box of size a xb fit inside of each of the earlier saved rectangles?". lt ispossible to rotate the rectangles by 9o degrees, ie: a rectangleof dimensions a x b can be rotated so that its dimensions arebxa Your task is to retum an array of booleans, representing the answersto the second type of operation, in the order they appear. Note that the operations should proceed iteratively, so whenoperations[i] is executed, only the results of the previousoperations o,1,. i- 1 are available.
Viewing 831 - 840 interview questions