I contacted an HR professional through LinkedIn. I immediately received a response via a call. I conveyed my availability and secured a slot for an interview. The process was so quick that I received the results two hours after completing the interview. It was also very smooth and, most importantly, comfortable. After clearing the HackerRank test, there were four rounds of face-to-face discussions.
Round 1 F2F: Test Case and Test Data Enumeration
Round 2 F2F: Test Case, Test Data Enumeration, and Problem Solving
Round 3 F2F: SQL and DB
INSERT query.? for CREATE TABLE query.SELECT * FROM student where student_id = 1234. Here student_id is of data type string.
Correct statement: SELECT * FROM student where student_id LIKE '1234';Round 4 F2F: Problem Solving
Let's talk about Exceptions. What are exceptions and which exceptions have you actively used so far?
An ArrayIndexOutOfBoundsException has occurred. How would you solve it?
If you are not allowed to touch the '<=' operator for ArrayIndexOutOfBoundsException, what will you do to solve it?
What are checked and unchecked exceptions?
Given an array arr[] = {6, 0, -4, 4, 8}. Irrespective of the signs of the given integers, find the count of unique values. The array may grow further.
Ans:
java
public static void main(String[] args) {
int arr[] = {-6, 0, -4, 4, 8};
int len = arr.length;
Set
Why Visa?
The following metrics were computed from 5 interview experiences for the Visa Senior QA Engineer role in Bengaluru, Karnataka.
Visa's interview process for their Senior QA Engineer roles in Bengaluru, Karnataka is fairly selective, failing a large portion of engineers who go through it.
Candidates reported having mixed feelings for Visa's Senior QA Engineer interview process in Bengaluru, Karnataka.