Salesforce Integration Master Course is updated!

Grab Now

 $ 19

Interview Questions

Prepared but still struggling to crack interviews? This is going to the only course you would need in that case to crack the job.

Salesforce Administration Training

Contents

75 Episodes - 3.7 Hours

Introduction
    Introduction
    • 1 mins
    • 17.9 MB
Apex Development
    By default can I make callouts from batch apex class?
    • 3 mins
    • 29.1 MB
    Can we chain batch classes and how?
    • 2 mins
    • 30.1 MB
    Can we execute inner queries in Batch Apex?
    • 3 mins
    • 32.7 MB
    Can we invoke Batch from Schedulable?
    • 4 mins
    • 47.7 MB
    Can we invoke future handler from batch apex?
    • 2 mins
    • 15.7 MB
    In Batch Apex how can I maintain the state of the variables between different batches?
    • 6 mins
    • 167 MB
    What are different types of Asynchronous Apex that are available?
    • 6 mins
    • 94.7 MB
    Can I avoid implementing finish method in Batch Apex class?
    • 2 mins
    • 46 MB
    What's the default and max batch size in Batch Apex?
    • 1 mins
    • 7.32 MB
    Is it a mandate that the Batch Class should have global access specifier?
    • 2 mins
    • 34.5 MB
    Can we invoke Batch Apex class from triggers?
    • 4 mins
    • 58.8 MB
    What's are the difference between Future method and Queueable Apex?
    • 7 mins
    • 92 MB
    When a Future method invoked from Batch Apex, is it going to give us run time error or compile time error?
    • 2 mins
    • 35.4 MB
    What advantages do we get as a developer when we use Future method?
    • 3 mins
    • 32.5 MB
    How can we pass list of sObject data from one Future method to another Future method?
    • 6 mins
    • 90.9 MB
    What are the steps involved in making a callout in Integration?
    • 2 mins
    • 51.8 MB
    How do you do the error handling when you make a callout in Integration?
    • 4 mins
    • 94.3 MB
    Can we use Future methods in Test classes?
    • 2 mins
    • 30.1 MB
    What is row lock (concurrent batch) and how to solve that?
    • 2 mins
    • 47.1 MB
    Does governor limits apply in Test classes?
    • 2 mins
    • 52.7 MB
    When we have chained Batch Apex how many Test Classes should we write?
    • 2 mins
    • 51.1 MB
    What's the purpose of starttest() and stoptest() methods in Apex?
    • 4 mins
    • 54.8 MB
    Can we invoke Queueable Apex from Batch Apex?
    • 1 mins
    • 21.6 MB
    When I need to fetch more records in query locator in batch apex how can I achieve that?
    • 2 mins
    • 37.3 MB
    What if I get more than 50 million records even after applying filters in Batch Apex?
    • 2 mins
    • 33.6 MB
    How can we do the code coverage for a private method?
    • 1 mins
    • 14.5 MB
    How can we have common test data for all the test methods?
    • 2 mins
    • 24.4 MB
    Can you tell different approaches by which we can inserting test data in a test class?
    • 2 mins
    • 37.1 MB
    What does seeAllData=true means in Apex testing framework?
    • 2 mins
    • 17 MB
    Advantages of Continuation Apex
    • 3 mins
    • 53.9 MB
    How can we do the code coverage as a specific user in test classes?
    • 2 mins
    • 50.1 MB
    What's the maximum no of characters a custom label can have?
    • 1 mins
    • 17.3 MB
    What is Apex managed sharing?
    • 4 mins
    • 103 MB
    Can i pass data to batch class while invoking it?
    • 3 mins
    • 58.8 MB
    Can we make a callout from finish method in batch apex?
    • 2 mins
    • 36.8 MB
    Can we send data of type SObject to queueable apex?
    • 3 mins
    • 44.5 MB
    Difference between custom settings and custom metadata types?
    • 3 mins
    • 83.5 MB
    What's the difference between custom list settings and custom hierarchy settings?
    • 3 mins
    • 69.2 MB
Lightning Web Components [LWC]
    What is api decorator or how to expose a property and method in child web components?
    • 3 mins
    • 54 MB
    In how many ways can we invoke apex method from lwc?
    • 2 mins
    • 12.1 MB
    Is it possible to invoke apex methods from life cycle hooks?
    • 2 mins
    • 27.9 MB
    How many life cycle hooks we have got in lwc?
    • 2 mins
    • 40.7 MB
    Is it possible to invoke 3rd party js libraries and style sheets in lwc?
    • 4 mins
    • 92.2 MB
    What are the different life cycle hooks available?
    • 3 mins
    • 66.5 MB
    What do we have in a lwc component bundle?
    • 2 mins
    • 26.9 MB
    What is the target used to source a lwc to a quick action?
    • 1 mins
    • 11.9 MB
    Can we embed lwc in an aura component and vice versa?
    • 1 mins
    • 8.13 MB
Aura Components
    How to invoke a piece of code automatically in Aura Components
    • 8 mins
    • 217 MB
    Can we invoke Apex Constructor from Aura Components
    • 2 mins
    • 27.6 MB
    Type of Events in Aura Components
    • 4 mins
    • 141 MB
    Why do we have Controller.js & Helper.js files in Aura Components
    • 5 mins
    • 142 MB
    How Data Mutation works in Aura Components and LWC
    • 2 mins
    • 24.5 MB
    What's the differences between Aura Components & LWC
    • 2 mins
    • 33.8 MB
    Purpose of implements attribute in Aura Components
    • 4 mins
    • 102 MB
    What's Resource Bundle
    • 6 mins
    • 83.1 MB
    What's the interface used for Navigation in Aura Components
    • 1 mins
    • 8.88 MB
    What's the purpose of design file in resource bundle
    • 4 mins
    • 74.5 MB
    Can we invoke a flow in Aura Component
    • 2 mins
    • 18.8 MB
    Can we send data between Aura and VF
    • 2 mins
    • 33.6 MB
    What's the purpose of force:hasRecordId in LDS
    • 2 mins
    • 37.4 MB
    What is Lightning Out in Aura Components
    • 3 mins
    • 66.9 MB
    Can we remove attribute syncing between components
    • 4 mins
    • 81.3 MB
    Different data types that we can provide to attributes in Aura Components
    • 2 mins
    • 66.4 MB
    What are the methods we get access to in renderer file
    • 4 mins
    • 127 MB
    What is $A in Aura Components
    • 2 mins
    • 60 MB
    Can one Aura Component extend another component explain a scenario when I would need it?
    • 4 mins
    • 76.4 MB
    How can we apply styles only to child tags in Aura Component
    • 3 mins
    • 57.9 MB
    Advantages of <force:recordData /> tag over other LDS tags
    • 4 mins
    • 122 MB
    How do you debug your Aura Components
    • 5 mins
    • 177 MB
    How to improve performance using client side caching
    • 2 mins
    • 33.4 MB
    How to invoke action handler in child component from parent component
    • 4 mins
    • 93.8 MB
    When to use <lightning:recordViewForm /> vs <lightning:recordForm />
    • 2 mins
    • 54 MB
Apex Triggers
    [Basic] Scenario #1
    • 4 mins
    • 138 MB
    [Basic] Scenario #2
    • 5 mins
    • 169 MB

Keep me in the loop!

Email me when a new episode is published (Promise, I will not spam you)

You're signing up to receive emails from Salesforce Casts