Intern Software Engineer Interview Questions

9,334 intern software engineer interview questions shared by candidates

Determine the output of the following Java code: class B { public static void main(String[] args) { int k = 55; try { System.out.println("In try block"); int t = k/55; } catch (ArithmeticException e) { System.out.println("In catch block"); System.out.println("Dividing by zero but caught"); } finally { System.out.println("Execution, whether an exception occurs or not"); } } }
Oct 6, 2023

Determine the output of the following Java code: class B { public static void main(String[] args) { int k = 55; try { System.out.println("In try block"); int t = k/55; } catch (ArithmeticException e) { System.out.println("In catch block"); System.out.println("Dividing by zero but caught"); } finally { System.out.println("Execution, whether an exception occurs or not"); } } }

1st interview(HR): Get to know you, general questions , interests , how you decided to apply. 2nd interview(Dev team): Also a get-to-know you style with one of the company's devs , more direct questions on how imagine the working enviroment and what is your goal working. 3rd interview (technical with dev team): Questions on basic things about OOP and OOP languages, quick coding session.
avatar

Intern - Software Engineer

Interviewed at TeamViewer

3.4
Dec 14, 2023

1st interview(HR): Get to know you, general questions , interests , how you decided to apply. 2nd interview(Dev team): Also a get-to-know you style with one of the company's devs , more direct questions on how imagine the working enviroment and what is your goal working. 3rd interview (technical with dev team): Questions on basic things about OOP and OOP languages, quick coding session.

Viewing 9291 - 9300 interview questions

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