SFDC Dev 401-VIII

Q.1)What does the System Overview page display? Choose 2 answers

A.            Schema usage

B.            Governor limits usage

C.            API limits usage

Q.2) What is a capability of flows created in the Cloud Flow Designer? Choose 2 answers

A.            Flows can merge Salesforce records

B.            Flows can delete records from Salesforce.

C.            Flows can be included in change sets.

D.            Flows can only branch to a single location

Q.3) How can Siteforce data services be used? Choose 2 answers

A.            To display Salesforce data in a dynamic Siteforce page.

B.            To store data captured from a Siteforce page in Salesforce

C.            To incorporate a Visualforce page into a Siteforce page

Q.4)  How can dynamic Visual force components be used?

A.            To create a logic or navigation action when a page event occurs

B.            To create a resource with content that can be accessed from multiple pages

C.            To create a template for implementing content within a standard structure.

D.            To create a single page that generates a unique experience for each user

Q.5) What can a user do when customizing and running a report?Choose 3 answers

A.            Quickly categorize report records for grouping

B.            Email reports to a list of email addresses.

C.            Combine multiple views of data in a single report.

D.            Create WITH or WITHOUT filters based on child records

Q.6)What is a capability of dashboard filters? Choose 2 answers

A.            Snapshots of filtered dashboard components can be posted to Chatter

B.            Filters can be added to dynamic dashboards

C.            Scheduling or emailing a filtered dashboard returns filtered data

Q.7)What can be done with the schema builder? Choose 2 answers

A.            Create a custom object.

B.            View relationships between objects.

C.            Delete fields on an object.

Q.8) An Apex unit test is saved using the Salesforce API version 24.0 or later.What access does it have to data stored in the organization?Choose 2 answers

A.            It only has access to organization data in sandboxes

B.            It has no access to organization data by default.

C.            It must use the @IsTest (SeeAllData=true) annotation to access It must use the @IsTest (SeeAllData=true) annotation to access organization data.

Q.9) What is a capability of Siteforce?Choose 3 answers

A.            Heroku integration

B.            Selective publishing

C.            HTML5 support

D.            URL redirect support

Q.10) Where do Force.com system usage messages appear?

A.            Developer Console

B.            Force.com home page

C.            User’s home page

D.            User’s Chatter feed

1.What is a capability of Visual Workflow?Choose 3 answers

A. Redirect flow users to an external website
B. Build reusable flows for common tasks
C. Sort and limit dynamic choices
D. Activate multiple versions of a flow
E. Create a copy of an existing element

Ans:  B,C,D

2. When creating a non-required lookup field, which option is available to control what happens when the lookup record is deleted?Choose 2 answers

A. Don’t allow deletion of the lookup record that’s part of a lookup relationship
B. Clear the value of this field
C. Do not delete this record
D. Don’t allow deletion of the lookup record that’s not owned by the user

Ans:  A,B

3.Which option is available when editing a chart component in the dashboard builder?
Choose 3 answers

A. Change the chart to a combination chart
B. Change which summary fields to show
C. Change the time frame for date field groupings
D. Change which groupings to show
E. Change the filters for the data displayed
Ans:  A,B,D

4.Which Site.com license should be assigned to a user who has the Designer role on one site and the Contributor role on another site?

A. Web Developer
B. Publisher
C. Designer
D. Contributor

Ans:  B

5.What is a capability of joined reports?Choose 2 answers

A. Summary values can be calculated using data from multiple blocks.
B. Data from multiple blocks can be exported to Excel.
C. Multiple blocks can be scheduled for emailing.
D. Values from multiple blocks can be displayed on a chart.

Ans:  A,D

1. How can a website publisher use Siteforce data service?
Choose 2 answers

A.Display product pricing to a specified set of customers.
B.Allow Customers to remove their contact information from salesforce.
C.Capture lead information and create new leads in salesforce.
D.Display a list of products and desciptions to customers.

Ans: A,D

2. How can a filter be used on a dashboard?
Choose 2 answers

A. Filter the data displayed on a scheduled dahsboard.
B. Filter the data displayed on a dynamic dahsboard.
C. Filter the data by values in a bucket field.
D. Filter the data by values in a specified range.

Ans: B,D

3. What can a user do when creating a report in the report builder?
Choose 3 answers

A. Add blocks to display records from unrelated objects in the same report.
B. Filter the report to display records with no specific related child records.
C. Categorize records on the report and then filter on those categories.
D. Add multiple report types to expand the set of data available.
E. Merge multiple reports together into a single report.

Ans: A,B,D

4. Where can an administrator configure the system usage messages that appears on the Force.com home page?

A. System overview page.
B. Force.com home page.
C. My Profile Page.
D. Developer Console.

Ans: A

5. How can the system overview page be used?
Choose 2 answers

A. Click on statistics to get more details about on organization’s usage.
B. View usage data and limits for an organization’s custom object and API.
C. Set the thresold for receiving warning messages when approaching a limit.
D. View aggregated data on user behaviour, such as the number of log ins.

Ans: A,B

6. A developer is writing an apex unit test using the salesforce API version 24.0 or later.
What should the developer do to allow the apex test to access data stored in the organizaton?

A. Specfify that the test method is public.
B. Ensure the test is run in system mode.
C. Nothing, since the default allows access to the data.
D. Use the @IsTest(SeeAllData=true) annotation.

Ans:D

7. How can an object be modified with schema builder?
Choose 2 answers

A. Modify validation rules on an object.
B. Add custom fields to a standard object.
C. Delete custom fields on an object.
D. Create a relationship to a custom object.

Ans: B,D

8. What is a capability of a flow created in the cloud flow designer?
Choose 2 answers

A. Delete records from salesforce using the Record delete element.
B. Create fields for custom objects using the Field create element.
C. Branch to multiple locations in flow using the Decision element.
D. Convert leads to accounts and contacts using the Lead convert element.

Ans: A,C

9. What is a use case for dynamic visualforce components?
Choose 2 answers

A. Content displayed on a page varies based on a user’s permission.
B. The data data determines the arrangements of components on a page.
C. Several pages have the same layout, but display different data.
D. The user of page can choose which page components to view.

Ans: A,B

10. What is a capability of Siteforce?
Choose 2 answers

A. Export a complete site from Siteforce.
B. Import a web page not created in Siteforce.
C. Create an authenticated customer support site.
D. organize site assets using folders.

Ans: A,D

Q.1)  Which record name will be used in list view, view/edit form?

A.            Record name changed by ‘App Setup -> Customize’

B.            Record name changed by ‘App Setup -> Create -> Objects’

Q.2) Can we change URL of the context-specific Help links on any salesforce.com page (one for all)?

A.            True

B.            False

Q.3)  Standard components on home page is not editable except

A.            Create New…

B.            Recent Items

C.            Messages & Alerts

D.            Custom Links

E.            Customer Portal Welcome

F.             Dashboard Snapshot

G.           Items to Approve

H.            Calendar

I.             Tasks

Q.4)  ‘Custom links’ standard component contains up to how many bookmarks?

A.            5

B.            10

C.            15

D.            20

Q.5)  Which kinds of custom component can be added to home page?

A.            Links

B.            Bookmarks

C.            Image/Logo

D.            HTML Area

E.            Script Area

F.             Image Area

Q.6)  Links’ custom component contains custom links which is created by ‘App Setup -> Customize -> Home -> Custom Links’.

A.            True

B.            False

Q.7) We can change column kind of ‘HTML Area’ custom component.

A.            True

B.            False

Q.8) ‘Links’ custom components can be in

A.            Narrow (Left) Column

B.            Wide (Right) Column

Q.9) ‘Image/Logo’ custom components can be in

A.            Narrow (Left) Column

B.            Wide (Right) Column

Q.10)  ‘HTML Area’ custom components can be in

A.            Narrow (Left) Column

B.            Wide (Right) Column

Q.11) Image/Logo’ custom component contains multiple images and text.

A.            True

B.            False

Q.12) Images are inserted to ‘Image/Logo’ custom component from document folders.

A.            True

B.            False

Q.13) We can assign home page layout to profile.

A.            True

B.            False

Q.14) Home Page Default’ layout is editable.

A.            True

B.            False

Q.15) Custom links have behaviors

A.            Display in new window

B.            Display in existing window with sidebar

C.            Display in existing window with header

D.            Display in existing window without sidebar or header

E.            Display in existing window without sidebar

F.             Display in existing window without header

G.           Display in existing window with sidebar and header

H.           Execute JavaScript

Q.16) We can only change help text of task standard fields.

A.            True

B.            False

Q.17) Task custom fields are created by using

A.            App Setup -> Customize -> Activities -> Task Custom Fields

B.            App Setup -> Customize -> Activities -> Activity Custom Fields

Q.18) We can only change help text of event standard fields.

A.            True

B.            False

Q.19) Event custom fields are created by using

A.            App Setup -> Customize -> Activities -> Event Custom Fields

B.            App Setup -> Customize -> Activities -> Activity Custom Fields

Q.20) Task custom field are same as event custom field.

A.            True

B.            False

Leave a comment