Salesforce interview questions || Coding scenario question - 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024
  • In this video, we'll walk you through a Salesforce interview question and provide a coding scenario question to help you understand the answer. We'll also discuss how to answer these questions and how to improve your coding skills.
    Hiring a coder is one of the most important steps you can take when starting a new business, and this video will help you prepare for the interviews that will help you secure the job of your dreams! We'll provide you with questions to ask during your Salesforce interview, as well as tips on how to answer coding scenarios. Thanks for watching!
    #salesforcedevelopers #coding #interviewquestions #salesforceinterviewquestions

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

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

    Nice Explanation thanks

  • @mchan9424
    @mchan9424 ปีที่แล้ว +2

    Super useful video friend.

  • @sanketg2
    @sanketg2 ปีที่แล้ว

    Thanks

  • @mchan9424
    @mchan9424 ปีที่แล้ว +2

    Logic should not be written in trigger as a best practice. In interviews will they ask us write in trigger?

    • @technogeeksfdc6731
      @technogeeksfdc6731  ปีที่แล้ว +2

      In interview they like to see the logic. As per best practice it should be in handler. But i was focusing on logic here. Next video I will use handler. Thanks

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

      ​@@technogeeksfdc6731, if more than 50000 records got updated ,then it will modify only 49999 records..what will happen to remaining one record..how we can tackle that ?

  • @shubkulkarni3487
    @shubkulkarni3487 ปีที่แล้ว

    Could you please explain more about second for loop, in detail ?

  • @The_middleclassgirl
    @The_middleclassgirl ปีที่แล้ว

    can you please explain about limit 49999??

    • @technogeeksfdc6731
      @technogeeksfdc6731  ปีที่แล้ว

      Actually Salesforce has a governor limit of 50000 records in one soql query. If your query returns more records than 50000 then it hit a fatal error and system terminates the execution. So just to avoid hitting that limit we put 49999 in soql queries. It's part of best practice that soql should have limit keyword in it

    • @The_middleclassgirl
      @The_middleclassgirl ปีที่แล้ว +1

      @@technogeeksfdc6731 thanks for reply

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

      @@technogeeksfdc6731 as per the best practice we are limiting 49999 in select query that is fine. If there are more than 49999 contacts needs to be updated then what will be the approach

  • @user-qt9uf1bb1m
    @user-qt9uf1bb1m 5 หลายเดือนก่อน

    not a good explanation