Easy to medium technical questions plus lots of behavior questions.
Intern Software Engineer Interview Questions
9,768 intern software engineer interview questions shared by candidates
OA: Semi-basic probability questions. LeetCode easy/hard. Interviews: Mathematical/logical puzzles. LeetCode medium/hard. Low level programming/semi-basic computer architecture questions.
Read in a file with words and output the words most frequent word in the file
What is the defination of Method overloading and implement it .
describe the hardest aspect of ____ class (ones your taking)
What is your technical experience?
One question I was asked was to figure out if a number is the sum of any two Fibonacci numbers.
Whats us a miss-conception that people had about you?
- Leetcode medium - Followups on optimizing - Leetcode hard
Problem Description: Given a string s representing a basic mathematical expression with non-negative integers and operators (+, -, *, /), evaluate the expression following the standard operator precedence: Multiplication (*) and Division (/) have higher precedence than Addition (+) and Subtraction (-). Division is integer division (truncate towards zero). No parentheses are included. Example: Input: "3+7*7-9/3" Output: 49
Viewing 8401 - 8410 interview questions