Software Engineer Software Developer Interview Questions

3,291 software engineer software developer interview questions shared by candidates

//What will be minimum and maximum number //that will be printed? class AbcThread extends Thread{ private int[] _arr; public MyThread(int[] arr){ this._arr = arr; } public void run(){ for (int i=0;i<20 ; i++) { this._arr[0]++; } } public static void main(String[] args) { int[] arr ={0}; try { MyThread t1 = new MyThread(arr); MyThread t2 = new MyThread(arr); t1.start(); t2.start(); t1.join(); t2.join(); }catch(Exception ex){ System.out.println("Exception "+ex); } System.out.println(arr[0]); } }
avatar

Software Engineer - Java Developer

Interviewed at Quantum Machines

4.1
Nov 28, 2023

//What will be minimum and maximum number //that will be printed? class AbcThread extends Thread{ private int[] _arr; public MyThread(int[] arr){ this._arr = arr; } public void run(){ for (int i=0;i<20 ; i++) { this._arr[0]++; } } public static void main(String[] args) { int[] arr ={0}; try { MyThread t1 = new MyThread(arr); MyThread t2 = new MyThread(arr); t1.start(); t2.start(); t1.join(); t2.join(); }catch(Exception ex){ System.out.println("Exception "+ex); } System.out.println(arr[0]); } }

- Explain project that you have done (stack you used) - Explain how you overcome difficulties in a team project - Talk about yourself and previous job experience - Talked about general testing knowledge (coverage, mockito, junit, testcontainers, jenkins, automation with selenium, etc.) - General questions
avatar

Junior Java Developer/Software Engineer

Interviewed at Merkle

3.5
Jul 19, 2023

- Explain project that you have done (stack you used) - Explain how you overcome difficulties in a team project - Talk about yourself and previous job experience - Talked about general testing knowledge (coverage, mockito, junit, testcontainers, jenkins, automation with selenium, etc.) - General questions

Well none of the questions were difficult. but one was pretty interesting. He asked me that if u are having many apples in bucket and ram uses his hands to transfer all apples one by one from one bucket to another bucket then how will one do that. I explained it all in coding format.
avatar

Software Developer Engineer

Interviewed at Modern Communication & Broadcast Systems

2.6
Apr 18, 2014

Well none of the questions were difficult. but one was pretty interesting. He asked me that if u are having many apples in bucket and ram uses his hands to transfer all apples one by one from one bucket to another bucket then how will one do that. I explained it all in coding format.

Viewing 541 - 550 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,291 interview questions and reports from Software engineer software developer interviews. Prepare for your interview. Get hired. Love your job.