Salesforce Interview questions and answers | Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ค. 2023
  • Find the Most asked interview questions for 3+ years experience in salesforce.
    Find more content on salesforce by subscribing to our channel

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

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

    with respect you are wrong here 1:25 because :
    Executes workflow rules. If there are workflow field updates:
    1. Updates the record again.
    2. Runs system validations again. Custom validation rules, flows, duplicate rules, processes built with Process Builder, and escalation rules aren’t run again.
    3. Executes before update triggers and after update triggers, regardless of the record operation (insert or update), one more time (and only one more time)

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

      Yep thats correct agreed thanks for correcting pinning this one thanks again

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

      So the answer is : Validation won't be fired right?

  • @swatisharma-oz6df
    @swatisharma-oz6df 12 วันที่ผ่านมา +1

    Can you take this one in your next video. write a trigger to get the product count of opportunity and update count field on account

    • @salesforcein5minutes
      @salesforcein5minutes  12 วันที่ผ่านมา

      @@swatisharma-oz6df sure will do video on same

  • @vindhyasravan8256
    @vindhyasravan8256 7 หลายเดือนก่อน +1

    Thanks for the good content. One more subscriber😊

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

      Will keep uploading such content 😃, thanks for subscribing and watching

  • @dnyaneshlohar6954
    @dnyaneshlohar6954 16 วันที่ผ่านมา

    For 3rd scenario(3 user) Will permission set override owd (private)?

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

    Subscribed. Do more videos bro. Thanks

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

      Thanks for subscribe i have uploaded multiple videos and will be doing in future as well ☺

  • @learnwithkids3471
    @learnwithkids3471 6 หลายเดือนก่อน +1

    Thankyou

  • @andhravantalu7535
    @andhravantalu7535 10 หลายเดือนก่อน +1

    In count trigger scenario you are not following trigger framework interviewer will see first we are mainting that or not and i think we can fetch count through soql in handler class and that can used further na ?

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

      We can do that but its interview and thats fine they are looking at your problem solving skills

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

      @@salesforcein5minutes ofcourse yes but for experianced mainly in interview if we dont follow that framework they will reject straight away my personal experience

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

    For 3rd question. It may be possible that all records are shared with abhishek using sharing setting?

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

      Actual req is that abhishek is able to see all the records of all ppl, and we had only 3 ppl so thats why modify all and view all is correct,
      And if we had to work with sharing settings then for each user we have to create sharing setting for each user

  • @user-ip6hk3gc4q
    @user-ip6hk3gc4q 7 หลายเดือนก่อน +1

    Pertaining to the count question, shouldn't we use Salesforce Flows?

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

      Yes we can, as we have to loop and flows also gives the power to loop over records

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

    Great video bhai....
    Suggest some resource to learn apex development in depth....

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

      I will upload more scenario based on this channel itself, thanks for support😃

  • @momoking11
    @momoking11 8 หลายเดือนก่อน +1

    in question 1 is it populate insert, or update?