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

Filter interviews by

Publicis Sapient Senior Automation Test Engineer Interview Questions and Answers

Updated 28 Jun 2024

Publicis Sapient Senior Automation Test Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to print occurrence of character from a given string
  • Ans. 

    Program to print occurrence of characters in a given string

    • Create a map to store characters and their counts

    • Iterate through the string and update the counts in the map

    • Print the characters and their counts from the map

  • Answered by AI
  • Q2. Write a program to find sum of any two elements in an array is equal to x?(x=-1)
  • Ans. 

    Program to find sum of any two elements in an array equal to -1

    • Iterate through the array and for each element, check if there exists another element whose sum is equal to -1

    • Use a hashmap to store the elements and their indices for faster lookup

    • Handle edge cases like empty array or array with less than 2 elements

    • Example: For array [-2, 3, 5, -3, 8], the pairs (-2, 1) and (3, -3) have sum equal to -1

  • Answered by AI
  • Q3. Find xpath for a given element
  • Ans. 

    Use browser developer tools to inspect element and generate xpath

    • Inspect element using browser developer tools

    • Right click on element and select 'Copy' -> 'Copy XPath'

    • Modify generated xpath if needed to make it more robust

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience. well versed in java can easily crack this interview

Skills evaluated in this interview

Senior Automation Test Engineer Jobs at Publicis Sapient

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Python pytest framework explanation
  • Ans. 

    Python pytest is a testing framework that makes it easy to write simple and scalable tests.

    • Python pytest is a testing framework for writing simple and scalable tests in Python.

    • It allows for easy test setup, execution, and reporting.

    • Pytest fixtures can be used to set up preconditions for tests.

    • Parametrize decorator can be used for data-driven testing.

    • Assertions can be made using assert statements.

    • Plugins can be used to

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are the keywords used in Java
  • Ans. 

    Keywords in Java are reserved words that have special meaning and cannot be used as identifiers.

    • public

    • static

    • void

    • class

    • extends

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Ans. 

    Currently working on developing automated test scripts for a web application

    • Creating test cases using Selenium WebDriver

    • Implementing test automation frameworks like TestNG

    • Performing regression testing on new features

    • Collaborating with developers to identify and fix bugs

  • Answered by AI
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Ans. 

    Code for sorting an array of strings

    • Use built-in sort function in programming language (e.g. sort() in Python)

    • Specify the comparison function to sort strings alphabetically

    • Handle uppercase and lowercase letters properly

    • Example: ['apple', 'banana', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q4. Create Xpath
  • Ans. 

    Creating Xpath for locating elements in web pages

    • Use unique attributes like id, class, name to create Xpath

    • Avoid using indexes in Xpath as they can be brittle

    • Use functions like contains(), starts-with() for dynamic attributes

    • Consider using axes like ancestor, following-sibling for complex Xpath

  • Answered by AI
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
  • Ans. 

    GlobalLogic offers a diverse range of projects, cutting-edge technologies, and a collaborative work environment.

    • GlobalLogic provides opportunities to work on a variety of projects, allowing for professional growth and skill development.

    • The company is known for its use of cutting-edge technologies, providing exposure to the latest tools and trends in the industry.

    • GlobalLogic fosters a collaborative work environment, enc...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Java program to count duplicates, find missing element in array
  • Ans. 

    Java program to count duplicates and find missing element in array of strings

    • Use a HashMap to count duplicates by iterating through the array

    • Use a HashSet to find the missing element by comparing with a set of all elements

    • Handle edge cases such as empty array or null values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time, such a worst experience interviewer is very rude and he shouted during the interview. Worst management

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. General question: Tell me about your experience at previous company
  • Q2. Answer the question in details with examples

Interview Preparation Tips

Interview preparation tips for other job seekers - Selenium and API questions are the main questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Find the second non repetitive character
  • Ans. 

    The second non-repetitive character is to be found in a given array of strings.

    • Iterate through each character in the strings and count their occurrences

    • Identify the characters that occur only once

    • Return the second non-repetitive character

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Why atos? Coding skills required
  • Ans. 

    Atos is a leading global IT services company with a strong focus on automation and coding skills.

    • Atos is a well-established global IT services company known for its expertise in automation and coding.

    • They have a strong reputation for delivering innovative solutions to clients using cutting-edge technologies.

    • Working at Atos will provide opportunities to enhance coding skills and work on challenging automation projects.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 - Coding Test 

Based on language background they will ask to write code

Round 3 - Technical 

(1 Question)

  • Q1. Based on the project
Round 4 - Technical 

(1 Question)

  • Q1. Based on the project

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Senior Automation Test Engineer interview?
Publicis Sapient interview process usually has 1 rounds. The most common rounds in the Publicis Sapient interview process are Technical.
What are the top questions asked in Publicis Sapient Senior Automation Test Engineer interview?

Some of the top questions asked at the Publicis Sapient Senior Automation Test Engineer interview -

  1. Write a program to find sum of any two elements in an array is equal to x?(x=...read more
  2. write a program to print occurrence of character from a given str...read more
  3. Find xpath for a given elem...read more

Tell us how to improve this page.

Publicis Sapient Senior Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Publicis Sapient Let's imagine the future together.
Publicis Sapient Senior Automation Test Engineer Salary
based on 22 salaries
₹9.1 L/yr - ₹28 L/yr
43% more than the average Senior Automation Test Engineer Salary in India
View more details
Senior Associate
2.2k salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Senior Software Engineer
737 salaries
unlock blur

₹9.8 L/yr - ₹34.9 L/yr

Senior Associate 2
622 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.8
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