OOPs concepts OS basics problems
Software Support Interview Questions
1,389 software support interview questions shared by candidates
They asked a range of questions basically asking how I would handle certain situations that I was coached on.
Why do you want to work at our company and what goals do you have from working at the company?
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?
Why did you want this job?
Tell us about yourself? What are your strengths? What are your weaknesses? What are you most proud of that you've accomplished? What do you understand about RAID? Tell us about a time you had to handle a change request?
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 1371 - 1380 interview questions