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 Software Engineer II Interview Questions, Process, and Tips

Updated 20 Feb 2023

Publicis Sapient Software Engineer II Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 2022. There were 4 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 - Coding Test 

You will be asked to develop an application and based on that the next round will be proceeded. For me I have been asked to perform some crud operations with api using asp.net core and asp.net mvc application

Round 3 - Technical 

(4 Questions)

  • Q1. What is api and why do we use it
  • Ans. 

    API is a set of protocols and tools for building software applications. It allows different applications to communicate with each other.

    • API stands for Application Programming Interface

    • It defines how different software components should interact with each other

    • APIs can be used to access data or functionality from other applications or services

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can provide default implementations for some methods while an ...

  • Answered by AI
  • Q3. How routing is performed in asp.net core api
  • Ans. 

    Routing in ASP.NET Core API is performed using the built-in middleware called Endpoint Routing.

    • Endpoint Routing is responsible for mapping incoming requests to the appropriate action methods in the controller.

    • It uses the HTTP verb, URL pattern, and route data to determine the correct action method.

    • Routes can be defined using attributes on the controller and action methods or in the Startup.cs file.

    • Middleware like authe...

  • Answered by AI
  • Q4. What are solid principles
  • Ans. 

    SOLID principles are a set of design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why are you switching to this job
  • Q2. What is your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest you be through with oops concepts and solid principles

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. All java based questions
Round 3 - Technical 

(1 Question)

  • Q1. All java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for all basic knowledge of java springboot mucroservices
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 

(5 Questions)

  • Q1. To find sum of even numbers from given arraylist using stream api
  • Ans. 

    Using stream API to find the sum of even numbers from an ArrayList

    • Convert the ArrayList to a stream using the stream() method

    • Filter the stream to keep only the even numbers using the filter() method

    • Use the mapToInt() method to convert the stream of even numbers to an IntStream

    • Finally, use the sum() method to calculate the sum of the even numbers

  • Answered by AI
  • Q2. Oops ,java 8 concepts,exceptions,project discussions
  • Q3. Which interface used to prevent SQL injection
  • Ans. 

    Prepared Statements interface is used to prevent SQL injection.

    • Prepared Statements interface is used to parameterize the SQL queries.

    • It allows the separation of SQL code and user input.

    • It helps to prevent SQL injection attacks by automatically escaping special characters.

    • Examples: PDO, mysqli, Java PreparedStatement, etc.

  • Answered by AI
  • Q4. Why string is imutable
  • Ans. 

    String is immutable to ensure data integrity and thread safety.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings allow for efficient memory allocation and sharing.

    • Immutable strings ensure thread safety by avoiding race conditions.

    • Examples of immutable string methods include substring, toLowerCase, and toUpperCase.

  • Answered by AI
  • Q5. Java oops concept and example each type
  • Ans. 

    Java OOPs concepts and examples

    • Encapsulation - hiding data and methods within a class (e.g. private variables)

    • Inheritance - creating new classes from existing ones (e.g. subclass extends superclass)

    • Polymorphism - using a single method to perform different actions (e.g. method overloading/overriding)

    • Abstraction - focusing on essential features and hiding implementation details (e.g. abstract classes/interfaces)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Software Engineer II interview:
  • Strings
  • Springboot
  • Java 8
  • Angular command
Interview preparation tips for other job seekers - Please go through basic programming logical programs

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Java and static method and why use java
  • Ans. 

    Java is a programming language used for developing applications. Static methods in Java are methods that belong to the class rather than an instance of the class.

    • Java is a popular programming language used for developing various types of applications.

    • Static methods in Java are methods that can be called without creating an instance of the class.

    • Static methods are commonly used for utility functions or methods that do n

  • Answered by AI
  • Q2. Write a program to print prime number
  • Ans. 

    Program to print prime numbers

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check divisibility by numbers less than the current number

    • Print the number if it is prime

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself
Give mock interview
Dp hard work

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 min test containing verbal, Quantitative aptitude and question based on diagrams

Round 2 - Technical 

(2 Questions)

  • Q1. Which programming language will you prefer?
  • Ans. 

    I prefer programming languages like Python and Java for their versatility and widespread use in the industry.

    • I prefer Python for its simplicity, readability, and vast libraries for various tasks.

    • I also like Java for its strong typing, object-oriented approach, and cross-platform compatibility.

    • I am open to learning new languages as needed for specific projects or tasks.

  • Answered by AI
  • Q2. Question based on projects and internships
Round 3 - Technical 

(2 Questions)

  • Q1. Generative AI basics like chatgpt, Gemini etc
  • Q2. Little bit same like first round about programming languages and databases

Interview Preparation Tips

Interview preparation tips for other job seekers - You should prepare whole things that you have mentioned in resume in detail
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on streams rest api
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I went through 2 rounds of interviews and cleared them only for the HR to tell me that they cannot match my salary expectations. She said she would let me know if anything changes and then ghosted me. Very bad experience. Interviews were easy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 coding question were there and we need to solve eit in 45 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Asked a DSA questions
  • Q2. Some random question about project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well and go through your project thoroughly.

Software Engineer Interview Questions & Answers

Hewlett Packard Enterprise user image 20Z327 - LAKSHMI PRIYADARSHINI M

posted on 12 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 7 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 

Techinal - 30mins,Aptitude - 15mins

Round 3 - Coding Test 

4 coding question in two different language

Round 4 - Technical 

(1 Question)

  • Q1. Concepts and coding for 50 mins
Round 5 - Technical 

(1 Question)

  • Q1. Projects, concepts coding for 50 mins
Round 6 - Technical 

(1 Question)

  • Q1. Sql,logical resoning,projects, technical for 50 mins
Round 7 - HR 

(1 Question)

  • Q1. Normal hr Interview, like salary discussion

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Software Engineer II interview?
Publicis Sapient interview process usually has 4 rounds. The most common rounds in the Publicis Sapient interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Publicis Sapient Software Engineer II interview?

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

  1. how routing is performed in asp.net core ...read more
  2. What is api and why do we use...read more
  3. Difference between interface and abstract cl...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.

Publicis Sapient Software Engineer II Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

1.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

3.0

Company culture

4.0

Promotions/Appraisal

3.0

Work Satisfaction

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

₹11 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 L/yr - ₹32 L/yr

Senior Software Engineer
722 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Senior Associate 2
599 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