🚀 Level Up Your Salesforce Skills! 🚀 Sign up for my Salesforce Interview Prep Course and get: 1⃣ Access to All Recordings: Covering all the important Salesforce topics. 2⃣ Mock Interviews: Practice and get better at interviews. 3⃣ Community Support: Get your doubts answered anytime by our awesome community. 4⃣ Resume Review: Personalized feedback to make your resume stand out. 5⃣ 1:1 Career Advice: Chat with me directly about those tough career decisions. 6⃣ Weekend Doubt Sessions: Join live Q&A sessions to clear up any confusion. 7⃣ Helpful Notes: Quick and easy reference for your studies. 💥 All of this for just ₹499, the lowest price ever! Plus, you can check out the free preview to see how we cover Salesforce topics before you decide. 🔗 Enroll now: salesforceandinterviews.graphy.com/
Hi Mohit, Thanks for the explanation for each question of Gartner interview. Please take rest you're looking quite low we are not in rush we can wait for your recovery. Health is priority. Get well soon.
@@Mtripathi347 and i think conceptually we can be clear but when i gave director round it was based more on business and the holistic view of the project and that was the tougher part because those weren’t questions we expect
@@Chunnu-r1q1 that's how Techno Managerial interview happens now... more around projects .. do share your learnings with others so that they can take advantage from your experience.
@@Mtripathi347 yes true i was very conceptually clear in the first round but to have a holistic view is completely different sir…from that interview I learnt how to work on a project in corporate there are things beyond technical expertise
Hello @Mohit, Thanks for sharing the video, It's very nice and usefull, Could you share the link for below one 9. there is a cmp on record page, we want to display this cmp to only 5 user in my org from differ profiles. In future this number may rise to 10,15. What solution will you implement
Create custom permission and add that in a permission set. Now assign this permission set to required user. In flexi page add the component visibility based on custom permission.
@@mukultembhurne9280 i guess even if i use relation query i can return those accounts..In js i can segregate cons,opps to some property.. That way i use only 1 Query
🚀 Level Up Your Salesforce Skills! 🚀
Sign up for my Salesforce Interview Prep Course and get:
1⃣ Access to All Recordings: Covering all the important Salesforce topics.
2⃣ Mock Interviews: Practice and get better at interviews.
3⃣ Community Support: Get your doubts answered anytime by our awesome community.
4⃣ Resume Review: Personalized feedback to make your resume stand out.
5⃣ 1:1 Career Advice: Chat with me directly about those tough career decisions.
6⃣ Weekend Doubt Sessions: Join live Q&A sessions to clear up any confusion.
7⃣ Helpful Notes: Quick and easy reference for your studies.
💥 All of this for just ₹499, the lowest price ever! Plus, you can check out the free preview to see how we cover Salesforce topics before you decide.
🔗 Enroll now: salesforceandinterviews.graphy.com/
Omg 17:42 these questions are very complex..who wilould think of all these scenarios man😱
Hi Mohit,
Thanks for the explanation for each question of Gartner interview.
Please take rest you're looking quite low we are not in rush we can wait for your recovery.
Health is priority.
Get well soon.
Can't I use a parent child query to fetch contacts and opportunities in the same accountlist and parse it in js or html ?
I just gave gartner second round which was even tougher than this one as it was with director😬
@@Chunnu-r1q1 i wish u all the best 👍👍
@@Mtripathi347 and i think conceptually we can be clear but when i gave director round it was based more on business and the holistic view of the project and that was the tougher part because those weren’t questions we expect
@@Mtripathi347 so many you tube channels i saw before interview none of them had a technical round like that
@@Chunnu-r1q1 that's how Techno Managerial interview happens now... more around projects .. do share your learnings with others so that they can take advantage from your experience.
@@Mtripathi347 yes true i was very conceptually clear in the first round but to have a holistic view is completely different sir…from that interview I learnt how to work on a project in corporate there are things beyond technical expertise
Hello @Mohit, Thanks for sharing the video, It's very nice and usefull, Could you share the link for below one
9. there is a cmp on record page, we want to display this cmp to only 5 user in my org from differ profiles. In future this number may rise to 10,15. What solution will you implement
Create custom permission and add that in a permission set. Now assign this permission set to required user. In flexi page add the component visibility based on custom permission.
Thank you @@milanyadav8557 :)
Mohit sir, how can I become your student?
Q1) Can't i use relation Soql query and send accounts instead of wrapper ?
+1
You can use it, but how would you filter the data in client side. Wrapper would be preferred way.
@@mukultembhurne9280 i guess even if i use relation query i can return those accounts..In js i can segregate cons,opps to some property..
That way i use only 1 Query