wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

LWC Quiz 1

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

Developer Tools required to work on LWC (2 answers)

a)

Salesforce CLI

b)

Eclipse

c)

Developer Console

d)

VS Code

2.

What are the Files we can have in LWC Folder (multiple answers)

a)

Template

b)

CSS

c)

JavaScript

d)

Meta File

3.

Advantages of LWC (multiple answers)

a)

Skills are transferrable

b)

Better Performance

c)

Interoperable Components

d)

Less Native, More Framework

4.

Salesforce Scratch Org is?

a)

Sandbox Org

b)

Production Org

c)

Developer Org

d)

Disposable Org

5.

How you write Expression in LWC HTML?

a)

if:true="{propertyName}"

b)

if:true={propertyName}

c)

if:true={!propertyName}

d)

if:true="{!propertyName}"

6.

LWC Framework includes (multiple answers)

a)

Security

b)

Templates

c)

Lightning Data Service

d)

Base Lightning Components

7.

Sample Gallery Applications (multiple answers)

a)

E-Bikes

b)

Dream House

c)

Connect Eazy

d)

Battle Station App

8.

Which is true?

a)

LWC can coexist wrapped around Aura

b)

Aura can coexist wrapped around LWC

c)

Both ways possible

9.

Number of components Aura Bundle has?

a)

7

b)

8

c)

9

d)

10

10.

Mandatory minimum number of components in LWC

a)

1

b)

2

c)

3

d)

4