Describe a time you overcame a problem and how?
Intern Software Engineer Interview Questions
9,346 intern software engineer interview questions shared by candidates
Name a time when you had a conflict with a team member and how did you respond to it.
Generic behavioral questions and leetcode medium about graphs and DFS.
What are some methods to prevent overfitting in a Neural Network.
How do you train models on multiple GPUs at the same time.
the input and output of the model we trained
Add 2 numbers, that are represented using a linked list
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
'Do you consider yourself a hobbyist - for example, do you code and create projects in your free time?'
Viewing 9041 - 9050 interview questions