Trailhead Answers

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Prelim

> API Planning Framework for Architects


A. Adopt the API Planning Framework
1. C. Create Solution...
2. D. B and C
B. Define the User Experience
1. C. ...helps you plan for the right amount
2. B. Primary end-user workflow
C. Determine your Data model and operations
1. D. It determines how data is processed
2. B. Operations define how...
D. Design for Scale
1. A. Shows how well your solution...
2. E. B and C

> Lightning Experience Performance Optimization


A. Compare Lightning Experience to Salesforce Classic
1. D. A and C
2. E. A and C
B. Measure Lightning Experience Performance and Experienced Page Time
(EPT)
1. C. Enable the lightning comp...
2. D. Event Monitoring
C. Optimize Lightning Experience Performance
1. A. Octane Score
2. D. A and B

> Event Monitoring analytics app


A. Get Started with Event Monitoring Anaylytics
1. D. Event log file data
2. E. A, C, and D
B. Create an Event Monitoring Analytics App
1. C. event monitoring anal user and anal admin
2. D. 30 days
C. Use Event Monitoring Analytics to Get Insights Into Your User
Activity
1. E. B and C
2. C. Compare DB_TOTAL_TIME to CPU_TIME
D. Add More Data to Analytics Dashboards
1. E. B and C
2. B. Create a dataset.

MIDTERM
> Quick Start: Lightning Web Components
A. Set up your salesforce dx environment
-install sfdxcli
-know your current password and username for that playground
B. Set up vs code
-install salesforce package ext.
C. Create a hello world lightning web component
- just follow the steps haha

> Lightning Platform API Basics


A. Get to Know the Salesforce Lightning Platform APIs
1. D. All of the above.
2. B. Writing a mobile...
3. A. Bulding a server-to-server integration
4. D. Deleting 100,000 records at once
5. A. Notifying users whenever...
6. B. Org edition, license...
B. Use Rest API
1. follow
C. Use SOAP API
1. follow
D. USE BULK API
1. follow
E. Use Streaming API
1. C. Avoid making unnecessary API request...
2. C. Change data capture events
3. B. 5

> User Interface API


A. Get Started with User Interface API
1. C. Building mobile app
2. D. Lookups, records...
3. B. ...same as enterprise api
4. A. to build responsive web pages that's formatted correctly...
B. Install the Sample App
1. Follow (Make sure spellings are correct)
C. Build UI to Display a Record
1. B. GET/.../record-ui/{recordIds}
2. A. 1
3. D. ... performing: create view or edit
D. Build UI to Edit a Record
1. Follow
E. UI to Create and Clone a Record
1. A. GET/.../record-defaults/clone/{recordId}
2. D. GET/.../record-defaults/create/{objectApiName}
3. B. POST/ui-api/records
F. Build UI for Dependent Picklists
1. A. objectInfo.dependentFields
2. D. ...fields[fieldName].controllingFields
3. B. .../object-info/.../picklist-values/...

You might also like