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 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 & 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 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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. How did you design HMI screens?
  • Ans. 

    I designed HMI screens by first understanding user requirements, creating wireframes, selecting appropriate design tools, and conducting user testing.

    • Understand user requirements before starting the design process

    • Create wireframes to visualize layout and functionality

    • Select appropriate design tools such as Adobe XD or Sketch

    • Conduct user testing to gather feedback and make necessary adjustments

  • Answered by AI
  • Q2. What is CV2X, CV2I, CV2G?
  • Ans. 

    CV2X, CV2I, CV2G are different communication technologies used in the automotive industry for vehicle-to-everything communication.

    • CV2X stands for Cellular Vehicle-to-Everything and uses cellular networks for communication between vehicles, infrastructure, pedestrians, and other devices.

    • CV2I stands for Cellular Vehicle-to-Infrastructure and focuses on communication between vehicles and infrastructure such as traffic lig...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Explain your experience at onsite
  • Ans. 

    I have extensive experience working onsite at various client locations, collaborating with cross-functional teams to deliver successful projects.

    • Managed onsite team to ensure project milestones were met

    • Facilitated communication between onsite and offsite teams

    • Resolved technical issues on-site to keep project on track

  • Answered by AI
  • Q2. What sort of bench testing did you perform
  • Ans. 

    I performed bench testing on various components to ensure functionality and reliability.

    • Tested electronic components for voltage and current levels

    • Conducted stress tests on mechanical parts to assess durability

    • Analyzed data from bench tests to identify any issues or improvements needed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you be willing to travel to Trivandrum
  • Ans. 

    Yes, I am willing to travel to Trivandrum for the role of Lead Engineer.

    • I am open to travel for work opportunities

    • I have previous experience traveling for work

    • I am excited about the prospect of working in Trivandrum

  • Answered by AI
  • Q2. What other companies have you appeared for
  • Ans. 

    I have appeared for interviews at companies like Google, Amazon, and Microsoft.

    • Google

    • Amazon

    • Microsoft

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe your experience
  • Q2. What are the projects you worked?
  • Q3. Explain the process of turbine startup
  • Ans. 

    Turbine startup involves several steps to safely bring the turbine to operating speed.

    • Perform pre-start checks to ensure all systems are ready

    • Open steam inlet valves to allow steam to flow into the turbine

    • Gradually increase steam flow to bring the turbine up to speed

    • Monitor temperature and pressure levels throughout the startup process

    • Verify all systems are functioning properly before reaching full operating speed

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Are you sure you can handle this responsibility
  • Q2. What is your salary expectations
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectations
  • Q2. How soon can you join?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was simple and straightforward. They want to know your basics first and then they dwell deeper. About salary do some research before negotiating and you can ask questions to your employer about projects you work on.
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:
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 

(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

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
₹20 L/yr - ₹42.5 L/yr
92% 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

₹10.9 L/yr - ₹40 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹6.5 L/yr - ₹20 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10.1 L/yr - ₹32 L/yr

Senior Software Engineer
728 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Senior Associate 2
608 salaries
unlock blur

₹14.7 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.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview