Deloitte's Salesforce Developer Interview questions || 3+ YOE || Salesforce developer interview prep
Вставка
- Опубліковано 9 лют 2025
- ✅Deloitte's Salesforce Developer Interview questions || 3+ YOE || Salesforce developer interview prep👇👇@Mtripathi347
🙏🙏 Watch The Video & Don’t Forget to Like, Comment, Subscribe, & Share 🧡
👉👉 / @mtripathi347
1.Question was related to Apex - Given a list of account records, write an apex method that groups the Accounts by their industry field and returns the count of Accounts for each industry
2.Write a trigger to update the user phone number as same as the contact phone number once the contact phone number gets updated (2 class, one annotated with @future)
3.When to choose flows over trigger
4.When to choose trigger over flows
5.Once the record is updated, you need to invoke the batch - what will you choose to flow or trigger?
6.A flow is triggering an email to user but the email is not being sent and throwing an error send email not allowed. What could be the reason
7.How can we get the flow error emails to DevOps group id email
8.What is Owd? What access can be provided? What's the default access for external and internal?
9.How can we give the same access by apex, write sample code (apex sharing), cross questions asked - if the row case is custom, what will happen
10.Data loader - while working with the data loader, what error you have faced and how did you resolve it?
11.What is the wrapper class? Write a sample code to show an account with related case, contact and opportunities
12.What is the platform cache? Have you worked on it?
13.What is the difference between SAML and SSO
14.What is the STUB API
🔶 WATCH MORE VIDEOS
✅ Day 11- Implement Trigger Handler in apex || Practical usage of Inheritance in apex#salesforce
👉 • Day 11- Implement Trig...
✅ Unlock More Interview Opportunities: How to Apply Smartly || Salesforce Interview Preparation
👉 • Unlock More Interview ...
✅Ultimate Resume Preparation Guide 2024 || Salesforce Developer Interview Preparation
👉 • Ultimate Resume Prepar...
✅ Salesforce Interview Question of the day || Salesforce Developer Interview Preparation #salesforce
👉 • Salesforce Interview Q...
✅ Heap Size Governor Limit in Salesforce || Salesforce Developer Interview Preparation #salesforce
👉 • Heap Size Governor Lim...
✅Amazon Interview Questions for Salesforce Developer Role || Salesforce Developer Interview Prep
👉 • Amazon Interview Quest...
✅ Career in Salesforce from Other Technologies || Salesforce Interview expectations
👉 • Career in Salesforce f...
✅Nagarro Salesforce Interview || Round 2 || Salesforce Developer Interview Question and Answers
👉 • Nagarro Salesforce Int...
✅Syllabus of Object Oriented Apex Course || Salesforce Developer Interview preparation #salesforce
👉 • Syllabus of Object Ori...
✅ Object Oriented Apex Members only Course || Introduction Video || Salesforce Developer
👉 • Object Oriented Apex M...
#Salesforce #SalesforceResume #SalesforceJobs #ResumeTips #SalesforceCareers #ResumeWriting #SalesforceAdmin #SalesforceDeveloper #SalesforceConsultant #JobSearch #ResumeGuide #InterviewPreparation #SalesforceInterview #SalesforceCertification #SalesforceJobTips #TechJobs #CRM #CareerAdvice #JobPreparation#salesforce #Trigge_rHandler #interview #education #motivation #jobinterview #ceo #podcast #painting #Salesforce_&_Interviews #acrylicpainting #Salesfor_cetopics #salesforcetrainig #youtubeshorts #salesforcedeveloper #acrylicpaintingtutorial #omletarcade #customersuccess #entrepreneu
ua-cam.com/video/lB66YJGdI1A/v-deo.html - Wrapper class
www.apexhours.com/platform-cache/ - Platform Cache
ua-cam.com/video/zCrEy5gu7_g/v-deo.html - SingleSign On
developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_stub_api.htm - Stub API
www.linkedin.com/pulse/salesforces-stub-api-theheroforge/ - Stub API blog
Credit to all the Blog creators I have shared here. Thank you for sharing your knowledge :)
Super
For flows, we can also say like in record triggered flow we cannot control the context, it only runs in system mode , if the requirement is to perform the logic on user context then we will have to go with trigger.
I think you are wrong .
Flows can run in user or system mode..
Trigger always runs in system context as it doesn't consider user permissions
@@saikrishna2972 record triggered flow always run in system mode we cannot control it.
@@saikrishna2972 Trigger we can control by having with sharing or without sharing in the class
Thank you for sharing
I have 2.7 years of experience in Salesforce Development with lwc but from past 4 months I got only 2 to 3 calls after attended interviews there is no call back/feedback. Is there any suggestions from any seniors?????
same thing happening with me also no calls for salesforce now
Have u got job brother?
@@abhishekpatinge5108 nope
@@abhishekpatinge5108 no still trying
For that trigger we have to use seperate transactions right.. As it could lead us to mixed dml error
I think we don't need separate transactions as we will perform dml on just user , we are not updating contact in current scenario.
@@nitish3667 yes we are not updating contact .. But contact is getting updated right.. Not by the trigger we are creating... So I gse it will be considered as a single transaction and can lead us to that error
@@rayanbanerjee6174 @nitish3667 We will not get Mixed DML error here
I think we won't get a mixed dml exception even though we are updating the records in the same transaction, reason being we are updating the user phone number.If we would be updating user email then we would get the exception.
audio is not audible , very low voice
Then plz use headphones .. as it can not get better than this from my side
Now a days interview more dependent on lwc nor admin excluding security and flows
@@sandeepavasthi9947 I agree with y
Is Deloitte is hiring for salesforce developers now??
Yes
@Mtripathi347 What is trigger Factory?