Intern Software Engineer Interview Questions

9,335 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"); } } }

Why do like Nodejs? Discussed on of my projects which's having recursive sql queries, and asked to write a sql query and do it using normalization and avoid data redundancy Discussed about polling and long polling in which i've used in of my projects? How do you reduce database queries ? and asked about caching responses Some on microservices techniques and event driven mechanism
avatar

Software Development Engineer (SDE) Intern

Interviewed at Xoxoday

3.9
Oct 19, 2023

Why do like Nodejs? Discussed on of my projects which's having recursive sql queries, and asked to write a sql query and do it using normalization and avoid data redundancy Discussed about polling and long polling in which i've used in of my projects? How do you reduce database queries ? and asked about caching responses Some on microservices techniques and event driven mechanism

Viewing 9251 - 9260 interview questions

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