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 Junior Associate Interview Questions, Process, and Tips

Updated 14 Jun 2024

Top Publicis Sapient Junior Associate Interview Questions and Answers

  • Q1. Next Greater Element Problem Statement You are given an array arr of length N . For each element in the array, find the next greater element (NGE) that appears to the ri ...read more
  • Q2. Count Substrings with K Distinct Characters Given a lowercase string 'STR' and an integer K, the task is to count all possible substrings that consist of exactly K disti ...read more
  • Q3. How to switch on and off the bulb by one button using JavaScript
View all 6 questions

Publicis Sapient Junior Associate Interview Experiences

7 interviews found

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

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Campus Placement and was interviewed in Nov 2022. There were 5 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 - Aptitude Test 

Questions from LR, QA, VA, OOPs, RDBMS, DSA, programming language of your choice.

Round 3 - Coding Test 

2 coding questions- to be done only on java

Round 4 - Technical 

(2 Questions)

  • Q1. 2 puzzles, Java interview questions
  • Q2. 2 coding problems, Data structures theory
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions about yourself and previous round experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to clear the test and interviews if your basics are strong

Junior Associate Interview Questions Asked at Other Companies

Q1. What are Reverse Repo Rate and Repo Rate of Reserve Bank Of India ... read more
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
Q3. Count Substrings with K Distinct Characters Given a lowercase str ... read more
Q4. What is financial system? Name the regulatory bodies of it contro ... read more
Q5. What is Pivot Table in MS Excel?

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 minutes
Round difficulty - Medium

It happened at 4pm in evening. The platform was good. No technical issues experienced. It covered questions from Quantitative Aptitude, English,Input Output Questions, OOPS, a coding question.

  • Q1. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

Round 2 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Medium

Happened on Microsoft teams. 2 coding questions on strings were given and some real life examples of OOPS concepts were asked. Then SQL queries were asked.

  • Q1. 

    Count Substrings with K Distinct Characters

    Given a lowercase string 'STR' and an integer K, the task is to count all possible substrings that consist of exactly K distinct characters. These substrings ar...

  • Q2. Can you explain JOINS in SQL?
Round 3 - HR 

(1 Question)

Round duration - 15 Minutes
Round difficulty - Medium

A situational and a behavioral round. Candidates were assessed on how they will react to certain situations. It happened on Microsoft Teams

  • Q1. How would you convey your disagreement to your manager regarding a specific aspect of a project?

Interview Preparation Tips

Eligibility criteriaAbove 6 CGPAPublicis Sapient interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, Operating Systems, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DBMS queries(Specially aggregation ones)
Tip 2 : Study OOPS thoroughly and also study real life examples of various concepts

Application resume tips for other job seekers

Tip 1 : Have some projects on resume
Tip 2 : Put relevant information and important information first

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant

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 

General Mathematics, English grammar, Reasoning, core java, sql

Round 3 - Coding Test 

1 problem statement, and that was held in hackerearth platform. Language available - Java, Python, C, C#

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work in any perticular domain and you join as a fresher then you are in wrong way.

Publicis Sapient interview questions for designations

 Junior Associate Technology

 (7)

 Junior Associate Engineer

 (2)

 Junior Associate Developer

 (1)

 Associate

 (9)

 Senior Associate

 (41)

 Technical Associate

 (2)

 Associate Engineer

 (1)

 Associate Manager

 (1)

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Dsa related code was asked. other sections have mcqs related to coding language you know (you can choose) and aptitude. code asked was related to stacks

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions about oops. Have strong basics on oops. 2 coding questions were asked to solve. the interview is resume based. asked about my projects. they'll ask about the skills you mention in the resume.
Round 3 - HR 

(1 Question)

  • Q1. HR was pretty simple. they put you in some situations and ask you what you would do and questions like that.

Interview Preparation Tips

Topics to prepare for Publicis Sapient Junior Associate interview:
  • OOPS
  • resume based
Interview preparation tips for other job seekers - Have strong knowledge on oops. be clear with your resume. do not add unwanted stuff in the resume which can mess up things.

Get interview-ready with Top Publicis Sapient Interview Questions

I applied via Referral and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to switch on and off the bulb by one button using JavaScript
  • Ans. 

    Use JavaScript to switch on and off a bulb with one button.

    • Create a variable to store the state of the bulb (on/off)

    • Add an event listener to the button

    • Toggle the state of the bulb variable on each button click

    • Update the bulb image or class based on the state of the bulb variable

  • Answered by AI
  • Q2. How to create table using html, how to color one row, how to merge specific coloum
  • Ans. 

    Creating tables, coloring rows and merging columns in HTML

    • Use the

      tag to create a table

    • Use

    • tag to create rows and
      tag to create columns

    • Use CSS to color a row using the :nth-child() selector

    • Use the colspan attribute to merge specific columns

    • Answered by AI
    • Q3. What is join in sql, how to join two table and what types of join used
    • Ans. 

      Join in SQL is used to combine data from two or more tables based on a related column between them.

      • Types of joins: Inner join, Left join, Right join, Full outer join, Cross join

      • Syntax: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column

      • Example: SELECT * FROM customers JOIN orders ON customers.customer_id = orders.customer_id

    • Answered by AI
    • Q4. They give some java programming questions and sql queries
    • Q5. Some basic HR questions
    • Interview Preparation Tips

      Interview preparation tips for other job seekers - I'm very confident while giving the answer of questions.

      Skills evaluated in this interview

      I was interviewed before Jul 2016.

      Interview Preparation Tips

      Round: Test
      Duration: 1 hour 30 minutes
      Total Questions: 60

      Skills: Basic Concepts, Confidence Levels Of Students, Creative Thinking, Problem Solving Skills
      College Name: Galgotias College Of Engineering And Technology, Greater Noida

      Interview questions from similar companies

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

      Own Topic is given to me and I took the topic as " Cultural Event in my College"

      Interview experience
      4
      Good
      Difficulty level
      -
      Process Duration
      -
      Result
      -

      I applied via Campus Placement

      Round 1 - Coding Test 

      Basic questions on technical topics of computer science

      Round 2 - Technical 

      (1 Question)

      • Q1. How to find middle of a linked list using 2 pointers method
      • Ans. 

        Use two pointers, one moving twice as fast as the other, to find the middle of a linked list.

        • Initialize two pointers, slow and fast, at the head of the linked list

        • Move slow pointer by one node and fast pointer by two nodes until fast pointer reaches the end

        • The node pointed to by slow pointer will be the middle of the linked list

      • Answered by AI
      Round 3 - HR 

      (1 Question)

      • Q1. Tell me about yourself and explain projects

      Skills evaluated in this interview

      Junior Associate Interview Questions & Answers

      Atos user image Bhuvana Vinuth

      posted on 15 Feb 2024

      Interview experience
      5
      Excellent
      Difficulty level
      -
      Process Duration
      -
      Result
      -

      I applied via Campus Placement

      Round 1 - Technical 

      (2 Questions)

      • Q1. Basic networking questions
      • Q2. CCNA concepts , cloud networking

      Publicis Sapient Interview FAQs

      How many rounds are there in Publicis Sapient Junior Associate interview?
      Publicis Sapient interview process usually has 3-4 rounds. The most common rounds in the Publicis Sapient interview process are Resume Shortlist, Coding Test and HR.
      What are the top questions asked in Publicis Sapient Junior Associate interview?

      Some of the top questions asked at the Publicis Sapient Junior Associate interview -

      1. How to switch on and off the bulb by one button using JavaScr...read more
      2. How to create table using html, how to color one row, how to merge specific col...read more
      3. What is join in sql, how to join two table and what types of join us...read more

      Tell us how to improve this page.

      Publicis Sapient Junior Associate Interview Process

      based on 2 interviews

      1 Interview rounds

      • Resume Shortlist Round
      View more
      Join Publicis Sapient Let's imagine the future together.
      Publicis Sapient Junior Associate Salary
      based on 81 salaries
      ₹2.9 L/yr - ₹7.1 L/yr
      46% more than the average Junior Associate Salary in India
      View more details

      Publicis Sapient Junior Associate Reviews and Ratings

      based on 14 reviews

      3.7/5

      Rating in categories

      3.3

      Skill development

      3.4

      Work-life balance

      3.6

      Salary

      3.1

      Job security

      3.4

      Company culture

      3.3

      Promotions

      3.2

      Work satisfaction

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

      ₹11 L/yr - ₹37.5 L/yr

      Associate Technology L2
      1.5k salaries
      unlock blur

      ₹5.1 L/yr - ₹20 L/yr

      Senior Associate Technology L1
      1.2k salaries
      unlock blur

      ₹10 L/yr - ₹30 L/yr

      Senior Software Engineer
      735 salaries
      unlock blur

      ₹9.6 L/yr - ₹34.9 L/yr

      Senior Associate 2
      617 salaries
      unlock blur

      ₹14.1 L/yr - ₹41 L/yr

      Explore more salaries
      Compare Publicis Sapient with

      Accenture

      3.8
      Compare

      IBM

      4.0
      Compare

      TCS

      3.7
      Compare

      Infosys

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