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 L1 Interview Questions and Answers

Updated 6 May 2022

Publicis Sapient Senior Associate QA L1 Interview Experiences

3 interviews found

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about all the selenium topics related to webdrivers, frames, framework, synchronization, excel, POM,
Round 2 - One-on-one 

(1 Question)

  • Q1. General discuss about quality about company
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and profile discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technical topics and whatever mentioned in resume

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts, Basics of Java and Selenium, Reporting, API , GIT and DB

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of implementation should be there.

Senior Associate QA L1 Interview Questions Asked at Other Companies

Q1. Collections and difference between the different collections, has ... read more

Interview Questionnaire 

2 Questions

  • Q1. 1st round will be MCQ questions for java and selenium 2nd round would be technical round where oops, parallel execution, selenium questions and couple of basic programs like palindrome prime number etc
  • Q2. Collections and difference between the different collections, hashmap
  • Ans. 

    Explanation of collections and difference between them, with focus on hashmap.

    • Collections are data structures that store and manipulate groups of objects.

    • ArrayList, LinkedList, HashSet, and TreeMap are some examples of collections.

    • HashMap is a collection that stores key-value pairs and allows for fast retrieval of values based on their keys.

    • HashMap uses hashing to store and retrieve values, while TreeMap uses a red-bla...

  • Answered by AI

Skills evaluated in this interview

Senior Associate QA L1 Jobs at Publicis Sapient

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are Cucumber hooks?
  • Ans. 

    Cucumber hooks are blocks of code that run before or after each scenario in Cucumber tests.

    • Cucumber hooks allow for setup and teardown actions before and after scenarios

    • They can be used to perform actions like opening a browser before a scenario and closing it after

    • Hooks can be defined at different levels such as global, scenario, or feature level

  • Answered by AI
  • Q2. Write a program to store the characters of a string in arraylist and print the arraylist.
  • Ans. 

    Program to store characters of a string in an arraylist and print it.

    • Create an ArrayList to store characters

    • Iterate through the string and add each character to the ArrayList

    • Print the ArrayList

  • Answered by AI
  • Q3. What is dry run?
  • Ans. 

    A dry run is a rehearsal or practice of a process or procedure to ensure it works correctly without actually executing it.

    • Dry run is a simulation of a process or procedure to identify any potential issues before actual execution.

    • It helps in testing the logic and flow of a program without actually running it.

    • Commonly used in software testing to ensure the code functions as expected.

    • Can also be used in manufacturing to t...

  • Answered by AI
  • Q4. What is the difference between TDD and BDD?
  • Ans. 

    TDD focuses on testing the functionality of individual units of code, while BDD focuses on testing the behavior of the system as a whole.

    • TDD stands for Test-Driven Development, where tests are written before the code is implemented to drive the development process.

    • BDD stands for Behavior-Driven Development, where tests are written in a human-readable format to describe the behavior of the system.

    • TDD is more focused on ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic QA Engineer interview:
  • Selenium
  • Cucumber
  • Testng
Interview preparation tips for other job seekers - Prepare topics of manual testing theory nicely.

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Create a new string and iterate through the original string in reverse order, appending each character to the new string

    • Use built-in functions like reverse() or StringBuilder in languages like Java

    • In Python, you can use string slicing [::-1] to reverse the string

  • Answered by AI
  • Q2. WAP to find palindrome in string
  • Ans. 

    A program to find palindromes in a given array of strings.

    • Iterate through each string in the array

    • Check if the string is equal to its reverse to determine if it is a palindrome

    • Store palindromes in a separate array for output

    • Example: Input - ['madam', 'hello', 'level'], Output - ['madam', 'level']

  • Answered by AI
  • Q3. Which framework did you use?
  • Ans. 

    I have experience using Selenium WebDriver framework for automated testing.

    • Utilized Selenium WebDriver for writing automated test scripts

    • Implemented Page Object Model design pattern for better test maintenance

    • Integrated with TestNG for test execution and reporting

  • Answered by AI
  • Q4. How did you applier OOPS concept in ur framework?
  • Ans. 

    I applied OOPS concepts in my framework by using inheritance, encapsulation, polymorphism, and abstraction to create reusable and modular code.

    • Used inheritance to create parent classes with common functionality that child classes can inherit.

    • Implemented encapsulation by hiding internal implementation details and exposing only necessary methods and properties.

    • Leveraged polymorphism to allow objects of different classes ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salay discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude test and Testing questions related to Test estimations

Round 2 - Technical 

(5 Questions)

  • Q1. Test Plan - did you prepared
  • Q2. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to estimate the effort, time, and resources required for testing.

    • Expert judgment: Relying on the expertise and experience of the QA team to estimate the effort.

    • Analogous estimation: Using historical data from similar projects to estimate the testing effort.

    • Parametric estimation: Using mathematical models and formulas to estimate based on project parameters.

    • Three-point ...

  • Answered by AI
  • Q3. Agile methodology
  • Q4. API protocols, methods, status
  • Q5. SQL queries on joins, subquery - 3rd highest salary, display employee name based on designation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Technical java selenium, BDD
  • Q2. Technical java, selenium, framework
  • Q3. Framework design knowledge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Coding knowledge in python
  • Q2. Bdd writing and API testing

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Senior Associate QA L1 interview?
Publicis Sapient interview process usually has 3 rounds. The most common rounds in the Publicis Sapient interview process are One-on-one Round, HR and Technical.
How to prepare for Publicis Sapient Senior Associate QA L1 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 Publicis Sapient. The most common topics and skills that interviewers at Publicis Sapient expect are Agile Coaching, JSON, Javascript, Maven and Open Source.
What are the top questions asked in Publicis Sapient Senior Associate QA L1 interview?

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

  1. Collections and difference between the different collections, hashm...read more
  2. 1st round will be MCQ questions for java and selenium 2nd round would be techn...read more
  3. Asked about all the selenium topics related to webdrivers, frames, framework, s...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.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
Publicis Sapient Senior Associate QA L1 Salary
based on 318 salaries
₹6.9 L/yr - ₹20.1 L/yr
19% more than the average Senior Associate QA L1 Salary in India
View more details

Publicis Sapient Senior Associate QA L1 Reviews and Ratings

based on 13 reviews

3.8/5

Rating in categories

4.0

Skill development

3.3

Work-life balance

3.5

Salary

3.1

Job security

3.6

Company culture

3.0

Promotions

3.9

Work satisfaction

Explore 13 Reviews and Ratings
Senior Associate QA L1

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Senior Associate QA L1 (Automation: API)

Gurgaon / Gurugram

3-6 Yrs

Not Disclosed

Senior Associate QA L1

Noida

4-6 Yrs

Not Disclosed

Explore more jobs
Senior Associate
2.2k salaries
unlock blur

₹10.9 L/yr - ₹37.8 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹6.6 L/yr - ₹20 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10.1 L/yr - ₹32 L/yr

Senior Software Engineer
728 salaries
unlock blur

₹9.3 L/yr - ₹36 L/yr

Senior Associate 2
613 salaries
unlock blur

₹14 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview