アプリ開発者は、営業チームが行っている作業の一部を自動化する既存のプロセスビルダーを修正する必要があります。生産性を向上させるプロセスビルダーの3つの機能は何ですか?3つ選択してください。
正解:A
Read the stem as an implementation requirement. Lookup relationships connect records while allowing looser ownership and lifecycle control than master-detail. They are appropriate when records should remain more independent or when the relationship is optional. The proper configuration is A. Create a child record. This is the option that best matches the Salesforce responsibility being tested under Business Logic and Process Automation.
A practical administrator would confirm the object context, the user action, and whether the result must be stored, calculated, displayed, automated, approved, or deployed. Here the selected answer is the one that acts at the correct point in that chain. It keeps the configuration declarative and avoids inventing a process around a problem that Salesforce already has a native feature to solve.
The wrong answers confuse adjacent platform concepts. B (Start an additional message.) misses the mark because it addresses a neighboring feature area rather than the exact behavior requested. C (Update a related record.) is not enough: it would require extra assumptions that the scenario does not support. D (Send an email alerts.) handles a different concern; it handles only part of the requirement and leaves the controlling Salesforce behavior unresolved. This keeps the build declarative, traceable in Setup, and easier to support when the org changes later.
---