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 Lead Engineer Interview Questions, Process, and Tips

Updated 13 Nov 2024

Top Publicis Sapient Lead Engineer Interview Questions and Answers

Publicis Sapient Lead Engineer Interview Experiences

2 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

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

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Create a autocomplete component with best practices.

Round 2 - Technical 

(3 Questions)

  • Q1. Create a todolist using plain javascript
  • Ans. 

    Create a todolist using plain javascript

    • Create an input field for adding tasks

    • Use an array to store the tasks

    • Display the tasks in a list on the webpage

    • Add functionality to mark tasks as completed or delete them

  • Answered by AI
  • Q2. Explain web vitals
  • Ans. 

    Web vitals are a set of metrics related to user experience on websites, including loading speed, interactivity, and visual stability.

    • Web vitals include metrics such as Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS).

    • They are important for measuring and improving user experience on websites.

    • Google uses web vitals as a ranking factor for search results.

    • Developers can use tools l...

  • Answered by AI
  • Q3. What is the importance of knowing js internals
  • Ans. 

    Understanding JavaScript internals is important for optimizing performance, debugging, and writing efficient code.

    • Helps in optimizing performance by understanding how JavaScript engines work under the hood

    • Aids in debugging by knowing how different data types are stored and manipulated

    • Enables writing efficient code by understanding concepts like event loop, closures, and prototypes

  • Answered by AI

Skills evaluated in this interview

Lead Engineer Interview Questions & Answers

user image Vivek Desai

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Graphql , Web workers vs Service workers
  • Ans. 

    GraphQL is a query language for APIs, Web workers run scripts in background threads, Service workers are scripts that run in the background and can intercept network requests.

    • GraphQL is a query language for APIs that allows clients to request only the data they need.

    • Web workers run scripts in background threads separate from the main browser thread, improving performance by handling tasks concurrently.

    • Service workers a...

  • Answered by AI

Skills evaluated in this interview

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Use a hash set to remove duplicates in an array of strings

    • Create a hash set to store unique elements

    • Iterate through the array and add each element to the hash set

    • Convert the hash set back to an array to get the unique elements

  • Answered by AI
  • Q2. What is react virtual DOM
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the act...

  • Answered by AI
  • Q3. React hooks with example
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • useContext() is a hook that allows you to use the con...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on core java concepts
  • Q2. Questions on SQL and Springboot
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collection framework.
  • Q2. Questions on Springboot and core java
Round 3 - Client Interview 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Stream API questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical related to my experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Instahyre and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to critical things in your project
Round 2 - HR 

(1 Question)

  • Q1. Expected Facilities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. SAP, Primavera, Oil & Gas
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 2 - Technical 

(1 Question)

  • Q1. Ospf, sdwan, wireless, stp
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

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

(3 Questions)

  • Q1. Given a list of string if number is even do plus 1 convert to odd else keep it as is and return the converted list , then write junit test cases
  • Ans. 

    Convert even numbers in a list of strings to odd by adding 1

    • Iterate through the list of strings and check if each element is a number

    • If the number is even, convert it to odd by adding 1

    • Return the modified list of strings

  • Answered by AI
  • Q2. Spring boot create a stateless microservice write CRUD api explain how will you write what will you return
  • Ans. 

    I would use Spring Boot to create a stateless microservice with CRUD API, returning appropriate responses for each operation.

    • Use @RestController annotation to define RESTful endpoints

    • Implement methods for Create, Read, Update, and Delete operations using @PostMapping, @GetMapping, @PutMapping, @DeleteMapping annotations

    • Return appropriate HTTP status codes (e.g. 200 for successful operation, 404 for not found, 400 for b...

  • Answered by AI
  • Q3. General question about ms

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to create rest api in interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the latest features of java and spring boot
  • Ans. 

    Java 16 and Spring Boot 2.5 are the latest versions with new features and improvements.

    • Java 16 introduces Records, Pattern Matching for instanceof, and Vector API among others.

    • Spring Boot 2.5 includes support for Java 16, improved startup time, and better error messages.

    • Other new features in Spring Boot 2.5 include support for Kotlin 1.5, Micrometer 1.7, and Spring Data 2021.0.

  • Answered by AI
  • Q2. Architecture of micro services
  • Ans. 

    Microservices architecture is a way of designing software applications as a collection of small, independent services.

    • Each service is self-contained and can be developed, deployed, and scaled independently

    • Services communicate with each other through APIs

    • Each service is responsible for a specific business capability

    • Services can be written in different programming languages and use different data storage technologies

    • Micr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General questions on previous company working style

Interview Preparation Tips

Interview preparation tips for other job seekers - Just concentrate on fundamentals and basic concepts along with latest features

Skills evaluated in this interview

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Lead Engineer interview?
Publicis Sapient interview process usually has 1-2 rounds. The most common rounds in the Publicis Sapient interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Publicis Sapient Lead Engineer interview?

Some of the top questions asked at the Publicis Sapient Lead Engineer interview -

  1. what is the importance of knowing js intern...read more
  2. Create a todolist using plain javascr...read more
  3. Graphql , Web workers vs Service work...read more

Tell us how to improve this page.

Publicis Sapient Lead Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Publicis Sapient Let's imagine the future together.
Publicis Sapient Lead Engineer Salary
based on 32 salaries
₹19 L/yr - ₹36 L/yr
89% more than the average Lead Engineer Salary in India
View more details

Publicis Sapient Lead Engineer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

4.1

Skill development

3.6

Work-life balance

3.7

Salary

3.1

Job security

4.1

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 7 Reviews and Ratings
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
731 salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Associate 2
614 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