Taro Logo

QA Automation Engineer (White Box) Interview Experience - Bengaluru, Karnataka

April 1, 2016
Positive ExperienceNo Offer

Process

  1. Identify 5 exceptions in below code

public class Calc {

public static int calc(int p1, int p2, String oper)
{
    if (oper.equals("Add"))
    {
        return (p1 + p2);
    }
    else if (oper.equals("div"))
    {
        return (p1 / p2);
    }
    else
        throw new Exception("Exception");

    return (-1);
}

}

Questions

  1. List all the methods used in REST webservice.

  2. Manual test cases for the login screen.

  3. Selenium code for the Login screen with a data provider.

  4. Identify 5 exceptions in the below code:

java public class Calc {

public static int calc(int p1, int p2, String oper) {

    if (oper.equals("Add")) {
        return (p1 + p2);
    } else if (oper.equals("div")) {
        return (p1 / p2);
    } else {
        throw new Exception("Exception");
    }

    return (-1);
}

}

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Verizon QA Automation Engineer (White Box) role in Bengaluru, Karnataka.

Success Rate

0%
Pass Rate

Verizon's interview process for their QA Automation Engineer (White Box) roles in Bengaluru, Karnataka is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Verizon's QA Automation Engineer (White Box) interview process in Bengaluru, Karnataka.

Verizon Work Experiences