Paytm Automation Testing Interview Questions for 3-4 year exprienced

Hello Guys , This article shares the Automation testing interview experience for 3 year plus and share the Paytm Automation Testing Interview Questions. There are 3 Rounds of interview conducted by Paytm and one written Test.

PAYTM Interview Process for Automation Testing

Paytm Written Test for Automation : Refer this article PAYTM manual testing interview experience in this article i already discussed about the written test schema and their question pattern. But here we have to choose for the automation option in written test as we have to choose manual or automation. In Automation testing section questions are quite easy and if you have the basic knowledge of selenium you can easily score full marks and will try to update some of the questions very soon.

All who cleared their cutoff marks get shortlisted for their next round . Now will discuss some of the questions of 1st technical round of paytm automation testing interview questions.

1st Round PAYTm Selenium Automation Testing interview questions

Firstly they asked for the brief introduction about the project that is the most common every interviewer asked. They mostly focused on JAVA questions as they worked on automation using JAVA mostly.

Question 1 ) Can we instantiate the Abstract class in JAVA and why ?
Answer ) The Answer is no as it is the rule of JAVA and this is because Abstract Class is just define the methods it is not fully implemented class that defines all functionality it just gives the overview of the method that is implemented by some other class.

Question 2 ) How to achieve multiple inheritance in JAVA ?
Answers ) We can achieve multiple inheritance in JAVA with the help of interfaces only . Classes can implement more that one interfaces. 

Question 3 ) How to print the sum of the number from  1 to N in JAVA ?
Answer ) Formula for printing the sum is N(N+1)/2 .

Question 4 ) What is Array List and make an object of Array list and add the elements in Array list and traverse it and print all the elements ?
Answer ) will update soon

 

After this they asked about the Testng framework used in selenium

Paytm Testng Interview questions

Question 1 ) How to set the priorities for different test cases in Testng ?

Question 2 ) we have two test cases Test Case A and Test Case B , TestCaseA() will execute until TestCaseB() executed successfully ?
Answer ) we will use dependsonmethod annotation in Testng.

Question 3 ) There are two test methods , How do we use the output of one method as the input of another method ( it is integration testing test case )

Question 4 ) Integration testing interview questions : We have two separate Class A and Class B , we have to use the output of class A as the input of Class B . Write the test case in Testng of integration test ?


Paytm Selenium Interview questions

Question 1 ) How to achieve Method Overloading in selenium with inbuilt functions ?
Answer )
 Driver.SwithTo.Frame(Int id ) or Driver.SwithTo.Frame( String)

Question 2 ) How to find the Xpath of elment havind id starting with “abc” and ending with def ND xxxx is dynamic “abcXXXXdef” ?
Answer ) will update


Hope you like this article of Paytm Automation Testing Interview Questions

Subscribe with us to get the daily updated of Paytm Automation Testing interview questions.

Leave a Comment

Your email address will not be published. Required fields are marked *