Software Support Engineer Interview Questions

898 software support 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"); } } }

Q. Create an SSH key and paste the key in Zoom chat. Then connect to our VM(IP address provided) using the SSH key. Q. Customer reports a network issue, how would you troubleshoot it. Q. Administrator can't locate a file but he knows the name of it as abcd.txt. Locate the file in the folder. Q. Tell me your most difficult experience with a customer. Q. Tell me your most difficult troubleshooting experience and how did you go about it. Q. What are the limitation of Windows Powershell vs command prompt
avatar

Developer Support Engineer

Interviewed at JFrog

4.3
Feb 26, 2025

Q. Create an SSH key and paste the key in Zoom chat. Then connect to our VM(IP address provided) using the SSH key. Q. Customer reports a network issue, how would you troubleshoot it. Q. Administrator can't locate a file but he knows the name of it as abcd.txt. Locate the file in the folder. Q. Tell me your most difficult experience with a customer. Q. Tell me your most difficult troubleshooting experience and how did you go about it. Q. What are the limitation of Windows Powershell vs command prompt

Viewing 891 - 900 interview questions

Glassdoor has 898 interview questions and reports from Software support engineer interviews. Prepare for your interview. Get hired. Love your job.