Basic coding concepts
Internship Software Engineer Interview Questions
23,442 internship software engineer interview questions shared by candidates
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.
Tell me about yourself
Viewing 1001 - 1010 interview questions