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

Поделиться
HTML-код
  • Опубликовано: 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

Комментарии • 25

  • @saylikinage6107
    @saylikinage6107 9 дней назад +1

    createdDate points to date 5 years back
    So query should be createdDate > = fiveyearsDate [greater than]

  • @gubbalasovinay5746
    @gubbalasovinay5746 2 месяца назад +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

  • @vemula_abhinay
    @vemula_abhinay 2 месяца назад +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

  • @kumarvenkat739
    @kumarvenkat739 Месяц назад +1

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

    • @salesforcein5minutes
      @salesforcein5minutes  Месяц назад

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

  • @rakeshgajjala1264
    @rakeshgajjala1264 2 месяца назад +2

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

    • @salesforcein5minutes
      @salesforcein5minutes  2 месяца назад

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

  • @rakeshgajjala1264
    @rakeshgajjala1264 2 месяца назад +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  2 месяца назад

      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 2 месяца назад +1

    Please post job openings also if any .

  • @saptarshidas7877
    @saptarshidas7877 Месяц назад +1

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

    • @salesforcein5minutes
      @salesforcein5minutes  Месяц назад

      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 Месяц назад +1

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

    • @salesforcein5minutes
      @salesforcein5minutes  Месяц назад

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

  • @hemantbobbili7663
    @hemantbobbili7663 Месяц назад +1

    Bro do you provide training