Startup Interview Questions for Salesforce Developer | 4+ YOE | May 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ค. 2024
  • In this video i am sharing :
    Interview questions for Experienced Salesforce Developer
    Interview questions for Experienced salesforce Developer
    Questions for Freshers
    Interview questions in Salesforce
    Want to Connect with me one to one :
    topmate.io/salesforce_in_5_minutes

ความคิดเห็น • 24

  • @kumarvenkat739
    @kumarvenkat739 25 วันที่ผ่านมา +1

    Pls post more videos..How to set up for a mock with you

    • @salesforcein5minutes
      @salesforcein5minutes  25 วันที่ผ่านมา

      You can set mock with me by following this link : topmate.io/salesforce_in_5_minutes

  • @gubbalasovinay5746
    @gubbalasovinay5746 หลายเดือนก่อน +3

    for the first question can you pls create a separate video for LWC component and explain in detail so that we can learn that feature ,its helps in our interview

    • @salesforcein5minutes
      @salesforcein5minutes  หลายเดือนก่อน +1

      Okay ill uplaod this answer asap

    • @gubbalasovinay5746
      @gubbalasovinay5746 หลายเดือนก่อน

      @@salesforcein5minutes thank you so much 😊

    • @gubbalasovinay5746
      @gubbalasovinay5746 หลายเดือนก่อน

      @@salesforcein5minutes waiting for your video 🙂

    • @sfdcbasics22
      @sfdcbasics22 หลายเดือนก่อน +1

      Yes , Please we want the First LWC Scenario

    • @salesforcein5minutes
      @salesforcein5minutes  หลายเดือนก่อน

      @@sfdcbasics22 sure man in process will upload soon

  • @saptarshidas7877
    @saptarshidas7877 26 วันที่ผ่านมา +1

    For the trigger scenario I think there should be a Delete scenario as well. What you think?

    • @salesforcein5minutes
      @salesforcein5minutes  25 วันที่ผ่านมา

      Yeah sure there should be, but these are the questions that are asked to me in my recent interview and not actually formed by me

    • @saptarshidas7877
      @saptarshidas7877 25 วันที่ผ่านมา +1

      @@salesforcein5minutes I'm just talking from general business use case scenario. Thanks for sharing the questions ✌🏻

    • @salesforcein5minutes
      @salesforcein5minutes  25 วันที่ผ่านมา

      @@saptarshidas7877 yeah sure will add questions based of that as well, thanks for suggestion 😀

  • @vemula_abhinay
    @vemula_abhinay หลายเดือนก่อน +1

    Hey! In the Opportunity Trigger question, It fails in the update context, you are actually overriding the value on the account with the new opportunity amount value. The other existing opportunity's amount aren't taken into consideration.
    Instead, we can collect the accountId's into a SET, query over AccountList : [Select id,amount,(Select id,amount from Opportunities) from Account where accountId IN: ] --> Loop over this list,
    get all the opportunity sum from subquery and add it to the account Amount, then update AccountList.
    Correct me if i am wrong.
    Thanks in advance.

    • @salesforcein5minutes
      @salesforcein5minutes  หลายเดือนก่อน

      Makes Sense you can Also Check if New value and Existing value is same and If it is same then Just Skip the Update that might also Work,
      The Answers that i give in this video are the exact answers that i give in interview, so that people might learn from My Mistakes

  • @rakeshgajjala1264
    @rakeshgajjala1264 หลายเดือนก่อน +1

    In updating total__c in account if you assign the value from your map then what If the total__c is already having a value? Instead of assigning the value from your map you need to add that value to the total__c current value. Correct me if I am wrong

    • @salesforcein5minutes
      @salesforcein5minutes  หลายเดือนก่อน

      You can also check if the value of map and total is same then there is no point of updating again!
      And yes you can always do it the way you mentioned

  • @VenusriM
    @VenusriM หลายเดือนก่อน +1

    Please post job openings also if any .

  • @rakeshgajjala1264
    @rakeshgajjala1264 หลายเดือนก่อน +1

    Upon deletion of the account all its contacts will get deleted automatically right. Then why do we need to delete the contacts ?

    • @salesforcein5minutes
      @salesforcein5minutes  หลายเดือนก่อน

      Interviewer asked me to write a specific code for it! Thats the reason

  • @hemantbobbili7663
    @hemantbobbili7663 16 วันที่ผ่านมา +1

    Bro do you provide training