1. Given an array of consecutive numbers, find the missing number 2. count max continuous count of zero in a string 3. Which data structure you will choose to implement undo-redo in a text editor, why and how?? 4. Find if there is a loop inside a linked list. 5. Given a code snippet unsigned i=5; for(j=0;j<=i-2;i--) how many cycles will happen in this loop?? 6. write a singleton class 7. Explain tcp and udp, where you will use which. 8. given a number,return it if it’s even, or return subsequent number if it is odd, without any if-else. Example: given 6-> return 6, given 7-> return 8. 9. A question about bitwise operation, left shift or right shift
Junior Software Engineer Interview Questions
21,792 junior software engineer interview questions shared by candidates
1. Linked list related problem 2. Basic OOP 3. Basic problem solving 4.sorting algorithm 5.Java related problem
Normal interview questions on c and c++
Tell me your the most difficult experience
1. Implement BubbleSort with multi-threads 2. some collection overall question
What is an LLVM compiler?
1. It's a question about attendance policy if you are absent it will be 0 if not it will be 1. Once you enter the input it will return the sum to determine whether you can take the exam or not. 2. It's a question from an input for i.e 10, you will print an array which show the number from 0 to 10. If the number is divisble by 3 it must not be shown in the array. I tried to use split('"),but no works as the input is an object.
3 DS Algo questions with easy level
Fundamental questions about the Python language
OOP Design Patterns, C++ programming questions and a coding test. General ability to learn on the spot was also assessed.
Viewing 5351 - 5360 interview questions