Add office photos
Engaged Employer

TO THE NEW

3.8
based on 579 Reviews
Filter interviews by

Publicis Interview Questions and Answers

Updated 29 Apr 2024
Popular Designations

Q1. Easy question: Write a program to separate odd and even numbers from an array.

Ans.

Program to separate odd and even numbers from an array.

  • Loop through array and check if each number is odd or even

  • Create two separate arrays for odd and even numbers

  • Return both arrays

Add your answer

Q2. check for balanced parenthesis.

Ans.

Check for balanced parenthesis in a string.

  • Use a stack to keep track of opening parenthesis

  • If a closing parenthesis is encountered, pop from stack and check if it matches

  • If stack is empty at the end, the string has balanced parenthesis

Add your answer

Q3. Implement Bubble sort algorithm

Ans.

Bubble sort algorithm sorts an array by repeatedly swapping adjacent elements if they are in wrong order.

  • Compare adjacent elements and swap them if they are in wrong order

  • Repeat this process until the array is sorted

  • Time complexity is O(n^2)

  • Space complexity is O(1)

  • Example: ['apple', 'banana', 'orange', 'grape'] -> ['apple', 'banana', 'grape', 'orange']

Add your answer
Q4. Anagram Pairs

Pre-requisites: Anagrams are defined as words or names that can be formed by rearranging letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "r...read more

View 2 more answers
Discover Publicis interview dos and don'ts from real experiences
Q5. Count characters

Write a program to count and print the total number of characters (lowercase english alphabets only), digits (0 to 9) and white spaces (single space, tab i.e. '\t' and newline i.e. '\n') entered...read more

Add your answer
Q6. MCQ Questions

Based on profit/loss, Simple interest, Age problems etc.

JavaScript question are like output based question and sytax related question.

MCQ Qurstion based on time complexity and sorting algorithms.

HT...read more

Add your answer

Q7. Product development cycle

Ans.

Product development cycle involves stages from idea generation to product launch and post-launch evaluation.

  • Idea generation

  • Market research

  • Product design

  • Prototype development

  • Testing and feedback

  • Manufacturing

  • Marketing and sales

  • Post-launch evaluation

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Publicis

based on 65 interviews in the last 1 year
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.6
 • 377 Interview Questions
3.8
 • 328 Interview Questions
4.0
 • 202 Interview Questions
3.9
 • 153 Interview Questions
3.8
 • 142 Interview Questions
4.0
 • 133 Interview Questions
View all
Top TO THE NEW Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter