[2023年12月30日]Platform-App-Builder練習試験問題集で試験99%合格率があります [Q12-Q30]

Share

[2023年12月30日]Platform-App-Builder練習試験問題集で試験99%合格率があります

最新の検証済みPlatform-App-Builder問題と解答、合格保証もしくは全額返金


Salesforce Platform-App-Builder 資格試験は、Salesforce プラットフォーム上でカスタムアプリケーションの設計と構築の専門知識を証明するための貴重な資格です。この認定は、データモデリング、セキュリティ、ユーザーインターフェイス、プロセス自動化など、様々な分野での知識とスキルを証明します。競争の激しい就職市場で個人の能力をアピールし、差別化するための優れた方法です。

 

質問 # 12
In Salesforce Classic, Universal Containers provides access to Salesforce for their Customer Support and Sales Operations teams. Management wants to ensure that when users log in, their home tab provides access to links and documentation that are specifically relevant to their team's function.
How can this requirement be met?

  • A. Create two home page custom components and two layouts; assign to users by profile.
  • B. Create three home page custom components and three layouts; assign user by profile.
  • C. Create three home page custom components and three layouts; assign users by team.
  • D. Create two home page custom components and two layouts; assign to users by team.

正解:A


質問 # 13
Which is correctly referencing a field on the Force.com custom object Position__c?

  • A. [!Position__c.Status__c]
  • B. [&Position__c.Status__c]
  • C. {&Position__c.Status__c}
  • D. {!Position__c.Status__c}

正解:D


質問 # 14
What is a key consideration when using unmanaged packages? Choose 2 answers

  • A. The person who created the unmanaged package can change or update installed components
  • B. A namespace is required to create an unmanaged package.
    Explanation - Namespaces are not used in unmanaged packages. In fact, even if your organization is namespace, the namespace is removed from all components when it is uploaded as an unmanaged package.
    https://developer.salesforce.com/page/An_Introduction_to_Packaging
    Once the components are installed from an unmanaged package, the components can be edited in the organization they are installed in. The developer who created and uploaded the unmanaged package has no control over the installed components, and can't change or upgrade them. https://help.salesforce.com/apex/HTViewHelpDoc?id=sharing_apps.htm
  • C. The person who created the unmanaged package has no control over the installed components
  • D. A namespace is not required to create an unmanaged package.

正解:C、D


質問 # 15
When is it recommended to refresh a Full sandbox?

  • A. After a major Production release.
  • B. After UAT sign-off.
  • C. Within 3 hours of when it is needed.
  • D. Whenever a new Production user is added.

正解:A

解説:
Explanation


質問 # 16
What is the maximum number of master-detail lookup relationships allowable per object?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C


質問 # 17
Which statements are true regarding Roll-Up Summary Fields? (Choose three.)

  • A. Validation errors can display when saving either the detail or master record.
  • B. Automatically derived fields, such as current date or current user, are allowed in a Roll-up Summary Field.
  • C. Because Roll-up Summary Fields are not displayed on edit pages, you can use them in validation rules.
  • D. Once created, you cannot change the detail object selected or delete any field referenced in your Roll-up Summary definition.
  • E. Advanced currency management has no affect on Roll-up Summary Fields.

正解:A、C、D

解説:
Explanation


質問 # 18
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. Process Builder
  • B. Workflow
  • C. Flow
  • D. Apex
  • E. Chatter action

正解:A、C、D


質問 # 19
Universal container manages internal projects by department using a custom object called projects. Only employees in the project's respective department should have view access to all of the department's project records. If an employee changes job roles and moves to another department, the employee should no longer have access to the projects within their former department. How can these requirements be met, assuming the organization-wide default for projects is set to private? Choose 2 answers

  • A. Create a criteria based sharing rule using the projects department that grants access to users by permission set.
  • B. Create a criteria based sharing rule using the projects department that grants access to users by roles.
  • C. Create a criteria based sharing rule using the projects department that grants access to users by public groups.
  • D. Create acriteria based sharing rule using the projects department that grants access to users by profiles

正解:B、C


質問 # 20
Cloud Kicks has three types of customer support processes: Platinum, Diamond, and Bronze. The app builder created separate record types for each process on the Case object. The customer support team should be unable to create new cases with the Bronze record type.
How should this requirement be met?

  • A. Update the support team profile to remove the Bronze record type.
  • B. Make the record type hidden to support users; update sharing roles to private.
  • C. Create permission set group for Case that includes Platinum and Diamond record types.
  • D. Update the organization-wide defaults to private for Case.

正解:A

解説:
Explanation
The solution that should meet this requirement is updating the support team profile to remove the Bronze record type. This way, the support team users will not be able to create new cases with the Bronze record type, as it will not appear in their record type selection list. Option A is incorrect because updating the organization-wide defaults to private for Case does not affect the record type availability, but rather the record access level. Option C is incorrect because creating permission set group for Case that includes Platinum and Diamond record types does not prevent the support team users from creating new cases with the Bronze record type, as they may still have access to it through their profile. Option D is incorrect because making the record type hidden to support users and updating sharing roles to private does not prevent the support team users from creating new cases with the Bronze record type, as they may still have access to it through their profile.


質問 # 21
Recursive triggers may cause your organization to exceed its limit for workflow time triggers per hour.

  • A. True
  • B. False

正解:A


質問 # 22
Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.
What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

  • A. Salesforce Record ID
  • B. CASESAFE(Id)
  • C. External ID
  • D. TEXT(Id)

正解:C

解説:
Explanation
An indirect lookup relationship is a custom relationship between two objects that are linked by an external ID field. The external ID field must be a custom field on the parent object that has the "External ID" attribute enabled. The child object must be a standard or custom object that is on the detail side of a master-detail or lookup relationship.


質問 # 23
Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.
Which two considerations should be made?
Choose 2 answers

  • A. The Star object has fewer than two existing master-detail relationships.
  • B. The Star records are all required to have an existing value in their Galaxy field.
  • C. The Galaxy object is required to contain existing roll-up summary fields.
  • D. The Galaxy object has fewer than two existing master-detail relationships.

正解:A、B


質問 # 24
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


質問 # 25
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase.
How should an app builder use a roll-up summary to meet the requirements?

  • A. Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
  • B. Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
  • C. Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
  • D. Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.

正解:D


質問 # 26
Universal Containers wants to display a message when an opportunity close date is less than 60 days in the future.
What can be used to display different text on the opportunity record depending on the number of days until the target close date?

  • A. Sales Process
  • B. Workflow Update
  • C. Process Builder
  • D. Formula Field

正解:D


質問 # 27
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?

  • A. The record page template is unable to support mobile devices.
  • B. The component has been developed for Desktop Pages.
  • C. The record page needs to be activated.
  • D. The component needs to be activated.

正解:D


質問 # 28
Universal Containers wants to improve the process to create Opportunity records related to an Account. Many fields can be populated based on the Account record. Some fields require input from the user.
What should an app builder configure to meet the requirement?

  • A. Process Builder triggered from Account update
  • B. Quick Action on the Opportunity object
  • C. Quick Action on the Account object
  • D. Process Builder triggered from Opportunity update

正解:B


質問 # 29
What type of field cannot be used in a formula field?

  • A. Standard Fields
  • B. Other Formula Fields
  • C. Text Area (Long)
  • D. Date/Time

正解:C


質問 # 30
......

Platform-App-Builderリアル有効かつ正確な問題集235問題と解答が待ってます:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html

Platform-App-Builder認証と実際の解答があります:https://drive.google.com/open?id=1M6jrgErJOe9D0R8w3bmwQml6NdC0_2P7