Premium Employer

i

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

Publicis Sapient Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 3.1k Reviews

Filter interviews by

Publicis Sapient Senior Associate QA Interview Questions and Answers

Updated 14 Feb 2022

Publicis Sapient Senior Associate QA Interview Experiences

5 interviews found

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. The first round was a hackerearth test consisting of coding and theoretical questions.
  • Q2. The next 2 rounds were technical where I was asked real time problems with test automation. I was also given coding rounds where it was expected to solve the rounds while in the video call.
  • Q3. The 4 th round was a managerial round where we discussed about the roles and responsibilities and my past and current role. It was also discussed about how open I am to challenges .
  • Q4. Final round was an HR round to just discuss the salary .

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up technical skills, be confident, practice coding a lot.

I applied via Naukri.com and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Coding Test 

A hackerrank test

Round 2 - Technical 

(1 Question)

  • Q1. One2one technical discussion and assignment
Round 3 - Behavioral 

(1 Question)

  • Q1. Overview of current work, readiness to be proactive
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep well versed with technology

Senior Associate QA Interview Questions Asked at Other Companies

asked in MetLife
Q1. Testing Technology/Types

I applied via Naukri.com and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Coding Test 

A hackerrank test

Round 2 - Technical 

(1 Question)

  • Q1. One2one technical discussion and assignment
Round 3 - Behavioral 

(1 Question)

  • Q1. Overview of current work, readiness to be proactive
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep well versed with technology

I applied via Naukri.com and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Coding Test 

A hackerrank test

Round 2 - Technical 

(1 Question)

  • Q1. One2one technical discussion and assignment
Round 3 - Behavioral 

(1 Question)

  • Q1. Overview of current work, readiness to be proactive
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep well versed with technology

Publicis Sapient interview questions for designations

 Senior Associate QA L1

 (3)

 Senior Associate QA L2

 (2)

 Associate QA L2

 (3)

 Senior QA Analyst

 (1)

 Associate Qa 1

 (3)

 Associate Qa 2

 (1)

 Senior Manager QA

 (1)

 Senior Associate L1

 (4)

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. Overview of current work, readiness to be proactive
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation, location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep well versed with technology

What people are saying about Publicis Sapient

View All
a senior associate
2w
Removing 3 months work ex from resume?
yes
0%
no
0%
6 participants . poll closed
Got a question about Publicis Sapient?
Ask anonymously on communities.

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
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. How did u used automation in your privious project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on switching
  • Q2. Packet flow in routers, osi model , etc
  • Ans. 

    Packet flow in routers involves data transmission through different layers of the OSI model.

    • Packet flow starts at the network layer where packets are routed based on IP addresses.

    • Packets then move to the data link layer where MAC addresses are used for communication.

    • Finally, packets are transmitted physically through the network interface.

    • OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session,

  • Answered by AI

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Senior Associate QA interview?
Publicis Sapient interview process usually has 3-4 rounds. The most common rounds in the Publicis Sapient interview process are Behavioral, HR and Coding Test.
What are the top questions asked in Publicis Sapient Senior Associate QA interview?

Some of the top questions asked at the Publicis Sapient Senior Associate QA interview -

  1. The next 2 rounds were technical where I was asked real time problems with test...read more
  2. The first round was a hackerearth test consisting of coding and theoretical que...read more
  3. Final round was an HR round to just discuss the salar...read more

Tell us how to improve this page.

Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
Publicis Sapient Senior Associate QA Salary
based on 126 salaries
₹7.6 L/yr - ₹21 L/yr
39% more than the average Senior Associate QA Salary in India
View more details

Publicis Sapient Senior Associate QA Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.2

Skill development

3.8

Work-life balance

4.5

Salary

4.0

Job security

4.1

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 8 Reviews and Ratings
Senior Associate
2.2k salaries
unlock blur

₹10.9 L/yr - ₹40 L/yr

Associate Technology L2
1.6k salaries
unlock blur

₹6.5 L/yr - ₹20 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10.1 L/yr - ₹32 L/yr

Senior Software Engineer
729 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Senior Associate 2
605 salaries
unlock blur

₹14.7 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.9
Compare

IBM

4.0
Compare

TCS

3.7
Compare

Infosys

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