Premium Employer

i

This company page is being actively managed by Persistent Systems Team. If you also belong to the team, you can get access from here

Persistent Systems Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 3.8k Reviews

Filter interviews by

Persistent Systems Senior QA Engineer Interview Questions and Answers

Updated 29 Nov 2024

Persistent Systems Senior QA Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program string and array related
  • Q2. Core java questions
Round 2 - Technical 

(2 Questions)

  • Q1. Java program for array
  • Ans. 

    Java program to create and manipulate an array of strings

    • Declare and initialize an array of strings: String[] arrayName = new String[] {"string1", "string2", "string3"};

    • Access elements in the array using index: String element = arrayName[index];

    • Modify elements in the array: arrayName[index] = "newString";

    • Iterate through the array using a loop: for(String element : arrayName) { // do something with element }

  • Answered by AI
  • Q2. Java program for string
  • Ans. 

    Java program to manipulate an array of strings

    • Use a for loop to iterate through the array of strings

    • Use string methods like substring, indexOf, or replace to manipulate the strings

    • Use StringBuilder for efficient string manipulation

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Parallel test in cucumber
  • Ans. 

    Parallel test execution in Cucumber allows running multiple test scenarios simultaneously for faster results.

    • Use tools like TestNG or JUnit to run Cucumber tests in parallel

    • Configure the test runner to specify the number of threads to use for parallel execution

    • Ensure that the tests are independent and do not interfere with each other

    • Consider using a parallel plugin like Cucumber-JVM-Parallel to manage parallel executio

  • Answered by AI
  • Q2. How to handle browser history
  • Ans. 

    Browser history can be handled by clearing cache, cookies, and browsing data regularly.

    • Regularly clear cache, cookies, and browsing history to improve browser performance

    • Use incognito mode for private browsing to prevent history from being saved

    • Disable browser history tracking if needed for privacy reasons

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Implicit Wait and Explicit Wait
  • Q2. How to handle browser history
  • Ans. 

    Browser history can be managed by clearing cache, cookies, and browsing history regularly.

    • Regularly clear cache, cookies, and browsing history to improve browser performance

    • Use private browsing mode to prevent saving browsing history

    • Disable browser history tracking in browser settings

    • Use browser extensions or plugins to manage and delete browsing history

    • Consider using a VPN for additional privacy and security

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

60 mins aptitude and reasoning questions with Java syntax’s related questions

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

(2 Questions)

  • Q1. Java question to remove duplicates values
  • Q2. Java question to reverse string in alphabetically order
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Interviewer gave a java program and asked output.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding assessment in Java and selenium

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Round 3 - HR 

(1 Question)

  • Q1. General questions like about your self
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Some JavaScript based question's
  • Q2. And, client round where will ask some scenario based question's

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior QA Engineer interview:
  • Javascript
  • Automation Testing
  • Cypress
Interview preparation tips for other job seekers - focus on the scenario based question's
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. It's like screening round
Round 3 - Technical 

(1 Question)

  • Q1. Based on our past experience, projects, and checked for basic knowledge on SQL, API, Postman etc.
Round 4 - Technical 

(1 Question)

  • Q1. This round also completely focused on Technical skills
Round 5 - Technical 

(1 Question)

  • Q1. This round is Client round mostly real time scenario based questions

Interview Preparation Tips

Topics to prepare for Cyient Senior QA Engineer interview:
  • Manual Testing
  • API
  • JIRA
  • Functional Testing
  • Test Cases
  • Test Strategy
Interview preparation tips for other job seekers - Well Versed with your technical skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing basic questions
Round 2 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Work on jva concepts

Round 2 - Coding Test 

Array and link list questions.

Round 3 - Technical 

(1 Question)

  • Q1. Rest Api and rest assured
Round 4 - HR 

(1 Question)

  • Q1. Negotiations regarding the post

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Senior QA Engineer interview?
Persistent Systems interview process usually has 2 rounds. The most common rounds in the Persistent Systems interview process are Technical.
How to prepare for Persistent Systems Senior QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Persistent Systems. The most common topics and skills that interviewers at Persistent Systems expect are Automation Framework, Automation Testing, Manual Testing, QA and Quality Assurance Engineering.
What are the top questions asked in Persistent Systems Senior QA Engineer interview?

Some of the top questions asked at the Persistent Systems Senior QA Engineer interview -

  1. Java program for ar...read more
  2. Java program for str...read more
  3. Java program string and array rela...read more

Tell us how to improve this page.

Persistent Systems Senior QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Senior QA Engineer Salary
based on 34 salaries
₹6.2 L/yr - ₹16.3 L/yr
13% less than the average Senior QA Engineer Salary in India
View more details

Persistent Systems Senior QA Engineer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.6

Skill development

4.3

Work-life balance

4.3

Salary

5.0

Job security

4.6

Company culture

3.9

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹9.9 L/yr - ₹30 L/yr

Lead Software Engineer
2.9k salaries
unlock blur

₹7.1 L/yr - ₹18.2 L/yr

Project Lead
1.8k salaries
unlock blur

₹13.2 L/yr - ₹38.8 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.8
Compare

TCS

3.7
Compare

IBM

4.0
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview