Salesforce Interview Questions with Answers Part 37

Salesforce Interview Questions with Answers Part 37

1. What is the use Queueable Interface?


https://www.infallibletechie.com/2016/08/queueable-apex.html


2. What is the use of Apex Flex queue?


https://www.infallibletechie.com/2016/08/flex-queue.html


3. Why objects can’t be passed as arguments to future methods in Salesforce?


https://www.infallibletechie.com/2016/08/why-objects-cant-be-passed-as-arguments.html


4. What are all the mock HTTPCallOuts available in Salesforce?


https://www.infallibletechie.com/2016/08/what-are-all-mock-httpcallouts.html


5. How to write test class for HTTPCallouts in Salesforce?


https://www.infallibletechie.com/2016/08/how-to-write-test-class-for.html


6. Difference between Clone and DeepClone in Apex in Salesforce


https://www.infallibletechie.com/2014/08/difference-between-clone-and-deepclone.html


7. Simple HTTP Class in Salesforce


https://www.infallibletechie.com/2016/08/simple-http-class-in-salesforce.html


8. What is the use of ApexPages.currentPage().getUrl()?


https://www.infallibletechie.com/2016/09/apexpagescurrentpagegeturl.html


9. What is the main purpose of System.runAs()?


System.runAs() is mainly for record sharing. It is not for user permissions and field level permissions.


10. How to insert child record using Parent record’s External Id field?


https://www.infallibletechie.com/2016/09/how-to-insert-child-record-using-parent.html


11. How to query Knowledge Article Type object?


Object Name – FAQ
API Name – FAQ__kav


Default object created is Knowledge(API Name is Knowledge__kav)


12. Junction object between Article type and Case?


CaseArticle


13. Related list in Case for attaching Articles?


Articles – Related List


Find articles – Button


14.Community Licenses


Do your community members need access to:


Reports and dashboards
Delegated admin
Content libraries
Records across accounts
Then you probably need Customer Community Plus Licenses.


In addition to the above, do your community members also need access to:


Leads and opportunities
Campaigns
Then you probably need Partner Community Licenses.


Customer Community Licenses get a basic pass, just like an economy ticket. Customer Community Plus Licenses get more access, like business travelers. Partner Community Licenses? Well, they get way more access, pretty much like first-class travelers.


15. What is the use of Sharing Set in Community?


A sharing set gives community users access to records that are associated with their accounts or contacts based on their user profiles.


https://www.infallibletechie.com/2016/09/what-is-use-of-sharing-set-in.html


16. How to Reputation Levels in Salesforce Community?


https://www.infallibletechie.com/2016/09/how-to-reputation-levels-in-salesforce.html


17. How to change logo in Community?


Go to Login & Registration and click “Choose File” in Header logo to select the picture from the computer.


18. How to make sure Person Account is created when users sign up for community in Self Registration?


In the Login & Registration, default account should be blank.


Cheers!!!

Leave a Reply