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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Publicis Sapient Software Developer Interview Questions and Answers

Updated 20 Mar 2025

46 Interview questions

🔥 Asked by recruiter 2 times
A Software Developer was asked
Q. What is the difference between an interface and an abstract class?
Ans. 

Interface and abstract class are both used for abstraction in object-oriented programming.

  • An interface is a collection of abstract methods that define a contract for a class to implement.

  • An abstract class is a class that cannot be instantiated and may contain abstract methods.

  • Interfaces are used to achieve multiple inheritance in Java.

  • Abstract classes can have non-abstract methods and instance variables.

  • An example...

A Software Developer was asked
Q. What is polymorphism?
Ans. 

Polymorphism is the ability of an object to take on many forms.

  • It allows objects of different classes to be treated as if they were objects of the same class.

  • It is achieved through method overriding and method overloading.

  • Example: A shape class can have multiple subclasses like circle, square, etc. and all can be treated as shapes.

  • Example: A method can have different implementations in different classes but with t...

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked
Q. What is inheritance in Java?
Ans. 

Inheritance in Java allows a class to inherit properties and methods from another class.

  • Inheritance is achieved using the 'extends' keyword.

  • The class that is being inherited from is called the superclass or parent class.

  • The class that inherits from the superclass is called the subclass or child class.

  • Subclasses can access the public and protected members of the superclass.

  • Inheritance promotes code reusability and ...

A Software Developer was asked
Q. Write a program to check if a number is a palindrome or not.
Ans. 

A program to check if a given number is a palindrome or not.

  • Convert the number to a string.

  • Reverse the string and compare it with the original string.

  • If they are equal, the number is a palindrome.

  • If not, the number is not a palindrome.

A Software Developer was asked
Q. What is a Deadlock?
Ans. 

Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

  • Occurs in multi-threaded/multi-process environments

  • Can lead to system freeze or crash

  • Prevention techniques include resource ordering and timeouts

  • Example: Process A holds resource X and waits for resource Y, while Process B holds resource Y and waits for resource X

A Software Developer was asked
Q. Explain the different layers of the network model.
Ans. 

Network layers are a hierarchical way of organizing communication protocols.

  • Network layers provide a modular approach to networking.

  • Each layer has a specific function and communicates with adjacent layers.

  • The OSI model has 7 layers, while the TCP/IP model has 4 layers.

  • Examples of layers include the physical layer, data link layer, network layer, transport layer, and application layer.

A Software Developer was asked
Q. Explain Paging and Segmentation.
Ans. 

Paging and Segmentation are memory management techniques used by operating systems.

  • Paging divides memory into fixed-size pages and stores them in physical memory.

  • Segmentation divides memory into logical segments and stores them in physical memory.

  • Paging allows for efficient use of physical memory and reduces fragmentation.

  • Segmentation allows for protection and sharing of memory between processes.

  • Examples of operat...

Are these interview questions helpful?
A Software Developer was asked
Q. How do you reverse a string without using any looping or built-in functions?
Ans. 

To reverse a string without using any looping and inbuilt functions, we can use recursion.

  • Create a function that takes a string as input.

  • If the length of the string is 0 or 1, return the string.

  • Otherwise, call the function recursively with the substring starting from the second character and concatenate the first character at the end.

  • Return the reversed string.

  • Example: reverseString('hello') returns 'olleh'.

A Software Developer was asked
Q. Three friends rent a room for Rs.30 by paying Rs.10 each. The owner decides to give them a discount of Rs.5 and gives it to the broker. The broker takes Rs.2 and returns one rupee to each of them. So the su...
Ans. 

The missing rupee is not actually missing. The calculation is misleading and does not account for the total amount paid.

  • The initial amount paid by each person was Rs.10, totaling Rs.30.

  • The owner gave them a discount of Rs.5, so they paid Rs.25 in total.

  • The broker took Rs.2, leaving them with Rs.23.

  • When the broker returned Rs.1 to each person, they each received Rs.1 back, totaling Rs.3.

  • So, the total amount paid by...

🔥 Asked by recruiter 2 times
A Software Developer was asked
Q. Which data structure would you use to implement a heterogeneous array?
Ans. 

An array of objects can be used to implement a heterogeneous array.

  • Each element in the array can be an object that represents a different data type.

  • The objects can have different properties and methods based on their respective data types.

  • For example, an element can be an object representing a string with a 'value' property and a 'length' method.

Publicis Sapient Software Developer Interview Experiences

20 interviews found

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

(2 Questions)

  • Q1. Query Builder, Workflow, Scheduler
  • Q2. Sling Model, Servlet, OSGi , Component, Template
Round 2 - HR 

(2 Questions)

  • Q1. Core Values, weakness
  • Q2. How do you handle pressure
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and taking breaks when needed.

    • I prioritize tasks based on deadlines and importance

    • I break down complex tasks into smaller, manageable steps

    • I communicate with team members and managers about workload and deadlines

    • I practice stress-relief techniques such as deep breathing or taking short walks

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Questions will be on the Assignment given
  • Q2. Indepth on what you have implemented

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Panel is waste, they don't know anything even you answer for 95% questions still you will get rejected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It's an 1 hour round

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Deep knowledge of Java JVM and Collections is needed.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Sep 2023.

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

(2 Questions)

  • Q1. What is difference between List and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List is defined using square brackets [], tuple using parentheses ().

    • List is slower than tuple due to mutability.

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q2. What are Extended method
  • Ans. 

    Extended methods are a way to add new functionality to existing classes without modifying their source code.

    • Extended methods allow developers to add new methods to existing classes without inheritance.

    • They are commonly used in languages like C# and Kotlin.

    • Extended methods can improve code readability and maintainability by keeping related functionality together.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Few questions were on css and javascript and rest were on .net for css like what is box and for javascript on script was given had to give results

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was okay but easy comparatively.

Round 2 - Coding Test 

Was easy but they select very few students.

Interview Preparation Tips

Topics to prepare for Publicis Sapient Software Developer interview:
  • OOPS
  • C++
  • Python
Interview preparation tips for other job seekers - Go deep in detail of each subject and it's concepts.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Main focus on fetching API data
Round 3 - Technical 

(1 Question)

  • Q1. Main focus on react
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is SOLID principles?
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its sub...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. When can you join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI

Skills evaluated in this interview

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 

Good questions related to coding and performance tuning

Round 3 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. Questions about location and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as a fresher at least know basics of coding and oops concepts and best practices

Interview Questionnaire 

2 Questions

  • Q1. There was a written and coding round
  • Q2. There were 2 technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was medium and was good experience.

What people are saying about Publicis Sapient

View All
trendylion
Verified Icon
2w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about Publicis Sapient?
Ask anonymously on communities.

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Software Developer interview?
Publicis Sapient interview process usually has 2-3 rounds. The most common rounds in the Publicis Sapient interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Publicis Sapient Software Developer 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 Devops, ESB, Java, Kafka and Python.
What are the top questions asked in Publicis Sapient Software Developer interview?

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

  1. pirates of different ages have a treasure of 100 gold coins. On their ship, th...read more
  2. Three friends rent a room for Rs.30 by paying Rs.10 each. The owner decides to ...read more
  3. You are given a match-box and two candles of equal size, which can burn 1 hour ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 9 interview experiences

Difficulty level

Easy 20%
Moderate 40%
Hard 40%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more
Join Publicis Sapient Let's imagine the future together.
Publicis Sapient Software Developer Salary
based on 370 salaries
₹9.5 L/yr - ₹36.1 L/yr
104% more than the average Software Developer Salary in India
View more details

Publicis Sapient Software Developer Reviews and Ratings

based on 39 reviews

3.6/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.4

Salary

3.4

Job security

3.5

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 39 Reviews and Ratings
Senior Associate
2.2k salaries
unlock blur

₹16.7 L/yr - ₹32 L/yr

Associate Technology L2
1.6k salaries
unlock blur

₹9.1 L/yr - ₹18 L/yr

Senior Associate Technology L1
1.4k salaries
unlock blur

₹16.3 L/yr - ₹30 L/yr

Senior Software Engineer
901 salaries
unlock blur

₹17.7 L/yr - ₹32 L/yr

Senior Associate 2
685 salaries
unlock blur

₹23.8 L/yr - ₹42 L/yr

Explore more salaries
Compare Publicis Sapient with

Genpact

3.7
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview