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 Technology Interview Questions and Answers for Freshers

Updated 18 Jun 2024

Publicis Sapient Junior Associate Technology Interview Experiences for Freshers

3 interviews found

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

I applied via Campus Placement

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 

Aptitude questions from Computer Science subjects and Quantitative aptitude+Logical reasoning

Round 3 - Coding Test 

2 east questions to be done using Java

Round 4 - Technical 

(1 Question)

  • Q1. Puzzles, Basics of Java, Data Structures, dbms and finding output of questions.
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions like why you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the topics they mention in the job description.

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

this round comprise of two parts , Apti + Reasoning and coding round. for coding multiple option for language was available like C,C++, JAVA , Python , JAVASCRIPT , and more.

  • Q1. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Iimt Engineering College, Meerut. I applied for the job as Junior Associate Technology in GurgaonEligibility criteria60% throughoutPublicis Sapient interview preparation:Topics to prepare for the interview - OOPS concept, Data Structure ( linked list , stack , queue - actual implementation), Git version control, python programming, approach to solve a problemTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : OOPS concept should be clear 
Tip 2 : actual working of stack and queue 
Tip 3 : approach to solve problem
Tip 4 : always be clear with your words

Application resume tips for other job seekers

Tip 1 : resume should we concise and clear
Tip 2 : resume should be updated with your current skills and details
Tip 3 : mention projects on which you have worked

Final outcome of the interviewSelected

Skills evaluated in this interview

Junior Associate Technology Interview Questions Asked at Other Companies for Fresher

Q1. Trapping Rain Water Problem Statement You are given a long type a ... read more
Q2. Is JavaScript a statically typed or dynamically typed language?
Q3. Explain “this” keyword.

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

Round 1 - Online Assessment 

(1 Question)

Round duration - 70 min
Round difficulty - null
It was an online round comprising 2 sections, Aptitude and 1 coding question. 40 minutes were given to answer 35 MCQ questions and 30 minutes for the coding question. Coding question was of moderate difficulty. Aptitude had easy and moderate difficulty questions.

  • Q1. Binary search question
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves

    • Compare the target value with the middle element

    • If the target value matches the middle element, return its position

    • If the target value is less than the middle element, search the left half of the array

    • If the target value is greater than the middle element, search the right half of the arra

  • Answered by AI
Round 2 - Domain Interview 

(2 Questions)

It was a 1-1 technical interview conducted on Microsoft teams. It was 1 hr interview in which various questions from DSA were asked and I was asked to code some. There were questions from OOPS as well. Based upon my resume, some JavaScript questions were asked as well.

  • Q1. Is JavaScript a statically typed or dynamically typed language?
  • Ans. 

    JavaScript is a dynamically typed language.

    • Variables can hold different data types at different times

    • Type checking is done at runtime

    • Example: var x = 5; x = 'hello';

  • Answered by AI
  • Q2. Explain “this” keyword.
  • Ans. 

    The 'this' keyword refers to the current object or instance in which it is used.

    • Used to refer to the current object or instance in which it is used

    • Can be used in methods, constructors, and inner classes

    • Can be used to differentiate between local and instance variables

    • Example: this.variableName

    • Example: this.methodName()

  • Answered by AI
Round 3 - Core Values Interview 

(4 Questions)

  • Q1. Where do I see myself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior technology professional leading a team of developers and contributing to the growth of the company.

    • Continuing to learn and stay up-to-date with the latest technologies and trends in the industry

    • Taking on more responsibilities and leadership roles within the company

    • Mentoring and guiding junior associates to help them grow and develop their skills

    • Contributing to the development of inn...

  • Answered by AI
  • Q2. Some of your major achievements.
  • Ans. 

    Developed a mobile app for a non-profit organization and increased their donations by 50%.

    • Developed a mobile app for a non-profit organization

    • Implemented features such as donation tracking and event registration

    • Increased donations by 50% within the first year of launch

  • Answered by AI
  • Q3. Do you have experience with internships?
  • Ans. 

    Yes, I have experience with internships.

    • I completed a summer internship at XYZ Company where I worked on developing a mobile application.

    • During my internship, I gained experience in coding, testing, and debugging software.

    • I also had the opportunity to work with a team of developers and learn about agile development methodologies.

    • Overall, my internship experience was valuable in preparing me for a career in technology.

  • Answered by AI
  • Q4. Are you willing to relocate?
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to exploring new locations and cultures.

    • I am willing to consider relocation packages and assistance.

    • I am excited about the prospect of new challenges and experiences.

    • I am flexible and adaptable to new environments.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from guru nanak dev engineering college.publicis sapient interview preparation:Resources to prepare for this interview - I used PrepInsta for aptitude questions and technical interview questionsTips for other job seekers - It is preferred to have a sound knowledge of DSA and be sure to submit an honest resume. The candidate must be very clear about the projects and be confident throughout interviewFinal outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About you?

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Domain related stuffs.
  • Q2. Framework related questions commonly on the configuration part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, share your knowledge . If you don't know the exact answers try to answer some relative things if you know.

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Angular user defined logics and its reflection in browser, javascript consoles . Basics of java platforms jvm, java collections, SQL keys, joins, logics of data structures.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very interacting and challenging interview for me as I tried many hopes to get a job during this adverse pandemic. It really boosted my self-confidence in reaching a job by myself.Still miles to go for reaching my success rim.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

It happens in very friendly manner.

  • Q1. 

    Paths in a Matrix Problem Statement

    Given an 'M x N' matrix, print all the possible paths from the top-left corner to the bottom-right corner. You can only move either right (from (i,j) to (i,j+1)) or dow...

  • Ans. 

    Print all possible paths from top-left to bottom-right in a matrix by moving only right or down.

    • Use backtracking to explore all possible paths from top-left to bottom-right in the matrix.

    • At each cell, recursively explore moving right and down until reaching the bottom-right corner.

    • Keep track of the current path and add it to the result when reaching the destination.

  • Answered by AI
  • Q2. Can you create 2 tables in SQL and perform different operations on them?
  • Ans. 

    Yes, I can create 2 tables in SQL and perform operations like INSERT, SELECT, UPDATE, and DELETE.

    • Create Table 1: CREATE TABLE employees (id INT, name VARCHAR(50), salary DECIMAL(10,2));

    • Create Table 2: CREATE TABLE departments (dept_id INT, dept_name VARCHAR(50));

    • Insert Data: INSERT INTO employees VALUES (1, 'John Doe', 50000);

    • Select Data: SELECT * FROM employees WHERE salary > 40000;

    • Update Data: UPDATE employees SET...

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Medium

No problem occur very friendly environment.

Round 3 - Face to Face 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

  • Q1. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from source to destination.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid revisiting them.

    • Explore all possible directions (up, down, left, right) from each cell.

    • Add the current direction to the path and recursively explore further.

    • If the destination is reached, add the path to the list of valid paths.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 7 CGPAVirtusa interview preparation:Topics to prepare for the interview - Linked List, Binary Search Tree ,Queue, Array ,DP ,Graph ,RecursionTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Competitive programming plays a major role when you are appearing for coding rounds as a fresher. In the coding rounds, you won't get direct problems copied from Geeksforgeeks or Leetcode. You would be required to use your logical thinking to go ahead in the process. This is where competitive programming helps.

Tip 2 : Coding rounds are all about Coding + Timing. Most people fail to excel due to the pressure of a timer ticking on your head. So, instead of just solving problems, try to participate in timed contests. This will help you be used to the pressure of the timer.

Tip 3 : Many big companies like Microsoft, Amazon, and even Google expect you to be good at standard problems. So, once you are done with coding round by your logical skills and competitive programming, you must be well versed with some standard problems in order to excel.

Application resume tips for other job seekers

Tip 1 : Make it short, crisp, and simple. It is always good to have a 1 pager resume. 
Tip 2 : Resume must comprise of the following: Educational Qualifications, Technical skills, Projects, Work experience (if any), Achievements. Other than this, you may include some extra co-curricular achievements.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Had DSA and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. DSA a questions, Database Questions
Round 3 - HR 

(1 Question)

  • Q1. 5 min question and answers about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and database management

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related windows admin

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be calm and answer if you know.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 110 minutes
Round difficulty - Medium

It was an mcq and coding round
It contained four sections:
1. Aptitude 
2. Reasoning
3. English
4. Coding (It contains 2 questions, one is medium and other is little hard)

  • Q1. 

    Concatenate the Largest Digit Problem

    You are given three non-zero numbers 'A', 'B', and 'C'. Your task is to determine the number created by concatenating the largest digit found in each number, in the s...

  • Ans. 

    Concatenate the largest digit from three numbers to form a new number.

    • Find the largest digit in each number 'A', 'B', and 'C'.

    • Concatenate the largest digits in the order 'A', 'B', and 'C' to form the new number.

    • Return the final concatenated number as the output.

  • Answered by AI
  • Q2. 

    Remove Vowels from a String

    Given a string STR of length N, your task is to remove all the vowels from that string and return the modified string.

    Input:

    The first line of input contains an integer 'T' ...
  • Ans. 

    Remove all vowels from a given string and return the modified string.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u or A, E, I, O, U).

    • If the character is not a vowel, add it to a new string.

    • Return the new string with all vowels removed.

  • Answered by AI
Round 2 - Group Discussion 

Round duration - 10 minutes
Round difficulty - Medium

Round 3 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was around 11:30 PM i feel very tensed after entering into room the interviewer asked me to take a seat and asked self introduction and then he asked can we start technical round ?The questions are below.
What was your specific role and responsibilities on the most recent project you worked on?
 

  • Q1. How can you retrieve the second highest salary from a database table?
  • Ans. 

    Retrieve the second highest salary from a database table

    • Use a SQL query with ORDER BY and LIMIT to retrieve the second highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1, 1

  • Answered by AI
Round 4 - HR 

Round duration - 5-10 months
Round difficulty - Easy

It was around 11:50 i think 
The environment is too cool and i am too sleepy 
The interview was happened in friendly manner

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Tirumala Engineering College. Eligibility criteriaNo baclogs,60%throughtout your educationCGI Inc. interview preparation:Topics to prepare for the interview - OOPS CONCEPTS,TKINTER MODULE in python,data Structures,sorting algorithms,dynamic programming basics,SQL statements like DML,DCL,DQL,DDL, Procedures and functions in PLSQLTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Practice one coding problem daily
Tip 2 : Do one project on each technology,
Tip 3 : Please communicate in English with others ,English plays a prominent role in interviews

Application resume tips for other job seekers

Tip 1 : one major project and mini project in resume
Tip 2 : Use a professional email address.
Tip 3 : Set your font size to 10-12 points.

Final outcome of the interviewSelected

Skills evaluated in this interview

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Junior Associate Technology interview for freshers?
Publicis Sapient interview process for freshers usually has 5 rounds. The most common rounds in the Publicis Sapient interview process for freshers are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Publicis Sapient Junior Associate Technology interview for freshers?

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

  1. Simple program like palingdrom and arm strong ...read more
  2. Puzzles, Basics of Java, Data Structures, dbms and finding output of questio...read more
  3. Data structures questions related to t...read more

Tell us how to improve this page.

Publicis Sapient Junior Associate Technology Interview Process for Freshers

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.2k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
NTT Data Interview Questions
3.8
 • 631 Interviews
GlobalLogic Interview Questions
3.6
 • 599 Interviews
UST Interview Questions
3.8
 • 523 Interviews
CGI Group Interview Questions
4.0
 • 497 Interviews
View all
Publicis Sapient Junior Associate Technology Salary
based on 80 salaries
₹4.8 L/yr - ₹7 L/yr
20% more than the average Junior Associate Technology Salary in India
View more details

Publicis Sapient Junior Associate Technology Reviews and Ratings

based on 14 reviews

3.0/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

3.2

Salary

2.5

Job security

2.9

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 14 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