Salesforce
PDII · Question #413
PDII Question #413: Real Exam Question with Answer & Explanation
Sign in or unlock PDII to reveal the answer and full explanation for question #413. The question stem and answer options stay visible for context.
Question
Refer to the component code above. The information displays as expected (in three rows) on a mobile device. However, the information is not displaying as desired (in a single row) on a desktop or tablet. Which option has the correct component changes to display correctly on desktops and tablets? <lightning:layout multipleRows="true"> <lightning:layoutItem size="12">{!v.account.Name} </lightning:layoutItem> <lightning:layoutItem size="12">{!v.account.AccountNumber} </lightning:layoutItem> <lightning:layoutItem size="12">{!v.account.Industry} </lightning:layoutItem> </lightning:layout>
Options
- A<lightning:layout multipleRows="true"> <lightning:layoutItem size="12" mediumDeviceSize="6"
- B<lightning:layout multipleRows="true"> <lightning:layoutItem size="12"
- C<lightning:layout multipleRows="true"> <lightning:layoutItem size="12"
- D<lightning:layout multipleRows="true"> <lightning:layoutItem size="12"
Unlock PDII to see the answer
You've previewed enough free PDII questions. Unlock PDII for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.