A practice test

The following is a practice test that will help you do a mock revision of all the things that we have learned so far. This can be used for proper time management as well. Set the timer to 90 minutes and solve this test.

Q1 A developer has completed work in the sandbox and is ready to send it to a related organization. Which deployment tool should be used?

  1. The Force.com IDE
  2. Unmanaged packages
  3. Change sets
  4. The Force.com Migration Tool

Q2 You have created a workflow rule to send an e-mail to your configuration sandbox. For some reason it's not working. What should you double check? (Select any two)

  1. HTML does not work in the sandbox, so make sure that your e-mail has no HTML
  2. Check the deliverability settings
  3. Look at the system audit trail
  4. Check whether you have the correct e-mail address

Q3 Universal Container installs an unmanaged package. Which of the following are true? (Select any two)

  1. Components of unmanaged packages can be edited
  2. Unmanaged packages can be upgraded
  3. Unmanaged packages have a namespace prefix
  4. Unmanaged packages don't have a version number
  5. Tests are executed during deployment

Q4 Which deployment tools will you use to deploy metadata from one organization to another organization?

  1. Change sets
  2. Unmanaged packages
  3. The Force.com IDE

Q5 Which tools do you need to use to migrate metadata to two different production organizations? (Select any three)

  1. The Force.com Migration Tool
  2. The Force.com IDE
  3. Change sets
  4. Data loader
  5. Unmanaged package

Q6 Identify the standard Lightning components. (Select any three)

  1. The Visualforce page
  2. Reports
  3. List View
  4. Dashboards
  5. Rich Text

Q7 You can create global actions to let users create which of the following records? (Select any three)

  1. Opportunity
  2. Question
  3. Users
  4. Chatter posts
  5. Event (without invitees)
  6. Products

Q8 What standard Chatter actions appear on the user profile page, regardless of the actions in the User page layout? (Select any three)

  1. Post
  2. Create
  3. Poll
  4. File
  5. E-mail

Q9 Which a user creates a record using an object-specific create action, what feed item for that record appears?

  1. The first entry in the feed for the new record
  2. The feed for the record on which the new record was created
  3. The user profile feed for all users who can view the record
  4. The Chatter feed of the first user who follows the record on which the record was created
  5. The Chatter feed of the user who created the record

Q10 How do you enable the Publisher Actions area on Page Layouts:

  1. Setup | Customize | Feeds | Settings
  2. Setup | Customize | <Objects> | Settings
  3. Setup | Customize | Chatter | Chatter Settings
  4. Setup | Customize | Actions | Settings

Q11 What is a Lightning page?

  1. A page you can access via a customer community
  2. The new name for a Salesforce page layout
  3. A custom layout used to create pages in Salesforce1
  4. A compact, configurable, and reusable element

Q12 What can you build with the Lightning App Builder?

  1. At a glance, dashboard-style apps
  2. Apps optimized for a particular task
  3. Simple, single-page apps with drill-down capability
  4. All of the above

Q13 Actions on a Lightning page allow you to do which of the following?

  1. Send an e-mail, create a task, and create or update records
  2. Send e-mails and delete or clone records
  3. Clone records, add users, and assign permissions
  4. Send e-mails, send outbound messages, and launch a flow

Q14 Which components can be added to a Lightning app on a custom object? (Select any three)

  1. Visualforce
  2. The Standard Lightning component
  3. The Custom Lightning component
  4. Object-specific actions on the custom object
  5. Global actions

Q15 In order to create an App Launcher component in Lightning, what must an admin do?

  1. Contact Salesforce to have the component activated for the Lightning App Builder
  2. Navigate to Setup | Customize | User Interface to enable the component for the Lightning App Builder
  3. Purchase a license for the Lightning App Builder
  4. Join the pilot Lightning App Builder team

Q16 What is true when a field update is set to re-evaluate the workflow rule? (Select any three)

  1. In a batch update, a workflow is only retriggered on the entities where there is a change
  2. Only workflow rules that didn't fire before will be retriggered
  3. Cascade of the workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it
  4. Only workflow rules on the same object as the initial field update will be re-evaluated and triggered
  5. Any workflow rules whose criteria are met as a result of the field update will be ignored

Q17 Identify the field update limitations. (Select any three)

  1. Field updates that are executed as approval actions don't trigger workflow rules
  2. Read-only fields, such as formula or auto number fields, aren't available for field updates
  3. The results of a field update can't trigger additional rules, such as validation, assignment, auto response, or escalation rules
  4. In a batch update, workflow is retriggered on all entities where there is a change

Q18 Which is true about social accounts?

  1. You can use social accounts data even when you are not logged in to the social account
  2. You need a personal social account in order to see the social account data
  3. You can use social accounts to import data into Salesforce
  4. A connection to a social account is established through a company-wide named principle

Q19 A salesperson at AW computing only sees the social contact's link for Twitter and not Facebook on his records. Why would this be happening?

  1. The administrator hasn't enabled Social Contacts for Facebook
  2. Facebook is no longer supported by Social Contacts
  3. The salesperson's login with Facebook has expired
  4. None of his Facebook contacts have confirmed the nature of their relationship

Q20 Which social networks are available in Lightning Experience and Salesforce1? (select all that apply)

  1. Facebook
  2. Twitter
  3. LinkedIn
  4. Klout

Q21 What determines whether a user can create a new record using a specific record type?

  1. Profile
  2. Field-level security
  3. Page layout
  4. Sharing

Q22 Which statement about record types is true? (Select any two)

  1. Users cannot view records assigned to a record type that their profile does not have access to
  2. Record types can be used to define picklist values available for a given field
  3. The ability to create records of a specific record type is determined by the profile
  4. Record types can only be assigned to one profile at a time

Q23 Which functions are available when creating a roll-up summary field? (select any four that apply)

  1. SUM
  2. COUNT
  3. MIN
  4. AVG
  5. MAX

Q24 Which statements are true regarding roll-up summary fields? (select all that apply)

  1. Validation errors can display when saving either the detail or master record
  2. Advanced currency management has no effect on roll-up summary fields
  3. Once created, you cannot change the detail object selected or delete any field referenced in your roll-up summary definition
  4. Automatically derived fields, such as the current date or current user, are allowed in a roll-up summary field
  5. Because roll-up summary fields are not displayed on edit pages, you can use them in validation rules

Q25 Describe the ramifications of field updates and the potential for recursion for the following scenario: when a field update for Rule1 triggers Rule2 and a field update for Rule2 triggers Rule1.

  1. When the second trigger is saved, an Imminent Loop Error message will be displayed and the workflow rule update will not save
  2. The updates create a loop and the org limits for the workflow time triggers per hour will probably be violated
  3. The updates create a loop and the org will be blocked until the admin resolves the issue
  4. The loop is allowed to run 25 times within one hour. If it does not end on its own, the process will be stopped by R and D

Q26 Acme Corporation wants to store an area code and wants to be able to search for it in searches. Which are possible fields to store the data? (Select any two)

  1. Phone
  2. E-mail
  3. Text
  4. Multi Picklist
  5. Number

Q27 You want to use an External Data Object Table from Heroku carrying Product Category information. The data needs to be included in Salesforce and be searchable. What do you have to do before you can use the connection? (Select any two)

  1. Choose the Include in Salesforce searches option
  2. Choose Include as Index Field
  3. Choose the URL
  4. Press Validate and Sync

Q28 Acme Corporation has included its orders as an external data object in Salesforce. You want to create a relationship between Accounts and the Orders Object (a one-to-many relationship) leveraging a key field for account on both the external object and Account. Which relationship will you create?

  1. A lookup relationship
  2. An indirect Lookup relationship
  3. A master-detail relationship
  4. A hierarchical relationship
  5. An external Lookup relationship

Q29 Which of the following fields are not available for record types?

  1. Opportunity Stages
  2. Case Status
  3. Solution Status
  4. Lead Status
  5. All of the above

Q30 Describe the capabilities of this core CRM object in the Salesforce schema: Person accounts (Select any two)

  1. Uses space in both the account and contact table
  2. Has the same icon as business accounts
  3. Can only be merged with other person accounts
  4. Are enabled by default
  5. Are enabled via a feature license

Q31 Acme Corporation wants to roll out new product bundles with several pricing options. Pricing options include product price bundles, account-specific pricing, and more. Which product satisfies these needs?

  1. Custom AppExchange app for product pricing
  2. Workflow on Opportunity/Opportunity Product
  3. Formula fields on Opportunity/Opportunity product
  4. The Lightning Process Builder

Q32 Acme Corporation has a custom object, Service, which has a lookup relationship with Account. Acme Corporation wants to enhance Salesforce1 with an action that allows account managers to enter a new service to an Account while looking at the Account. How can Acme Corporation accomplish this?

  1. Enter an object-specific action into Service and put it in the Account Layout
  2. Enter an object-specific action into Service and put it in the Service Layout
  3. Enter an object-specific action into Account and put it on the Account layout
  4. Enter an object-specific action to Account and put it in the Service Layout

Q33 Acme Corporation is using assignment rules to distribute cases to regional teams. Which of the following are true?

  1. It is possible to have multiple active assignment rules
  2. Cases may be assigned to public groups (if configured)
  3. Cases may be assigned to queues (if configured)
  4. A workflow field update can be used instead

Q34 When should a system administrator consider using the Salesforce AppExchange? (Select any two)

  1. When the standard Salesforce functionality needs to be extended
  2. To find answers to Salesforce application questions
  3. When looking for pre-built custom applications and tools
  4. To submit ideas for Salesforce application enhancements

Q35 Which permission is required to install and uninstall packages from Salesforce AppExchange?

  1. Upload AppExchange packages
  2. Manage Package licenses
  3. Download AppExchange packages
  4. Create AppExchange packages

Q36 Which developer tool can be used to create a data model? (Select any two)

  1. The Force.com data loader
  2. The Schema Builder
  3. The Application Data Model Wizard
  4. The Force.com IDE

Q37 Which API cannot be used to create the data model? (Select any three)

  1. The Force.com Metadata API
  2. The Force.com Single Sign-on API
  3. The Force.com API
  4. AJAX Toolkit for Force.com

Q38 Acme Corporation has a custom object that has a N:M relationship with opportunityLineItem carrying the price and amount information. In order to compute total amounts and total prices per Opportunity using roll-up summary fields, which field type would you need to choose?

  1. Junction
  2. Master-Detail
  3. Lookup
  4. Cross-object

Q39 When considering Field Type Conversion, which of the following are true? (Select any two)

  1. Data can be lost when converting from a simple picklist to a multi picklist
  2. Data can be lost when converting from auto number to text
  3. Data can be lost when converting from number to currency (assuming that field lengths are identical)
  4. Information can be lost when converting from text area (rich) to text area (long)

That's it. You are done. Turn to the Appendix to check your answers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.109.21