Average process. Where the interviewer will ask about Java & Oops Concepts. Selenium GUI and API automation. Rest API Java Jenkins String Class Framework Structure 1. reverse a String 2. Palindrome 3. Prime Number 4. Arrays
Senior Qa Engineer Interview Questions
5,122 senior qa engineer interview questions shared by candidates
How do you qualify for this job?
Almost each and every person from interview asked me if I want to join QA role since I am from dev background.
CI/CD deployment processes and test requirement doc analysis
Easy question basic selenium and rest assured
Reason for change Technical questions Future plan or goals
1. What is public, static, void, main, String, srguments
What is your role and responsibility in current project.
Given a log file with various module columns generate individual log files for each module
Round 4 F2F: Problem Solving 1. Let's talk about Exceptions. What are exceptions and which exceptions you've actively used so far? 2. An ArrayIndexOutOfBound Exception has happened. How would you solve it? 3. If you're not allowed to touch the '<=' operator for ArrayIndexOutOfBound, what will you do to solve it? 4. What are checked and unchecked exceptions? 5. Given an array arr[] = {6, 0, -4, 4, 8}. Irrespective of the signs for the given integers. Find the count of unique values. The array may grow further. Ans: public static void main(String[] args) { int arr[] = {-6, 0, -4, 4, 8}; int len = arr.length; Set<Integer> mySet = new HashSet<Integer>(); for(int i=0; i<len; i++) { mySet.add(Math.abs(arr[i])); } System.out.println(mySet.size()); } 6. Why Visa?
Viewing 3971 - 3980 interview questions