Open In App

Publicis Sapient Interview Experience | On-Campus (ASDE-II)

Last Updated : 12 Jun, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

Publicis Sapient visited our campus for recruitments in August 2019. The process consisted of 3 rounds – online coding round, technical and HR interview. 

Round 1: Online Coding Round 

The test was conducted on HackerRank. 2 coding questions had to be solved in 90 minutes. 

Q1: Longest Palindromic Substring 

O(n^2) time and O(n^2) space complexity approach passed all the test cases. 

Q2: I don’t remember it completely but, this one was similar to https://leetcode.com/problems/maximum-frequency-stack/  with some changes. The correct solution required implementation using lazy propagation. I used HashMaps and my solution was partially accepted. 

28 students were shortlisted from around 200 students for interviews. 

Round 2: Technical Interview 

The interviewer asked me to introduce myself. She asked me about my projects, followed by a discussion. She asked me to draw a use case diagram for one of my projects. 

Some other questions that were asked: 
 

  1. Which programming language I use for coding.
  2. Explain different OOPs concepts with real-world examples.
  3. What is Multithreading? She asked me to write a code using threading.
  4. Explain different data structures and give their real-world examples.
  5. Linear and Non-linear data structures (Differences, examples, etc)
  6. What do you understand by Agile?
  7. Paging
  8. Some SQL queries (having, group by clause)
  9. Questions about the internship.

She wanted to discuss web development in detail but I only had basic knowledge on the topic, so she asked me basic questions related to HTML, tags, etc, and also asked me to write the HTML structure. 

The interview went on for 50 mins. 10 students were shortlisted for the final round. 

Round 3: HR Interview  

HR was very friendly. She made sure I was comfortable before beginning with the questions. 

Questions went on like this: 
 

  1. Introduction
  2. A brief discussion on projects
  3. Internship
  4. Tell me about your family
  5. What are your weaknesses and strengths?
  6. What are your hobbies?
  7. On a scale of 1-10, how will you rate your confidence?
  8. Are you a team person? She gave me some situations to see my response.
  9. How do you maintain perseverance in your work?
  10. Lastly, she asked if I had any questions for her

At the end of the day, 7 students were selected for the FTE role and fortunately, I was one of them.
 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads