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 Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top Publicis Sapient Interview Questions and Answers

View all 446 questions

Publicis Sapient Interview Experiences

Popular Designations

614 interviews found

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

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Platform - Hackerank
Duration - 2 Hours
Topics - Spark and SQL

Round 2 - Technical 

(3 Questions)

  • Q1. What are the common file formats used in data storages? Which one is best for compression?
  • Ans. 

    Common file formats used in data storages include CSV, JSON, Parquet, Avro, and ORC. Parquet is best for compression.

    • CSV (Comma-Separated Values) - simple and widely used, but not efficient for large datasets

    • JSON (JavaScript Object Notation) - human-readable and easy to parse, but can be inefficient for storage

    • Parquet - columnar storage format that is highly efficient for compression and query performance

    • Avro - efficie...

  • Answered by AI
  • Q2. SQL Problem - Given the empoyee attendance table, write a query to print the employees who is abscent for more than cosecutive 10 days in their tenure.
  • Q3. Given the list of words, write the Python program to print the most repeating substring out of all words.
  • Ans. 

    Python program to find the most repeating substring in a list of words.

    • Iterate through each word in the list

    • Generate all possible substrings for each word

    • Count the occurrences of each substring using a dictionary

    • Find the substring with the highest count

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in SQL, Spark and Python coding problems.

Skills evaluated in this interview

Top Publicis Sapient Senior Data Engineer Interview Questions and Answers

Q1. What does the purpose of the Spark Submit command in Apache Spark?
View answer (1)

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Senior Associate Interview Questions & Answers

user image JohnMani Das

posted on 2 Dec 2024

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

(2 Questions)

  • Q1. Thread questions
  • Q2. Design patterns
Round 2 - One-on-one 

(2 Questions)

  • Q1. LLD Design of any popular ecommerce
  • Q2. HLD Design of any popular ecommerce

Top Publicis Sapient Senior Associate Interview Questions and Answers

Q1. 1. remove duplicate from the list of object
View answer (3)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to Ensure Data loss in ETL pipeline
  • Q2. Why to spin up Dataproc cluster when there is serverless batch job exists.

Top Publicis Sapient Data Engineer Interview Questions and Answers

Q1. What will happen if job has failed in pipeline and data processing cycle is over?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions related to Spring Boot/Junit/Messaging Queue/Microservices

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Observer Pattern
  • Ans. 

    The Observer Pattern is a behavioral design pattern where an object (subject) maintains a list of dependents (observers) that are notified of any state changes.

    • Create an interface for the observer with methods like update()

    • Create a subject class with methods to add, remove, and notify observers

    • Implement concrete observer classes that implement the observer interface

    • When the state of the subject changes, notify all obse

  • Answered by AI
  • Q2. Implement Fork Join Framework
  • Ans. 

    Fork Join Framework is a feature in Java for parallelizing tasks.

    • ForkJoinPool class is used to create and manage ForkJoinTasks.

    • ForkJoinTask class represents a task that can be forked and joined.

    • Use fork() method to asynchronously execute a subtask.

    • Use join() method to wait for the result of a subtask.

  • Answered by AI

Skills evaluated in this interview

Top Publicis Sapient Senior Associate Interview Questions and Answers

Q1. 1. remove duplicate from the list of object
View answer (3)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Publicis Sapient interview questions for popular designations

 Senior Associate

 (41)

 Associate Technology L2

 (27)

 Senior Software Engineer

 (20)

 Software Developer

 (19)

 Senior Associate Technology L1

 (18)

 Software Engineer

 (13)

 Data Engineer

 (13)

 Senior Data Engineer

 (10)

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

(2 Questions)

  • Q1. Simple task to fetch cart and display items in the cart
  • Ans. 

    Fetch cart items and display them

    • Create a function to fetch cart items from database

    • Display the items in the cart on the user interface

    • Handle empty cart scenarios

    • Consider pagination for large number of items

  • Answered by AI
  • Q2. React hooks, life cycle methods, error boundaries, hoc
Round 2 - Technical 

(1 Question)

  • Q1. Simple task to fetch characters and their movies
  • Ans. 

    Fetch characters and their movies

    • Use API like IMDb or The Movie Database to fetch movie data

    • Parse the data to extract characters and their associated movies

    • Store the characters and movies in an array of strings

  • Answered by AI
Round 3 - Cultural 

(1 Question)

  • Q1. Culture based questions

Top Publicis Sapient Senior Software Engineer Interview Questions and Answers

Q1. An unsorted array has numbers. Find the duplicate numbers and return the array.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Get interview-ready with Top Publicis Sapient Interview Questions

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

I was interviewed in Sep 2024.

Round 1 - Assignment 

There were MCQ questions consists of different sections like Design Pattern,Java 8

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to Multithreading,Design patterns
  • Q2. Java coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to Multithreading
  • Q2. Java coding questions

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Jobs at Publicis Sapient

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

NER training using deep learning

Round 2 - Technical 

(2 Questions)

  • Q1. Describe the approach taken for assignment
  • Ans. 

    I approach assignments by breaking them down into smaller tasks, setting deadlines, and regularly checking progress.

    • Break down the assignment into smaller tasks to make it more manageable

    • Set deadlines for each task to stay on track

    • Regularly check progress to ensure everything is on schedule

    • Seek feedback from colleagues or supervisors to improve the quality of work

  • Answered by AI
  • Q2. Scenario based questions

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It’s about Pyspark for data engineer position

Round 2 - Technical 

(2 Questions)

  • Q1. About the project
  • Q2. About the technologies in azure data engineering
Round 3 - Behavioral 

(1 Question)

  • Q1. It’s all about fitment round

Senior Associate 2 Interview Questions asked at other Companies

Q1. How to troubleshoot Outlook unable to send and received mail ?
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What will happen if job has failed in pipeline and data processing cycle is over?
  • Ans. 

    If a job fails in the pipeline and data processing cycle is over, it can lead to incomplete or inaccurate data.

    • Incomplete data may affect downstream processes and analysis

    • Data quality may be compromised if errors are not addressed

    • Monitoring and alerting systems should be in place to detect and handle failures

    • Re-running the failed job or implementing error handling mechanisms can help prevent issues in the future

  • Answered by AI
  • Q2. What is difference repartition and coalesce
  • Ans. 

    Repartition increases the number of partitions in a DataFrame, while coalesce reduces the number of partitions without shuffling data.

    • Repartition involves a full shuffle of the data across the cluster, which can be expensive.

    • Coalesce minimizes data movement by only creating new partitions if necessary.

    • Repartition is typically used when increasing parallelism or evenly distributing data, while coalesce is used for reduc...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write sql code to get the city1 city2 distance of table if city1 and city2 tables can repeat
  • Ans. 

    SQL code to get the city1 city2 distance of table with repeating city1 and city2 values

    • Use a self join on the table to match city1 and city2

    • Calculate the distance between the cities using appropriate formula

    • Consider using a subquery if needed

  • Answered by AI
  • Q2. How is data partitioned in pipeline
  • Ans. 

    Data partitioning in a pipeline involves dividing data into smaller chunks for processing and analysis.

    • Data can be partitioned based on a specific key or attribute, such as date, location, or customer ID.

    • Partitioning helps distribute data processing tasks across multiple nodes or servers for parallel processing.

    • Common partitioning techniques include range partitioning, hash partitioning, and list partitioning.

    • Example: ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Publicis Sapient Data Engineer interview:
  • SQL
  • pyspark
  • JSON
Interview preparation tips for other job seekers - read more data concepts and cloud

Skills evaluated in this interview

Top Publicis Sapient Data Engineer Interview Questions and Answers

Q1. What will happen if job has failed in pipeline and data processing cycle is over?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Associate 1 Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

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

(2 Questions)

  • Q1. Asked about my previous and current project related questions
  • Q2. Mostly asked question from my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very smooth interview. I can say it’s not much difficult as much I feel. Interviewer also very friendly and allows me tell whatever I have knowledge

Associate 1 Interview Questions asked at other Companies

Q1. what do you mean by MT202 and what does its format include
View answer (3)

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient interview?
Publicis Sapient interview process usually has 2-3 rounds. The most common rounds in the Publicis Sapient interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Publicis Sapient 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 Java, Javascript, Multithreading, Spring Boot and OOPS.
What are the top questions asked in Publicis Sapient interview?

Some of the top questions asked at the Publicis Sapient interview -

  1. pirates of different ages have a treasure of 100 gold coins. On their ship, th...read more
  2. There are 10 black socks and 10 white socks in a drawer. You have to go ou...read more
  3. 3 men go into a hotel. The man behind the desk says a room is $30 so each man p...read more
How long is the Publicis Sapient interview process?

The duration of Publicis Sapient interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Publicis Sapient Interview Process

based on 445 interviews

Interview experience

4
  
Good
View more
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.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Publicis Sapient Reviews and Ratings

based on 3.2k reviews

3.5/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.4

Salary

3.1

Job security

3.4

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 3.2k Reviews and Ratings
Product Manager

Gurgaon / Gurugram

8-13 Yrs

Not Disclosed

Product Manager

Pune

8-13 Yrs

Not Disclosed

Product Manager

Mumbai

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Associate
2.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
738 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate 2
626 salaries
unlock blur

₹0 L/yr - ₹0 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