Basic coding concepts
Engineer Internship Interview Questions
24,399 engineer internship interview questions shared by candidates
Speak about testing in the quality control.
Two questions were asked on hackerrank.
If you get a deck of cards and you break it into 2 parts of random sizes, invert one of them, and place it back on top of the other one, how can you now obtain two pieces of the deck with an equal number of cards facing top and bottom?
How does a given code example violate encapsulation principle (code describes a ListHandler object that adds or removes element from the list, and includes a getter and setter)
Find the middle element of a linked list (not using Collection methods)
Reverse a String. What data structure is FILO? Difference between array and linked list.
How to divide without using / or %
Explain what multiple inheritance is and whether Java supports it.
In the challenge, I had to parse a CSV file and a JSON file and use that data to answer a question.
Viewing 1041 - 1050 interview questions