Bootcamp Day 1

Bootcamp Day 1

Assessment

Quiz

Created by

Michal Wszolek

Other

1st - 5th Grade

6 plays

Medium

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A company wants to create a screen where users could input their data. There should be also a button ‘Next’, which would bring them to the next page. What is the recommended solution for this requirement? (Select 1)

Flow Builder

Visualforce pages

Lightning Components

Process Builder

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A record can change it’s Status value to ‘Done’, only if the Approval_Status field is set to ‘Reviewed’. How can you meet this criteria? (Select 1)

Workflow Rule

Apex Trigger

Set proper initial requirements in Approval Process

Validation Rules

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A company wants a solution for filling in and signing up the documents in Salesforce. What is the recommended solution for this requirement? (Select 1)

Create a fully custom solution using Programmatic Tools

Use Process Builder

Use Content Documents feature in Salesforce

Check if an AppExchange app exists

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What kind of Lightning components can be built in Lightning App Builder? (Select 3)

Record Pages

Standalone apps

Page Layouts

Tabs

Home Pages

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

There is a requirement to prevent record from deletion if one of it’s field is set to a specific value. How can you fulfill this requirement? (Select 1)

Validation Rule

Process Builder

Apex Trigger

Workflow Rule

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A developer wants to store information about client payments. Which data type should they use? (Select 1)

Integer

Double

Currency

Decimal

Numeric

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What keywords or access modifiers can be used in an Apex class to ensure, that the running user would see only the records they have access to? (Select 2)

global

with sharing

private

inherited sharing

8.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are valid Apex variables? (Select 2)

Map<Integer, Map<Id, Account>> map;

Number a;

Decimal[] dec;

LinkedList<String>

Currency a;

9.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

There is a requirement to prevent record from deletion if one of its related records status is ‘Done’. How can this be achieved? (Select 1)

Validation Rule

Process Builder

Apex Trigger

Workflow Rule

10.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the data types used to store numeric values? (Select 2)

Blob

Numeric

Decimal

Currency

Integer

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?