2 DSA 1 SQL questions 1 easy 1 medium
Intern Software Engineer Interview Questions
9,338 intern software engineer interview questions shared by candidates
Why do you want to work optiver.
OA-> Hard question combining Dijkstra's algorithm and Dynamic Programming. I honestly think it was leetcode hard or worse. You need to have done competitive programming to have cracked it on your first attempt within the time limit.
What is something you are passionate about outside your studies?
Tell me about a time where you faced change. How did you confront it?
What is the biggest challenge you have faced?
no behavioral question but 3 coding + question about servers
You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contains a single digit. Add the two numbers and return them as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. Example: Input: (7 -> 2 -> 4 -> 3) + (5 -> 6 -> 4) Output: 7 -> 8 -> 0 -> 7
Leetcode types like 2 sum,etc
Explain the difference between threads and processes
Viewing 9251 - 9260 interview questions