Salesforce Lightning interview with Motorola




Q. How can we implement lightning into visualforce page?

Q. What is field set in lightning?

Q. How can integration be achieved using lightning?

Q. How to load data into lightning?

Q. How to display picklist and label in one line in lightning?

Q. What is lightning out?

Q. How to use slds in visualforce page?

 1. Add <apex:slds /> in header to Import the Design System style sheet. 
 2. Wrap everything inside <div class="slds-scope">

Q. How to use grid system in lightning?

add the slds-grid class to an outer wrapper element. Then inside it add the required number of columns by adding the slds-col class to the child elements

Q.What is the use of media object?

It include an image and text side by side.

Q What is use of spirit maps?

Sprite maps are recommended technique for including icons in pages

Example
<svg aria-hidden="true" class="slds-icon"> <use xlink:href="{!URLFOR($Asset.SLDS,
'assets/icons/standard-sprite/svg/symbols.svg#account')}"></use> </svg>

Q. What is a tile?


A tile is a grouping of related information associated with a record. Tiles are setup to be displayed with or without an image/icon. The default pattern for tiles has an image/icon, a detail body which contains a list of information and action overflow menu dropdown. 


Share this

Related Posts

Previous
Next Post »