[2023年01月19日] 実際のPlatform-App-Builder試験問題集は2023年最新のSalesforce練習試験合格させます [Q59-Q83]

Share

[2023年01月19日] 実際のPlatform-App-Builder試験問題集は2023年最新のSalesforce練習試験合格させます

2023年最新の実際にあるPlatform-App-Builder問題集テストエンジン試験問題はここにある


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

トピック出題範囲
トピック 1
  • 変更セットを使用する際の機能と考慮事項を説明する
  • スキーマビルダーの機能と考慮事項を説明する
トピック 2
  • ロールアップサマリーフィールドの機能、使用例、および影響を説明する
  • データをインポートおよびエクスポートする際のオプションと考慮事項を説明する
トピック 3
  • 承認プロセスの機能とユースケースを説明する
  • SalesforceスキーマのコアCRMオブジェクトの機能を説明する
トピック 4
  • フィールド更新の影響と再帰の可能性を説明する
  • シナリオを前提として、適切なデータモデルを決定する
トピック 5
  • さまざまなタイプのサンドボックスを使用する際の違いと考慮事項を説明する
  • 外部オブジェクトの機能と使用例を説明する
トピック 6
  • シナリオを前提として、適切なユーザーインターフェイスデザインを決定します
  • ユーザーインターフェイスのカスタマイズオプションを説明します
トピック 7
  • 管理されていないパッケージを使用する場合の使用例と考慮事項を説明する
  • AppExchangeを使用して組織を拡張するための一般的なシナリオを特定する
トピック 8
  • 一連のビジネス要件を前提として、適切な共有ソリューションを決定します
  • ソーシャル機能の機能とユースケースを説明します
トピック 9
  • シナリオを前提として、宣言型のカスタマイズの境界とプログラムによるカスタマイズのユースケースを特定します
  • レコードタイプの機能とユースケースを説明します

 

質問 59
At Universal Containers, all US Sales Reps should be able to view the US Team Dashboard. However, only the US Sales Directors should be able to see the data in the component and view its source report.
How can an app builder ensure the proper access is granted?

  • A. Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep
  • B. Make the dashboard dynamic and give US Sales Reps the View My Team's Dashboard permission
  • C. Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director
  • D. Share the dashboard with the Public Group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile

正解: C

 

質問 60
If any of the triggered workflow rules result in another field update that's also enabled for workflow rule re- evaluation, a domino effect occurs, and more workflow rules can be re-evaluated as a result of the newly- triggered field update.

  • A. False
  • B. True

正解: B

解説:
Explanation: This cascade of workflow rule re-evaluation and triggering can happen up to five times after the initial field update that started it.

 

質問 61
What type of relationships can you create on External Objects? (Choose all that apply.)

  • A. Indirect lookup
  • B. All of the above
  • C. External lookup
  • D. Direct lookup
  • E. Lookup

正解: A,C,E

 

質問 62
Which two places can an app builder go to see a list of available Custom Lightning components in their org?
Choose 2 answers

  • A. Lightning component Generator
  • B. Lightning App Builder
  • C. Visualforce components in Setup
  • D. Lightning components in Setup

正解: B,D

 

質問 63
Universal containers would like to use a chatter group for their mergers and acquisition team to collaborate on potential new projects. This group should not be visible for non-members to see or join, and can be accessed by invite only.
Which chatter Group type should the app builder recommend?

  • A. Member Group
  • B. Unlisted Group
  • C. Public Group
  • D. Private Group

正解: B

 

質問 64
Cloud Kicks has leads owned by users and queues.
The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?

  • A. NOT(ISBLANK([Lead].OwnerId))
  • B. BEGINS([Lead].OwnerId, ,,005")
  • C. [Lead].Owner:Queue.OwnerId Is Null = True
  • D. [Lead].Owner:User.Role Is Null = False

正解: A

 

質問 65
ABC Company want to store an area code and wants to be able to search for it in applications (apex).
Which are possible fields to store the data? (Choose two.)

  • A. Email
  • B. Phone
  • C. Text
  • D. Number
  • E. Multi Picklist

正解: C,D

 

質問 66
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 managers in their hierarchy.
  • B. The record owner q in their hierarchy.
  • C. The record owner and the specialists in their hierarchy.
  • D. The record owner and the directors in their Hierarchy.

正解: D

 

質問 67
Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records.
How should an app builder configure Account sharing so that community users only see their own Account?

  • A. Create an account record type for external accounts.
  • B. Define a permission set for external accounts.
  • C. Set the account external OWD to private.
  • D. Define an owner-based sharing rule for external accounts.

正解: C

 

質問 68
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. Request Salesforce increase the number of maximum daily mails.
  • B. Download all contacts to a CSV file and use an email client to send the mails
  • C. Research and evaluate products available on AppExchange to send mass emails
  • D. Develop Apex code and Visualforce pages to sendthe emails.

正解: C

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

 

質問 69
A recently refreshed partial sandbox at Cloud Kicks has no data In the custom object Shipping. Checking In production, there are two million rows of data in the object.
What could be the reason the data Is missing?

  • A. The selected objects in the sandbox template.
  • B. The Partial sandbox is at capacity.
  • C. The sandbox is still populating data.
  • D. The sandbox was refreshed too early.

正解: A

 

質問 70
An Alexa Skill Builder wants to customize a welcome back message for each person who uses the skill. The JSON input is shown below:

Which element from the request would the Builder use to accomplish this?

  • A. sessionId
  • B. userId
  • C. applicationId
  • D. requestId

正解: A

 

質問 71
The VP of Marketing wants to broadcast an e-mail to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce's mass e-mail functionality has a limitation on the number of e-mails that can be sent each day.
What action should the app builder take?

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

正解: C

 

質問 72
An app builder wants to deploy a new version of an auto launched flow production in an active state so that the new functionality is immediately available to users.
What should the app builder take into consideration when planning the deployment?

  • A. Include the profile that access the flow in the deployment
  • B. Include the process builder calling the flow in the deployment
  • C. Verify there is a static resource that provides test coverage for the flow

正解: A

 

質問 73
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 that are not available for overrides can still be hidden on page layouts
  • B. Standard buttons can be changed on lookup dialogs, list views, and search result layouts
  • C. Standard buttons can be overridden with a Visualforce page
  • D. Standard buttons can be overridden, relocated on the detail page, and relabeled

正解: A,C

 

質問 74
Universal Containers has purchased a Lightning Component on the AppExchange. Where can that component be utilized. Choose 2 answers

  • A. Visual Workflow
  • B. Lightning Process Builder
  • C. Salesforce1 Mobile App
  • D. Standalone Lightning App

正解: C,D

 

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

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

正解: B

 

質問 76
Universal containers uses a custom called reviews to capture information generated by interviews during the candidate process. The review records are visible to any user that has access to the related custom candidate record. The VP of human resources wants the comment field on the review to be private to anyone outside of the HR department

  • A. Create a sharing rule to share the filed with the VP of HR with role and subordinates
  • B. Create a page layout with the field for HR users and another page layout without the field for all other users
  • C. Create an apex sharing rule to share the field with users that have HR in their role
  • D. Create a page layout with the field and use field level security to hide the from all others users

正解: D

 

質問 77
Which statement is true for embedding a visual force page in a page layout?(Choose 2)

  • A. Visualforce pages on a field set have attributes for width and height
  • B. Visualforce pages on a page layout have attributes for width and height
  • C. Visualforce pages can be placed anywhere in a page layout
  • D. Visualforce pages can only be placed in the visual force section in the page layout

正解: B,D

 

質問 78
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects.
Which three field types could be used in roll-up summary fields to accomplish this? (Choose three.)

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

正解: A,D,E

 

質問 79
The customer service team at Universal containers uses a custom Project object to track their customer projects. An App builder needs to create a relationship between the project object and the related client Account record. A private sharing model is in place for both Accounts and projects. Which statement is true when creating an Account lookup field on the Project object? Choose 2 answers

  • A. The account lookup field on the project record can be made optional.
  • B. Users can only delete Accounts if they have access to related projects records
  • C. Cross-object field updates between the Project and Account records are not supported
  • D. The account record can include roll-up summary field with data from the project records

正解: A,B

 

質問 80
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App.
What option is available to an app builder to satisfy this requirement?

  • A. Create sales and marketing profiles and ensure read access to different objects.
  • B. Create mobile navigation menus for both the sales and marketing profiles.
  • C. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • D. Create public groups for sales and marketing and create mobile navigation menus for each group.

正解: A

解説:
Explanation/Reference:

 

質問 81
What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers

  • A. Pre-Defining field values on the target object.
  • B. Specifying the fields and layout of the action.
  • C. Redirecting the end user to the detail page of the target object
  • D. Allowing the end user to choose the record type

正解: B,D

 

質問 82
Universal Containers has purchased a Lightning Component on the AppExchange.
Where can that component be utilized. Choose 2 answers

  • A. Visual Workflow
  • B. Lightning Process Builder
  • C. Salesforce1 Mobile App
  • D. Standalone Lightning App

正解: C,D

 

質問 83
......

更新された問題を提供していますPlatform-App-Builder問題集PDF:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html

更新された公式問題Platform-App-Builder認定にはPlatform-App-Builder問題集PDF:https://drive.google.com/open?id=1M6jrgErJOe9D0R8w3bmwQml6NdC0_2P7