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 9 Mar 2025

Top Publicis Sapient Interview Questions and Answers

View all 446 questions

Publicis Sapient Interview Experiences

Popular Designations

615 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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

Pyspark Coding Test - 2 Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Use of Vaccum in delta tables in terms of performance
  • Ans. 

    Vaccum in delta tables helps improve performance by reclaiming space and optimizing file sizes.

    • Vaccum operation helps optimize file sizes by removing small files and compacting larger files.

    • It helps improve query performance by reducing the amount of data that needs to be scanned.

    • Vaccum operation can be scheduled to run periodically to maintain optimal performance.

    • It is recommended to run Vaccum on delta tables after m...

  • Answered by AI
  • Q2. SQL Coding Question on dense rank
Round 3 - HR 

(2 Questions)

  • Q1. Process one will use to solve a problem
  • Q2. How will consider inclusivity and diversity in workplace

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
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. About oil industry and what products we have worked and explain some product / feature which are new / different
Round 2 - Case Study 

Comprises many questions related to MTM, Costing methods, price changes, in transit oil price calculations with a case history.

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Questions based on case study 2. Questions related to past experience with DB, technology we have worked, related to product management
Round 4 - One-on-one 

(1 Question)

  • Q1. 1. More of a culture fit questions
Round 5 - HR 

(1 Question)

  • Q1. Asked About what we know about Sapient, Why we are leaving the previous org etc.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

1st round is conducted virtually

Round 2 - Aptitude Test 

In second round the divide assesment in different sections such as Java, oops,reasoning,2 coding questions were also there.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. MERN stack questions of basic level were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare basics

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)

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
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Questions related to koltin
  • Q2. Jetpack compose uses
  • Ans. 

    Jetpack Compose is a modern Android UI toolkit that simplifies and accelerates UI development.

    • Declarative UI: Jetpack Compose allows developers to build UI using a declarative programming model.

    • State management: Jetpack Compose handles state management efficiently, making it easier to update UI based on data changes.

    • Compose functions: Developers can create reusable UI components using Compose functions.

    • Interoperability...

  • Answered by AI
  • Q3. Difference between remember and rememberSaveable
  • Ans. 

    remember is used to store a value in a composable function, while rememberSaveable is used to store a value that survives configuration changes.

    • remember is used to store a value that does not survive configuration changes

    • rememberSaveable is used to store a value that survives configuration changes, such as rotation of the device

    • rememberSaveable is typically used for storing view model data in Jetpack Compose

  • Answered by AI
  • Q4. Coroutines parallel and sequential processing

Skills evaluated in this interview

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

Get interview-ready with Top Publicis Sapient Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 concepts, Java collections related coding problems, Selenium Actions Class & other important questions related to Selenium
Round 2 - Technical 

(1 Question)

  • Q1. TestNG, Cucucmber, Selenium grid, Java - all basics to advance questions

Interview Preparation Tips

Topics to prepare for Publicis Sapient Senior Quality Engineer interview:
  • Java
  • Selenium
  • Testng
  • Cucumber
  • Selenium grid

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)

Jobs at Publicis Sapient

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Mixed questions of design patterns, spring, java, transaction management

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

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

Round 1 - Coding Test 

You need to give a coding test which is for 4.5 hours, where you are given a scenarios and you need to create API to fetch the response from an external API and according parse the response for whatever you need and perform some business logic for same.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions based on the code you had submitted earlier, and then again they check you for technical skills based on patterns, junit, threading, security, deployments etc
  • Q2. What is the need for @Service annotation?
  • Ans. 

    The @Service annotation is used in Spring framework to indicate that a class is a service component.

    • Used to mark a class as a service component in Spring framework

    • Helps in auto-detection and auto-configuration of Spring beans

    • Facilitates dependency injection and inversion of control

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Here you are given a particular scenario and based on that you need to draw system diagram for same and explain them about why and what is needed.
  • Q2. Draw a system diagram for ecommers system to place an order and get order history for a particular customer
  • Ans. 

    System diagram for e-commerce order placement and history retrieval

    • Frontend: Customer interface for browsing products, adding to cart, and placing orders

    • Backend: Order processing system to handle order placement, payment processing, and order fulfillment

    • Database: Store customer information, order details, and order history for retrieval

    • APIs: Communication between frontend, backend, and database for seamless order proce...

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. This round is to check what kind of behavior you showcase in certain situations and what kind of challenges you face in current team structure
Round 5 - HR 

(1 Question)

  • Q1. This round again judges you on cultural fitment, where they check what do you currently do and what kind of challenges or conflicts you face in team structure.

Interview Preparation Tips

Topics to prepare for Publicis Sapient Senior Software Engineer 2 interview:
  • java
  • springboot
  • microservice
  • aws
  • db
  • design patterns
  • threading
  • rest principles
  • microservice architecture
  • security
  • scaling
  • OAuth
  • JWT
Interview preparation tips for other job seekers - Even though you clear technical rounds, you still bound to get rejected in Behavioral and Cultural fitment round. I was rejected in this round but didn't got any proper explanation as in what was the parameters on which the rejection was done

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was coding test of pyspark

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the most recent project where u have worked

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React topics was asked mostly
  • Q2. Hands on custom hooks
  • Ans. 

    Custom hooks are reusable functions that allow you to extract component logic into separate functions for better reusability and readability.

    • Custom hooks are created by prefixing the function name with 'use' (e.g. useCustomHook)

    • They can be used to share logic between components without repeating code

    • Custom hooks can be used for data fetching, state management, and more

  • Answered by AI

Skills evaluated in this interview

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)

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 446 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

Pune

8-13 Yrs

Not Disclosed

Product Manager

Mumbai

8-13 Yrs

Not Disclosed

Product Manager

Noida

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