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);
}
}
List all the methods used in REST webservice.
Manual test cases for the login screen.
Selenium code for the Login screen with a data provider.
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);
}
}
The following metrics were computed from 1 interview experience for the Verizon QA Automation Engineer (White Box) role in Bengaluru, Karnataka.
Verizon's interview process for their QA Automation Engineer (White Box) roles in Bengaluru, Karnataka is extremely selective, failing the vast majority of engineers.
Candidates reported having very good feelings for Verizon's QA Automation Engineer (White Box) interview process in Bengaluru, Karnataka.