Plat-Dev-301 무료 덤프문제 온라인 액세스
| 시험코드: | Plat-Dev-301 |
| 시험이름: | Salesforce Certified Platform Developer II - Multiple Choice |
| 인증사: | Salesforce |
| 무료 덤프 문항수: | 204 |
| 업로드 날짜: | 2026-08-30 |
A developer is trying to access org data from within a test class.
Which sObject type requires the test class to have the (seeAllData=true) annotation?
A business currently has a process to manually upload orders from its external Order Management System (OMS) into Salesforce.
This is a labor intensive process since accounts must be exported out of Salesforce to get the IDs. The upload file must be updated with the correct account IDs to relate the orders to the corresponding accounts.
Which two recommendations should make this process more efficient?
Choose 2 answers
An Aura component has a section that displays some information about an Account and it works well on the desktop, but users have to scroll horizontally to see the description field output on their mobile devices and tablets.
How should a developer change the component to be responsive for mobile and tablet devices? A)
B)
C)
D)
A user receives the generic "An internal server error has occurred" while interacting with a custom Lightning component.
What should the developer do to ensure a more meaningful message?
An org has a requirement that an Account must always have one and only one Contact listed as Primary. So selecting one Contact will de-select any others. The client wants a checkbox on the Contact called 'Is Primary' to control this feature.
The client also wants to ensure that the last name of every Contact is stored entirely in uppercase characters.
What is the optimal way to implement these requirements?