Return the last two letters of the input. Input: 'APPLE' Output: 'E L'
Junior Engineer Interview Questions
17,243 junior engineer interview questions shared by candidates
My previous places of employment and what I did.
Can you cut a cake into 8 pieces with only 3 cuts.
Polymorphism with real life example
Do you have any prior experience in PLC ?
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 1611 - 1620 interview questions