Connie Woolard
Quiz por , criado more than 1 year ago

SFDC App Builder 1 (176-200ish)

1141
29
0
Connie Woolard
Criado por Connie Woolard mais de 7 anos atrás
Fechar

SFDC App Builder 1 (176-200ish)

Questão 1 de 28

1

You are building a recruitment management application. Your application requires the ability to hold details regarding a job position, details regarding a candidate, and details regarding a candidate’s application to a job position. Which of these represent the best data model to achieve this need?

Selecione uma das seguintes:

  • Define the position and candidate objects then application as a junction object

  • Define the Position object then Candidate as a child of Position and Application as child of Candidate

  • Define the Position object then Candidate and Application as child objects

  • Define 3 unrelated objects - Candidate, Position, Application

Explicação

Questão 2 de 28

1

Sam has written the following validation rule for the custom field ‘Count’
OR ( Count__c = 0,
MOD ( Count__c,2) <>0 )
What should the error message on this validation rule be set to?

Selecione uma das seguintes:

  • Count cannot be a non zero even number

  • Count must be a non zero odd number

  • Count cannot be a non zero odd number

  • Count must be a non zero even number

Explicação

Questão 3 de 28

1

Universal Systems have their Global sales team organized by geography. There are 242 regional sales managers, 22 country sales heads and 1 Global VP – Sales. The Global VP of Sales needs to be able to see the opportunity data of the entire company, while the country sales head must only see the opportunities owned by his respective regional managers. Region 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?
Choose 2 answers.

Selecione uma ou mais das seguintes:

  • Profiles

  • Object Permissions

  • Roles

  • Default Sharing Settings

Explicação

Questão 4 de 28

1

What is true regarding adding a custom object to an unmanaged package?

Selecione uma das seguintes:

  • Its related triggers are also added to the package.

  • Its page layouts are also added to the package.

  • All of these

  • Its custom fields are also added to the package.

Explicação

Questão 5 de 28

1

Sam architects a Force.com recruitment application by using custom objects to represent “Candidates”, and “Positions”. A M:M junction object is used between the two called “Application”. Which of the following statements is true with respect to this application?
Choose 1 answer.

Selecione uma das seguintes:

  • The Application object cannot have child records

  • The Application object cannot be on master side of a master detail relationshiop

  • The Application object cannot have a Tab

  • Data cannot be imported to the Application object

Explicação

Questão 6 de 28

1

You have a need to do performance testing prior to golive of an upgrade project. Which environment would you use for conducting the performance testing?

Selecione uma das seguintes:

  • Production Org

  • Developer Sandbox

  • Developer Pro Sandbox

  • Full Copy Sandbox

Explicação

Questão 7 de 28

1

The Executive team at Universal containers would like to see the Account, Opportunity and Cases belonging to a country, in a single report. How would you configure this, if at all possible?

Selecione uma das seguintes:

  • Joined Report

  • Matrix Report

  • Custom Report Type

  • Not possible to achieve in a single report

Explicação

Questão 8 de 28

1

Universal Systems has a “Net Worth” field on the Account object to capture total revenue worth of its customers. However only executive users should be able to view the data in this field. How would you help Universal Systems achieve this requirement?

Selecione uma das seguintes:

  • Define appropriate Account Sharing Rules

  • Specify Field level Security for the Net Worth field

  • Define a separate Views for executive and regular users

  • Use VisualForce to selectively mask Net Worth data

Explicação

Questão 9 de 28

1

The following are true about unmanaged packages, except?
Choose 1 answer.

Selecione uma das seguintes:

  • Unmanaged Packages can be created from a Developer Org

  • Unmanaged Packages can be shared via AppExchange

  • Unmanaged Packages can be distributed without 75% test coverage

  • Unmanaged Packages can be shared using a URL

Explicação

Questão 10 de 28

1

You are asked to configure Salesforce in such a way that if Account status is marked as ‘Inactive’, all associated Contact statuses should also be automatically marked as ‘Inactive’. To meet this requirement, you could use all of the following except?

Selecione uma das seguintes:

  • Process Builder

  • Apex code

  • Visual Workflow

  • Workflow

Explicação

Questão 11 de 28

1

ABC Corp. wants to get the sum of all Opportunity Products Quantity and show it in the Opportunity Total Quantity which is in the Opportunity layout.
What feature of Salesforce would help achieve this?
Choose 1 answer.

Selecione uma das seguintes:

  • Number Field

  • Roll Up Summary Field

  • Formula Field

  • Workflow Rules

Explicação

Questão 12 de 28

1

You are explaining to another developer not familiar with force.com how an external ID field can be used to work with data coming from another system.
What features would you mention?
Choose 3 answers.

Selecione uma ou mais das seguintes:

  • An external ID can be either text, number or email data types

  • An external ID is used to represent an identifier for a record from an external system

  • External IDs are not case sensitive

  • An external ID is indexed and increases query performance

Explicação

Questão 13 de 28

1

If a workflow email alert should be sent when an opportunity probability is updated to be greater than 75%, what should the evaluation criteria be?

Selecione uma das seguintes:

  • When a record is created and every time it's edited

  • When a record is created and any time it's edited to subsequently meet criteria

  • When the Opportunity Probability is greater than 75%

  • When a record is created

Explicação

Questão 14 de 28

1

A user wants to use inline editing from a list view to quickly edit records. What setting must be enabled?

Selecione uma das seguintes:

  • Both A & B

  • Enable enhanced lists

  • Enable inline editing

  • API Access

Explicação

Questão 15 de 28

1

You would like to prevent users with the support profile from accessing Documents in Salesforce. What is the best way to achieve this?
Choose 1 answer.

Selecione uma das seguintes:

  • Set the Document Tab setting to Default Off

  • Set the Document Tab setting to Tab Hidden for the profile

  • Disable Object Access to the Document Object

  • Use a permission set to restrict access to users with the support profile

Explicação

Questão 16 de 28

1

In a service application, different kinds of resources are assigned to jobs. The resource types are phones, vehicles and tools. They share mostly common fields but also have some fields unique to each resource type. How should you represent this in Salesforce?

Selecione uma das seguintes:

  • Create a custom object for each resource type

  • Look for standard objects to use to store the resource data

  • Create one custom object and use record types

  • None of the above

Explicação

Questão 17 de 28

1

As part of data entry validation, the country code needs to be validated. A custom object contains the values for every valid country code. How could this requirement be met?

Selecione uma das seguintes:

  • Use a "before" trigger

  • Use a Validation Rule and the VLOOKUP() function

  • Use an "after" trigger

  • Use a Validation Rule and the Validate() function

Explicação

Questão 18 de 28

1

John, the Salesforce administrator at Global Consulting is designing the data model. As part of this he needs to represent Project and Employee data. A project can have many employees working in it, and an employee can work in multiple projects. What design would John propose?l

Selecione uma das seguintes:

  • Create a master detail relationship from Project object to Employee object

  • Create a look up relationship from Project to Employee object

  • Create a new junction object between Project and Employee object

  • Create a look up relationship from Employee object to Project object

Explicação

Questão 19 de 28

1

Universal Containers plan two custom objects to track “Vehicle” and “Cargo” data. A vehicle can tansport multiple cargo, while a cargo is always
associated to 1 vehicle. Universal Containers decommissions certain vehicles if they do not pass the quality checks. Such vehicle records are deleted. Also, it is mandatory to keep history of all Cargo data for compliance purpose. What would be the best recommendation for Universal Containers, in terms of defining these custom objects?
Choose 1 answer.

Selecione uma das seguintes:

  • Define Cargo as a look Up relationship on Vehicle

  • Define Vehicle Cargo as a Master Detail relationship

  • Define Cargo Vehicle as a Master Detail relationship

  • Define Vehicle as a Look Up relationship on Cargo

Explicação

Questão 20 de 28

1

What is true regarding a lookup relationship?
Choose 2 answers.

Selecione uma ou mais das seguintes:

  • A lookup relationship is used when two objects need to be linked tightly

  • The objects in the relationship can have different owners

  • Lookup fields are always optional

  • Both objects in the lookup relationship can have independent sharing rules

Explicação

Questão 21 de 28

1

What is true regarding the profile image displayed on a lead record?
Choose 2 answers.

Selecione uma ou mais das seguintes:

  • If a lead record is associated to a social network profile, the profile image will initially display the image from the first social network associated

  • If a lead is not associated with any social network, users can upload a photo to be used for the profile image

  • The profile image can only be changed by an administrator

  • The profile image can be changed by any user if a lead is associated with multiple social networks

Explicação

Questão 22 de 28

1

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?

Selecione uma das seguintes:

  • Use Approval Workflow

  • Use a Visual workflow

  • Use Force.com Sites

  • Use VisualForce

Explicação

Questão 23 de 28

1

Universal Containers would like to improve usability of their current look up 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 of Force.com would you require to help them with this need?

Selecione uma das seguintes:

  • Search Layout

  • Page Layout

  • List View

  • Tab Layout

  • Visualforce

Explicação

Questão 24 de 28

1

What is not a capability of the lead object?
Choose 2 answers.

Selecione uma ou mais das seguintes:

  • Custom objects that have been related to a lead can be copied when a lead is converted to the account, contact, or opportunity

  • Standard or Custom fields can be mapped to fields in Account, Contact, and Opportunity objects as part of lead conversion

  • Leads can be grouped into queues

  • Leads can be automatically assigned to users or queues

Explicação

Questão 25 de 28

1

Sam is conducting some testing on his company’s Salesforce instance by manipulating data. He is aware that there are workflows configured on the Account object. Which of these activities are likely to trigger a workflow?
Choose 2 answers.

Selecione uma ou mais das seguintes:

  • Creating an Account

  • Updating an Account

  • Deleting an Account

  • Viewing an Account

Explicação

Questão 26 de 28

1

On the custom object ‘Vehicles’, a lookup relationship is defined to the ‘Model’ custom object. What are the possibilities when a Model record is deleted?
Choose 3 answers

Selecione uma ou mais das seguintes:

  • The lookup field value on vehicle is cleared

  • The vehicle record is deleted

  • The lookup field value on vehicle is updated to the next model record

  • The deletion of a model record is restricted

Explicação

Questão 27 de 28

1

Your Sales department would like to assist Account Managers by providing instructions for each sales stage on the opportunity page layout. The instructions should only display for the current stage of the opportunity. How can this be accomplished?
Choose 1 answer.

Selecione uma das seguintes:

  • Use a dependent picklist to display the instructions

  • Add an inline Visual force page to the page layout

  • Add a dynamic text field to the page layout

  • This is not possible

Explicação

Questão 28 de 28

1

You would like to ensure that the contacts that can be selected on a case are those related to the account selected on the case. How would you achieve this?

Selecione uma das seguintes:

  • Create a required lookup filter on the Case Contact field

  • Create a dependent lookup on Case Contact field

  • Create a dependent lookup on Case Account field

  • Create a dependent lookup on Account Name field

Explicação