[2025年04月03日] 最速準備で試験合格!Platform-App-Builder問題の事前予備 [Q32-Q50]

Share

[2025年04月03日] 最速準備で試験合格!Platform-App-Builder問題の事前予備

Platform-App-BuilderのPDF問題集リアル2025最近更新された問題

質問 # 32
An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.
What should the app builder take into consideration when deploying the change set to production?

  • A. The deployed permission set will only contain changes related to the change set.
  • B. The existing permission set will be completely overwritten.
  • C. The deployed permission set will manage with the existing permission set.
  • D. Change to field-level security in the permission set will not be applied.

正解:A

解説:
The deployed permission set will merge with the existing permission set in production, meaning changes made in the sandbox will be added to the existing permission set after deployment.
Reference:
Salesforce Help - Permission Sets


質問 # 33
Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a new junction object between these custom objects. A select group of users should be able to edit records in the junction object.
Which two steps should an app builder take to configure the proper security? (Choose two.)

  • A. Set lookup filters on both junction object relationship fields.
  • B. Set Sharing Settings to Read Only on both Master-Detail relationship fields.
  • C. Create owner-based sharing rules that give Read access to the master objects.
  • D. Create an owner-based sharing rule that gives Read access to the junction object.

正解:A、C


質問 # 34
What is the maximum number of external IDs an object may have?

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

正解:D


質問 # 35
Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account.
Which two tools could an app builder combine to display the number of open cases on the account page?
Choose 2 answers

  • A. Process Builder
  • B. Workflow
  • C. Flow
  • D. Approval Process

正解:A、C

解説:
The two tools that an app builder could combine to display the number of open cases on the account page are Flow and Process Builder. Flow is a tool that allows the app builder to create a declarative automation that can query, manipulate, and display data from multiple objects. Process Builder is a tool that allows the app builder to create a trigger-based automation that can invoke a Flow when a record is created or updated. By using these two tools, the app builder can create a solution that can query the number of open cases for the account and parent account and display them on the account page using a screen element. Workflow is not a suitable tool, as it cannot query or display data from multiple objects. It can only perform actions such as field updates, email alerts, tasks, or outbound messages. Approval Process is not a suitable tool, as it is used to automate the approval of records based on certain criteria and predefined steps. It cannot query or display data from multiple objects.


質問 # 36
Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.
What can the app builder do to ensure a smooth deployment to production?

  • A. Use a metadata package set.
  • B. Validate the inbound change set.
  • C. Remove Apex classes from Abound change set.
  • D. Validate the outbound change set.

正解:B

解説:
Explanation
The app builder should validate the inbound change set to ensure a smooth deployment to production.
Validating an inbound change set allows the app builder to test whether the change set can be deployed without errors in the target org. Validating an inbound change set does not affect any data or metadata in the target org.


質問 # 37
What can be done after workflow field re-evaluation?

  • A. Invalid data
  • B. Option 1
  • C. Trigger another rule
  • D. Out of hour limit (loop)

正解:D


質問 # 38
Which two relationship types can be defined with external objects? (Choose two.)

  • A. External Lookup
  • B. Indirect Lookup
  • C. External Master-Detail
  • D. Cross-Organization Lookup

正解:A、B


質問 # 39
What is the capability of sandbox template ? Select 2

  • A. Specify the objects whose data should be replicated in the partial copy sandbox environment
  • B. Save a template for re-use when creating a partial copy sandbox environment
  • C. Specify the data range for data being replicated in a partial copy sandbox environment
  • D. Create a partial copy sandbox from a partial copy sandboxes environment

正解:A、B


質問 # 40
Actions on a Lightning Page allow you to do which of the following?

  • A. Send email, create a task, and create or update records.
  • B. Clone records, add users, and assign permissions.
  • C. Send email, send outbound messages, and launch a flow.
  • D. Send email and delete or clone records.

正解:A


質問 # 41
universal containers has several new fields they requested for the opportunity product object. What should an app builder be able to configure using a formula field ?

  • A. A hyperlink to the parent account of the parent opportunity.
  • B. A Rich text area field that uses HTML to bold certain characters
  • C. A mix of functions and concatenation of 10 account fields and 10 opportunity fields.
  • D. A combination of the opportunity`s text and a description fields.

正解:A


質問 # 42
You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status.
What could be the most optimal model to achieve this?

  • A. Create a Project object then Modules as a child object. Add Tasks to Modules.
  • B. Create a Project then add Tasks to it. Define Modules as a field on Task.
  • C. Create Project, Module, Responsibility as parent, child and grandchild objects.
  • D. Create Project and Module objects then Responsibility as a junction object.

正解:A


質問 # 43
An App Builder at UVC 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?

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

正解:B、D

解説:
Standard buttons can be overridden with a Visualforce page to provide custom functionality or user interface. For example, you can override the New button on an object to display a custom Visualforce page instead of the standard page layout3. Standard buttons that are not available for overrides can still be hidden on page layouts to prevent users from accessing them. For example, you can hide the Delete button on an object to prevent users from deleting records


質問 # 44
Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.
Which tool should be used?

  • A. Schema Builder
  • B. Data Loader
  • C. Import Wizard
  • D. A Lightning Object Creator

正解:B

解説:
Explanation
The app builder should use Data Loader to quickly insert a list of over 60,000 net new Accounts. Data Loader is a tool that allows users to insert, update, delete, or export large amounts of data from Salesforce using CSV files or database connections. Data Loader can handle up to 5 million records at a time and supports features such as bulk API, batch operations, mapping files, etc. Data Loader is ideal for loading large data sets into Salesforce quickly and efficiently. Lightning Object Creator is not a valid tool, as it cannot insert data into existing objects. Lightning Object Creator is a tool that allows users to create custom objects from spreadsheet data by uploading a file and mapping columns to fields. It cannot load data into existing objects or handle more than 500 records at a time. Import Wizard is not a valid tool, as it cannot handle more than 50,000 records at a time. Import Wizard is a tool that allows users to insert, update, or delete data from Salesforce using CSV files or Excel files. Import Wizard supports standard objects and some custom objects and provides features such as field mapping, duplicate detection, data validation, etc. Import Wizard is ideal for loading small data sets into Salesforce with more control and accuracy.


質問 # 45
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. Time
  • B. Currency
  • C. Date
  • D. Checkbox
  • E. Percent

正解:D、E


質問 # 46
All contact's mailing post code should match the account shipping postal code.How to do it?

  • A. Use distance()use distance()
  • B. Use NOT EQUAL operator
  • C. Geolocation()
  • D. Use compare operator

正解:D


質問 # 47
What is a true statement regarding case assignment rules? (Choose 3 answers)

  • A. A predefined Case Team is mandatory for each rule entry
  • B. Salesforce processes case assignment rules before workflow rules
  • C. They allow formore than one active rule at the same time
  • D. They allow for more than one rule entry for each assignment rule
  • E. They allow cases to be assigned to a queue

正解:A、D、E


質問 # 48
Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.
Which category handles bug fixes and simple changes?

  • A. Rollback
  • B. Major
  • C. Patch
  • D. Minor

正解:C

解説:
The category that handles bug fixes and simple changes is minor. A minor release is a type of release that introduces small enhancements or fixes to existing functionality, such as correcting spelling errors or improving performance. A minor release usually has a low impact on users and does not require extensive testing or training. A patch release is a type of release that addresses critical issues or defects that affect the functionality or security of an application, such as fixing broken links or resolving vulnerabilities. A patch release usually has a high impact on users and requires immediate deployment. A major release is a type of release that introduces new functionality or features to an application, such as adding new objects or components or changing business processes. A major release usually has a high impact on users and requires extensive testing and training. A rollback is not a type of release, but an action that reverses a release that has been deployed to an environment, such as undoing changes or restoring previous versions. A rollback may be necessary if a release causes errors or issues that affect the functionality or performance of an application.


質問 # 49
Which statement is true about converting a lead? Choose 3 answers

  • A. Multi-select picklist values on lead records overwrite values on the contact's corresponding field.
  • B. Administrators may choose whether to enforce validation rules & triggers
  • C. The lead's most recent campaign record is automatically applied to the "PRIMARY campaign source" field on the opportunity
  • D. The system automatically maps standard lead fields to standard account, contact, and opportunity fields.
  • E. Users can convert leads that are associated with an active approval process.

正解:B、C、D


質問 # 50
......


Salesforce Platform-App-Builder認定試験では、データモデリング、セキュリティ、ユーザーインターフェイス設計、ビジネスロジックとプロセスの自動化、モバイル開発など、幅広いトピックを扱います。候補者は、試験に合格し、認定を取得するために、これらのトピックを深く理解する必要があります。

 

Platform-App-Builder問題集と練習テスト(292試験問題):https://www.passtest.jp/Salesforce/Platform-App-Builder-shiken.html

リリースSalesforce Platform-App-Builder更新された問題PDF:https://drive.google.com/open?id=1R5v_NXmtJxM8MIx80AF1jl-QAyq_A8Lu