Salesforce Interview Questions with Answers Part 53
1. What is the use of a data category? Data categories are used in Salesforce Knowledge (articles and article translations), Ideas, Answers, and Chatter Answers to help classify and find ....
1. What is the use of a data category? Data categories are used in Salesforce Knowledge (articles and article translations), Ideas, Answers, and Chatter Answers to help classify and find ....
1. Record type restrictions. If the user profile doesn't have access to a record type and if they have View all permission, then they will be able to view the ....
1. How to get the current hour in the local time zone of the context user using apex in Salesforce? hour() returns the hour component of a Datetime in the ....
1. How to use Lightning Components with the Salesforce1 Mobile App? Create a custom Lightning tab that include Lightning component. 2. Can child lightning component inherit styles from parent lightning ....
1. Performance Testing in Salesforce Before you can performance test in your sandbox environment, you must first create a test plan and submit it to salesforce.com Customer Support. http://www.infallibletechie.com/2017/07/performance-testing-in-salesforce.html 2. ....
1. What is a Mashup? A mashup is a Web page or application that combines data or functionality from two ore more sources to create a new service. https://www.infallibletechie.com/2018/01/what-is-mashup.html 2. ....
1. What is the purpose of Auth. Providers in Salesforce? https://www.infallibletechie.com/2018/01/what-is-purpose-of-auth-providers-in.html 2. Define DMZ In computer security, a DMZ or demilitarized zone (sometimes referred to as a perimeter network) is ....
1. What does the data type sObject represent? An sObject variable represents a row of data and can only be declared in Apex using the SOAP API name of the object. ....
1. How to show Force.com setup in Visualforce page as Side Bar? https://www.infallibletechie.com/2017/12/how-to-show-forcecom-setup-in.html 2. File Upload and Download Security in Salesforce https://www.infallibletechie.com/2017/12/file-upload-and-download-security.html 3. In converting VF to Lightning should we ....
1. Describe some SF best practices and patterns that you have used? https://developer.salesforce.com/page/Apex_Design_Patterns 2. What is the tuning performance? How do you increase it? https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/vf_dev_best_practices_performance.htm 3. What is the apex ....