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
3.5

based on 3.1k Reviews

Filter interviews by

Publicis Sapient Senior Product Manager Interview Questions and Answers

Updated 19 Nov 2024

Publicis Sapient Senior Product Manager Interview Experiences

6 interviews found

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

E-commerce client discussion

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. About past experience
Round 3 - One-on-one 

(1 Question)

  • Q1. User story definition
  • Ans. 

    User story definition is a narrative that describes a user's interaction with a product or service.

    • User story should be written from the perspective of the user

    • It should describe the user's goal or need

    • It should include acceptance criteria to define when the story is complete

    • It should be concise and easy to understand

    • Example: As a frequent traveler, I want to be able to easily book a hotel room on my mobile device so t...

  • Answered by AI

Senior Product Manager Interview Questions Asked at Other Companies

asked in AmbitionBox
Q1. What are the growth hacks you would use to grow traffic?
asked in Cogoport
Q2. How would you optimize the trucking industry for a technology pla ... read more
asked in Paytm
Q3. What is your favourite Product? Fetch 3 improvement areas and pre ... read more
asked in Paytm
Q4. You are Product Lead of Google Map India. You have a revenue Targ ... read more
asked in Wells Fargo
Q5. Tell me about the Agile practices and metrics. About product mana ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about consulting experience and projects worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. Cultural fit round with senior leadership

I applied via Naukri.com and was interviewed in Feb 2022. 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. Manager discussion round
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Good discussion with quick turn around. HR was very proactive.

Publicis Sapient interview questions for designations

 Product Manager

 (7)

 Senior Manager

 (1)

 Senior Technical Manager

 (3)

 Product Management Associate

 (1)

 Senior Manager Technology

 (1)

 Senior Manager QA

 (1)

 Senior Project Manager

 (1)

 Senior Associate

 (41)

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

How would you do digital transformation of a retail bank? What would be your North Star metric ? Who would be the user personas, what are their pain points ? Define the roadmap of the product/transformation strategy. What would be the epics, user stories and acceptance criteria?

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavorial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - PS tests domain knowledge and your familiarity with Agile.

I applied via Referral and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based questions were asked. Capability to work as product manager was assessed. Concepts about agile were asked. How to design and conceptualize a digital product from scratch was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honestvin answering the questions. Demonstrate how in past based on your experience you have made design level decisions, guided the team as product manager.

Senior Product Manager Jobs at Publicis Sapient

View all

What people are saying about Publicis Sapient

View All
a senior associate
2w
Removing 3 months work ex from resume?
yes
0%
no
0%
6 participants . poll closed
Got a question about Publicis Sapient?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour, wage question, not related to mention technology.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops related queries
  • Q2. Discussion around last project

Interview Preparation Tips

Interview preparation tips for other job seekers - Try in some better organization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

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 - Group Discussion 

About current project and roles and resposibilities etc

Round 3 - Technical 

(5 Questions)

  • Q1. SQL COMPLEX QUERIES and PL SQL, CRON JOBS, SERVICE NOW
  • Q2. What are difference between SQL and PL SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.

    • SQL is a standard language for querying and manipulating data in relational databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.

    • SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.

    • SQL state...

  • Answered by AI
  • Q3. Explain types of joins?
  • Ans. 

    Types of joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join...

  • Answered by AI
  • Q4. Diffence between correlated and non correlated subquary?
  • Ans. 

    Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.

    • Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.

    • Correlated subquery is slower in performance compared to non-correlated subquery.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab

  • Answered by AI
  • Q5. Find departement wise total sal?
  • Ans. 

    To find department wise total salary, sum up the salaries of employees in each department.

    • Group employees by department

    • Calculate total salary for each department

    • Display department wise total salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best......

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception handler
  • Q2. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are instances of the java.lang.Thread class.

    • They allow for parallel execution of code segments.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Example: Thread t1 = new Thread(new MyRunnable()); t1.start();

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - HR 

(1 Question)

  • Q1. General interest in position
  • Ans. Yes, very exciting and match my experience.
  • Answered Anonymously
Round 2 - Group Discussion 

3 person panel interview. The hiring manager, a dev lead, and a ba

Round 3 - One-on-one 

(2 Questions)

  • Q1. 15 mi ute talk with dept head.
  • Q2. Tell me about yoursekf in relation to the position.
  • Ans. Long detailed answer that covered most of the job description.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your home work on the company and job description. Prepare example work stories for the key job tasks. Show energy and interest.

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Senior Product Manager interview?
Publicis Sapient interview process usually has 2-3 rounds. The most common rounds in the Publicis Sapient interview process are One-on-one Round, Resume Shortlist and Case Study.
What are the top questions asked in Publicis Sapient Senior Product Manager interview?

Some of the top questions asked at the Publicis Sapient Senior Product Manager interview -

  1. User story definit...read more
  2. Scenario based questions were asked. Capability to work as product manager was ...read more
  3. Cultural fit round with senior leaders...read more

Tell us how to improve this page.

Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
Publicis Sapient Senior Product Manager Salary
based on 317 salaries
₹21.7 L/yr - ₹50 L/yr
10% more than the average Senior Product Manager Salary in India
View more details

Publicis Sapient Senior Product Manager Reviews and Ratings

based on 22 reviews

3.4/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.1

Salary

3.2

Job security

3.3

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 22 Reviews and Ratings
Senior Product Manager

Gurgaon / Gurugram

9-16 Yrs

Not Disclosed

Explore more jobs
Senior Associate
2.2k salaries
unlock blur

₹11 L/yr - ₹37.5 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹6.5 L/yr - ₹20 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Senior Software Engineer
724 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Senior Associate 2
605 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.9
Compare

IBM

4.0
Compare

TCS

3.7
Compare

Infosys

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview