Nagarro Salesforce Developer Interview Questions || 3 YOE || Interview Preparation

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 15

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

    🚀 Level Up Your Salesforce Skills! 🚀
    Sign up for my Salesforce Interview Prep Course and get:
    1⃣ Access to All Recordings: Covering all the important Salesforce topics.
    2⃣ Mock Interviews: Practice and get better at interviews.
    3⃣ Community Support: Get your doubts answered anytime by our awesome community.
    4⃣ Resume Review: Personalized feedback to make your resume stand out.
    5⃣ 1:1 Career Advice: Chat with me directly about those tough career decisions.
    6⃣ Weekend Doubt Sessions: Join live Q&A sessions to clear up any confusion.
    7⃣ Helpful Notes: Quick and easy reference for your studies.
    💥 All of this for just ₹499, the lowest price ever! Plus, you can check out the free preview to see how we cover Salesforce topics before you decide.
    🔗 Enroll now: salesforceandinterviews.graphy.com/

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

    You're doing a great job!! Thanks a lot!

  • @SakshiSingh-h2t
    @SakshiSingh-h2t Місяць тому

    Thankyou so much for this video, I have an interview on Saturday and I was struggling to find Nagarro interview experience for SF developer😍 and fortunately you uploaded 3days beforehand🥳 you’re really a gem and your videos are so helpful!!

    • @SakshiSingh-h2t
      @SakshiSingh-h2t Місяць тому

      Also what’s round 2 like?

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

      Hi Sakshi, this is such a lovely compliment. Thank you for that, there was a technical Round 2 and then a third Techno Managerial Round, there were the questions of round 2- Case.contact__c (lookup to contact)
      Contact.MultipleCase__c (Checkbox type, default to false)
      Write a trigger in a bulkified manner whenever a case is inserted and the parent contact is associated with multiple cases then make the field MultipleCase__c to true
      -2 LWC components not in direct relation but on the same record page. How will you communicate? Write the sample code? Before LMS, pub/sub was there, have you used it?
      -How will communicate between parent and child component.
      -There is a function in a child component sendemail() and I want to call that function in the parent component. How will you do that?
      -There was future method earlier in Async apex, what were the limitations that Salesforce introduced Queueable apex
      -write a use case code where you will use sObject type as parameters in Queueable apex
      -Rest API Integration - explain complete flow. Write a sample code to make the call-out as well as web service class.

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

    Please do more of such videos

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

      Hello, sure, I will add third round questions as well as more similar video, thank you

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

    Hi Doesn't connected callback calls first than wire ?

    • @Mtripathi347
      @Mtripathi347  Місяць тому +1

      wire first get the undefined value assigned then connected callback, wire will later be called again to assign the actual values

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

      @@Mtripathi347when you say again- when exactly?

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

      @@Pushkar682whenever reactive property or parameter changes

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

      @@Mtripathi347 so till that time wore properties has a value of Undefined.
      And if we try to log that value on console it should show undefined right?

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

      @@Pushkar682 yes, it will be undefined till that point so do not make any if else decision based on this value until it actually gets value, because null check will fail as undefined is not null