Salesforce Admin Interview with Salesforce MVP | Part 1 | By Salesforce Engineer

preview_player
Показать описание
In this video, I conduct a mock Salesforce Coding and Admin interview with Salesforce MVP, Narender Singh. I have conducted many interviews for Salesforce in the past 3 years and you will get to feel a real interview setup in this video. Most of product tech companies follow similar interview pattern.

Follow Narender on twitter @Nads_P07

Please share this video and subscribe to the channel if you love my content.

Content By: Manish Choudhari
Editor: Manish Choudhari
Рекомендации по теме
Комментарии
Автор

****FREE LWC COURSE

Are you someone or do you know someone who recently appeared for a Salesforce Developer interview at Google/Amazon/Uber/Salesforce or any major product company?

Then reach out to me at *sfdcfacts@**gmail.com* to share your interview experience and get access to LWC udemy course for

SFDCFacts
Автор

Discount workflow with re - evaluation,
Amount =100 so,
WF1 will be triggered and final amount would be 80K,
Then WF2 will be triggered and final amount would be 100k,
then again WF1 will be triggered and then final amount would be 80k,
After that WF2 would not be triggered because it has no re-evaluation.

So answer would be 80K

Same for the last test case. Amount would be 100k

Correct me if I am wrong.

meethinsu
Автор

That's very creative manish..
This kind of content we expect from other Salesforce channels as well.... I hope others will follow your path and create awareness about interview process and questions.. Keep uploading more videos.. 👍👍

AshishSharma-mnuc
Автор

Very interesting questions. It was a very engaging video thanks.
BTW just for info 20% decrement in 100 is 80. But 20% increment in 80 is not 100, its 96.

kunalsinghgusain
Автор

When did you create your last Salesforce Flow? What was the requirement and why did you choose Flow?
This is how I would have addressed the question:
I was given a requirement recently where they want certain related records to be deleted when a field on the parent record meet certain criteria. I started by looking at the declarative tools available to me.
1. Workflow rules (WF): I couldn't use WF because it’s incapable of deleting a record.
2. Process builder can't also be used for this requirement. Although, it’s capable of performing more automation than WF, it’s also incapable of deleting records.
Flows was my last and chosen option. I choose Flows because an autolaunched flow – “Record-Triggered Flow” can be used to delete a record when a record is created or updated using the delete records element. Although a trigger could be created for this use case it’s a best practice to always adopt the simplest solution before code is considered.

ameensams
Автор

It will really support with an interview in the future... I do watch every video from this channel... Thank you for your valuable knowledge&Time. Be Safe Take care :)

pramodbodkhe
Автор

Lmao wow. I'm speechless on your effort to disable closed captioning on all of your videos. Well done

Peter-pdhy
Автор

Manish, thank you for this mind teaser scenario. I actually tried above scenario in my dev org and following are the findings:

WFR1: Acc WF Amount Grt or Equal 100
WFR2: Acc WF Tax on Amount



Test 1: both actions are NO re-evaluate
Input: Amount is 50
Output: Total Amount is 70 //WFR2 applied because Amount is less than 100

Test 2: both actions are NO re-evaluate
Input: Amount is 100
Output: Total Amount is 80 //WFR1 applies because Amount is equal to 100, so 20% discount


Test 3: WFR1 Action :: re-evaluate and WFR2 Action :: NO re-evaluate
Input: Amount is 100
Output: Total Amount is 100 //WFR1 Action: value=80, WFR2 Action: value=100

Test 4: WFR1 Action :: re-evaluate and WFR2 Action :: re-evaluate [Both actions re-evaluate]
Input: Amount is 100
Output: Total Amount is 100 //WFR1 Action: value=80, WFR2 Action: value=100

Test 5: WFR1 Action :: NO re-evaluate and WFR2 Action :: re-evaluate
Input: Amount is 100
Output: Total Amount is 80 //only WFR1 Action: value=80 is applied



From above tests, Test#3 and Test#5, if first WFR action is not set to re-evaluate then further other WFR actions will not be performed.
Also as mentioned in video, I did not observed any error in debug logs when both the actions are re-evaluate.


Please correct me if I am wrong.

tejasdeshmukh
Автор

Very valuable and informative content Manish and Narendra.thank you very much🙂

rameshaion
Автор

Manish you are much more knowledgeable than a MVP

TheChetnasaini
Автор

Workflow question - Domino effect if both are marked for reevaluation.

manj
Автор

Ur teaching is amazing 👌 . Plz do video on atleast 50 advanced formula fields with combination of if, ispicval, and, or...ect plz cover some important functions.

Kyb
Автор

very good manish bro, thanks for wonderful session.

HumbleNishachar
Автор

Really great content... Looking forward for more such videos.. 👍😊

jamilakhtar
Автор

Thanks . Will Request Do interview with Annoynoums People

And It should be sams like Resume Screening and Feedback

Great Work ! True Ohana

amitsethi
Автор

Its really super helpful for anyone, thanks for coming up with useful content.

vinodazure
Автор

Very valuable. Please make more videos like this 🙂

prakaranverma
Автор

Nice Content deserves more Subscribers

thehyderabadcommunitiesstu
Автор

interview session is good to know the real-time environment techniques.  Thankful for this session

krishacareertalks
Автор

2nd Q, will the purchase record not be deleted as the product record got deleted?

jayamadhavi