Platform-App-BuilderのPDF問題集で2024年07月27日試験問題 有効なPlatform-App-Builder問題集 [Q146-Q164]

Share

Platform-App-BuilderのPDF問題集で2024年07月27日試験問題 有効なPlatform-App-Builder問題集

究極のPlatform-App-Builder準備ガイドで無料最新のSalesforce練習テスト問題集


Salesforce Platform-App-Builder(Salesforce Certified Platform App Builder)認定試験は、Salesforceプラットフォームにカスタムアプリケーションを構築する際の専門家の知識と能力を検証する資格情報です。この認定は、Salesforceの宣言能力を確実に理解し、スケーラブルで安全で保守可能なカスタムアプリケーションを設計、構築、および実装できる個人向けに設計されています。認定試験では、データモデリング、セキュリティ、ユーザーインターフェイス設計、ビジネスロジック、レポートなど、幅広いトピックをカバーしています。

 

質問 # 146
An app builder has been requested to extend record access beyond the organization-wide defaults configured.
Which two features satisfy this requirement? (Choose two.)

  • A. Using Sharing Rules.
  • B. Using Manual Sharing Rules.
  • C. Using Dynamic Role Hierarchy.
  • D. Using Public Groups.

正解:A、D


質問 # 147
Identify the field update limitations. (Choose three.)

  • A. Read-only fields like formula or auto-number fields aren't available for field updates.
  • B. In a batch update, workflow is re-triggered on all entities where there is a change.
  • C. Field updates that are executed as approval actions don't trigger workflow rules.
  • D. The results of a field update can't trigger additional rules such as validation, assignment, auto-response, or escalation rules.

正解:A、C、D

解説:
"In a batch update, workflow is re-triggered on all entities where there is a change" - only on entities with a change, not all.


質問 # 148
The CFO of Cloud Kicks needs to sign off on any major show retail deal that has a discount of more than 30% before the deal can be closed.
What feature would be used to handle this requirement?

  • A. Approval Process
  • B. Email Alert
  • C. Workflow Rule
  • D. Field Update

正解:A

解説:
Explanation
Approval Process is the feature that would be used to handle the requirement of signing off on major show retail deals with more than 30% discount. According to the Salesforce documentation, "An approval process automates how Salesforce records are approved in your org." Email Alert, Field Update, and Workflow Rule are actions that can be triggered by an approval process, but they are not features for handling approvals.


質問 # 149
Indirect lookup relationship fields can be created on external objects only.

  • A. False
  • B. True

正解:B

解説:
Explanation/Reference:


質問 # 150
Cloud Kicks (CK) wants to simultaneously delete a Supplier's record and all Supplier ltem__c records if a partnership ends with a supplier.
What solution could an app builder use to meet the requirement?

  • A. Indirect lookup
  • B. Hierarchical
  • C. Master-detail
  • D. Many-to-many

正解:C

解説:
Explanation
The solution that an app builder should use to meet this requirement is master-detail relationship. A master-detail relationship is a type of relationship that creates a parent-child relationship between two objects, where the child records inherit the sharing and security settings of their parent record. The app builder can create a master-detail relationship between Supplier__c and SupplierItem__c objects, where Supplier__c is the parent object and SupplierItem__c is the child object. This way, when a Supplier__c record is deleted, all related SupplierItem__c records are also deleted automatically. Option A is incorrect because many-to-many relationship is not suitable for this requirement, as many-to-many relationship allows two objects to be linked in both directions through a junction object, but does not support cascading delete. Option B is incorrect because indirect lookup relationship is not suitable for this requirement, as indirect lookup relationship allows an external object to link with another object using an external ID field, but does not support cascading delete.
Option C is incorrect because hierarchical relationship is not suitable for this requirement, as hierarchical relationship allows users to use a lookup field that links an object with itself, but does not support cascading delete.


質問 # 151
What would the proper field type be to allow users to enter multiple paragraphs? (Choose two.)

  • A. Text Area (Long)
  • B. Text (Encrypted)
  • C. Text
  • D. Text Area (Rich)
  • E. Text Area (Super Long)

正解:B、E


質問 # 152
Universal Containers manages internal projects by department using a customobject called projects. Only employees in the project's respective departmentshould have view access to all of the department's project records. If an employeechanges job roles and moves to another department, the employee should nolonger have access to the projects within their former department. How can theserequirements be met assuming the organization wide default for projects is set to private? (Choose 2)

  • A. Create a criteria-based sharing rule using the project's department that grants access to users by public groups.
  • B. Create a criteria-based sharing rule using the project's department that grants access to users by roles.
  • C. Create a criteria-based sharing rule using the project's department that grants access to users by permission sets.
  • D. Create a criteria-based sharing rule using the project's department that grants access to users by profiles.

正解:A、B


質問 # 153
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Services users use three of the same fields as the Sales team, but also have five of their own, which the sales team does not use. What is the minimum configuration necessary to meet this requirement?

  • A. One profile, one record type, one page layout.
  • B. Two profiles, two record types, two page layouts
  • C. Two profiles, one record type, two page layouts
  • D. One profile, two record types, one page layout

正解:B

解説:
Explanation- Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles.


質問 # 154
Which statement is true about an External ID field? (Choose two.)

  • A. The field can be unique based on case-sensitive or case-insensitive values.
  • B. The field must be unique since duplicates are not allowed within Salesforce.
  • C. The field contains unique record identifiers from a system outside of Salesforce.
  • D. The field must contain at least one number and at least one letter.

正解:A、C


質問 # 155
UVC's CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answers

  • A. Launch a flow that uses the submit for approval action to submit deals for approval
  • B. Create a new process with a submit for approval action to automatically submit deals for approval
  • C. Launch a new approval process that has automatic submission enabled as an initial submission action
  • D. Create a new approval process that has automatic submission enabled in the entry criteria

正解:C、D

解説:
Explanation
Launch a new approval process that has automatic submission enabled as an initial submission action, and Create a new approval process that has automatic submission enabled in the entry criteria. These are correct because both options allow the deals to be automatically submitted for approval without requiring any action from the sales rep. The automatic submission can be configured either as an initial submission action or as part of the entry criteria


質問 # 156
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 MIN on the Opportunity Close Date with a filter where IsWon = TRUE.
  • 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 roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
  • D. 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.

正解:A

解説:
The app builder should 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. A roll-up summary field is a type of field that calculates values from related records and displays them on the parent record. In this case, the app builder can create a roll-up summary field on the Account object that calculates the minimum (earliest) value of the Opportunity Close Date field from the related opportunities where IsWon = TRUE. This will show when customers made their first purchase. Option B, C, and D are not correct ways to use a roll-up summary field to meet the requirement.


質問 # 157
Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?

  • A. Global Picklist Value Set
  • B. Dependent Picklist
  • C. Dynamic Action
  • D. Field Update

正解:A

解説:
Explanation
The app builder should use a global picklist value set to share the list of values for the Status field across each object. A global picklist value set is a set of values that can be used by multiple picklist fields on different objects. This can ensure data consistency and reduce maintenance efforts. Option A, C, and D are not features that can share picklist values across objects.


質問 # 158
An app builder wants to streamline the user experience by reflecting summarized calculation of specific fields on various objects.
Which three fields types should be used in roll-up summary fields to accomplish this?
Choose 3 answer

  • A. Currency
  • B. Time
  • C. Date
  • D. Checkbox
  • E. Percent

正解:D、E


質問 # 159
The VP of Marketing wants to broadcast an email to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce's mass email functionality has a limitation on the number of emails that can be sent each day.

  • A. Research and evaluate products available on AppExchange to send mass emails
  • B. Request Salesforce increase the number of maximum daily mails.
  • C. Develop Apex code and Visualforce pages to send the emails.
  • D. Download all contacts to a CSV file and use an email client to send the mails

正解:A

解説:
Explanation
Check out the following link: MassMailer App Link on
AppExchangehttps://appexchange.salesforce.com/listingDetail?listingId=a0N30000005uxj5EAA


質問 # 160
accounts and a secondary master detail relationship with contacts. The app builder has requirement to change the primary master relationship to lookup. What happens to the master detail relationship with contacts?

  • A. The contacts master detail also converts to lookup
  • B. The contacts master detail field is deleted from the object
  • C. The contacts master detail values are cleared from invoice
  • D. The contacts master detail becomes the primary

正解:D


質問 # 161
The Service Manager would like to highlight case age. When a case is new, they would like to see a green flag on the case record. The flag should be yellow if the case is still open after one day. The flag should be red when cases are open after three days.
Which two options should an app builder use to implement this requirement? (Choose two.)

  • A. Formula Field
  • B. Quick Action
  • C. IMAGE
  • D. VLOOKUP

正解:C、D


質問 # 162
Which three are true about converting a tabular, summary, or matrix report to a joined report? (Choose three.)

  • A. Joined report blocks are formatted as matrix reports.
  • B. Report formula fields are not supported in joined reports.
  • C. Cross filters are not supported in joined reports.
  • D. Bucket fields are not supported in joined reports.
  • E. The Rows to Display filter is not supported in joined reports.

正解:C、D、E


質問 # 163
You have a team of developers who need logins to sandbox.
What's the best way to give them access?

  • A. Create them as users in sandbox, then deactivate the same number of users in production.
  • B. Create them as inactive users in production.
  • C. Use Developer Edition to log into sandbox.
  • D. Have them login as one of the users in production.

正解:B


質問 # 164
......


認定試験は、60の複数選択の質問で構成され、オンラインで実施されます。試験はタイミングがあり、候補者はそれを完了するのに90分かかります。試験の質問は、その機能、機能、ベストプラクティスなど、Salesforceプラットフォームに対する候補者の理解をテストするように設計されています。

 

合格率 取得する秘訣はPlatform-App-Builder認定試験エンジンPDF:https://www.passtest.jp/Salesforce/Platform-App-Builder-shiken.html

今すぐ試そう!高評価Salesforce Platform-App-Builder試験問題集:https://drive.google.com/open?id=1-DjtMbtFeeVvnHYahbshOBrATCEjONXQ