Upload Button Icon Add office photos

Fujitsu

Compare button icon Compare button icon Compare

Filter interviews by

Fujitsu Senior Salesforce Developer Interview Questions and Answers

Updated 10 Feb 2024

Fujitsu Senior Salesforce Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions will be based on the role you apply
Round 2 - One-on-one 

(1 Question)

  • Q1. It was a managerial round and it was about previous work experience

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - This was round1 

(2 Questions)

  • Q1. NA explained below
  • Q2. NA explained below1
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project related questions
  • Q2. Flows, lwc, sharing, cdc, exp cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1: Sr Salesforce Developer
> Duration 45 minutes
Asked about the project I mentioned and what all clouds I have worked on.
Security model and related questions
Flows questions (scheduled flows, how can we monitor the progress, how to show LWC on screen flows, how to call an apex from flow )
Explained CDC as I said I have worked on it
Experience cloud basic questions
Expalained LWC lifecycle hook : when which hook get called.
Apex and Manual sharing, what is Rowcause in it.

Interviewer was friendly and overall experience was good
Got selected for the 2nd round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are OWDs in SF
  • Ans. 

    OWDs in SF refer to Organization-Wide Defaults which control the default level of access users have to records in Salesforce.

    • OWDs determine the baseline level of access for all records in an organization

    • They can be set to Public Read/Write, Public Read Only, Private, or Controlled by Parent

    • OWDs can be further refined using sharing rules and manual sharing

  • Answered by AI
  • Q2. Asynchronous Apex
  • Ans. 

    Asynchronous Apex is used to run processes in the background without user interaction.

    • Asynchronous Apex is used for long-running processes that don't require immediate user interaction.

    • It allows for better performance by running tasks in the background.

    • Examples include batch Apex, future methods, and queueable Apex.

  • Answered by AI
  • Q3. LWC in omnistudio
  • Ans. 

    LWC in omnistudio refers to using Lightning Web Components in Salesforce's OmniStudio for building custom applications.

    • LWC can be used in OmniStudio to create custom components and pages for applications.

    • LWC allows for building interactive and responsive user interfaces in OmniStudio.

    • LWC can be integrated with other Salesforce tools and services within OmniStudio.

    • Example: Creating a custom LWC component to display data...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Salesforce Developer interview:
  • Apex
  • Omnistudio
  • LWC
  • Salesforce CRM

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Inheritance in apex class?
  • Ans. 

    Inheritance in Apex class allows a class to inherit properties and methods from another class.

    • Inheritance is achieved using the 'extends' keyword in Apex.

    • Child classes can access all non-private members of the parent class.

    • Child classes can override methods from the parent class.

    • Example: Class B extends Class A.

  • Answered by AI
  • Q2. What is Skinny table
  • Ans. 

    Skinny table is a custom table in Salesforce that contains a subset of fields from standard and custom objects for performance optimization.

    • Skinny tables are used to store frequently accessed fields in a denormalized form to improve query performance.

    • They are created by Salesforce automatically based on the fields accessed in reports, list views, and SOQL queries.

    • Skinny tables are read-only and are automatically update...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

L1- On Cognizant portal, I was asked to write the logic for showing account in table with Opp with highest amount and Primary contact.

Interview Preparation Tips

Topics to prepare for Cognizant Senior Salesforce Developer interview:
  • Apex
  • LWC
  • Integration
Interview preparation tips for other job seekers - Prepare LWC , Apex and integration
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. Covered major topics like Trigger, Batch, Integration, Lwc,flow and related experience and how used it in projects.
  • Q2. Security model related questions
  • Q3. Best practices for integration
  • Ans. 

    Best practices for integration involve using APIs, following security protocols, and considering scalability.

    • Utilize APIs for seamless data exchange between systems

    • Follow security protocols such as encryption and authentication to protect data

    • Consider scalability by designing integration processes that can handle increasing data volumes

    • Use middleware tools like MuleSoft or Dell Boomi for complex integrations

    • Document in...

  • Answered by AI
  • Q4. Scenario based trigger ,asked to write an lwc code related to scenario then said to call it from flow ,so basically the recruiter was good checked the logic and ignored syntax error
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic salesforce concepts.
Round 2 - Technical 

(1 Question)

  • Q1. Scenarios based questions.
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical check by MCQ
Interview experience
5
Excellent
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 - HR 

(1 Question)

  • Q1. Excepted Compensation
Round 3 - Technical 

(1 Question)

  • Q1. I informed them I am good at Flows. Questions about Flows and basic Salesforce developer questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Communication between indepedent components in lwc
  • Ans. 

    Communication between independent components in LWC can be achieved using events, pubsub, and properties.

    • Use events to communicate between components in a parent-child relationship

    • Implement pubsub pattern using custom events to communicate between unrelated components

    • Pass data between components using properties

  • Answered by AI
  • Q2. Decorators in lwc

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Questions related to Apex, Aura, visual force and integration

Fujitsu Interview FAQs

How many rounds are there in Fujitsu Senior Salesforce Developer interview?
Fujitsu interview process usually has 2 rounds. The most common rounds in the Fujitsu interview process are Technical and One-on-one Round.

Tell us how to improve this page.

Fujitsu Senior Salesforce Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Fujitsu Senior Salesforce Developer Salary
based on 7 salaries
₹15.5 L/yr - ₹28 L/yr
32% more than the average Senior Salesforce Developer Salary in India
View more details

Fujitsu Senior Salesforce Developer Reviews and Ratings

based on 2 reviews

3.4/5

Rating in categories

2.7

Skill development

3.1

Work-life balance

3.4

Salary

3.7

Job security

3.4

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 2 Reviews and Ratings
Technical Service Engineer
1.1k salaries
unlock blur

₹4.4 L/yr - ₹17.5 L/yr

Application Developer
985 salaries
unlock blur

₹2.4 L/yr - ₹15 L/yr

Assistant Application Developer
612 salaries
unlock blur

₹2.3 L/yr - ₹8.1 L/yr

Assistant Technical Service Engineer
571 salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

Associate Application Developer
513 salaries
unlock blur

₹3.7 L/yr - ₹15.9 L/yr

Explore more salaries
Compare Fujitsu with

Accenture

3.8
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview