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 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 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to basic concepts of Asp.net and SQL server and the project in which you are working in your current company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be true to your self
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 

(1 Question)

  • Q1. COBOL,DB2,JCL,DB2 QUERIES

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Regarding package Discussions
  • Q2. Based on our technical skills like C++ concepts from basics
  • Q3. Prepare more on Object Oriented Design and STL and Multi threading
  • Q4. In-depth of sql and programming
  • Q5. About my old project understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident in basics of the technology you are working and stick on to your answers.

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Algorithms..Technical question from OOPS..Core Java.. J2EE.. Java8.. Spring.. Spring Boot.. Hibernate.. SQL..

Interview Preparation Tips

Interview preparation tips for other job seekers - Juat dont give up guys.. Keep preparing for the interviews.. Keep making notes of questions asked. Just remember one thing, when you are all set and prepared for the interview and still getting rejected continuously.. dont doubt yourself, your capabilities.. Its just a bad phase.. nothing else.
Definitely technical skills.. communication skills.. presenting skills are important to crack the interviews.. But Patience.. Patience is also very important.. All the best..

Interview Questionnaire 

1 Question

  • Q1. About you?

Interview Questionnaire 

2 Questions

  • Q1. 1. Questions on Angular.
  • Q2. 2. Question on backend like Java, Spring, Spring Boot, Microservices

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to your domain and experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was of medium difficulty, all the best !

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. What do you know about our company?
  • Q4. Are u willing to relocate?
  • Q5. What are your educational qualifications?
  • Q6. What are your technical skills?
  • Q7. How can you define you are a different person from others?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and maintain good communication skills and eye contact with the interviewer.

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.

Publicis Sapient Software Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
DXC Technology Interview Questions
3.7
 • 800 Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
NTT Data Interview Questions
3.8
 • 625 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 516 Interviews
CGI Group Interview Questions
4.0
 • 490 Interviews
View all

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

4.0

Job security

3.0

Company culture

4.0

Promotions

3.0

Work satisfaction

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

₹11 L/yr - ₹38 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
772 salaries
unlock blur

₹10.1 L/yr - ₹41 L/yr

Senior Associate 2
641 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Virtusa Consulting Services

3.8
Compare

CGI Group

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