Book Image

Salesforce Advanced Administrator Certification Guide

By : Enrico Murru
Book Image

Salesforce Advanced Administrator Certification Guide

By: Enrico Murru

Overview of this book

The Salesforce Advanced Administrator certification extends beyond administrator certification, covering advanced platform features and functions such as configuration, automation, security, and customization. Complete with comprehensive coverage of all these topics and exam-oriented questions and mock tests, this Salesforce book will help you earn advanced administrator credentials. You'll start your journey by mastering data access security, monitoring and auditing, and understanding best practices for handling change management and data across organizations. The book then delves into data model management for improving data quality and lets you explore Sales features such as products, schedules, quotes, and forecasting capabilities. As you progress, this book will guide you in working with content management to set up and maintain Salesforce content. You'll also master organizing your files and data using reports and dashboards. Finally, you'll learn how to use a combination of automation tools to solve business problems. By the end of the book, you will have developed the skills required to get your advanced administrator credentials.
Table of Contents (27 chapters)
Free Chapter
1
Section 1: Security, Access, and Organization Management
5
Section 2: Data Model Management
7
Section 3: Sales and Service Cloud Applications
10
Section 4: Data and Content Management
13
Section 5: Reports and Dashboards
16
Section 6: Process Automation
22
Section 7: Taking Your Certification Exam

Questions

  1. What is a flow?
    1. An automation tool so that we can use Apex code more easily
    2. Something we can use to build complex automations with or without a user interface
    3. A point-and-click process automation tool
    4. An evolution of workflows
  2. What is a flow composed of?
    1. Resources
    2. Trigger objects
    3. Connectors
    4. Elements
  3. What can we use to define a variable in a flow?
    1. A connector
    2. A trigger
    3. An element
    4. A resource
  4. A flow that has no user interface is called a what?
    1. A user provisioning flow
    2. An autolaunched flow
    3. A screen flow
    4. A contact request flow
  1. What is a screen element used for?
    1. To present an input form
    2. To present a decision branch
    3. To pause an autolaunched flow
  2. How can a Salesforce Object record (for example, an opportunity) be stored?
    1. In a resource of the variable type
    2. In a resource of the constant type
    3. In a resource of the record data type
  3. How can we set variable values...