What would you do in a situation to where a urgent issue comes in and nobody is around to help. How would you approach this and who would you contact for help if required?
Software Support Engineer Interview Questions
442 software support engineer interview questions shared by candidates
OOPs concepts OS basics problems
Nothing as such most difficult. It was all related to what your resume speaks about
what motivates you to this interview?
Linux Commands, and Sql Queries
The first task involved automating a workflow using Groovy scripts and ScriptRunner, while the second focused on identifying errors and proposing effective solutions.
How would you calm down an upset client?
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"); } } }
How would you implement a pattern like the one below using your familiar programming language? * ** *** **** *****
Viewing 431 - 440 interview questions