PDII 문제 81

다양한 언어와 통화로 비즈니스를 수행하는 글로벌 조직에서 사용할 Visualforce 페이지를 개발할 때 사용해야 하는 기능은 무엇입니까? (3개를 선택하세요.)

PDII 문제 82

Apex 클래스는 예상 코드 적용 범위를 달성하지 못합니다. testSetup 메서드는 Apex 클래스의 메서드를 명시적으로 호출합니다.
개발자는 어떻게 코드 커버리지를 생성할 수 있습니까?

PDII 문제 83

Universal Containers의 Salesforce 인스턴스는 현재 타사와 통합되어 REST 서비스를 통해 우편 주소를 검증합니다. 제3자 주소 확인 시스템은 최근 https://th-addreaa-service.3pc.com에서 https://plc1-mailsarvice.3pc.com으로 설정된 모든 바이스의 끝점 URL을 변경했습니다. 다른 모든 것은 동일하게 유지되었습니다. 개발자는 이 엔드포인트 변경 사항을 반영하도록 코드를 업데이트했지만 변경 후 우편 주소 유효성 검사 서비스가 작동을 멈췄습니다.
이 웹 서비스 끝점 변경을 완료하려면 그 밖에 무엇을 해야 합니까?

PDII 문제 84

A developer created a Lightning web component that allows users to input a text value that is used to search for Accounts by calling an Apex method. The Apex method returns a list of AccountWrappers and is called imperatively from a JavaScript event handler.

Which two changes should the developer make so the Apex method functions correctly?
Choose 2 answers

PDII 문제 85

<lightning: layout multipleRows="true"> <lightning: layoutItem size="12">{!v.account.Name} </flighting: layoutitem> <lightning:layoutitem 3ize="12">{!v. account .AccountNumber} </lighting: layoutitem> <lightning: layoutitem size="12">{!v.account. Industry} </lighting: layoutitem> </lightning: layout> 위 컴포넌트 코드를 참고하세요. 정보는 모바일 장치에서 예상대로(3행으로) 표시됩니다. 그러나 정보가 데스크톱이나 태블릿에서 원하는 대로(단일 행으로) 표시되지 않습니다. 데스크톱 및 태블릿에서 올바르게 표시되도록 올바른 구성 요소가 변경된 옵션은 무엇입니까?