Question : Data Loader does not use the SOAP-based Web services by default.
1. True 2. False
Correct Answer : 2
Explanation: : Enabling the Bulk API in Data Loader allows you to load or delete a large number of records faster than using the default SOAP-based API. However, there are some differences in behavior in Data Loader when you enable the Bulk API. One important difference is that it allows you to execute a hard delete if you have the permission and license.
Question : The sales team would like to have a map displaying the company location on the Account page. What tool should you use?
1. Visualforce 2. Apex 3. Both 4. None of the above
Correct Answer : 1
Explanation: Visualforce - you should create a custom page to display a map component and include it in a page layout.
Explanation: A Visualforce page is finally rendered into HTML, so a Visualforce page can be a combination of Visualforce tags, HTML, and JavaScript. Any other code that requires HTML and JavaScript can be used inside Visualforce, such as an embed tag for flash. We can create a Visualforce page up to 15 Mb, however, it is recommended to keep pages as small as possible. Visualforce understands the underlying meta data component of Salesforce. It automatically replicates the properties of the fields in the database. For example: o If a field is required, it is marked with a 'red' marker automatically o A date field has a calendar picker Visualforce components directly create the Salesforce look and feel, with no additional CSS or HTML requirement. Visualforce pages are automatically upgraded to the next release, if the Salesforce UI changes in the release, Visualforce UI automatically changes. It separates the view from the data model and the business logic, helping to create rich UI-based pages.
Question : The sales team would like to include a Chatter feed about the record on the Contact page. What tool should you use? 1. Page layout 2. Chater layout 3. Visualforce 4. Apex
Correct Answer : 1 Page layout - the chatter field can be included by using the page layout without the need for a custom page.
Explanation: Page layouts are needed to display the data collected in the system. Most of the page layouts are highly customizable while others are very poorly customizable. Page layouts can also be assigned to particular users or a type of record that is Internet.