I would say there are two main things: coding question using Python (you have to demonstrate your problem solving skills and knowledge of data structures) and being able to explain projects listed on your resume (and answer questions about them)
Software Engineer Intern Interview Questions
9,762 software engineer intern interview questions shared by candidates
Algorithm Data Structures problems, questions from courses taken so far
What was your favorite project that you worked on and what did you contribute?
What past projects have you done?
calculate and print the frequency of each character in a given string
What are the 4 major principles of OOP
Tell me a little about yourself
Which byte occurs most frequently in an array? Write a function that returns the byte that occurs most frequently in an array of bytes Parameters: Array of bytes Count of the number of bytes in the array (if you want it)
Implement a function that takes in two unsigned integers and returns a boolean indicating whether you will have overflow if they are added together. Language of your choice.
Viewing 1011 - 1020 interview questions