Scenario Based Salesforce Interview Questions and Answers | Part 1

Поділитися
Вставка
  • Опубліковано 27 лип 2024
  • In this video, you will see mostly asked salesforce scenario based salesforce interview
    questions & answers related to Apex / Asynchronous Apex / Integrations / Admin Customization
    and Lighting Web Components. And this video covers below questions-
    Can we set execution order batch classes?
    Can we call another batch class from start and execute method as well?
    What will happen if error occurs in 2nd batch transaction then, further batch transactions will execute or not?
    How to aggregate data in batch class and pass into another batch class ?
    How to prevent recursion in triggers?
    How to preview LWC components on local system, without deploying on Salesforce Org?
    Can we call wire method on button click in LWC?
    Can we call batch class from Lighting components?
    What kind of relationship is there between Account and Opportunity/Contact?
    What are the advantages of using Named credentials over remote site settings?
    LWC interview preparation series:-
    • LWC Interview Preparation
    LWC Crash Course
    • Lightning Web Componen...
    Prevent recursion in triggers:-
    • Prevent recursion in A...
    Contact Details:-
    Email Address: forcefellow@gmail.com
    #salesforceinterviewquestions #scenariobasedsalesforceinterview #salesforceinterviewprepration
    #salesforceinterviewquestionsanswers #salesforceadvanceinterviewquestions #salesforcedeveloperinterviewquestions
    #salesforcedeveloperinterviewpreprations #salesforce #scenariobasedinterviewquestions #apexinterviewquestions
    #asyncapexinterviewquestions #batchinterviewquestions #batchclassesinterviewquestions

КОМЕНТАРІ • 31

  • @kumarvenkat739
    @kumarvenkat739 Місяць тому

    Thanks for this valuable one

  • @saisanghi4779
    @saisanghi4779 8 місяців тому

    Very well explained 👏👏. Looking forward for more videos

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

    Thank you for this

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

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

  • @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.

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

    Thanks bro. Nice explanation

  • @PratikshaMane-kx7vj
    @PratikshaMane-kx7vj Рік тому

    nice explanation!!! Thank You

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

    Sir please keep doing more videos

  • @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.

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

    Super bro 👍👏

  • @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

  • @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.

  • @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.

  • @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