There is linked list of millions of node and you do not know the length of it. Write a function which will return a random number from the list.
Internship Software Engineer Interview Questions
23,458 internship software engineer interview questions shared by candidates
Quite difficult binary tree problems in both rounds.
How many hours do you code during a day?
Prove P = NP
Question: Designed an efficient key-value data structure, each element has an elapsed time. For example, elements A with elapsed time 15 (keyA , (valueA , 15)) will be removed from the data structure after 15 seconds from the time it was added to the data structure
How would you use deep learning models in production
I got asked a question very similar to 329. Longest Increasing Path in a Matrix, if you know how to do this question you would be able to correctly.
I can't tell you the details but they were about algorithms and data structures. At the beginning, they seemed not that hard but the follow-ups were challenging.
Given two arrays, find the same element in both arrays.
Implement pow() function to calculate power between BIG numbers. e.g. pow(7349735853974, 389274834729)
Viewing 1741 - 1750 interview questions