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 Engineering Intern Interview Questions, Process, and Tips for Freshers

Updated 9 Oct 2024

Top Publicis Sapient Engineering Intern Interview Questions and Answers for Freshers

View all 6 questions

Publicis Sapient Engineering Intern Interview Experiences for Freshers

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It is an assessment on OOPS,DSA,DBMS and coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. General OOPS concepts
  • Q2. What is interface
  • Ans. 

    An interface is a point where two systems, subjects, organizations, etc., meet and interact with each other.

    • An interface defines the methods that a class must implement, without specifying how they should be implemented.

    • Interfaces allow for multiple inheritance in programming languages like Java.

    • Examples of interfaces in programming include Java interfaces, USB ports on electronic devices, and user interfaces on softwa

  • Answered by AI
  • Q3. What are pillars of OOPS
  • Ans. 

    The pillars of OOPS (Object-Oriented Programming) are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class. For example, a 'Car' class can inherit from a 'Vehicle' class.

    • Encapsulation refers to the bundling of data with the methods that operate on that data. It restricts access to some of an object's components. For example, using pri...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Food fill problem from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about data structures and algorithms, interview went smoothly because of great intervier.
  • Q2. Insertion sort algorithm
  • Ans. 

    Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

    • Iterate through the array starting from the second element

    • Compare each element with the elements before it and insert it in the correct position

    • Repeat until the entire array is sorted

    • Example: ['3', '1', '4', '1', '5', '9', '2', '6'] -> ['1', '1', '2', '3', '4', '5', '6', '9']

  • Answered by AI

Skills evaluated in this interview

Engineering Intern Interview Questions Asked at Other Companies for Fresher

asked in Tata Steel
Q1. What the final product of blast furnace? What is the composition ... read more
asked in Tesla
Q2. What type of reaction occurs on the surface of most metals when e ... read more
asked in Tesla
Q3. How would you measure 10^-6m surface defects in the surface of ba ... read more
Q4. A and B invest in a business in the ratio 3 : 2. If 5% of the tot ... read more
asked in Micro Labs
Q5. Print the second largest element? Reverse the string and print th ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 hours, had aptitude questions, then one dsa question and one question on fetching API data.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Single Buy Sell Stock.
  • Q2. Optimize the Solution
  • Ans. 

    Optimizing a solution involves identifying and implementing improvements to increase efficiency and effectiveness.

    • Analyze the current solution to identify areas for improvement

    • Consider alternative approaches and technologies

    • Implement changes and measure the impact on performance

    • Continuously iterate and refine the solution

    • Example: optimizing a manufacturing process to reduce waste and increase output

  • Answered by AI
  • Q3. Add error-handling mechanisms
  • Ans. 

    Error-handling mechanisms are essential for robust software. They help prevent crashes and improve user experience.

    • Identify potential errors and exceptions

    • Implement try-catch blocks

    • Use logging to track errors

    • Provide informative error messages to users

    • Test error-handling thoroughly

    • Consider using third-party libraries for error-handling

    • Document error-handling procedures

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How do you work in a team, what are your methods of learning etc..
  • Ans. 

    I work well in teams by actively listening, collaborating, and continuously learning.

    • I actively listen to my team members to understand their perspectives and ideas.

    • I collaborate effectively by sharing my own ideas and being open to feedback.

    • I continuously learn by seeking out new knowledge and skills to contribute to the team's success.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts with example and use of interface over abstract class
  • Ans. 

    Oops concepts and use of interface over abstract class

    • Oops concepts are fundamental to object-oriented programming

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOP

    • Interface is a contract that specifies the behavior of a class

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods

    • Interface is preferred over abstract class when multiple

  • Answered by AI
  • Q2. Given all the answers

Interview Preparation Tips

Interview preparation tips for other job seekers - It was 30 min interview. Know basics

Skills evaluated in this interview

Publicis Sapient interview questions for designations

 Head Engineering

 (1)

 Engineering Manager

 (2)

 Director Engineering

 (1)

 Intern

 (1)

 Software Developer Intern

 (1)

 Data Science Intern

 (1)

 Lead Engineer

 (2)

 Associate Technology L2

 (27)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Basic questions and Git

Interview Preparation Tips

Interview preparation tips for other job seekers - After selection they haven't rolled the offer and put the profile on hold and then doesn't pick calls.

Interview Questionnaire 

1 Question

  • Q1. There were four interview rounds and one test like versant English test

Interview Questionnaire 

1 Question

  • Q1. Regarding previous work experience

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Engineering Intern interview for freshers?
Publicis Sapient interview process for freshers usually has 2-3 rounds. The most common rounds in the Publicis Sapient interview process for freshers are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Publicis Sapient Engineering Intern interview for freshers?

Some of the top questions asked at the Publicis Sapient Engineering Intern interview for freshers -

  1. Oops concepts with example and use of interface over abstract cl...read more
  2. what are pillars of O...read more
  3. Optimize the Solut...read more

Tell us how to improve this page.

Publicis Sapient Engineering Intern Interview Process for Freshers

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
GlobalLogic Interview Questions
3.6
 • 592 Interviews
UST Interview Questions
3.8
 • 518 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all

Publicis Sapient Engineering Intern Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.5

Skill development

3.9

Work-life balance

2.8

Salary

3.8

Job security

3.8

Company culture

2.9

Promotions

4.1

Work satisfaction

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

₹11.1 L/yr - ₹40 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹6.5 L/yr - ₹20.4 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10.4 L/yr - ₹32 L/yr

Senior Software Engineer
791 salaries
unlock blur

₹10 L/yr - ₹41 L/yr

Senior Associate 2
635 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.7
Compare

CGI Group

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