Why should we take a chance on you, since you only have just about a year of Java experience.
Junior Software Interview Questions
11,409 junior software interview questions shared by candidates
Write a code for reading all the files in a folder
Return the last two letters of the input. Input: 'APPLE' Output: 'E L'
My previous places of employment and what I did.
Can you cut a cake into 8 pieces with only 3 cuts.
Coding questions can be found on GitHub.
Logical Question
What if and What else type questions.
Q: merge two sorted arrays in O(n) time complexity withour using library function:array1 = {1, 2, 3, 5, 9} and array2 = {0, 4, 2}: Output: [0, 1, 2, 2, 3, 4, 5, 9]
Q: Print series upto n terms: 1, 0, 22, 23, 43, 88, 64, 195, 85, 344...... n.
Viewing 1031 - 1040 interview questions