Coding questions can be found on GitHub.
Software Junior Interview Questions
12,116 software junior interview questions shared by candidates
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.
What does it mean for the function to be static?
how to cut cake in equal parts?
Technical MCQ questions Categories: 1. Analytical 2. Intermediate Math 3. Output tracing in C and Java programming language 4. Basic Data Structure(stack, linkedlist, tree, array etc) 5. Basic Algorithms 6. Time and Space complexity 7. Basic Graph and BFS, DFS (1-2 questions) 8. OOP 9. Database You have to answer 60 questions in just 75 minutes. * you have to share your screen and open your camera.
Data Structure, Algorithm, Database, Basic input/output, OOP, Analytics, Basic Arithmetic, IQ type question
1. Opps concept 2.swap number not using third variable 3. sort the element
Viewing 1091 - 1100 interview questions