Rafa Certification 2

Description

certificacion it
Rafael David Ortiz
Quiz by Rafael David Ortiz, updated more than 1 year ago
Rafael David Ortiz
Created by Rafael David Ortiz about 4 years ago
93
0

Resource summary

Question 1

Question
What is true regarding the Salesforce App Navigation Menu? 2
Answer
  • The order of the items can be selected by the administrator
  • The order of the items can be selected by the user
  • The order of the objects in the recent section can be customized by the administrator
  • The first item in the list becomes the Salesforce App landing page

Question 2

Question
A Salesforce administrator is providing end user training on the many features of Chatter. What is true regarding Chatter Questions the administrator should include in the training? 3
Answer
  • Solutions appear below the Chatter publisher when a customer asks a question
  • A best answer can be marked for a Question
  • Chatter Questions is available in the Chatter feed, in groups, and in records
  • Cases can be created from Questions
  • Chatter Questions is not available in Communities

Question 3

Question
A new custom tab has been created for the Conference object. This tab should be included in the Sales App as well as the Conference App. How can this requirement be met? 1
Answer
  • A custom tab can only be included in one app
  • The custom tab can be included in both apps
  • An additional custom tab based on the Conference object will need to be created
  • The custom tab can be included in multiple apps if they are all custom apps

Question 4

Question
A Salesforce Administrator would like to ensure that the contacts that can be selected on a case are only those related to the account selected on the case. How would the administrator achieve this? 1
Answer
  • Create a dependent lookup on the ’Contact Name’ field of the Case object
  • Create a dependent lookup on the ’Account Name’ field of the Case object
  • Create a required lookup filter on the ’Account Name’ field of the Account object
  • Create a required lookup filter on the ’Contact Name’ field of the Case Object

Question 5

Question
Sam is performing some tests in his company's Salesforce org by manipulating data. He is aware that there are workflow rules configured on the Account object. Which of these activities are likely to trigger a workflow rule? 2
Answer
  • Creating an account
  • Deleting an account
  • Updating an account
  • Viewing an account

Question 6

Question
A Salesforce Administrator is not able to change the field type of a custom field. What could be the possible reasons? 3
Answer
  • The field is referenced in Apex or a Visualforce page
  • he field is referenced by a flow
  • The field is referenced in a list view
  • The field is referenced in Process Builder
  • The field is set as an external ID

Question 7

Question
An administrator has defined a workflow rule named Payment Status Rule on the Account object to update the value of the Is Active custom field to True when the value of the Payment Status custom field is changed to Paid . The checkbox to Re-evaluate Workflow Rules after Field Change has been selected for the field update action associated with this workflow rule. Another workflow rule named Transaction Status Rule has also been defined, which updates the value of the Payment Status custom field to Paid when the value of the Transaction Status custom field is changed to Success . What is true about the workflow rule(s) that will be triggered when Transaction Status is changed to Success by a sales user? 1
Answer
  • Both the workflow rules will be triggered
  • Only the ’Transaction Status Rule’ will be triggered
  • Only the ’Payment Status Rule’ will be triggered
  • Neither workflow rule will be triggered

Question 8

Question
Global Containers would like to see a Red / Yellow / Green Traffic Light representation on the Opportunity detail page based on the value in the Opportunity Probability field. What would you use to achieve this? 1
Answer
  • Master-Detail Relationship
  • Text Area (Rich) Field
  • Image Field
  • Formula Field

Question 9

Question
Which of the following is true in regards to adding a custom object to an unmanaged package? 1
Answer
  • Its custom fields are also added to the package.
  • Its page layouts are also added to the package.
  • Its related triggers are also added to the package.
  • All of these

Question 10

Question
A custom object called Feedback has been created to store the feedback received from each customer. There is a requirement to display the average feedback score of each customer on their account record. Which of the following combinations of Salesforce features can be used to meet this requirement? 1
Answer
  • Hierarchical relationship and Process Builder
  • Cross-object formula field
  • Lookup relationship, roll-up summary fields, and a formula field
  • Master-detail relationship, roll-up summary fields, and a formula field

Question 11

Question
Which of the following is true about the details that are displayed for Social Accounts, Contacts, and Leads? 1
Answer
  • The details displayed depend on the user’s Salesforce profile
  • The details displayed can be configured by an administrator
  • Each user sees different details depending on how they are connected
  • Each user sees the same details

Question 12

Question
Global Systems uses Salesforce to manage expense reports. If an expense request is approved, the payment system needs to be updated so that the reimbursement can be done. What is the best way of achieving this? 1
Answer
  • Create a Trigger to send an API message when the approval request is approved
  • Create an outbound message action that is sent to the payment system
  • Use Process Builder to send an API message
  • Create a Visualforce page that includes a button to send an API message to the payment system

Question 13

Question
Which of the following can be used by an approver to receive an approval request? 3
Answer
  • SalesforceA Notification
  • Salesforce App Notification
  • Chatter post
  • Email
  • Twitter

Question 14

Question
The Salesforce Administrator of Speedy Deliveries Inc. has created custom objects to track deliveries and delivery items. A master-detail relationship has been created between the two objects such that each delivery can have multiple delivery items. On the delivery record, the total number of delivery items as well as the number of fragile items must be indicated. How can the administrator meet this requirement? 1
Answer
  • Create roll-up summary fields on the delivery object
  • Use a workflow to update the fields on the delivery object when delivery items are updated
  • Create a trigger on the delivery item object to update fields on the delivery object
  • Use Process Builder to update the fields on the delivery object when delivery items are updated

Question 15

Question
Global Insurance uses Salesforce to manage claims on insurance policies. The company would like to display claim details next to the related policy detail and details of the person insured on a single page. Which of the following solutions can be used to achieve this? 2
Answer
  • Use a standard page layout with three columns for the three objects
  • Create a console app that includes the three objects
  • Create a Visualforce page that includes information from the three objects in three columns
  • Create a Force.com site page to display the information in three columns

Question 16

Question
Which considerations should a developer keep in mind when creating a workflow rule? 2
Answer
  • Workflow rules on custom objects can cause errors if the custom object is deleted
  • Each workflow rule applies to a single object
  • Field update actions are always executed first
  • The order in which individual actions and types of actions are executed is guaranteed

Question 17

Question
Grand College is an educational institution that tracks student data using Salesforce. It would like to generate the attendance records for its students in a printable PDF format with data from multiple objects. Which of the following would help in achieving this use case? 1
Answer
  • Create a report and export it as PDF
  • Page Layout
  • Feed Tracking
  • Visualforce

Question 18

Question
Global Systems requires that some specific Opportunities be collaborated on by multiple Regional Sales Managers so that they are closed efficiently. Collaborating on an Opportunity is an ad hoc decision taken by a Regional Sales Manager, and there is no common criterion used to determine such Opportunities. Which Salesforce feature would help in achieving this use case? 1
Answer
  • Sharing Rules
  • Programmatic Sharing
  • Roles
  • Manual Sharing

Question 19

Question
You need to route Opportunity approval requests to approvers based on the requester's region and the opportunity's account type. How can this be done? 1
Answer
  • Parallel Approval Process
  • Matrix Approval Process
  • Serial Approval Process
  • Dynamic Approval Process

Question 20

Question
A custom object has a custom URL field named Link that is populated by third party integration. This field uses http to populate the url link. However, a developer would like to convert it to https while maintaining the remaining url information in order to ensure privacy and integrity of data. Which function can be used in a formula field to achieve this? 1
Answer
  • CHANGE
  • SUBSTITUTE
  • REPLACE
  • INCLUDE

Question 21

Question
Global Insurance is using a custom app to record insurance policy applications. For travel insurance applications, the country and duration of stay are required. For life insurance applications, these fields must not be visible. Which features would you use to meet this requirement? 2
Answer
  • Field Level Security
  • Permission Sets
  • Page Layouts
  • Record Types

Question 22

Question
There is a many-to-many relationship between Employees and Projects. An employee can work on many projects and a project can have many employees working on it. A junction object called Project Assignment has been defined. What would happen to a Project Assignment record if an Employee record is deleted? 1
Answer
  • The Project Assignment record would be deleted permanently
  • The Employee record could not be deleted if there were Project Assignment records
  • The Project Assignment record would be deleted and moved to the recycle bin
  • The Project Assignment record would remain with the Employee field cleared

Question 23

Question
You have a requirement to send the contact email address to an external system with an endpoint URL, three days after the creation of the contact. Which of the following can help you meet this requirement? 1
Answer
  • Approval Process
  • Workflow
  • Process Builder
  • Flow Builder

Question 24

Question
Which of the following solutions can be utilized for automated batch operations such as nightly scheduled data extractions? 1
Answer
  • Run Data Loader from the command line
  • Manually complete the batch operation
  • Create a workflow rule
  • Utilize a flow process

Question 25

Question
When a Lightning Component is added to a page, what can be configured in the App Builder? 1
Answer
  • The component size
  • The component events
  • The component behaviour
  • The component properties

Question 26

Question
Global Systems has its Global Sales team organized by geography. There are 242 Regional Sales Managers, 22 Country Managers, and 1 Global VP of Sales. The Global VP of Sales needs to be able to see the Opportunity data of the entire company, while the Country Managers must only see the Opportunities owned by his respective Regional Managers. Moreover, Regional Sales Managers must not see each other s Opportunity data. What combination of features in Salesforce could be used to achieve this use case effectively? 2
Answer
  • Roles
  • Profiles
  • Object Permissions
  • Organization-Wide Defaults

Question 27

Question
What can be used to model a many-to-many relationship between two custom objects? 2
Answer
  • Junction object
  • Master-detail relationship
  • Lookup relationship
  • Hierarchical relationship

Question 28

Question
Global Containers has deployed a custom app for managing Contracts. A sales user named Sam has noticed that the Expiry Date field on the Contract detail page can be edited by him, but another user named Eric from a different department has found that the field is read-only for him. What could be the possible reasons for this discrepancy? 2
Answer
  • The field is set as ’Read-only’ for Eric’s User record.
  • The field is set as ’Read-only’ for Eric’s role in the role hierarchy.
  • The field is set as ’Read-only’ in the page layout defined for Eric’s profile.
  • The field is set as ’Read-only’ in the profile assigned to Eric.

Question 29

Question
A developer wants to open a report from the campaign page and filter the report by the name of the campaign. What is the most efficient way to accomplish this? 1
Answer
  • Use a custom link using the URL of the report
  • Create a formula field that uses hyperlinks
  • Create a URL field and populate it with the report link
  • Create a custom action using the URL of the report

Question 30

Question
You have created a Sales Dashboard for the head of sales, and all sales reps have access to it. All sales reps can see all of the data, even though they don't normally have access to it. How can you make sure that users are only able to see the data that they have the right to see within the existing dashboard? 1
Answer
  • Run dashboard as logged-in user
  • Change the dashboard folder settings
  • This is not possible
  • Run dashboard as specified user

Question 31

Question
You are asked to configure Salesforce in such a way that if Account Status is marked as Inactive on an account, the Contact Status field on all associated contact records should also be marked as Inactive automatically. Which of the following would you suggest for meeting this requirement? 1
Answer
  • Process Builder
  • Flow Builder
  • Apex
  • Workflow

Question 32

Question
There is a requirement to create a 3-step wizard that guides an end user through the Opportunity creation process. What would be your approach to address this requirement? 1
Answer
  • Create a Visualforce page
  • Use Process Visualizer
  • Use Force.com Sites
  • Create a flow

Question 33

Question
A custom application is used to record staff details. The Date of Birth custom field on the Staff object is considered private and should only be visible to HR users. What can be used to prevent a non-HR user from accessing this data? 1
Answer
  • Record Types
  • Page Layouts
  • Object-Level Security
  • Field-Level Security

Question 34

Question
Global Systems has three kinds of users, namely, marketing users, sales users, and executive users. Marketing users must not have access to any kind of Opportunity data, while Sales users must not have access to any kind of Lead data. How should this be configured in the company s Salesforce instance? 1
Answer
  • Use Assigned App settings in the users’ profiles
  • Use Object settings in the users’ profiles
  • Use Assigned App settings in the users’ roles
  • Use Object settings in the users’ roles

Question 35

Question
Global Containers has created a custom object Delivery and would like users to be able to quickly create Delivery records from anywhere in the Salesforce App. What kind of action would be most appropriate to create? 1
Answer
  • Custom Action
  • Record Action
  • Global Action
  • Object-Specific Action on the custom object

Question 36

Question
Bob has linked the Twitter social profile of the contact Mary Jones to her contact record in Salesforce. Another user named Sue wants to access the social network profile of Mary Jones. Which of the following statements are true about her access to the profile? 2
Answer
  • Each user can select a Twitter profile to link to the contact record, so Sue will have to search and link the Twitter profile herself
  • Sue will have access to the Twitter profile on the Mary Jones contact record if the Twitter social network is enabled in Sue’s user settings
  • Linking social profiles only needs to be done once, so Sue will have access to the social profile after she logs in to her Twitter account
  • Sue will have access to the Twitter profile on the Mary Jones contact record without logging in to her Twitter account

Question 37

Question
Which of the following are valid reasons for using external objects instead of a third-party application for integrating data with Salesforce? 2
Answer
  • External object records need to be shared with users based on certain criteria
  • There is a large amount of external data, but users need to access only a small amount at a time
  • Real-time access to the latest external data is required
  • External data needs to be stored in the Salesforce org

Question 38

Question
The Executive team at Global Containers would like to see the Account, Opportunity and Cases belonging to a country in a single report. If possible, how would you configure this? 1
Answer
  • Joined Report
  • Not possible to achieve in a single report
  • Matrix Report
  • Custom Report Type

Question 39

Question
When a Lightning Component has been added to a page, what configuration options are available in the App Builder? 3
Answer
  • Change the layout and position of components on the page
  • Remove a component
  • Change the size of the component
  • Move the component to another column

Question 40

Question
Contracts must be approved before the status is set to Finalized . How can this requirement be met? 1
Answer
  • Add a validation action in the approval process to ensure the status is not set to ’Finalized’ before the contract is approved.
  • Use Process Builder to check that the contract is approved when the contract is edited and the status is set to ’Finalized’
  • Use a trigger on the ’Contract’ object to check whether a contract has been approved when the status is changed
  • Add a final approval action in the approval process to update a field on the contract, and use a validation rule to check this field when the contract status is changed to ’Finalized’

Question 41

Question
At Global Insurance, medical data related to policy holders is only available to those users who have access via the sharing model. However, the Chief Medical Officer needs read access to all medical data. Medical data is held in one custom object. How can an administrator ensure that this requirement is met? 1
Answer
  • Enable the ’View All Data’ object permission for the custom object in the profile assigned to the Chief Medical Officer.
  • Enable the ’View All Data’ app permission in the profile assigned to the Chief Medical Officer.
  • Enable the ’View All’ object permission for the custom object in a permission set assigned only to the Chief Medical Officer.
  • Enable the ’View All Data’ system permission in the profile assigned to the Chief Medical Officer.

Question 42

Question
Global Systems wants to capture some additional information while selling to accounts that belong to government authorities. Which of these steps represent the best solution? 2
Answer
  • Create validation rules for the account fields specific to government accounts
  • Create a custom object called ’Government Accounts’
  • Create a record type to identify government accounts
  • Define a separate account page layout for government accounts

Question 43

Question
Which of the following are true with regard to relating Tasks and Events to other objects? 3
Answer
  • Leads are associated via the WhoId
  • Contacts are associated via the WhatId
  • Assets are associated via the WhatId
  • Accounts are associated via the WhatId or AccountId

Question 44

Question
Which of the following action types can be used to define global quick actions in Salesforce? 3
Answer
  • Invoke Apex Class
  • Log a Call
  • Invoke Visualforce page
  • Create a record
  • Invoke Process

Question 45

Question
Your organization has recently completed a large marketing campaign across the globe. The Marketing Director wants to collect customer feedback related to the campaign. He wants to use Salesforce for sending survey forms and collating the survey results directly within Salesforce. What would you recommend? 2
Answer
  • Consider using the Salesforce native survey functionality
  • Develop a custom survey application using .Net and integrate it with Salesforce
  • Use a third party cloud survey application and integrate it with Salesforce
  • Look for an AppExchange solution that meets the requirements

Question 46

Question
Sarah has set up the standard Email-to-Case functionality and is testing it. She has found that cases are created from emails sent to the designated email address with the subject populated from the email subject and the case description populated from the email body. The support emails are sent using a standard format that includes the case priority and site location of the customer issue. How can these fields be set automatically when the case is created? 1
Answer
  • Create an after trigger on the case object to update the case priority and site location fields
  • Create a workflow rule to update the case priority and site location fields
  • Create a custom email handler to map the fields
  • Add field mappings for custom priority and site location in the Email-to-Case settings

Question 47

Question
As a developer at Global Insurance, you have determined that you need to store information about Prospects, Customers, Policies, Claims, and Benefits in Salesforce. Which of the following statements is true regarding the types of objects that would be required? 1
Answer
  • Standard objects could store all of the required data
  • Custom objects would need to be created to store all of the required data
  • Both standard and custom objects could be used to store the data
  • Customers could be stored in the Account standard object, but all other data would require custom objects.

Question 48

Question
The Customer Service Director of Cosmic Service Solutions would like a dashboard that shows the number of internal tickets. However, an external system is being used for managing internal tickets, and data from the system is not currently integrated with Salesforce. If the dashboard should be visible in Salesforce Classic, which type of dashboard component can be used to meet this requirement? 1
Answer
  • Table
  • Visualforce Page
  • Metric
  • Chart

Question 49

Question
Universal Containers has made a number of changes and is ready to deploy them to production. Which of the following would require a manual migration step to be added to the deployment plan? 1
Answer
  • Fiscal Year Settings
  • Custom Objects
  • Page Layouts
  • Workflow Rules

Question 50

Question
Cosmic Solutions wants to insert new customer records daily at 11 am in the morning. How could this be automated? 2
Answer
  • Data Loader GU
  • Force.com Excel Connector
  • Download and install an app from the AppExchange
  • Data Loader Command Line Interface

Question 51

Question
A change set can be moved between which types of orgs? 2
Answer
  • Any 2 Sandboxes that belong to the same Production organization
  • A Sandbox and the associated Production organization
  • Any sandbox to any production organization
  • Any Developer edition organization to any Sandbox organization

Question 52

Question
You need to do performance testing prior to go-live of an upgrade project. Which environment would you use to conduct the performance testing? 1
Answer
  • Production Org
  • Full Copy Sandbox
  • Developer Sandbox
  • Developer Pro Sandbox

Question 53

Question
What is the purpose of the staging step in the application lifecycle? 3
Answer
  • The staging environment can be used for final regression testing
  • The staging environment can be used for deployment based on design specifications
  • The staging environment can be used for a test deployment
  • The staging environment can be used for stress and performance testing
  • The staging environment can be used for integration testing

Question 54

Question
The administrator would like a list of dashboards to be displayed when a user logs into the Salesforce App. How can this be accomplished? 1
Answer
  • Mark the Dashboard tab as the Landing Page in setup
  • This is not possible to configure in the Salesforce App
  • Move the ’Dashboards’ item to be the first in the navigation menu item list
  • Create a Visualforce page that contains the dashboards to the navigation menu

Question 55

Question
Mary is a Salesforce administrator who is considering various requirements for managing customers. Which standard account features could she make use of? 3
Answer
  • Specifying the part that a person plays in an organization
  • Tracking the team that works on a customer account
  • Creating an internal organizational chart for the account
  • Automatically updating the customer’s credit rating
  • Relating customers in a hierarchy

Question 56

Question
John, the Salesforce administrator at Global Consulting, is required to design the data model for project and employee data. A project can have many employees working on it, and an employee can work on multiple projects. What design should John propose? 1
Answer
  • Create a lookup relationship from Employee object to Project object
  • Create a lookup relationship from Project object to Employee object
  • Create a many-to-many relationship by creating a new junction object between Project and Employee objects
  • Create a master-detail relationship from Project object to Employee object

Question 57

Question
Sporty Auto Loans uses a custom object to record loan details for customers. As part of the loan agreement, the agreed loan rate is stored. The loan rate cannot be modified after it is initially saved. What is the best way to meet this requirement? 1
Answer
  • Set the field to read-only using field-level security
  • Create a trigger to prevent changes to the loan rate
  • Create a validation rule using the ISNEW() and ISCHANGED() functions
  • Create a validation rule using the ISNEW() function

Question 58

Question
Which of the following types of fields do not support changing the data type? 2
Answer
  • External ID field
  • Encrypted
  • Auto-Number
  • Formula
  • Text Area (Rich)

Question 59

Question
When adding a custom field to an object using the Schema Builder, which of the following is true? 1
Answer
  • Roll-up summary fields cannot be added using the schema builder
  • Custom fields are added to page layouts but the page layout needs to be edited to specify where the field should be displayed
  • The field-level security of custom fields is set to ’Visible’ for all profiles
  • Custom fields are not automatically added to page layouts.

Question 60

Question
What is true regarding a lookup relationship? 2
Answer
  • The objects in the relationship can have different owners
  • A lookup relationship is used when two objects need to be linked tightly
  • Lookup fields are always optional
  • Both objects in the lookup relationship can have independent sharing rules

Question 61

Question
Universal Containers would like to improve usability of their current lookup fields. When looking up a Contact record, they would like to view the Phone, Email and Age fields as well as the name. What feature would you suggest to help them with this need? 1
Answer
  • List View
  • Page Layout
  • Visualforce
  • Search Layout
  • Tab Layout
Show full summary Hide full summary

Similar

Rafa certificacion 4
Rafael David Ortiz
U.S. Naturalization Test
Jaffar Barjan
STI's
Pip Barton
Tectonic Hazards flashcards
katiehumphrey
Electromagnetism: Magnetic Flux Density & Magnetic Flux 2
tatemae.honne
AS Unit 1 Physics Flashcard Deck
Callum McClintock
B3, C3, P3
George Moores
MATTERS OF LIFE AND DEATH - UNIT 1, SECTION 2 - RELIGIOUS STUDIES GCSE EDEXCEL
Khadijah Mohammed
Financial Statements
Sharon Yates
Medical Terminology
khachoe_pema
No more diets
amna mohd