最新の2024年01月13日 Platform-App-Builder問題集は学習ガイドは試験合格するための秘訣 [Q47-Q62]

Share

最新の2024年01月13日 Platform-App-Builder問題集は学習ガイドは試験合格するための秘訣

Platform-App-Builder問題集の無料PDFをゲットせよ!最近更新された問題

質問 # 47
Manage at Universal Containers want a quick to create additional accounts to form a hierarchy from a parent account record. They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.

  • A. Custom link on Account
  • B. Custom Global Quick Account.
  • C. Custom action on Account
  • D. Custom Global Quick Action

正解:B


質問 # 48
What should be done to create a custom object from the Schema Builder?

  • A. Right-click in the canvas and select "New Object".
  • B. From the Elements tab, drag Object onto the canvas.
  • C. From the Objects tab, select New>Object.

正解:B


質問 # 49
Universal Containers uses a private sharing model for opportunities. This model CANNOT be changed due to a regional structure A new sales operations team has been created. This team needs to perform analysis on Opportunity data, all should have read arid write access to all Opportunities.
What are two recommended solutions for the app builder to give the users appropriate access? Choose 2 answers

  • A. Add a manual share for all opportunities with each user on the sales operations team.
  • B. Create a criteria-based sharing rule to all opportunities with the sales operations public group.
  • C. Add a permission set with 'View All" and 'Modify All'' opportunity permissions enabled.
  • D. Create a criteria-based sharing rule to share all opportunities with the sales operations private group

正解:B、C

解説:
Explanation
The two recommended solutions for the app builder to give the users appropriate access are creating a criteria based sharing rule to all opportunities with the sales operations public group and adding a permission set with
'View All" and 'Modify All'' opportunity permissions enabled. A criteria based sharing rule can grant read and write access to all opportunities that meet certain criteria to a specified group of users. A permission set can grant additional object-level permissions to users without changing their profiles. Option B is incorrect because adding a manual share for all opportunities with each user on the sales operations team is not scalable or maintainable. Option D is incorrect because creating a criteria-based sharing rule to share all opportunities with the sales operations private group is redundant, as private groups are used to manually share records with individual users or other groups.


質問 # 50
A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case by case basis. What options does the business user have to manually share individual records? Choose 3 answers

  • A. Permission Sets
  • B. Profiles
  • C. Public Groups
  • D. Roles
  • E. Users

正解:C、D、E


質問 # 51
What determines whether a user can create a new record using a specific record type?

  • A. Field level security
  • B. Profile
  • C. Page Layout
  • D. Sharing

正解:B


質問 # 52
DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.
Which two details should the app builder know when using external ID fields?
Choose 2 answers

  • A. An external ID field can be a URL field.
  • B. An external ID field can be a phone field.
  • C. An external ID field can be a number field.
  • D. An external ID field can be a text field.

正解:C、D


質問 # 53
Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users with a Marketing profile.
What should the app builder use to solve this Issue?

  • A. Component visibility filter
  • B. Field-level security
  • C. Detail page layouts
  • D. AppExchange

正解:A

解説:
Explanation
The feature that the app builder should use to solve this issue is component visibility filter. A component visibility filter is a setting that can be applied to a Lightning component on a record page to control when the component is hidden or displayed based on certain conditions. The app builder can use a component visibility filter to hide the component from users with a Marketing profile. Option A is incorrect because detail page layouts are not related to Lightning components, but rather the fields and related lists that appear on record detail pages. Option C is incorrect because field-level security is not related to Lightning components, but rather the access level of fields for different profiles or permission sets. Option D is incorrect because AppExchange is not related to Lightning components, but rather an online marketplace where users can find and install apps and components.


質問 # 54
Universal containers created a custom object called component to capture details about products sold. what approach should an app builder take to show component as a related list on product?

  • A. Create a lookup relationship on component to product . Add the component related list to the product page layout.
  • B. Created junction object to relate component and product. Add the component related list to the product page layout.
  • C. Create a master-detail- relationship on product to component. Add the component related list to the product page layout.
  • D. Create a roll-up on product. Add the component related list to the product page layout.

正解:B


質問 # 55
Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.
Which three features would meet the business requirements?
Choose 3 answers

  • A. Apex
  • B. Workflow
  • C. Process Builder
  • D. Chatter action
  • E. Flow

正解:A、C、E

解説:
Explanation
The app builder should use three features to meet the business requirements:
Process Builder: This is a type of automation tool that can execute actions based on certain criteria. In this case, the process builder can have a criteria that evaluates if an opportunity is in the Secure Commitment Stage, and then execute an action that submits it for approval.
Apex: This is a programming language that allows developers to execute complex logic on the Salesforce platform. Apex can be used to create triggers that run before or after certain events, such as insert, update, delete, or undelete of records. In this case, Apex can be used to create a trigger that runs before an opportunity is updated and submits it for approval if it is in the Secure Commitment Stage.
Flow: This is another type of automation tool that can guide users through a series of screens and perform actions based on user input. Flow can also be triggered by certain events, such as when a record is created or updated. In this case, Flow can be used to create a record-triggered flow that runs after an opportunity is updated and submits it for approval if it is in the Secure Commitment Stage. Option A and D are not features that can meet the business requirements.


質問 # 56
A customer service representative at a call center would like to be able tocollect information from customers using a series of questionprompts.
What could be used to accomplish this?

  • A. Visual Workflow
  • B. Workflow Rules
  • C. Lightning Process Builder
  • D. Lightning Connect

正解:A


質問 # 57
Which of the following are good ways to track changes in production?

  • A. Check the setup audit trail every week.
  • B. Use a change log request form.
  • C. All of the above.
  • D. Diff the metadata.

正解:C


質問 # 58
Cloud Kicks has created accustom object called Interests which is joined to Accounts by way of a junction object called Account Interest.
What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

  • A. Users will be unable to view the Account Interest records or the Interest records.
  • B. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.
  • C. Users will be able to view the Account Interest records and will have read-only access to the Interest records.
  • D. Users will be unable to view Account records that have a related Account Interest record.

正解:A

解説:
Explanation
Users will be unable to view the Account Interest records or the Interest records because they do not have read access to the Interest object. This is a standard behavior of Salesforce when a user does not have access to a related object.


質問 # 59
UC has a requirement that an opportunity should have a field showing the value of its associated account's billing state. This value should not change after the opportunity has been created. Is there a recommended solution to configure this automated behavior?

  • A. Apex
  • B. Formula field
  • C. Workflow
  • D. Roll-up summary field

正解:C


質問 # 60
An app builder at Universal Containers would like to prevent users from creating new records on an Account related list by overriding standard buttons.
Which two should the app builder consider before overriding standard buttons? (Choose two.)

  • A. Standard buttons can be overridden with a Visualforce page.
  • B. Standard buttons that are not available for overrides can still be hidden on page layouts.
  • C. Standard buttons can be overridden, relocated on the detail page, and relabeled.
  • D. Standard buttons can be changed on lookup dialogs, list views, and search result layouts.

正解:A、D


質問 # 61
Universal Containers has deployed custom tabs to Production via changes sets, without including the profile settings or permission sets.
What is the settings for the visibility of custom tabs?

  • A. Custom tabs are default on for all uses.
  • B. Custom tabs are hidden for all users.
  • C. Custom tabs are default off for all users.
  • D. Custom tabs are NOT deployed.

正解:C

解説:
Explanation
The setting for the visibility of custom tabs is default off for all users when they are deployed via change sets without including the profile settings or permission sets. This means that the custom tabs are not visible in any apps or navigation menus for any users unless they are manually added by each user or by an administrator3.
Option B, C, and D are not correct settings for the visibility of custom tabs.


質問 # 62
......


Salesforce Platform-App-Builder試験は、Salesforceプラットフォームにカスタムアプリケーションを設計、構築、および実装するために必要なスキルに焦点を当てた認定試験です。この試験は、Salesforceプラットフォームを使用してカスタムアプリケーション、ワークフロー、およびビジネスプロセスを作成するための専門知識を実証しようとしている専門家向けに設計されています。この認証は業界で非常に評価されており、Salesforceエコシステムにおける多くの職務の役割の前提条件です。

 

最新Platform-App-Builder試験問題集には高得点で一発合格:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html

Platform-App-Builder認定試験問題集には235練習テスト問題はこちら:https://drive.google.com/open?id=1M6jrgErJOe9D0R8w3bmwQml6NdC0_2P7