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 3k Reviews

Filter interviews by

Publicis Sapient Developer Interview Questions and Answers

Updated 18 May 2024

Publicis Sapient Developer Interview Experiences

1 interview found

Developer Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mysql, Java, Springboot
  • Q2. Truncate vs Delete
  • Ans. 

    Truncate is faster but cannot be rolled back, while Delete is slower but can be rolled back.

    • Truncate removes all rows from a table quickly, but cannot be rolled back.

    • Delete removes rows one by one, slower than Truncate, but can be rolled back using a transaction.

    • Truncate resets the identity seed of the table, while Delete does not.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Java related questions mostly

Developer Interview Questions & Answers

UST user image Anonymous

posted on 18 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding round with manager or lead

Round 2 - Group Discussion 

GD on common topics like Gen AI , tell about yourself, speak with team

Developer Interview Questions & Answers

NTT Data user image Tushar Kulkarni

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Expalin what is ABAP dictionary Events in ALV report Have you worked on oops abp
  • Ans. 

    ABAP Dictionary is a central repository for data definitions used in SAP applications. ALV report events are user actions in ALV grid. OOPs ABAP is object-oriented programming in ABAP.

    • ABAP Dictionary is used to define and manage data definitions in SAP applications

    • ALV report events include user actions like clicking on a row or column header

    • OOPs ABAP allows for object-oriented programming concepts like classes and inhe

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Main reason to change current organization

Skills evaluated in this interview

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

Math questions based on logic

Round 2 - Group Discussion 

National anthem pros n cons

Round 3 - Coding Test 

Example coding logic algorithm n

Round 4 - HR 

(2 Questions)

  • Q1. What is your hobbies
  • Q2. Coding question
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a python code that will check all data in databricks and email the % error contains in that data. Implement encryption security

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask python question even if you are profeesional in something else
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 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 - Technical 

(2 Questions)

  • Q1. Based on your profile
  • Q2. Based on u r profile
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why should u want to join in this company

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Developer interview:
  • Self introdction

Interview Questionnaire 

3 Questions

  • Q1. Difference between future method and Queueable?
  • Ans. 

    Future methods are asynchronous and execute in a separate thread, while Queueable allows chaining of jobs and can handle larger data volumes.

    • Future methods are limited to 50 per transaction and cannot be chained

    • Queueable can be chained and can handle up to 50 jobs in a single transaction

    • Future methods are executed in a separate thread and are useful for long-running operations

    • Queueable jobs can be scheduled to run at a...

  • Answered by AI
  • Q2. Can we call a future method from another?
  • Ans. 

    Yes, we can call a future method from another future method.

    • A future method can call another future method using the @future annotation.

    • The second future method will be queued and executed after the first future method completes.

    • It is important to note that there is a limit of 50 future method calls per Apex invocation.

  • Answered by AI
  • Q3. Can we call a future method from a batch class?
  • Ans. 

    Yes

    • A future method can be called from a batch class

    • Future methods are used to perform long-running operations asynchronously

    • Batch classes are used to process large data sets in smaller chunks

    • Calling a future method from a batch class allows for parallel processing

  • Answered by AI

Skills evaluated in this interview

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 Jan 2024. There were 4 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 - Aptitude Test 

Reasoning english aptitude

Round 3 - Group Discussion 

Topic about business

Round 4 - Coding Test 

Java coding about files

Developer Interview Questions & Answers

UST user image Prasad Garje

posted on 17 May 2023

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 Apr 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. OOP Concept they have Taken?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: bundling of data and methods that act on that data within a single unit

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on many forms

    • Abstraction: hiding of complex implementation details and showing only the necessary information

  • Answered by AI
  • Q2. 4 pillers are there
  • Q3. Spring-Boot Use
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and dependencies.

    • Spring Boot is built on top of the Spring framework and follows the convention over configuration principle.

    • It provides a standalone executable JAR file that includes an embedded server, making it easy to deploy and run applications.

    • Spring Boot offers auto-configuration, which automatica...

  • Answered by AI

Skills evaluated in this interview

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Developer interview?
Publicis Sapient interview process usually has 1 rounds. The most common rounds in the Publicis Sapient interview process are Technical.
How to prepare for Publicis Sapient 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 Javascript, Design Patterns, Html5, Algorithms and CSS3.
What are the top questions asked in Publicis Sapient Developer interview?

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

  1. Truncate vs Del...read more
  2. Mysql, Java, Springb...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Publicis Sapient interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Publicis Sapient Let's imagine the future together.

Developer Interview Questions from Similar Companies

TCS Developer Interview Questions
3.7
 • 43 Interviews
IBM Developer Interview Questions
4.1
 • 3 Interviews
View all
Publicis Sapient Developer Salary
based on 15 salaries
₹6 L/yr - ₹21 L/yr
54% more than the average Developer Salary in India
View more details

Publicis Sapient Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

2.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Senior Associate
2.3k salaries
unlock blur

₹10.5 L/yr - ₹37.8 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.3 L/yr - ₹32 L/yr

Senior Software Engineer
719 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Senior Associate 2
602 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.9
Compare

IBM

4.1
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview