Deloitte's Salesforce Developer Interview questions || 3+ YOE || Salesforce developer interview prep

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

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

  • @Mtripathi347
    @Mtripathi347  3 месяца назад +1

    ruclips.net/video/lB66YJGdI1A/видео.html - Wrapper class
    www.apexhours.com/platform-cache/ - Platform Cache
    ruclips.net/video/zCrEy5gu7_g/видео.html - SingleSign On
    developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_stub_api.htm - Stub API
    www.linkedin.com/pulse/salesforces-stub-api-theheroforge/ - Stub API blog
    Credit to all the Blog creators I have shared here. Thank you for sharing your knowledge :)

  • @prasadmuthyala9625
    @prasadmuthyala9625 3 месяца назад +3

    I have 2.7 years of experience in Salesforce Development with lwc but from past 4 months I got only 2 to 3 calls after attended interviews there is no call back/feedback. Is there any suggestions from any seniors?????

    • @Ammu1123-o3c
      @Ammu1123-o3c 2 месяца назад +1

      same thing happening with me also no calls for salesforce now

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

    Thank you for sharing

  • @saurabhdiwatelwar4479
    @saurabhdiwatelwar4479 3 месяца назад

    For flows, we can also say like in record triggered flow we cannot control the context, it only runs in system mode , if the requirement is to perform the logic on user context then we will have to go with trigger.

    • @saikrishna2972
      @saikrishna2972 3 месяца назад +1

      I think you are wrong .
      Flows can run in user or system mode..
      Trigger always runs in system context as it doesn't consider user permissions

    • @saurabhdiwatelwar4479
      @saurabhdiwatelwar4479 3 месяца назад

      @@saikrishna2972 record triggered flow always run in system mode we cannot control it.

    • @saurabhdiwatelwar4479
      @saurabhdiwatelwar4479 3 месяца назад

      @@saikrishna2972 Trigger we can control by having with sharing or without sharing in the class

  • @rayanbanerjee6174
    @rayanbanerjee6174 3 месяца назад

    For that trigger we have to use seperate transactions right.. As it could lead us to mixed dml error

    • @nitish3667
      @nitish3667 3 месяца назад

      I think we don't need separate transactions as we will perform dml on just user , we are not updating contact in current scenario.

    • @rayanbanerjee6174
      @rayanbanerjee6174 3 месяца назад

      @@nitish3667 yes we are not updating contact .. But contact is getting updated right.. Not by the trigger we are creating... So I gse it will be considered as a single transaction and can lead us to that error

    • @SalesforceandInterviewsInHindi
      @SalesforceandInterviewsInHindi 3 месяца назад

      @@rayanbanerjee6174 @nitish3667 We will not get Mixed DML error here

    • @shubhampandey7489
      @shubhampandey7489 3 месяца назад

      I think we won't get a mixed dml exception even though we are updating the records in the same transaction, reason being we are updating the user phone number.If we would be updating user email then we would get the exception.

  • @reemameher5406
    @reemameher5406 3 месяца назад

    Is Deloitte is hiring for salesforce developers now??

  • @sunilmlwc
    @sunilmlwc 3 месяца назад +1

    audio is not audible , very low voice

    • @Mtripathi347
      @Mtripathi347  3 месяца назад +1

      Then plz use headphones .. as it can not get better than this from my side

  • @ypravallika9080
    @ypravallika9080 3 месяца назад

    @Mtripathi347 What is trigger Factory?