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

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

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

    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 5 หลายเดือนก่อน +2

      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 5 หลายเดือนก่อน +1

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

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

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

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

    Thank you for sharing

  • @prasadmuthyala9625
    @prasadmuthyala9625 5 หลายเดือนก่อน +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 4 หลายเดือนก่อน +1

      same thing happening with me also no calls for salesforce now

    • @abhishekpatinge5108
      @abhishekpatinge5108 18 วันที่ผ่านมา

      Have u got job brother?

    • @prasadmuthyala9625
      @prasadmuthyala9625 18 วันที่ผ่านมา

      @@abhishekpatinge5108 nope

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

    Now a days interview more dependent on lwc nor admin excluding security and flows

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

      @@sandeepavasthi9947 I agree with y

  • @Mtripathi347
    @Mtripathi347  5 หลายเดือนก่อน +4

    th-cam.com/video/lB66YJGdI1A/w-d-xo.html - Wrapper class
    www.apexhours.com/platform-cache/ - Platform Cache
    th-cam.com/video/zCrEy5gu7_g/w-d-xo.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 :)

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

    audio is not audible , very low voice

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

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

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

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

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

      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 5 หลายเดือนก่อน

      @@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 5 หลายเดือนก่อน

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

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

      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 5 หลายเดือนก่อน

    Is Deloitte is hiring for salesforce developers now??

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

    @Mtripathi347 What is trigger Factory?