Consultant Qa Interview Questions

167 consultant qa interview questions shared by candidates

In a Statement * check and print duplicate values and * remove the duplicates & print the unique values without using the for loop String note= “Hi, how are you ? Where are you from ?” Solution: How to remove DUPLICATE words from a given sentence 2. public class HelloWorld{ public static void main(String []args){ String v = "Virtusa-123"; int j= v.indexOf("u"); v= v.replaceAll("-", "\n"); System.out.println("Index of Char'u' : "+j); System.out.println(v); } }
avatar

Lead Consultant - QA

Interviewed at Virtusa

3.7
Aug 21, 2023

In a Statement * check and print duplicate values and * remove the duplicates & print the unique values without using the for loop String note= “Hi, how are you ? Where are you from ?” Solution: How to remove DUPLICATE words from a given sentence 2. public class HelloWorld{ public static void main(String []args){ String v = "Virtusa-123"; int j= v.indexOf("u"); v= v.replaceAll("-", "\n"); System.out.println("Index of Char'u' : "+j); System.out.println(v); } }

Viewing 71 - 80 interview questions

Glassdoor has 167 interview questions and reports from Consultant qa interviews. Prepare for your interview. Get hired. Love your job.