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
3.5

based on 3.1k Reviews

Filter interviews by

Publicis Sapient Reactjs Developer Interview Questions and Answers

Updated 25 Apr 2024

Publicis Sapient Reactjs Developer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Sematic elements in HTML? What is Sass, SCSS, LESS and more about CSS? Design a HTML form? Test cases in javascript How you will implement security on a banking website.
  • Ans. 

    Semantic elements in HTML are tags that clearly define the structure of a webpage.

    • Semantic elements provide meaning to the content, making it easier for search engines and screen readers to understand.

    • Examples of semantic elements include

      ,
      ,
    • Using semantic elements improves SEO and accessibility of a website.

Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Write a program in vanila js to fetch api data and show in dropdow after select it should call api for perticular data and also should cache value of if it is recent api call happen

Interview Preparation Tips

Interview preparation tips for other job seekers - Hand's on dom manipulation with optimization techniques

Reactjs Developer Interview Questions Asked at Other Companies

Q1. Implement counter such that it has 2 buttons to increment and dec ... read more
asked in Accenture
Q2. How do you make a page responsive. Bootstrap layouts and alerts
asked in Java R & D
Q3. What are Call, apply and bind methods, what is currying in JavaSc ... read more
Q4. what is ES6 feature small coding on how let,var,const works javas ... read more
asked in Metafic
Q5. Write code for functional component to call an API and show a lis ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Unit Testing Questions Asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on web accessiblity and security
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Dec 2022.

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 - Technical 

(2 Questions)

  • Q1. 1. Fetch data from api and display in UI list format
  • Ans. 

    Answering how to fetch data from API and display in UI list format for Reactjs Developer interview.

    • Use fetch or axios to fetch data from API

    • Store the data in state or Redux store

    • Map through the data and display in UI list format

    • Handle loading and error states

    • Example: fetch('https://api.example.com/data').then(response => response.json()).then(data => setData(data))

    • Example: {data.map(item =>

    • {item.name

  • Answered by AI
  • Q2. Every possible question related to reactjs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything about reactjs, try to solve some scenario base questions and best luck

Skills evaluated in this interview

Publicis Sapient interview questions for designations

 Node.JS and Reactjs Developer

 (1)

 Developer

 (1)

 Software Developer

 (19)

 Java Developer

 (4)

 AEM Developer

 (2)

 React Developer

 (2)

 PHP Developer

 (1)

 Senior Developer

 (1)

Interview Questionnaire 

2 Questions

  • Q1. Javascript classes
  • Ans. Inheritance and memebers and variables in class
  • Answered Anonymously
  • Q2. Javascript new standards

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview process went fine

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Redux related questions
  • Q2. Css positioning including flex
  • Q3. Authorisation and authentication
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its a 90 minutes aptitude round. It's having 3 sections :
1 - Logical and Anlytical reasoning
2 - Related to your Skills and the position for which you have applied. For me it was completly on React.
3 - Code Ground, where you have to showcase your coding skills.

Round 2 - Technical 

(1 Question)

  • Q1. There were programming questions and chose the correct output kind of questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy, basic cpp

Round 2 - HR 

(2 Questions)

  • Q1. Tell me you introduction
  • Q2. Why you want to join

I was interviewed in Nov 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

2 Programing Questions and 30 MCQs. 
Programing questions were medium with one being array manipulation and other being graph based. 

MCQ were from OOPs concepts, SQL, Operating System and Network, prepare in depth knowledge for all the topics.

  • Q1. 

    Count Pairs Problem Statement

    You are given an array A of length N consisting only of integers. Additionally, you are provided with three integers X, Y and SUM. Your task is to count the number of pairs (...

  • Ans. 

    Using HashMap or self balancing BST for fastest result.

  • Answered Anonymously
  • Q2. 

    Longest Substring Without Repeating Characters Problem Statement

    Given a string S of length L, determine the length of the longest substring that contains no repeating characters.

    Example:

    Input:
    "abac...
  • Ans. Brute Force

    In the brute force approach, we will use two nested loops. The outer loop is used to select the starting index of the substring and the inner loop is used to fix the ending index of the substring. After selecting the substring, we will use another loop (or a method) to check whether the substring contains all unique characters or not using a HashSet.

    Space Complexity: O(n)Explanation:

    O(L), where L is the len...

  • Answered Anonymously
Round 2 - Face to Face 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Questions on SQL and DBMS were asked in this round

  • Q1. What are the ACID properties in DBMS?
  • Q2. Can you explain the different levels of data abstraction in a DBMS?
  • Q3. What are constraints in SQL?
Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

HR round was pretty much a casual conversation about why optum, work location, joining availablity and what qualities you would like to highlight about yourself.

  • Q1. Why do you want to work at Optum, and what qualities would you like to highlight?
  • Ans. 

    Tip 1 : Go through wiki page or google about the working of the company
    Tip 2 : Qualities should more aligned to the company's values.
    Tip 3 : Show your interest in working with the organisation and how will you contribute to the team.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from DELHI INSTITUTE OF TOOL ENGINEERING. I applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 7.5 CGPAOptum Global Solutions India Private Limited interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, DBMS, SQLTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing -12pm to 1:30pm
Test environment was good and we should keep in our mind about our net speed.

  • Q1. 

    Reverse Array Elements

    Given an array containing 'N' elements, the task is to reverse the order of all array elements and display the reversed array.

    Explanation:

    The elements of the given array need to...

  • Ans. Brute Force approach
    • Initialise start and end indices with start = 0, end = N-1 where N is the total number of elements in array.
    • We then run a loop while start < end and swap arr[start] with arr[end].
    • Finally, we increment start and decrement end variable
    Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously
  • Q2. 

    Tiling Problem Statement

    Given a board with 2 rows and N columns, and an infinite supply of 2x1 tiles, determine the number of distinct ways to completely cover the board using these tiles.

    You can place...

  • Ans. Recursion And Memoization (Runtime error)

    Try to place the tile to fill the unit column and calculate the number of ways from smaller sub-problems. Then use memoization to convert O(2^N) solution to an O(N) solution.

    1. At any point we are at ‘idx’ column then we can place our tile in two ways to fill this column.
      1. Option 1 -  1 Horizontal Tile

    We can place in this way where we have ‘idx-1’ column filled.

        &nb...

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

Timing was 3pm to 4 pm
environment was easy familier and interviwer was also in good mood ,first he ask me about general things then he come on OS/DBMS .

Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

timing - 10am to 10:30am
environment was very familier and interviewer was with good sence of humor

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaCGPA 7Global Logic interview preparation:Topics to prepare for the interview - Data Structure, OOPS,MERN STACK, DBMS,OSTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Don't depend on video only , practice is must and assignments provided by coding ninja's are best.
Tip 2 : Note all important point in note book so that you can easy revise.
Tip 3 : Make at least 3-4 projects on your on

Application resume tips for other job seekers

Tip 1 : Be real don't go for fake and write what you are.
Tip 2 : Mention all your project and explain them in good way

Final outcome of the interviewSelected

Skills evaluated in this interview

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Reactjs Developer interview?
Publicis Sapient interview process usually has 1-2 rounds. The most common rounds in the Publicis Sapient interview process are Technical, Coding Test and Resume Shortlist.
What are the top questions asked in Publicis Sapient Reactjs Developer interview?

Some of the top questions asked at the Publicis Sapient Reactjs Developer interview -

  1. 1. Fetch data from api and display in UI list for...read more
  2. Sematic elements in HTML? What is Sass, SCSS, LESS and more about CSS? Design a...read more
  3. Every possible question related to reac...read more

Tell us how to improve this page.

Publicis Sapient Reactjs Developer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Join Publicis Sapient Let's imagine the future together.
Publicis Sapient Reactjs Developer Salary
based on 15 salaries
₹7 L/yr - ₹17.6 L/yr
124% more than the average Reactjs Developer Salary in India
View more details

Publicis Sapient Reactjs Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
2.2k salaries
unlock blur

₹11 L/yr - ₹37.8 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 - ₹32 L/yr

Senior Software Engineer
735 salaries
unlock blur

₹9.5 L/yr - ₹37 L/yr

Senior Associate 2
621 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.9
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