PD1 Exam Flashcards

1
Q

What features does Salesforce provide for Selling to prospects and customers?

A

Leads and Opportunities to manage sales

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What features does Salesforce provide for Helping customers after the sale?

A

Cases and Communities for customer engagement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What features does Salesforce provide for working on the go?

A

The customizable Salesforce mobile app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What features does Salesforce provide for Collaborating with coworkers, partners, and customers?

A

Slack, Chatter, and Communities to connect your company

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What features does Salesforce provide for Marketing to your audience?

A

Marketing Cloud to manage your customer journeys`

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an App in Salesforce?

A

a set of objects, fields, and other functionality that supports a business process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are objects in Salesforce?

A

tables in the Salesforce database that store a particular kind of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Records in Salesforce?

A

are rows in object database tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are fields in Salesforce?

A

columns in object database tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How many Trailhead Playground orgs can you have at once?

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The Salesforce platform is a _______ company. Everything we offer resides in the trusted, ________ __________.

A

cloud, multitenant cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What powers the Salesforce platform?

A

metadata

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Where can you view performance data and get more information about how Salesforce secures data?

A

trust.salesforce.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does multitenancy on the Salesforce Platform mean?

A

You are sharing resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many times a year does Salesforce release an update?

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is metadata?

A

Any customizations you’ve made to the structure of your org that collect or use your organization’s data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What do the letters in API mean?

A

Application Programming Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does API do?

A

Allow different pieces of software to connect to each other and exchange information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What automatically happens to connect your data with the org when you create a custom field or object?

A

Salesforce automatically creates and API name that serves as an access point between your org and the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What does Salesforce use API names for?

A

To retrieve the metadata and data you’re looking for

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What does MVC stand for?

A

Model View Controller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What does Model, View and Controller represent?

A

Model = Database Layer
view = User Interface Layer
Controller = Business Logic Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What can you use to write VIEW pages?

A

SFCD visual force pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Each Visualforce page is associated with what?

A

a controller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What can you use to write Model Classes?
Apex
26
Workflows Apex Classes Triggers Are what in the Salesforce Architecture?
Standard controllers and Custom (Apex) Controllers
27
Visual Force pages Page Layouts Tabs What modules in the Salesforce Architecture do these belong to?
View
28
Objects Fields Relationships Are what in the Salesforce Architecture?
Model
29
Explain Model View Controller
Model is the schema and data, View is how that data is represented visually, Controller is how that data behaves
30
What is the def of Schema in reference to Salesforce?
Refers to the structure of the database; the set of objects you have, the fields on those objects, and the relationships between them
31
What does SFDC mean?
abbreviation for SalesForceDotCom
32
What two programming models can you build Lightning components with?
The Lightning Web Components model and the original Aura Components model
33
True or False; LWC and Aura components can coexist and interoperate on a page.
True
34
What is the majority of code written for LWC?
JavaScript and HTML
35
True or False; Although Aura Components is preferred, Aura Components does not support everything that LWC support.
False; LWC are preferred, but Aura Components support everything.
36
How is the term Aura Components changed when referring to the actual components and not the name?
Aura components (lowercase)
37
Define Aura Components.
Self-contained and reusable units of an app
38
What are the prebuilt Aura Components called?
The Base Lightning Components
39
What are Base Lightning Components rendered to produce in the browser?
HTML DOM elements
40
What all can a component contain?
Other components HTML CSS JavaScript Any other Web-enabled code
41
How do you configure components?
By setting the named attributes that they expose in their definition
42
What are the two events in the components framework? Explain both
Component events: handled by component itself or component that instantiates or contains the component Application events: are handled by all components that are listening to the event. These events are essentially a traditional publish-subscribe model.
43
Where do you write framework handlers?
in JavaScript controller actions
44
What three functions does the Developer Console provide for Aura Component Development?
Use the menu bar (1) to create or open these Lightning resources: Application Component Interface Event Tokens Use the workspace (2) to work on your Lightning resources. Use the sidebar (3) to create or open client-side resources that are part of a specific component bundle: Controller Helper Style Documentation Renderer Design SVG
45
Where can you view and customize objects in your org?
Object Manager
46
What has quick links to a collection of pages?
Setup Menu
47
What are the three main categories in the Setup Menu?
Administration, Platform Tools, and Settings
48
What Setup Menu category lets you manage users and data?
Administration
49
What Setup Menu category lets you customize your org the most (view and manage your data model, create apps, modify the user interface, and deploy new features, and programmatic development)
Platform Tools
50
What Setup Menu category lets you manage your company information and org security?
Settings
51
Important features of the Company Information page in Setup Menu?
At-a-glance view of your org Find your org ID See your licensing information Monitor important limits like data and file usage
52
Important features of the Users page in Setup Menu?
Reset passwords Create new users and deactivate or freeze existing users View information about your users
53
Important features of the Profiles page in Setup Menu?
Manage who can see what with user profiles Create custom profiles
54
Important features of the View Setup Audit Trail page in Setup Menu?
See 6 months of change history in your org Find out who made changes and when Tool for troubleshooting org configuration issues
55
Important features of the Login History page in Setup Menu?
See 6 months of login history for your org View date, time, user, IP address, and more login data Use for security tracking and adoption monitoring
56
What are the five steps to develop a good AppExchange strategy?
1. Identify the departments (stakeholders) that will use Salesforce 2. Research apps that best meet stakeholder requirement 3. Download app in a test environment ( free developer or Sandbox Edition) 4. evaluate what you've tested 5. Ready to Install and deploy
57
What are questions to ask stakeholders about an App they might need?
What business problem are you trying to solve? What are your main pain points right now? How many users need this app? What’s your budget? What’s your timeline?
58
What is a Developer Sandbox intended for? what does it include
testing in an isolated environment. Includes copy of your production org's configuration (metadata).
59
What is a Developer Pro Sandbox intended for and what does it include?
Development and testing in an isolated environment and hosts larger data sets than Dev Sandbox. includes copy of production org's configuration (metadata)
60
What syntax is required to call Aura methods from Lightning components?
@AuraEnabled
61
What is an Aura component made of?
Markup, JavaScript, and CSS
62
What syntax is used to store data within an Aura component?
aura:attribute
63
What does "lightning:card do?
Base Lightning Compnent for displaying data
64