How to find nth largest element in an array? What is the time complexity of your algorithm?
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
Basic Array and String questions.
coding question 1: given an array of 1 and 0, count the minimum number of change in positions such that all 1's are aligned to left and 0's to right. Positions can be changed only with the nearby 2 elements.
Count the number of ways to arrange 1-N consecutive numbers in an array of length N such that the ith number does not go into the ith index of the array.
Difference between abstract and interface
Phone round 1 : C++ concepts and a simple algorithm
Variations of 2-Sum and increased with difficulty.
1. Why is batch normalization important? 2. Explain BERT, warm-up rate. 3. BERT vs GPT. 4. How to detect the horizon in a self-driving car environment. 5. CNN: how does the filter size affect the performance, depth-wise vs row-wise convolutions. 6. Explain quantization in ML. 7. Coding questions.
Codesignal Questions. I haven't seen any of them on leetcode.
Q: Find the index of the first unique character in a string.
Viewing 951 - 960 interview questions