Salesforce Developer Interview preparation Bootcamp || Day 3 #salesforce #deloitte #interview

preview_player
Показать описание
Questions we have covered today -
Deloitte Technical Consultant Interview Questions:
1. If we have 1000 users and at profile level they all have CRUD access.
Now if we want to give one user only Read access. How can we do that ??
2. We have N number of existing Account record and we have One existing field on Account record named as Saving
and on related contact records we have created one new field named as Balance and this balance field stores valus
as 'Saving ÷ No. Of Related Contacts'. How can we populate the value on the Balance field ??
3. Can we pass 1 as a parameter in future method.
4. How can we implement future method in trigger and what trigger event we will use.
5. How to call apex class in lightning flow and pass value to each other
6. How to call LWC inside flow and vice versa.
7. Write LWC code , On UI we have 4 fields and one update button and
on click of that button a current record should be update.
8. Difference between lightning-record-form and lightning-record-edit form
9. How we get the recordId in LWC component.
11. How we write test class for future method.
12. what are two methods which we use specifically when we are writing test class for batch apex.
13. We have one child component which contains a method, now
I want to call that method inside our parent component. How can we do that
14. Tell me scenario where you faced challenge while working on LWC
15. How we identify relationship in SOQL for both custom and standard objects.
Рекомендации по теме
Комментарии
Автор

Thank you @Mtripathi for making this videos, it helped for my preparations and I got offer in Salesforce company

Travel-and-More
Автор

Thank you very much Mohit for this video.
Just help us by putting the LINKS in comment or in detail of video which you have shown in video.

smiledaily
Автор

Hello Mohit,
Will they ask questions on aura or visualforce page.If yes, can you please cover question on the same in your video or shorts?

sn
Автор

Hi Mohit, I want to join your interview prep session. Where i could find the link to join that. If anyone knows about this, please provide me the link, that would be appreciated. Thanks in advance

shahnavajhusain
Автор

Q3. Ans: We can't pass 1 as a parameter to a future method. If you try this in the Developer Console, you'll encounter an error. Example: @future public static void getNum(integer 1){}

Автор

Hi Mohit, How can I access previous vedios of batch 1 and 2?

vaibhavjoshi