Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by EY Global Delivery Services ( EY GDS) Team. If you also belong to the team, you can get access from here

EY Global Delivery Services ( EY GDS) Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EY Global Delivery Services ( EY GDS) Salesforce Developer Interview Questions and Answers

Updated 1 Aug 2024

6 Interview questions

A Salesforce Developer was asked
Q. What is the default sharing method followed by Apex code?
Ans. 

Apex code follows the by default sharing method of 'with sharing'.

  • By default, Apex code enforces sharing rules that apply to the current user.

  • This means that the code runs in the user's context and respects their sharing settings.

  • Developers can also use 'without sharing' to bypass sharing rules if necessary.

A Salesforce Developer was asked
Q. How can sharing rules be bypassed using an Apex class?
Ans. 

Bypassing sharing rules via apex class involves using 'without sharing' keyword in the class definition.

  • Use 'without sharing' keyword in the class definition to bypass sharing rules.

  • This keyword allows the apex class to ignore sharing rules and access all data regardless of the user's permissions.

Salesforce Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Write a trigger to update related Opportunity records when an acc ... read more
asked in Deloitte
Q2. Write a trigger to update a contact when an account's phone numbe ... read more
asked in Infosys
Q3. How do you make the child records read-only if the parent record' ... read more
asked in Cognizant
Q4. How many ways can asynchronous code be written in Salesforce?
asked in TCS
Q5. Difference between Roles & Profiles, Difference between Workf ... read more
A Salesforce Developer was asked
Q. What is a 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 table is used to improve query performance by reducing the number of joins needed.

  • It contains frequently accessed fields from standard and custom objects.

  • Data in skinny tables is automatically synchronized with the source objects.

  • Skinny tables are read-only and cannot b...

A Salesforce Developer was asked
Q. What are the different types of flows in Salesforce?
Ans. 

Types of flows include autolaunched flows, screen flows, and scheduled flows.

  • Autolaunched flows are triggered by a process or record change

  • Screen flows guide users through a series of screens to collect information

  • Scheduled flows are triggered based on a schedule or time-based event

What people are saying about EY Global Delivery Services ( EY GDS)

View All
a software engineer
5d
Are HR folks the only ones working weekends?
I applied to EYGDS, Bangalore. HR called me last Saturday while I was sleeping, and when I woke up, I discovered that she is HR of EYGDS. No one expected HR to call on the weekend, so I tried to reach her via WhatsApp, LinkedIn, and phone, but she cut my call. I found HR jobs are like government jobs; they know employment is less in India, so they do not need to fish; fish itself comes to the net. Unprofessional behaviour! They may be working, but they must respect other people's time.
Got a question about EY Global Delivery Services ( EY GDS)?
Ask anonymously on communities.
A Salesforce Developer was asked
Q. What are the types of tables in reports?
Ans. 

Types of tables in reports include summary tables, matrix tables, and joined tables.

  • Summary tables provide a high-level overview of data, often with subtotals and grand totals.

  • Matrix tables allow for data to be grouped and summarized in rows and columns.

  • Joined tables combine data from multiple sources or objects in a single report.

A Salesforce Developer was asked
Q. How to convert Json data into string in LWC Can we do callouts from LWC? What is the precautions need to take care Before writing queaueable apex class? Have you worked on platform events? How to communicat...
Ans. 

To convert Json data into string in LWC, use JSON.stringify() method.

  • Use JSON.stringify() method to convert Json data into string in LWC.

  • Yes, callouts can be made from LWC using imperative Apex.

  • Precautions before writing queueable Apex class include governor limits, bulkification, and error handling.

  • Platform events can be used for inter-component communication in LWC.

  • To communicate unrelated LWC components, use Li...

EY Global Delivery Services ( EY GDS) Salesforce Developer Interview Experiences

3 interviews found

Salesforce Developer Interview Questions & Answers

user image Aditya Dhulipala

posted on 13 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is the by default sharing method followed by apex code
  • Ans. 

    Apex code follows the by default sharing method of 'with sharing'.

    • By default, Apex code enforces sharing rules that apply to the current user.

    • This means that the code runs in the user's context and respects their sharing settings.

    • Developers can also use 'without sharing' to bypass sharing rules if necessary.

  • Answered by AI
  • Q2. How to bypass sharing rules via apex class
  • Ans. 

    Bypassing sharing rules via apex class involves using 'without sharing' keyword in the class definition.

    • Use 'without sharing' keyword in the class definition to bypass sharing rules.

    • This keyword allows the apex class to ignore sharing rules and access all data regardless of the user's permissions.

  • Answered by AI
  • Q3. How to convert Json data into string in LWC Can we do callouts from LWC? What is the precautions need to take care Before writing queaueable apex class? Have you worked on platform events? How to communi...
  • Ans. 

    To convert Json data into string in LWC, use JSON.stringify() method.

    • Use JSON.stringify() method to convert Json data into string in LWC.

    • Yes, callouts can be made from LWC using imperative Apex.

    • Precautions before writing queueable Apex class include governor limits, bulkification, and error handling.

    • Platform events can be used for inter-component communication in LWC.

    • To communicate unrelated LWC components, use Lightni...

  • 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 LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are types of flows
  • Ans. 

    Types of flows include autolaunched flows, screen flows, and scheduled flows.

    • Autolaunched flows are triggered by a process or record change

    • Screen flows guide users through a series of screens to collect information

    • Scheduled flows are triggered based on a schedule or time-based event

  • Answered by AI
  • Q2. What are types of table in report
  • Ans. 

    Types of tables in reports include summary tables, matrix tables, and joined tables.

    • Summary tables provide a high-level overview of data, often with subtotals and grand totals.

    • Matrix tables allow for data to be grouped and summarized in rows and columns.

    • Joined tables combine data from multiple sources or objects in a single report.

  • Answered by AI
  • Q3. 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 table is used to improve query performance by reducing the number of joins needed.

    • It contains frequently accessed fields from standard and custom objects.

    • Data in skinny tables is automatically synchronized with the source objects.

    • Skinny tables are read-only and cannot be dir...

  • Answered by AI

Skills evaluated in this interview

Salesforce Developer Interview Questions & Answers

user image Bhupesh Kumar Turkar

posted on 1 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Integration related
  • Q2. Trigger related
  • Q3. LWC use case related ques.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Non related to technology
  • Q2. Very bad behavior company all person

Interview Preparation Tips

Interview preparation tips for other job seekers - Never do an interview with thus company

What people are saying about EY Global Delivery Services ( EY GDS)

View All
a software engineer
5d
Are HR folks the only ones working weekends?
I applied to EYGDS, Bangalore. HR called me last Saturday while I was sleeping, and when I woke up, I discovered that she is HR of EYGDS. No one expected HR to call on the weekend, so I tried to reach her via WhatsApp, LinkedIn, and phone, but she cut my call. I found HR jobs are like government jobs; they know employment is less in India, so they do not need to fish; fish itself comes to the net. Unprofessional behaviour! They may be working, but they must respect other people's time.
Got a question about EY Global Delivery Services ( EY GDS)?
Ask anonymously on communities.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. React JS, Python, SQL, Puzzles
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )

Round 2 - Technical 

(1 Question)

  • Q1. Asked for the introduction , then asked questions from the resume . Also the OOPS concept and interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give only neccessay answer of the question,do not say something extra

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the carve outs in various IND AS and IFRS
  • Ans. 

    Carve outs in IND AS and IFRS refer to exceptions or exclusions from the standard accounting treatment.

    • IND AS 101 allows first-time adopters to use previous GAAP for certain items

    • IFRS 1 allows exemptions for certain disclosures and retrospective application

    • IND AS 109 has carve outs for hedge accounting and impairment

    • IFRS 9 has carve outs for financial liabilities and macro hedging

    • IND AS 115 has carve outs for certain c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with IND As and process related questions
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Introduction

I applied via Referral and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on GST

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical rounds have detailed questions depending on designation. Should be updated on recent developments.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Accounting Journal Entries
  • Q2. Basic audit questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Accounting Journal Questions like bad debt journal entry

EY Global Delivery Services ( EY GDS) Interview FAQs

How many rounds are there in EY Global Delivery Services ( EY GDS) Salesforce Developer interview?
EY Global Delivery Services ( EY GDS) interview process usually has 1 rounds. The most common rounds in the EY Global Delivery Services ( EY GDS) interview process are Technical.
What are the top questions asked in EY Global Delivery Services ( EY GDS) Salesforce Developer interview?

Some of the top questions asked at the EY Global Delivery Services ( EY GDS) Salesforce Developer interview -

  1. How to convert Json data into string in LWC Can we do callouts from LWC? What ...read more
  2. What is the by default sharing method followed by apex c...read more
  3. How to bypass sharing rules via apex cl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

BDO India LLP Interview Questions
3.3
 • 82 Interviews
RSM India Interview Questions
3.3
 • 58 Interviews
NAV Backoffice Interview Questions
3.4
 • 33 Interviews
CohnReznick Interview Questions
3.6
 • 31 Interviews
Crowe Horwath Interview Questions
4.0
 • 30 Interviews
View all
EY Global Delivery Services ( EY GDS) Salesforce Developer Salary
based on 16 salaries
₹8.4 L/yr - ₹20 L/yr
104% more than the average Salesforce Developer Salary in India
View more details

EY Global Delivery Services ( EY GDS) Salesforce Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
3.7k salaries
unlock blur

₹11.8 L/yr - ₹27.4 L/yr

Assistant Manager
2.4k salaries
unlock blur

₹14.8 L/yr - ₹26 L/yr

Manager
1.9k salaries
unlock blur

₹24.9 L/yr - ₹46 L/yr

Senior Associate
1.8k salaries
unlock blur

₹9.6 L/yr - ₹17 L/yr

Consultant
1.8k salaries
unlock blur

₹6.3 L/yr - ₹16.4 L/yr

Explore more salaries
Compare EY Global Delivery Services ( EY GDS) with

Ernst & Young

3.4
Compare

TCS

3.6
Compare

Accenture

3.7
Compare

BDO India LLP

3.3
Compare
write
Share an Interview