Upload Button Icon Add office photos

Publicis

Compare button icon Compare button icon Compare

Filter interviews by

Publicis Front end Developer Interview Questions and Answers

Updated 15 Feb 2024

Publicis Front end Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a link from hackerEarth, only aptitude question were there

Round 2 - Coding Test 

Got 1 hr to complete 2 coding questions on the complier provided by them.

Round 3 - Technical 

(1 Question)

  • Q1. Had project structure discussion previous projects design model discussion, few problem solving questions, few react technical javascript technical question was about 1.30hr long interview

I applied via Referral and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - One-on-one 
Round 2 - HR 

Interview Preparation Tips

Topics to prepare for Publicis Front end Developer interview:
  • Javascript
  • HTML
  • CSS3
Interview preparation tips for other job seekers - Anyone with good understanding of JS , experience with html and css should be able to clear the interview

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Sort Linked List Based on Actual Values You are given a Singly Li ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked two array and string dsa questions of medium-hard level

Interview Preparation Tips

Topics to prepare for Media.net Software Services (India) Software Developer interview:
  • DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 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 

Held on interview bit. 3 ques were asked. Questions were from range query and DP.

Round 3 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question. Given a sequence of positive numbers, make it a non-decreasing sequence. Operation allowed: adjacent elements can be added to form a single element. What is the minimum no of operatio...

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA as much as you can. Be well-versed in CS fundamentals such as CN, OS, DBMS, and OOPS.
Practice CP if you can.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Easy-Medium level Leetcode questions on linkedlists
  • Q2. Simple recursion question
  • Q3. An SQL query Basic question in OOPS and resume description..
  • Q4. Basic questions regarding SQL
  • Q5. Difference between thread and process
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process that can run concurrently with other threads.

    • Processes have their own memory space while threads share the same memory space within a process.

    • Processes are independent of each other while threads within the same process can communicate with each other.

    • Processes are heavier in terms of resource consumption compared to threads.

    • Example: A web br...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

It was based on frontend technologies

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic frontend question
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It will be around 3 hours and 2 questions of leetcode hard difficulty will be asked in the interview and 1 question is of codeforces 2400+ difficulty question.

Round 2 - Technical 

(2 Questions)

  • Q1. 1-2 DSA medium-hard difficulty question will be asked.
  • Q2. CS fundamentals in depth had been asked in the ending of the interview.
Round 3 - Technical 

(1 Question)

  • Q1. System Design problem was asked.
Round 4 - HR 

(1 Question)

  • Q1. This is a cultural fit round. Common HR question was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Competitive programmer at the minimum rank of codeforces specialist is must.In depth knowledge of CS fundamentals is required. Basic Understanding of system design concepts is must,with standard problems.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 minutes
Round difficulty - Easy

This round was conducted in Hackerrank portal for a total duration of 75 minutes and was divided into 4 sections.

1st Section : Aptitude Section : 14 questions , 28 minutes
2nd Section : Technical Section : 12 questions , 17 minutes
3rd Section :1 coding Questions : 20 minutes+30 minutes

This Round was Conducted on Hackerrank (Webcam Enabled).

  • Q1. Given a problem statement and a piece of code, how would you find and correct the bug in the code?
  • Ans. 

    To find and correct a bug in code, analyze problem statement, review code, use debugging tools, and test different scenarios.

    • Understand the problem statement and expected output

    • Review the code for syntax errors, logical errors, and potential bugs

    • Use debugging tools like breakpoints, print statements, and IDE debuggers

    • Test the code with different inputs and edge cases to identify the bug

    • Make necessary corrections and re

  • Answered by AI
  • Q2. 

    Nodes at Distance K from Target Node in Binary Tree

    Given a Binary Tree of distinct integers and two integers, target and K, return a list of values of all nodes located at a distance K from the target no...

  • Ans. 

    Find nodes at distance K from target node in a Binary Tree.

    • Use BFS to traverse the tree and keep track of the distance of each node from the target node.

    • Maintain a set to keep track of visited nodes to avoid revisiting them.

    • Return the values of nodes at distance K from the target node.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

I was shared a link of Google Meet and the Google Docs was shared where there was 1 coding problem to be coded there and then the code was run on an IDE to check the sample tests.
Then the interview was followed by a lot of Operating System and Computer System Architecture Questions.
There were 2 Interviewers and both were helpful.
The timing was from 2:30 PM to 4:00 PM

  • Q1. 

    Subarray Challenge: Largest Equal 0s and 1s

    Determine the length of the largest subarray within a given array of 0s and 1s, such that the subarray contains an equal number of 0s and 1s.

    Input:

    Input beg...

  • Ans. 

    Find the length of the largest subarray with equal number of 0s and 1s in a given array.

    • Iterate through the array and maintain a count of 0s and 1s encountered so far.

    • Store the count difference in a hashmap with the index as key.

    • If the same count difference is encountered again, the subarray between the two indices has equal 0s and 1s.

    • Return the length of the longest subarray found.

  • Answered by AI
Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

The round was held on Google Meet with HR from 2:30 PM to 3:15 PM.
The HR was friendly and asked the basic questions.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAMedia.net interview preparation:Topics to prepare for the interview - DP, Greedy Techniques, Sorting Concepts, OS, DBMSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice daily 4-5 medium level problems on sites like Leetcode, CodeZen, Hackerearth
Tip 2 : Even though Data Structures and Algorithms is the base but study Course Subjects like DBMS,OS,OOPS too.
Tip 3 : Try to Participate in Contests on LeetCode,Codeforces.

Application resume tips for other job seekers

Tip 1 : Mention atleast 1 project and past work experience as it sets good impression.
Tip 2 : Keep your resume up to date for the role you are applying.
Tip 3 : Try to keep your resume of 1 Page.

Final outcome of the interviewSelected

Skills evaluated in this interview

Publicis Interview FAQs

How many rounds are there in Publicis Front end Developer interview?
Publicis interview process usually has 2-3 rounds. The most common rounds in the Publicis interview process are One-on-one Round, HR and Aptitude Test.
How to prepare for Publicis Front end Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Publicis. The most common topics and skills that interviewers at Publicis expect are Angularjs, React.Js, Javascript and Recruitment.

Tell us how to improve this page.

Publicis Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 102 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Smollan Group Interview Questions
4.1
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 33 Interviews
View all
Publicis Front end Developer Salary
based on 6 salaries
₹7.5 L/yr - ₹13 L/yr
53% more than the average Front end Developer Salary in India
View more details

Publicis Front end Developer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

4.2

Skill development

3.4

Work-life balance

3.6

Salary

3.0

Job security

3.6

Company culture

4.0

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Associate Manager
238 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Business Manager
149 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Senior Associate
137 salaries
unlock blur

₹7.8 L/yr - ₹26 L/yr

Analyst
118 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Associate
110 salaries
unlock blur

₹3.2 L/yr - ₹12.3 L/yr

Explore more salaries
Compare Publicis with

R.R. Donnelley

3.9
Compare

Epsilon

4.0
Compare

Smollan Group

4.1
Compare

ChannelPlay

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