Salesforce Batch Apex Interview Questions

Salesforce Batch Apex Interview Questions

SFDC Ninja

7 месяцев назад

6,865 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@prashantrohankar2000
@prashantrohankar2000 - 13.03.2024 09:19

Thank you for sharing! 😊

Ответить
@goldylodhi2116
@goldylodhi2116 - 13.03.2024 16:56

Sir which software u use to edit your videos... Btw nice explanation

Ответить
@arunimakashyap6207
@arunimakashyap6207 - 13.03.2024 20:01

Clear explanation. Thanks

Ответить
@pradeepkumars975
@pradeepkumars975 - 14.03.2024 09:05

Hello Sfdc ninja, Here is another interview question on trigger from Salesforce company :
Write a trigger to compare values between same fields in Opportunity object but fields can be modified in future. For example : you are comparing Amount, Stage in trigger but later some time those comparable fields will be changed. So how to achieve this to dynamically compare fields in Opportunity trigger?

Ответить
@SalesforceTeacher
@SalesforceTeacher - 19.03.2024 06:21

amazing content, best regards from latam

Ответить
@SathishKumar-ok6tu
@SathishKumar-ok6tu - 20.03.2024 04:41

Awesome Video. You have covered pretty much everything.

Ответить
@kashishbansal3024
@kashishbansal3024 - 29.03.2024 20:51

Hello SFDC Ninja,
I have one doubt if we are using static variables then with the use of a Database.Stateful, the variable also gets reset or it will maintain its state.

Ответить
@samarthasahoo7374
@samarthasahoo7374 - 31.03.2024 10:09

Hello SFDC NINJA,

Hope you are doing well.
Your videos were very informative and helpful.
Thanks for creating such content.
I have a doubt .Please clarify .

I have 10000 records and in a batch of 3000 I am using the batch apex. Can you tell me how many times the start(),execute(),finish() method will work?

Waiting for your input......

Ответить
@jagrutibhoir2886
@jagrutibhoir2886 - 17.05.2024 18:57

can i get this questions in document

Ответить
@explore-everything-withme
@explore-everything-withme - 02.07.2024 10:46

Thank you for your video.
I have a question , it is mentioned that we can process max 200 records at a time in execute method.
Then how we are calculating how many times the execute method will be executed to process the 1236 records by specifying batch size as 400.

Anyone please clear this doubt.

Ответить
@shivanandtotar4357
@shivanandtotar4357 - 23.07.2024 21:44

good information

Ответить
@namanshetty2781
@namanshetty2781 - 06.08.2024 06:48

What's the difference between : database.getQuerylocator and datatable.querylocator.
Because in Salesforce documentation the governor limit for records retrieved by database.getquerylocator is 10 thousand but you told it's 50 million. Wanted clarity for it

Ответить