Saturday, July 4, 2020

Real Time Interview questions for Automation and Manual Testing profile

Pega Company Interview queation as Automation test Engineer 3 to5 year

=============================================================

1st Round

-----------------

1) What is Roles and Responsibilities in your Current Project

2) What the challenge you faced in your current project

3) How to resolve these challenges

4) If enter Application URL it is not working, what you will do as QA

5)We have tester and We have developer ,Developer having end to end Knowledge for application and Tester having Specifications Requirements document ,How Will find the critical Bug.

6)If you have two work development and Testing Which one you will choose


No comments:

Post a Comment

Q) How To Find Duplicate Characters In A String In Java?

Step1:- Creating a HashMap containing char as key and it's occurrences as value. Step2:- Converting given string to char array. Step3:- ...