合格できるSalesforce Platform-App-BuilderのPDF問題集!最近更新された432問あります [Q214-Q232]

Share

合格できるSalesforce Platform-App-BuilderのPDF問題集!最近更新された432問あります

更新されたテストエンジンPlatform-App-Builder練習問題集と練習試験合格させます

質問 214
The Training team at UVC uses a custom Training object to track their customer trainings. An App Builder needs to create a relationship between the Training object and the related Student's record. A private sharing model is in place for both Students and Training. Which two statements are true when creating a Student lookup field on the Training object? Choose 2 answers

  • A. On Student Record, users can set up Roll-up summary fields on Training records
  • B. On Training record, users can only delete students, if they have access to it
  • C. Cross-object field updates between Training and Student records are not supported
  • D. On Training record, the Student Lookup field can be made optional

正解: B,D

 

質問 215
Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account.
What feature should an app builder use to create easy access to the document?

  • A. A custom detail page link on the Contract object
  • B. Quick Action on the Account object
  • C. A custom detail page link on the Account object
  • D. Quick Action on the Contracts object

正解: A

 

質問 216
For an external object relationship, you can create a lookup relationship.
What type of object(s) can be the parent?

  • A. Standard or Custom
  • B. Standard or External
  • C. External
  • D. Custom

正解: A

解説:
Explanation: For a lookup you can only have standard or custom objects as the parent, but can have all 3 as the child.

 

質問 217
Which sandbox type allows for the use of a sandbox template?

  • A. Config Sandbox
  • B. Partial Sandbox
  • C. Developer Pro Sandbox
  • D. Developer Sandbox

正解: B

 

質問 218
You have created a workflow rule to send an e-mail in your configuration sandbox.
For some reason it's not working, what should you double check? (Choose two.)

  • A. Check the deliverability settings.
  • B. HTML does not work in sandbox, make sure your e-mail has no HTML.
  • C. You have the correct e-mail address.
  • D. Look at the system audit trail.

正解: A,C

 

質問 219
What is a true statement in regard to managing access to reports and dashboards?
Choose 2 answers

  • A. Users must have certain permissions to access public, hidden, or shared folders.
  • B. Users with the "Manage Public Reports" permission can organize reports by creating custom report folders and sending invitations to users to access them.
  • C. Users that want to grant access to personal folders can manually share a personal folder with a user or publicgroup.
  • D. Users with the "Manage Public Reports" and "Create and Customize Reports"permissions can create custom reports that all users canview.

正解: B,D

 

質問 220
What are two reason to create an unmanaged package? Choose 2 answers

  • A. Deploying from a Developer Edition environment
  • B. Publishing an application for sale on the AppExchange
  • C. Distributing open-source projects on the AppExchange.
  • D. Distributing upgradeable components to other Salesforce org (Misse

正解: C,D

 

質問 221
Which two are true statements about record types? (Choose two.)

  • A. They can be used to control user role hierarchy.
  • B. They allow different picklist values for all picklist fields.
  • C. They allow different page layouts and mandatory fields.
  • D. They can be enabled by profile and permission set.

正解: C,D

解説:
Explanation/Reference:

 

質問 222
Which three field types should be referenced by a Roll-Up Summary field using SUM? (Choose three.)

  • A. Percent
  • B. Formula
  • C. Number
  • D. Currency
  • E. Date

正解: A,C,D

 

質問 223
An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill.
What approach should the Builder take to track this information?

  • A. Store and increment a launchCountsession attribute.
  • B. Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.
  • C. Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.
  • D. Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.

正解: B

解説:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html

 

質問 224
Which components can be added to a lightning app on custom Object? (Choose three.)

  • A. Standard Lightning component
  • B. Global actions
  • C. Custom lightning component
  • D. Object specific actions on the custom object
  • E. Visualforce

正解: A,B,C

解説:
Explanation

 

質問 225
Which two are key considerations when using Unmanaged packages? (Choose two.)

  • A. The person who created the Unmanaged package has no control over the installed components.
  • B. The person who created the Unmanaged package can change or upgrade installed components.
  • C. A namespace is not required to create an Unmanaged package.
  • D. A namespace is required to create an Unmanaged package.

正解: A,C

 

質問 226
What is a key consideration when using Unmanaged packages? Choose 2 answers

  • A. The person who created the Unamanged package has no control over the installed components
  • B. A namespace is not required to create an Unamanged package
  • C. A namespace is required to create an Unmanaged package
  • D. The person who created the Unmanaged package can change or upgrade installed components

正解: A,B

 

質問 227
A custom object named assignment has a private sharing setting that grantsaccess using hierarchies. The organization has a role hierarchy where the"Specialist" role reports to a "Manager" role which reports to a
"Director" role. TheDirector role is at the top of the role hierarchy. A user who is in the manager rolecreate a new assignment record. Who can see this record?

  • A. The record owner and the directors in their Hierarchy.
  • B. The record owner and the specialists in their hierarchy.
  • C. The record owner q in their hierarchy.
  • D. The record owner and the managers in their hierarchy.

正解: A

 

質問 228
What is a self-relationship?

  • A. A relationship of account to opportunity owned by the same owner.
  • B. A lookup to the global search.
  • C. A lookup field to the user object.
  • D. A lookup field to the same object.

正解: D

解説:
Self-relationship: When an object has a lookup with itself, it is a self-relationship. A self-relationship creates a tree diagram of the objects. For example, the account has a lookup on himself, called Parent Account. On the user object a special self-relationship called the hierarchical relationship helps create superior roles such as supervisor, manager on user object. The hierarchical relationship is a self-relationship of the user object.
Hierarchical relationship: This type of relationship is a special lookup relationship available only for the user object. It allows users to use a lookup field to associate one user with another that does not directly or indirectly refer to itself. For example, you can create a custom hierarchical relationship field to store each user's direct manager.

 

質問 229
UVC is importing 1000 records into salesforce. They want to avoid any duplicate records from being created during the import. How can these requirement met?

  • A. Run duplicate check
  • B. Include a column in the import file that has other record name
  • C. Manually merge
  • D. Use "prevent duplicates"

正解: B

 

質問 230
While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.
How can the Builder MOST efficiently iterate and test how the response will sound?

  • A. Modify the SSML in the skill, save it, and check Amazon CloudWatch for errors.
  • B. Use the Voice & Tone tab on the Test page in the developer console.
  • C. Make changes in the skill code, deploy it, and test it on the device.
  • D. Edit the SSML in the skill and use the Alexa Simulator tab on the Test page of the developer console.

正解: C

 

質問 231
An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?
Choose 2 answers

  • A. Public Groups
  • B. Permission Set Groups
  • C. Sharing Rules
  • D. Manual Sharing Rules

正解: A,C

 

質問 232
......


Salesforce Platform-App-Builder 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Given a set of business requirements, recommend a solution to automate business processes
  • Given a set of requirements, identify the considerations and select the appropriate field type
トピック 2
  • Describe the features and capabilities available when creating reports, report types, and dashboards
  • Identify the considerations when changing a field's type
トピック 3
  • Describe the capabilities of and considerations when using change sets
  • Describe the capabilities and considerations of the schema builder
トピック 4
  • Describe the capabilities of and use cases for approval processes
  • Describe the capabilities of the core CRM objects in the Salesforce schema
トピック 5
  • Describe the differences between and considerations when using the various types of sandboxes
  • Describe the capabilities of and use cases for external objects
トピック 6
  • Describe the use cases of and considerations when using unmanaged packages
  • Identify common scenarios for extending an org using the App Exchange
トピック 7
  • Given a set of business requirements, determine the appropriate sharing solution
  • Describe the capabilities of and use cases for social features
トピック 8
  • Describe the capabilities of, use cases for, and implications of roll-up summary fields
  • Describe the options and considerations when importing and exporting data
トピック 9
  • Given a scenario, determine the appropriate user interface design
  • Describe the user interface customization options
トピック 10
  • Describe the ramifications of field updates and the potential for recursion
  • Given a scenario, determine the appropriate data model

 

Salesforce Platform-App-Builder問題集でカバー率リアル試験問題:https://jp.fast2test.com/Platform-App-Builder-premium-file.html

問題集お試しセットPlatform-App-Builderテストエンジン問題集トレーニングには432問あります:https://drive.google.com/open?id=1ordl2QXwFvuneYTofpri9djYCKcu6o7W


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어