PDII 무료 덤프문제 온라인 액세스
| 시험코드: | PDII |
| 시험이름: | Platform Developer II |
| 인증사: | Salesforce |
| 무료 덤프 문항수: | 163 |
| 업로드 날짜: | 2026-09-03 |
A developer built an Aura component for guests to self-register upon arrival at a front desk kiosk. Now the developer needs to create a component for the utility tray to alert users whenever a guest arrives at the front desk. What should be used?
A developer has business logic in a trigger that flags high-value opportunities. There is a new requirement to also display high value opportunities in a Lightning web component. Which two steps should the developer take to meet these business requirements, and also prevent the business logic that identifies high-value opportunities from being repeated in more than one place?
Consider the Apex controller below, that is called from an Aura component:
Line 5 @AuraEnabled
Line 6 public List<String> getStringArray() {
Line 7 String[] arrayltems = new String[]{ 'red', 'green', 'blue' };
Line 8 return arrayltems;
Line 9 }
Line 10}
What is wrong with this code?
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 developer is creating a Lightning web component to display a calendar. The component will be used in multiple countries. In some locales, the first day of the week is a Monday, or a Saturday, or a Sunday. What should the developer do to ensure the calendar displays accurately for users in every locale?