PDII 試験問題を無料オンラインアクセス

試験コード:PDII
試験名称:Platform Developer II
認定資格:Salesforce
無料問題数:163
更新日:2026-08-29
評価
100%

問題 1

Refer to the markup below:
HTML
<template>
<lightning-record-form
record-id={recordId}
object-api-name="Account"
layout-type="Full">
</lightning-record-form>
</template>
A Lightning web component displays the Account name and two custom fields out of 275 that exist on the object. The custom fields are correctly declared and populated. However, the developer receives complain2223ts that the component performs slowly. What can the developer d2425o to improve the performance?

問題 2

A developer has a Visualforce page that automatically assigns ownership of an Account to a queue upon save.
The page appears to correctly assign ownership, but an assertion validating the correct ownership fails. What can cause this problem?

問題 3

Universal Containers wants to notify an external system, in the event that an unhandled exception occurs, by publishing a custom event using Apex. What is the appropriate publish/subscribe logic to meet this requirement?

問題 4

A developer is building a Lightning web component that retrieves data from Salesforce and assigns it to the record property:
JavaScript
import { LightningElement, api, wire } from 'lwc';
import { getRecord } from 'lightning/uiRecordApi';
export default class Record extends LightningElement {
@api fields;
@api recordId;
record;
}
What must be done in the component to get the data from Salesforce?

問題 5

Which statement is considered a best practice for writing bulk safe Apex triggers?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。