Salesforce Interview Questions – Part 9
81. Which type of report can be used for dashboard components?
Ans : Summary and matric report.
Ans : Summary and matric report.
82. How many types of dashboard components are available?
Ans : Chart, Table, Metric and Gauge.
Ans : Chart, Table, Metric and Gauge.
83. Explain dynamic Dashboard.
Ans : Dashboard which is running under current logged in user permission are known as “dynamic Dasboard”. At the most 3 dynamic dashboards can be built. Available in Unlimited, Enterprise and developer edition. This type of dashboard cannot be scheduled for refresh. IT must be scheduled manually.
Ans : Dashboard which is running under current logged in user permission are known as “dynamic Dasboard”. At the most 3 dynamic dashboards can be built. Available in Unlimited, Enterprise and developer edition. This type of dashboard cannot be scheduled for refresh. IT must be scheduled manually.
84. What is the default timeout period while calling webservice from Apex.
Ans : 10 sec.
Ans : 10 sec.
Read more at –
85. A single Apex transaction can make how many callouts to an HTTP request or an API call ?
Ans : Maximum 100 callouts
Ans : Maximum 100 callouts
86. How to increase timeout while calling web service from Apex ?
Ans :
Ans :
1 | docSample.DocSamplePort stub = new docSample.DocSamplePort(); |
2 | stub.timeout_x = 2000 ; // timeout in milliseconds |
87. How to show loading image while Ajax call in Visualforce? OR how to show image in <apex:actionStatus> tag in Visualforce?
Ans:
Ans:
1 | < div style = "position:absolute;top:20px;left: 50%;" > |
2 | < apex:actionStatus id = "refreshContent" > |
3 | < apex:facet name = "start" > |
4 | < apex:image url = "{!$Resource.LoadingImage}" /> |
5 | </ apex:facet > |
6 | </ apex:actionStatus > |
7 | </ div > |
88. What is analytic Snapshot in salesforce?
Ans : Analytic snapshot capture and store the data at pre decided intervals. It captures data from report and saves in custom object as per schedule. It only supports tabular and summary report as a source report. It does not support matrix report. The field type in target object must be same as source report object field.
Ans : Analytic snapshot capture and store the data at pre decided intervals. It captures data from report and saves in custom object as per schedule. It only supports tabular and summary report as a source report. It does not support matrix report. The field type in target object must be same as source report object field.
89. What is difference between Mobile Lite and Salesforce Mobile?
Ans :
Ans :
Feature
|
Mobile Lite
|
Salesforce Mobile
|
---|---|---|
Edit capabilities | All standard objects | Any app, any record |
Customizations | Supports custom fields | Any - includes custom fields, objects, tabs, configurations |
Records | Most recently used records; search only | All records |
Objects | Leads, accounts, contacts, opportunities, tasks, events, cases, solutions, assets, and dashboards | All objects |
Custom objects | None | Any |
Initial set of records | Recently viewed on Web | Fully configurable |
Download additional records | Using live search | Using live search |
Security | Secured data access and over-the-air management | Secured data access and over-the-air management |
Price | Free for all editions of Salesforce | Free for Unlimited Edition customers; available in Professional Edition and Enterprise Edition for a fee |
90. What is features of “Manage Members” in campaign records?
Ans :
Ans :
Campaign members are created from lead, contact, or person account records. Salesforce provides a variety of ways in which you can manage your campaign members. You can add and update up to 50,000 campaign members at a time through lead, contact, and person account reports; you can search for and add or edit multiple leads and contacts from the Manage Members page; you can add an unlimited number of leads and contacts using a CSV import file; or you can add members to a campaign one at a time from contact or lead detail pages.
Read More:
Read More:
No comments:
Post a Comment