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

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

(1 Question)

  • Q1. React basics and state management

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Food fill problem from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about data structures and algorithms, interview went smoothly because of great intervier.
  • Q2. Insertion sort algorithm
  • Ans. 

    Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

    • Iterate through the array starting from the second element

    • Compare each element with the elements before it and insert it in the correct position

    • Repeat until the entire array is sorted

    • Example: ['3', '1', '4', '1', '5', '9', '2', '6'] -> ['1', '1', '2', '3', '4', '5', '6', '9']

  • Answered by AI

Skills evaluated in this interview

Top Publicis Sapient Engineering Intern Interview Questions and Answers

Q1. Oops concepts with example and use of interface over abstract class
View answer (1)

Engineering Intern Interview Questions asked at other Companies

Q1. What the final product of blast furnace? What is the composition of the iron produced and the source of high content of P? And how to reduce the content?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DOM Manipulation, CSS Coding, Security in Front End

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. How to implement DWH n why
  • Ans. 

    A data warehouse (DWH) is implemented to centralize and integrate data from various sources for analysis and reporting purposes.

    • DWH helps in improving data quality and consistency by integrating data from multiple sources.

    • It provides a single source of truth for decision-making by consolidating data into a unified view.

    • DWH enables historical analysis and trend identification by storing large volumes of data over time.

    • I...

  • Answered by AI
  • Q2. Diff between elt vs etl
  • Ans. 

    ELT stands for Extract, Load, Transform while ETL stands for Extract, Transform, Load.

    • ELT focuses on extracting data from the source, loading it into a target system, and then transforming it within the target system.

    • ETL focuses on extracting data from the source, transforming it, and then loading it into a target system.

    • In ELT, the target system has the processing power to handle the transformation tasks.

    • In ETL, the t...

  • Answered by AI
  • Q3. Diff between oltp vs olap
  • Ans. 

    OLTP is a transactional system that handles real-time data processing, while OLAP is an analytical system that deals with historical data analysis.

    • OLTP focuses on day-to-day operations and supports high transaction volumes.

    • OLAP focuses on complex queries and data analysis for decision-making.

    • OLTP databases are normalized for efficient transaction processing.

    • OLAP databases are denormalized for faster query performance.

    • O...

  • Answered by AI
  • Q4. Use case to create a DHA
  • Ans. 

    A DHA (Data Handling Application) is created to manage and process data efficiently.

    • Identify the data sources and types of data to be handled

    • Design a data model and schema for organizing the data

    • Implement data collection and storage mechanisms

    • Develop data processing algorithms and workflows

    • Ensure data security and privacy measures

    • Create user-friendly interfaces for data input and retrieval

    • Perform regular data quality c...

  • 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)

VBA Developer Interview Questions & Answers

user image Sumit Kumar

posted on 27 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is custom function in VBA
  • Ans. 

    A custom function in VBA is a user-defined function that performs a specific task or calculation.

    • Custom functions are created by the user to extend the functionality of Excel or other Office applications.

    • They can be used to perform complex calculations, manipulate data, or automate tasks.

    • Custom functions are written in VBA code and can be called from within Excel formulas.

    • For example, a custom function could be created...

  • Answered by AI
  • Q2. Write a vba code convert 2/2/2022 in text
  • Ans. 

    Use VBA code to convert 2/2/2022 into text format.

    • Use the Format function in VBA to convert the date into text.

    • Specify the desired format within the Format function.

    • Example: Format(#2/2/2022#, "mmmm d, yyyy") will convert 2/2/2022 to February 2, 2022.

  • Answered by AI
  • Q3. Sum and count formula
  • Ans. 

    The SUM formula adds up a range of numbers, while the COUNT formula counts the number of cells that contain numbers.

    • Use SUM formula to add up a range of numbers, like =SUM(A1:A10)

    • Use COUNT formula to count the number of cells that contain numbers, like =COUNT(A1:A10)

    • You can also combine these formulas, like =SUM(A1:A10) + COUNT(B1:B10)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practice vba code
excel formula
be confidant

Skills evaluated in this interview

VBA Developer Interview Questions asked at other Companies

Q1. Q) Difference between procurer and function ? A) procurer := Does not retunes value to user Function := Retunes the value to the user Q) Option explicit ? A) To declarer the variable at module level mandatory Q) Project explanation A) what ... read more
View answer (1)

Get interview-ready with Top Publicis Sapient Interview Questions

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

(1 Question)

  • Q1. Previous experience in L& D

Jobs at Publicis Sapient

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

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

Round 1 - Coding Test 

3 questions are there.

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. General Questions on overall Experience of Data Architect Role
  • Q2. Data Mesh Concepts
  • Q3. Exception Handling in Python Programming in case of class with subclass
  • Ans. 

    Exception handling in Python for classes with subclasses involves using try-except blocks to catch and handle errors.

    • Use try-except blocks to catch exceptions in both parent and subclass methods

    • Handle specific exceptions using multiple except blocks

    • Use super() to call parent class methods within subclass methods

    • Reraise exceptions if necessary using 'raise'

  • Answered by AI

Skills evaluated in this interview

Data Architect Interview Questions asked at other Companies

Q1. What are the various data warehousing techniques used, and can you explain them in detail?
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2024

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

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

Round 1 - Coding Test 

Pyspark interview questions. Askng to implementing window function .coding test one pyspark question reatime scenarios to do somw operations in pyspark

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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 5 interview rounds.

Round 1 - Coding Test 

MCQ questions on design pattern, Java 8, Springboot framework

Round 2 - Technical 

(1 Question)

  • Q1. It was a scenario based technical discussion on Camunda
Round 3 - Technical 

(1 Question)

  • Q1. Another round of technical interview from the project team. Asked in depth question on architecture and concepts on Camunda
Round 4 - Personality Assessment 

(1 Question)

  • Q1. My interviewer was a data architect who asked me some scenario based questions as to team management and recent learning
Round 5 - HR 

(1 Question)

  • Q1. It was the salary and offer discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Although company is an esteemed one and interview process is also smooth, what waits after you join this organization is the key. I really repent for my decision to join PS. Staffing team and Top technical management lack professional manners and they don't think twice before falsifying any matter in front of the employees and also they bully new joiners even if employees are senior in designation. Join at your own risk.

Senior Associate Technology L2 Interview Questions asked at other Companies

Q1. what are Angular routing, component life cycle hooks, dir ctives, guards
View answer (1)

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

Noida

8-13 Yrs

Not Disclosed

Product Manager

Pune

8-13 Yrs

Not Disclosed

Product Manager

Bangalore / Bengaluru

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