Group Discussion
Software Support Interview Questions
963 software support interview questions shared by candidates
Tell me about your technical background. Work me through your last project. Why are you seeking a new position?
How would you calm down an upset client?
Nothing as such most difficult. It was all related to what your resume speaks about
Me hicieron una prueba de inglés la cual entendí el resultado ya que decía 60% de avance pero ya había completado todo
OOPs concepts OS basics problems
The first task involved automating a workflow using Groovy scripts and ScriptRunner, while the second focused on identifying errors and proposing effective solutions.
what motivates you to this interview?
Can you introduce yourself bit.
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"); } } }
Viewing 951 - 960 interview questions