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 Sfdc Developer Interview Questions and Answers

Updated 13 Jul 2022

Publicis Sapient Sfdc Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How the CI-cd process can be implemented for SFCC?
  • Ans. 

    CI/CD process can be implemented for SFCC using Jenkins and Salesforce DX.

    • Use Jenkins to automate the build and deployment process

    • Use Salesforce DX to manage the source code and version control

    • Create a pipeline in Jenkins to build, test and deploy the code

    • Use Git for version control and create branches for each feature

    • Use scratch orgs for testing and validation

    • Automate the testing process using tools like Selenium or P...

  • Answered by AI
  • Q2. Describe the flow of SFRA architecture?
  • Ans. 

    SFRA architecture follows a modular approach with a clear separation of concerns.

    • SFRA stands for Storefront Reference Architecture

    • It is built on top of the SiteGenesis architecture

    • It follows a modular approach with a clear separation of concerns

    • It uses a combination of server-side and client-side technologies

    • It provides a responsive design that works across multiple devices

    • It includes pre-built cartridges for common fu...

  • Answered by AI
  • Q3. How the caching works for in sfra?
  • Ans. 

    Sfra uses caching to improve performance by storing frequently accessed data in memory.

    • Sfra uses a caching framework called 'Cache' which is based on the Node.js 'lru-cache' package.

    • Cache can store data in memory or on disk, and can be configured to expire data after a certain amount of time or when memory usage reaches a certain threshold.

    • Sfra uses caching for various types of data, such as site preferences, product d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Publicis Sapient Sfdc Developer interview:
  • sfcc
  • B2C
Interview preparation tips for other job seekers - Deep-technical interview, better to prepare everything about logic and practical knowledge is required

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Administration Questions like relationships, Flows And Process Builders And In Development Side most Questions from Aura Components and Trigggers

Interview Preparation Tips

Interview preparation tips for other job seekers - just Prepare lighting components and basic administration side questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. I am fine or not
  • Q2. I want this job
  • Q3. I want information for selected in job and interview
  • Q4. And I want the company your details and related studies details
  • Q5. And it will be a good job for me so please select in this company for my family situation
Round 2 - Group Discussion 

Group discussion related in company

Interview Preparation Tips

Interview preparation tips for other job seekers - Mmm
Interview experience
3
Average
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 - Technical 

(5 Questions)

  • Q1. Discussion about my previous project
  • Q2. Question on html, css, javascript & react
  • Q3. Explain about promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: const myPromise = new Promise((resolve, reject) => { ... });

  • Answered by AI
  • Q4. Use state, context api
  • Q5. Box modelling in css, css pre processors
  • Ans. 

    Box model in CSS refers to the way elements are rendered in a web page. CSS preprocessors like SASS or LESS help streamline CSS development.

    • Box model in CSS includes content, padding, border, and margin.

    • CSS preprocessors like SASS or LESS allow for variables, nesting, and mixins to be used in CSS.

    • Example: box-sizing: border-box; in CSS changes the box model to include padding and border in the element's total width and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call that i have been selected to the final round, but the final round never did happend

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Angular life cycle, angular loading and some scenarios about authentication
  • Q2. Javascript out put based questions based on it's execution
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test was around 2 hrs

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is kubernets
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It allows for easy scaling of applications by adding or removing containers based on demand.

    • Kubernetes provides features like load balancing, self-healing, and rolling updates fo...

  • Answered by AI
  • Q2. What is docker container runtime
  • Ans. 

    Docker container runtime is the engine that executes containers, managing their lifecycle and resources.

    • Docker container runtime is responsible for running and managing Docker containers.

    • It provides an isolated environment for applications to run without affecting the host system.

    • Popular container runtimes include Docker Engine, containerd, and CRI-O.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Monster

Round 1 - Technical 

(3 Questions)

  • Q1. Write query to get result based on hughest salary
  • Ans. 

    Use SQL query with ORDER BY clause to get result based on highest salary

    • Use SELECT statement to retrieve data from the table

    • Use ORDER BY clause with DESC keyword to sort salaries in descending order

    • Use LIMIT or FETCH FIRST clause to limit the result to only one row

  • Answered by AI
  • Q2. Writw merge query
  • Q3. Bulk collect and bulk binding difference
  • Ans. 

    Bulk collect is used to fetch multiple rows into collections at once, while bulk binding is used to bind collections to SQL statements for improved performance.

    • Bulk collect fetches multiple rows into collections in a single operation, reducing context switches and improving performance.

    • Bulk binding binds collections to SQL statements, reducing the number of context switches between the PL/SQL engine and SQL engine.

    • Bulk...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding not that much tough

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to your skills
  • Q2. Just basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why u want to join
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Array qs reverse
  • Q2. Question about angular and react
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Var,let and const
  • Ans. 

    Var is function scoped, let and const are block scoped. Var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared.

    • Var is function scoped

    • Let and const are block scoped

    • Var can be redeclared and reassigned

    • Let can be reassigned but not redeclared

    • Const cannot be reassigned or redeclared

  • Answered by AI
  • Q2. New features in Angular 10
  • Ans. 

    Angular 10 introduces new features like stricter types, optional strict mode, and performance improvements.

    • Stricter types with TypeScript 3.9

    • Optional strict mode for better type checking

    • Improved build times and smaller bundle sizes

    • Updated dependencies like TypeScript 3.9 and TSLib 2.0

  • Answered by AI

Skills evaluated in this interview

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Sfdc Developer interview?
Publicis Sapient interview process usually has 1 rounds. The most common rounds in the Publicis Sapient interview process are Technical.
What are the top questions asked in Publicis Sapient Sfdc Developer interview?

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

  1. How the CI-cd process can be implemented for SF...read more
  2. Describe the flow of SFRA architectu...read more
  3. How the caching works for in sf...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Publicis Sapient interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
View all
Senior Associate
2.3k salaries
unlock blur

₹10.5 L/yr - ₹37.8 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.3 L/yr - ₹32 L/yr

Senior Software Engineer
723 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Senior Associate 2
597 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.9
Compare

IBM

4.1
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview