Salesforce interview questions || Coding scenario question - 1

Поділитися
Вставка
  • Опубліковано 16 бер 2023
  • 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 3 місяці тому +1

    Nice Explanation thanks

  • @mchan9424
    @mchan9424 Рік тому +2

    Super useful video friend.

  • @sanketg2
    @sanketg2 Рік тому

    Thanks

  • @shubkulkarni3487
    @shubkulkarni3487 11 місяців тому

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

  • @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 5 місяців тому

      ​@@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 ?

  • @ashwiniz9114
    @ashwiniz9114 Рік тому

    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

    • @ashwiniz9114
      @ashwiniz9114 Рік тому +1

      @@technogeeksfdc6731 thanks for reply

    • @deboleenadutta1448
      @deboleenadutta1448 4 місяці тому

      @@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 3 місяці тому

    not a good explanation