Traditional interview questions
Software Engineer Production Support Interview Questions
563 software engineer production support interview questions shared by candidates
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?
Previues experience. Current job, also why I wanted to work with them.
Why did you want this job?
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? * ** *** **** *****
Given an array with 10 digits, describe the data structure you would use to find the summation of these values.
In a many-to-many (m:m) relationship, such as students and subjects, how many tables are needed to map this relationship in a database?
Just background questions: What are you studying, why JFrog, why support role and not a developer role (I'm a CS graduate)
Viewing 551 - 560 interview questions