Upload Button Icon Add office photos

Filter interviews by

Paytm Insider Senior QA Engineer Interview Questions and Answers

Updated 18 Feb 2022

Paytm Insider Senior QA Engineer Interview Experiences

1 interview found

Senior QA Engineer Interview Questions & Answers

user image Arjun Iyyani

posted on 18 Feb 2022

Round 1 - Assignment 

The assignment topic was to write test cases to WhatsApp messages

Round 2 - Technical 

(2 Questions)

  • Q1. It was related to my work and also few puzzles were asked
  • Q2. How to arrange the numbers on two dice in order to show the calendar dates
  • Ans. 

    Arrange the numbers on two dice to show the calendar dates

    • Assign the numbers 0-9 to each dot on the dice

    • Use one die to represent the tens digit and the other for the ones digit

    • For example, 1st of January can be represented as 01 on the dice

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Mostly work related questions and puzzles
Round 4 - Technical 

(1 Question)

  • Q1. Work related questions and discussion with the technical head
Round 5 - HR 

(1 Question)

  • Q1. Discussed about the package and working team

Interview Preparation Tips

Interview preparation tips for other job seekers - it was a good interview and It wasn't too hard to crack for me

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Paytm Insider?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Monster and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical selenium and architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with technical knowlage

Senior QA Engineer Interview Questions Asked at Other Companies

asked in MakeMyTrip
Q1. Combination Sum Problem Statement Given an array of distinct posi ... read more
asked in MakeMyTrip
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
Q3. How do you retrieve data from a file using Selenium?
Q4. If you have two threads, and one thread burns completely in 30 mi ... read more
Q5. How can you execute a test case multiple times?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Java concepts, selenium cases

Round 2 - One-on-one 

(1 Question)

  • Q1. Java - Sorting, merging, arrays
Round 3 - HR 

(1 Question)

  • Q1. Compensation, Work experiance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap is implemented using an array of linked lists or buckets to handle collisions.

    • Each key is hashed to determine its index in the array.

    • Common operations include put(key, value), get(key), and remove(key).

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("apple", 5); int value = ...

  • Answered by AI
  • Q2. Difference between getWindowHandles and getWindowHandle
  • Ans. 

    getWindowHandles returns all open window handles, getWindowHandle returns handle of current window

    • getWindowHandles returns a set of all window handles currently open in the browser

    • getWindowHandle returns the handle of the current window being focused on

    • Example: driver.getWindowHandles() vs driver.getWindowHandle()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs and selenium concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between type and typeAndWait
  • Ans. 

    typeAndWait is used to wait for a specific element to appear before proceeding, while type does not wait.

    • typeAndWait is used in Selenium WebDriver to wait for a specific element to appear before typing into it

    • type does not wait for the element to appear and may cause errors if the element is not present

    • typeAndWait is useful for dynamic web pages where elements may take time to load

  • Answered by AI
  • Q2. How to change window size in selenium
  • Ans. 

    To change window size in Selenium, you can use the set_window_size() method of the WebDriver class.

    • Use driver.set_window_size(width, height) to change the window size

    • Specify the width and height in pixels as parameters

    • Example: driver.set_window_size(800, 600) will set the window size to 800x600 pixels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Different listeners in TestNG
  • Ans. 

    TestNG provides different listeners to customize test execution and reporting.

    • TestNG provides several built-in listeners such as IInvokedMethodListener, ITestListener, ISuiteListener, etc.

    • Listeners can be used to perform actions before or after test methods, suites, or entire test runs.

    • Listeners can be implemented by creating classes that extend the corresponding listener interfaces.

    • Listeners can be configured in the t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain About your project
  • Ans. 

    Developed a web application for online shopping with focus on user experience and security.

    • Used Selenium for automated testing of UI functionalities

    • Implemented API testing using Postman

    • Performed security testing to identify vulnerabilities

    • Collaborated with developers to ensure quality code delivery

  • Answered by AI
  • Q2. What is the recent issues you faced and how you solved.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Time frame one hour, 60 questions

Round 2 - Technical 

(1 Question)

  • Q1. QA life cycle, Selenium basics
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Selenium Java questions and current roles and responsibilities.

Senior QA Engineer Interview Questions & Answers

Accenture user image shilpa devanagoudar

posted on 19 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What will you do to reduce the log size stored in AWS
  • Ans. 

    Implement log rotation, set up log expiration policies, compress logs, use log aggregation services.

    • Implement log rotation to limit the size of individual log files.

    • Set up log expiration policies to automatically delete old logs.

    • Compress logs before storing them in AWS to reduce storage space.

    • Use log aggregation services like AWS CloudWatch Logs to centralize and manage logs efficiently.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java code to find a substring
  • Ans. 

    Java code to find a substring in an array of strings

    • Use the contains() method to check if a string contains the substring

    • Iterate through the array of strings and check each string for the substring

    • Use the indexOf() method to find the index of the substring within the string

  • Answered by AI
  • Q2. Write getter setter for the given scenario
  • Ans. 

    Write getter setter for a scenario in a Senior QA Engineer interview

    • Create private variables for the data you want to get and set

    • Create public getter methods to access the private variables

    • Create public setter methods to modify the private variables

  • Answered by AI

Skills evaluated in this interview

Paytm Insider Interview FAQs

How many rounds are there in Paytm Insider Senior QA Engineer interview?
Paytm Insider interview process usually has 5 rounds. The most common rounds in the Paytm Insider interview process are Technical, Assignment and HR.
What are the top questions asked in Paytm Insider Senior QA Engineer interview?

Some of the top questions asked at the Paytm Insider Senior QA Engineer interview -

  1. how to arrange the numbers on two dice in order to show the calendar da...read more
  2. Mostly work related questions and puzz...read more

Tell us how to improve this page.

Paytm Insider Senior QA Engineer Salary
based on 4 salaries
₹14.1 L/yr - ₹25.7 L/yr
51% more than the average Senior QA Engineer Salary in India
View more details

Paytm Insider Senior QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Product Manager
7 salaries
unlock blur

₹16 L/yr - ₹19.5 L/yr

Software Engineer
5 salaries
unlock blur

₹8 L/yr - ₹13 L/yr

Deputy Manager
5 salaries
unlock blur

₹10.5 L/yr - ₹14 L/yr

Marketing Associate
5 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Front end Developer
4 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare Paytm Insider with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview