Intern Software Engineer Interview Questions

9,768 intern software engineer interview questions shared by candidates

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

Software Developer Intern

Interviewed at Overleap

3.6
Mar 25, 2025

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

Glassdoor has 9,768 interview questions and reports from Intern software engineer interviews. Prepare for your interview. Get hired. Love your job.