Here are some of the questions that were asked: Java Program to reverse each String in a sentence = " Today is a Happy Day" , Output should be : " yadoT si a yppaH yaD".
- Java program - if String= " ABC DEF" , output should be : A D
B E
C F
- Questions on TestNG and the workflows, the order of execution with some scenarios
- Why Web services and few questions on REST
- what is the process followed in your project- say suppose we get any new requirements and then....??? Explain
- Java - String, String Buffer, String Builder
- Suppose String A= "ABCD", then A+test - does this give compile error. How string is immutable
- Explain on Agile. Why Agile is better than Waterfall
- Questions on Unix & SQL
- Click on a button and nothing happens - what do you verify to debug
- Gave a scenario and asked to identify the optimum scenarios.