Scenario Based Salesforce Interview Questions and Answers | Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

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

  • @Lok-q7w
    @Lok-q7w 2 หลายเดือนก่อน

    Thank you .. Really helpful and well explained

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

    Awesome explanation. It is very helpful in interview point of view. please upoad the videos like these

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

    Very well explained 👏👏. Looking forward for more videos

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

    Very well explained..... thank you and keep posting more valuable content....

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

      Thanks for your feedback.
      Yes I am working on more videos, you will get them soon.

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

    Thanks for this valuable one

  • @GauravGupta-tx7kc
    @GauravGupta-tx7kc ปีที่แล้ว +2

    Please add more videos in this series.. you video is very helpful

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

      Hi Gaurav,
      Thanks for feedback, yes I am working on more videos, You will get them soon.

  • @PratikshaMane-kx7vj
    @PratikshaMane-kx7vj ปีที่แล้ว

    nice explanation!!! Thank You

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

      Thanks for your feedback !!

  • @sudharsanc180
    @sudharsanc180 ปีที่แล้ว +4

    Looking for more scenarios bro. Apex, Flows and LWC

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

      Yes, you will get more questions in future parts. Keep watching, Keep Sharing

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

    Thank you for this

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

    Thanks bro. Nice explanation

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

      Thanks for the feedback!!!

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

    Sir please keep doing more videos

  • @maheshbabu-te8sk
    @maheshbabu-te8sk ปีที่แล้ว +1

    Can u mention like this scenerio based on admin or development like asynchronous programing like this

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

      Thanks for your feedback, Will start mentioning from future videos.

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

    Super bro 👍👏

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

    Thanks for these useful content..Can we get similar interview questions answers set for integration

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

      Thanks for your feedback!
      Sure will work for integration videos as well.

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

    Please find some of the questions.
    Why do we use after update triggers instead of before update when we ere trying to update other objects

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

      Sure Akshay,
      Will cover questions related to this scenario in future parts.

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

    How can we create a roll up summary field on account with contact ? Can you confirm? I think it's not possible by default.

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

      Yes we can create rollup summary on account with contact or opportunity simply as we create with other objects. We don't need to do any additional steps for that.

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

      @@forcefellow I think we can create roll up summary on account with opportunity but not with contact.
      Can you please try and share the video on this?

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

    Can you help me with the answer of the question I got in one of my interviews.
    Org has 100 users all have one profile, one role. OWD=Private. We have a Object called xyz. Now the requirement is that 10 users out of the 100 should access all the records of Object xyz. Object permissions are CRED for all the users.

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

      Create Permission Set and give "View All" access for object xyz. Assign the permission set to the 10 users. This should work.

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

    we can run a batch class from execute method I have tried it

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

      Yes, you can run but internally you will get error. Check batch logs in Setup=>Apex Jobs. There you will find actual error.

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

      @@forcefellow thank you