Premium

Salesforce Developer Certifications Questions and Answers (Dumps and Practice Questions)



Question : Data Loader does not use the SOAP-based Web services by default.



 : 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?



 : 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?
 : 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.




Related Questions


Question : . If a field is marked as 'Visible' in 'Field-level security' and 'Read-Only' on the page layout, then how
would the field be available to the end user as Visible (i.e. editable) or Read-Only?

 : . If a field is marked as 'Visible' in 'Field-level security' and 'Read-Only' on the page layout, then how
1. Read-Only
2. Visible
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of 1 and 2



Question : Which of these standard fields can be tracked through Field HistoryTracking?
A. Name
B. Owner
C. Created By
D. Last Modified By

  : Which of these standard fields can be tracked through Field HistoryTracking?
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D


Question : Which of the following are types of activities?
1. Tasks
2. Calendar events
3. Access Mostly Uused Products by 50000+ Subscribers
 : Which of the following are types of activities?
1. 1,2
2. 2,3
3. Access Mostly Uused Products by 50000+ Subscribers
4. 1,2,3


Question : Which are the places where activities can be viewed?

1. On the associated records
2. On the Home tab
 :  Which are the  places where activities can be viewed?
1. 1
2. 2
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of 1 and 2


Question : How to remove 'Always on Layout' field from the page layout (blue circle next to this field)?
  : How to remove 'Always on Layout' field from the page layout (blue circle next to this field)?
1. To remove field which is 'Always on Layout' on the page layout, go to each profile and in 'Field level security section' uncheck 'Visible' checkbox.
2. To remove field which is 'Always on Layout' on the page layout, go to each profile and in 'Field level security section' check 'Visible' checkbox.
3. Access Mostly Uused Products by 50000+ Subscribers



Question : How to remove 'Always on Layout' and 'Required' field from the page layout (blue circle and red asteroid next to this field)?

1. To remove field which is 'Always on Layout' and 'Required' on the page layout, make it not compulsorily value required by properties -> uncheck 'Required' on page layout itself
2. Go to each profile and in 'Field level security section' uncheck 'Visible' checkbox


 : How to remove 'Always on Layout' and 'Required' field from the page layout (blue circle and red asteroid next to this field)?
1. 1
2. 2
3. Access Mostly Uused Products by 50000+ Subscribers