Part 3 - Salesforce Scenario Based Interview Question

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

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

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

    Very useful. Thank you very much!

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

    Very great explanation Ankit. Could you please let me know which app you use in video/screen recording purpose?

  • @kishankumar-yj6fo
    @kishankumar-yj6fo 2 หลายเดือนก่อน

    5:14
    For the candidate/interviewer question, can we not use record-triggered flow to create/delete share records based on interviewer lookup field update?

  • @jayajha4799
    @jayajha4799 3 หลายเดือนก่อน +2

    If users are logged in when their login hours end, they can continue to view their current page, but can’t take any further action.

  • @ShravaniHoley-d3p
    @ShravaniHoley-d3p 2 หลายเดือนก่อน

    Hello Ankit, can you make any videos on Vlocity Development as well.
    Your videos are really helpful, thank you for the questions you provided

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

    Hello Ankit
    if we use Time-dependent flow for both setup and non-setup object in a single flow ,it with take either Scheduled path or sync. flow so in one flow two operation at a same time not possible

  • @SolitudeStar2226
    @SolitudeStar2226 25 วันที่ผ่านมา

    Point to be noted.... Share object only available if Objects OWD is private.

  • @ShahbazKhan-hz4ds
    @ShahbazKhan-hz4ds 3 หลายเดือนก่อน

    Hi Ankit,
    Thanks for this scenario based interview question series, eagerly waiting for next part.
    Please find below my answers for the questions:
    1. @AuraEnabled limitations
    User must have permission to access the Apex class

    2. restrict users from accessing the salesforce outside of regular business hours
    - Under profile of user we can define Login Hours
    3. What if user is logged in when their login hours end
    - user will be able work even if it is outside of defined working hours but if he logs out then he cannot.

    4. keep track of changes made to the metadata and setup configurations in salesforce
    - View setup audit trail

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

      Recheck third one.
      For first one, you are talking about Apex consideration, ask for @AuraEnabled method

    • @royjose.
      @royjose. 3 หลายเดือนก่อน

      3. it will logout if we navigate to any tab or page or the page will not respond once the user crosses the login hours. i faced a similar scenario. @TechJourneyWithAnkit correct me if I am wrong

    • @ShahbazKhan-hz4ds
      @ShahbazKhan-hz4ds 3 หลายเดือนก่อน

      @@TechJourneyWithAnkit for the first I was saying user should have access to the Apex class in which @AuraEnabled method defined.
      Will you please share the answer; I could not found much about it.
      for the third I was wrong thanks for correcting me
      - If users are logged in when their login hours end, they can continue to view their current page, but they can’t take any further action.

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

      @@ShahbazKhan-hz4ds 1. Users must have permission to access the apex class.
      2. An Apex method annotated with @AuraEnabled(Cacheable=true) cannot have a DML method when invoked from a Lightning component. To perform DML, remove cacheable=true and use it imperatively.
      3. You can't use a Set parameter with an @AuraEnabled method.

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

    Very good ...I knew most of it ..but I am stumped at limitation of @auraenable method ..

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

      Good to know and do more research on this

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

      @@TechJourneyWithAnkit I have this question once asked in interview - OWD for object is Read Only , Profile has CRED , Sharing rule that grants user Edit / read access .....As per your earlier video , most restrictive settings wins which is Read only here but user is able to edit the record . How ? Is it because Profile setting supersedes everything other settings ?

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

      @@awesomekj5812 This is because of Sharing rule. Delete sharing rule and access will be read only. Record level security is handled by OWD and Sharing rule. Profile is for objects/fields security.

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

    1.
    -> Users must have permission to access the apex class.
    -> An Apex method annotated with @AuraEnabled(Cacheable=true) cannot have a DML method when invoked from a Lightning component. To perform DML, remove cacheable=true and use it imperatively.
    Login hours You can't use a Set parameter with an @AuraEnabled method.
    2. Login hours in Profile. User can see current page, but can't do anything else.
    3. Setup Audit trail.

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

    Hi Ankit Bro,
    These scenarios are related How Many Years experience

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

      2 -5 years

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

      @@TechJourneyWithAnkit Thank You Ankit Bro

  • @HimanshuSahay-c7w
    @HimanshuSahay-c7w 3 หลายเดือนก่อน

    Hey, As a fresher it is difficult for me to understand this quickly, so is it ok for me or i have to work hard

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

      It is completely fine. It has a mixed set of questions