Salesforce.com Advanced Administrator ALL SOLUTION LATEST 2023 100% CORRECT GUARANTEED GRADE A+
An administrator notices there are too many duplicate records, numerous sharing rules, and a large number of manually shared records. Which situation may this be a symptom of? A. A role hierarchy that has too few roles. B. A sharing model that is too public. C. A sharing model that is too private. D. Object permissions on profiles that are too restrictive. c In Salesforce territory management, which statement describes how a territory hierarchy is different from a role hierarchy? A. A territory hierarchy grants login access to all users in a territory. B. A territory hierarchy supports assigning users to multiple territories. C. A territory hierarchy automatically assigns users to sales teams in the territory. D. A territory hierarchy gives users in a territory full edit access to all accounts in that territory. b An administrator wrote a field update action for a workflow rule on a field that is hidden via field-level security. When the workflow rule triggers, what happens to the data in the hidden field? A. The field will fail to update and remain in its original state. B. The field is updated, even though it is hidden. C. The field will only update if the rule was triggered by a time-based trigger. D. The field will only update if the user has "Modify All Data" enabled in the profile. b Universal Containers would like to track bugs within Salesforce. They need to track the bug's severity and type as well as its status and description. Bugs should be related to cases, but the bug's owner will be different than the owner of the case. How can the Universal Containers administrator meet these requirements? A. Create a section on the case page layout. B. Create a field on cases. C. Create a custom object for bugs and relate it to cases. D. Create a relationship between the standard bug object and the standard case object. c Universal Containers currently uses the standard Salesforce CRM product and pricebook objects. Is it possible for Universal Containers to publish product and pricebook information to its corporate website so customers in different regions see the correct product catalog with prices in the local currency? A. Yes, with the Customer Portal. B. No, it is not possible to present multicurrency data. C. Yes, by building a custom integration following the X-to-Web design pattern. D. No, it is not possible to present data stored in standard objects other than cases and solutions to a website. c What is the F Web Services API? set of application functions that can be programatically invoked over the internet The Web Services API is designed around the latest standards, including which three ? . SOAP, WSDL and WS-I Basic Profile Name three platforms (technologies) to which the F API is available. Java, .NET, Perl The Web Services API allows the administrator to mass delete more than 250 records at a time. True The Web Services API allows the administrator to perform mass updates to records to clean up duplicate data True The Web Services API allows the administrator to perform incremental backups of the data with the APIs data replication methods. True Which Salesforce tools use the F API? Apex Data Loader, Connect for Microsoft Office, Salesforce for Outlook, Offline Edition What are the most commonly used Web Services API calls? Hint: QURDUCU Query, Update, Retrieve, Delete, Upsert, Create, Undelete What does the Query API call do? Executes a query against the specified object (SOQL). What does the Retrieve API Call do? Retrieves one or more objects based on the specified object IDs. What does the Create API Call do? Adds one or more new individual records to your organization's data. What does the Update API Call do? Updates one or more existing records in your organization's data. What does the Upsert API Call do? Performs a create or an update of an object based on match of an ID field. What does the Delete API Call do? Deletes one or more individual objects from your organization's data. What does the Undelete API Call do? Undeletes eligible records from the recycle bin. What are the capabilities of the F Metadata API? Add data to Salesforce orgs, delete standard fields on custom objects, and create, update, and delete custom objects and fields programmatically. What is the most common use of the F Metadata API? To migrate changes from a sandbox or testing organization to a production environment. Which three method calls does the F Metadata API support? Query, Create, Upsert What are the two easiest ways to access the F Metadata API? IDE, Migration Tool Which tool does the IDE use? Eclipse Which tool does the Migration Tool use? Ant What are the capabilities of Salesforce Connect for MS Office? Excel Add-in delivers salesforce reports into Excel. Word Add-in allows you to insert Salesforce merge fields into a Word mail merge template What are the capabilities of Salesforce Connect for Lotus Notes? Add-in that provides similar functionality to the MS add-ins What are the capabilities of Salesforce Connect Offline? Client application Briefcase Conflict resolution tool How do you setup Salesforce Offline? Admin: Briefcase Configuration User: Install client application Define DaaS Development as a Service How do you setup the sandbox? Manage environments True or False: CRM Content shows up as Primary Tabs in Service Cloud Console True How do you setup CRM Content? Enable Feature License Permissions Libraries Content Fields List the order in which automation features trigger when a user saves a record. Hint: VAAWE Validation, Assignment, Auto-Response, Workflow, Escalation List and describe the functions of the Process Visualizer For Approval Processes: 1. Diagram 2. Legend 3. Find (text) 4. Sidebar (displays approval process properties) 5. Hover details (for currently selected component) 6. Navigator (drag to focus on different parts of process) 7. Zoom slider 8. Printable view/refresh How can you Build reports to monitor data quality ... Describe the data available on the Adoption Dashboards login history and trending feature adoption use sales and marketing productivity enhancers Identify ways to audit data in an org field history audit log log analysis Describe how to use F code to create Dynamic Approvals ... Define F controller An Apex class that provides a Visualforce page with the data and business logic it needs to run. How do you Set up basic URL integrations ... Describe the use of button overrides ... How do you Create mass action list buttons on related lists to modify records en masse ... Which statement is true regarding custom summary formulas on reports? Select all that apply: a) They allow you to perform calculations on summary rows of data b) They use many of the formula functions used elsewhere in the application c) They can be used on any record to calculate data on that record d) They share nothing in common with the formulas used elsewhere in the application a, b Which function can be used to validate data against an existing table? a) VLOOKUP() b) DLOOKUP() c) VALIDATE() d) COMPARE() a What is a summary function? Summary functions let you use grouping values in custom summary formulas for reports. With which report types are formulas available? Formulas are available with summary, matrix, and joined reports. What are the two summary functions? PARENTGROUPVAL and PREVGROUPVAL What are two ways to indicate more than one expression in a formula? a) AND() and & b) AND() and + c) AND() and ALSO() d) AND() and MORE() a Which function can be used to transform data into text? a) TRANSFORM() b) TEXTIFY() c) TEXT() d) CHANGE() c Name two functions you can use to categorize data. IF and CASE What do you call formulas that span objects and can be used to display data from one record on a related record? Cross-object formulas In a validation rule, the error message will be displayed and the user will be prevented from saving if the formula evaluates to which: True or False? True What is the BR() function? BREAK function, inserts and html break tag (whih is like a carriage return) What does __r (double underscore r) represent? Relationship between the junction object and a related record. Which function do you use when you need to check multiple conditions? AND() What element in a formula is a text string or number? a) Function b) Literal value c) Field reference d) Global variable b Where can formulas be used? Check all that apply. a) Custom fields b) Validation rules c) Field labels d) Filter criteria a,b, d What are the three steps for creating formulas? Requirements, Simple Statements, Formulas Formulas are made up of what? Hint: CLOGFM Comments, Literal Values, Operators, Global Variables, Functions, Merge Fields Which references the value of another field? a) Comments b) Literal Values c) Operators d) Global Variables e) Functions f) Merge Fields f Which is a text string or number? a) Comments b) Literal Values c) Operators d) Global Variables e) Functions f) Merge Fields b Which is an annotation within a formula? a) Comments b) Literal Values c) Operators d) Global Variables e) Functions f) Merge Fields a Which is a symbol that specifies the type of calculation to perform or the order to perform the calculation? a) Comments b) Literal Values c) Operators d) Global Variables e) Functions f) Merge Fields c Which is a reference to the value of a system or environment variable? a) Comments b) Literal Values c) Operators d) Global Variables e) Functions f) Merge Fields d What is a function? System-defined formula What are formulas used in? Hint: cccffvvd Custom fields, custom summary formulas, custom buttons and links, filter criteria, field updates, validation rules, visualforce pages, default field values What allows the administrator to mass delete more than 250 records at a time, Web Services API How can a developer restrict access to records? a) by changing organization-wide defaults b) by creating manual sharing c) by creating a new role hierarchy d) by creating a public group a If a developer wants interviewers to view positions, but to never view the grade listed for a position, which tool would the developer use? a) Field-level security on positions b) Page layouts c) Field-level security on grades d) Record types a Which feature sets the baseline level of access for an object? a) Roles b) Organization-wide defaults c) Profiles d) Sharing rules b Interviewers should never be able to view a candidate's social security number. Which tool would you use to meet this requirement? a) Record types b) Field-level security c) Page layouts d) Page layouts with record types b When creating technical positions, hiring managers must fill out the certification requirements for the position. When creating non-technical positions, such as positions in sales and finance, the certification fields are not required and must not be visible. Which tool would you use to meet this requirement? a) Record types b) Field-level security c) Page layouts d) Page layouts with record types d While filling out positions, the hiring manager wants to view the job responsibilities and job description at the top of the page; and the recruiter needs to view the name of the hiring manager and the status of the position at the top. Which tool would you use to to meet this requirement? a) Record types b) Field-level security c) Page layouts c Which users can grant sharing privileges on a given record? Select all that apply. a) System administrators b) Manager c) Owner of the record d) Users above the owner of the record in the role hierarchy e) User below the owner of the record in the role hierarchy a, c, d True or False: Child records in master-detail relationships have their own organization-wide defaults. False True or False: Organization-wide defaults can be set for both standard and custom objects. True True or False: Only Read/Write access can be granted through sharing rules False True or False: Sharing rules are used to restrict access to records. False What is the most restrictive organization-wide defaults setting? a) Read/Write b) Read Only c) Private d) Hidden c True or False: You can't use Apex to create criteria-based sharing rules. True If a user needs to give access to just one record, which feature should that user choose? a) Roles b) Role Hierarchy c) Profile Setting d) Manual Sharing d True or False: Apex sharing reasons exist only for custom objects True If a developer wants to setup access in such a way that managers always see records owned by their subordinates, which feature should the developer use? a) Organization-wide defaults b) Role Hierarchy c) Manual Sharing d) Profiles b Does creating an Apex sharing reason create a sharing rule? No What permission is needed for Users to change sharing using Apex sharing reasons? "Modify All Data" How many Apex sharing reasons can each object have? 10 True or False: Apex sharing reasons are defined per object True True or False: Folder access can be set using Public Groups True Public groups can be made up of what? Select all that apply. a) Profiles b) Users c) Other Public Groups d) Roles and subordinates b, c, d Put the five methods in order by which Salesforce evaluates access to records: OWD, Sharing, Record Ownership, Roles, Permissions Permissions (View all Data?) Record Ownership (Is the User the Owner?) OWD (Read Only, Read/Write?) Roles (Above the Owner?) Sharing (Sharing Rules, Manual Sharing) What are the three types of sharing? Hint: RAM Rules, Apex and Manual True or False: Users create new manual sharing rules with Apex sharing reasons to use them. True True or False: Apex sharing reasons should be used programatically and NOT through the application True What determines whether or not access to custom objects should roll up through the role hierarchy? "Grant Access Using Hierarchies" setting on OWD True or False: Assuming no sharing rules have been created, users in the same role can access each others records False If you change the OWD setting, will it affect manual sharing? Potentially Can you change the OWD setting after the initial implementation? Yes Will child records in relationships inherit the OWD from their parents? No How can you set the OWD for child records in master-detail relationships? They inherit OWD from their parent What are the three OWD settings? Private, Public Read Only, Public Read/Write In deciding OWD, identify the most restricted user of the object. To what should you set the OWD if there will be an instance of this object that this user is NOT allowed to view? Private In deciding OWD, identify the most restricted user of the object. To what should you set the OWD if there are no instances of this object that this user is not allowed to view but there will be one they are not allowed to edit? Public Read Only In deciding OWD, identify the most restricted user of the object. To what should you set the OWD if there are no instances of this object that this user can not view or edit? Public Read/Write If the sharing model determines that the user can view the Java Developer Position record, what is it that specifies which fields the user can view and edit? Profile Profile controls whether a user can view positions. The sharing model controls which positions a user can view. True Profile controls access to fields on an object True What are the three ways to gain access to a record? "Modify All" Permission, Record Owner, Role Hierarchy Who can own records? Users and Queues True or False: Child records in a master-detail relationship do not have owners. True What will you use to limit picklist options? a) Page layouts b) Record Types c) Field Level Security d) Profiles B True or False: A field hidden through field-level security is still visible through the API. False True or False: If you remove access to an app from a profile, the users in that profile will still be able to see the tabs in that application. True True or False: If you hide a tab from a profile, the users in that profile will not be able to see records for that object. False True or False: If you have two record types for an object, you need to have two page layouts for that object False True or False: If a user does not have access to a specific record type, they will still be able to see the records with the record type True What are the three high-level types of Salesforce licenses? Salesforce, Salesforce Platform, Feature True or False: Field-level security is set at the Profile level. True True or False: System Administrators can customize the Permissions of both Standard and Custom Profiles False What are the Permissions that allow a System Administrator to manage an application? Select all that apply. a) View All Data b) Read c) Create d) Modify All Data e) Edit All Data a, d Use Permission Sets to grant permissions for what? Hint: FAVATOS Fields, Apex classes, Visualforce Pages, Tabs, Objects, Service Provider How many Permission Sets can one Organization have? 1k Are custom objects available in the Translation Workbench? No For how long do deleted dashboard components get stored in the trash bin? They don't (trick quesion) What is the only way that users can add tags to record? The Tags section in a page layout. What are the two tag settings to enable tags? Enable Personal Tags and Enable Public Tags. Where is the Tags Link? Sidebar Where is the Recent Tags drop-down? Sidebar What Permission must Translators have? View Salesforce Configuration (to access the setup pages) What are the Dynamic Dashboards limits per org? 10 (UE) and 5 (EE) How many additional Dynamic Dashboards can be purchased per Org? Five What is a Dynamic Dashboard? run as logged in user What do the first three characters of a record ID identify? Object What are the two versions of Record ID? 15 character case-sensitive 18 character case-insensitive True or False: In Salesforce, the Name field is Indexed True What are the two data types possible for a Name field? Text and Auto-Number For how long are deleted custom fields stored? 45 days What are three data types in formatted text fields? Email, Phone, URL Which fields types can be made external IDs? Text, Number, Email Can standard picklist fields be controlling fields? Yes Can standard picklist fields be dependent fields? No What is the maximum number of values in a controlling field? 300 Can a custom multi-select picklist be a controlling field? No Can a custom multi-select picklist be a dependent field? Yes Can a checkbox be a controlling field? Yes Can an encrypted custom field be unique? No Can an encrypted custom field be an External ID? No Can an encrypted custom field have a default value? No What Permission is required to view encrypted data? View Encrypted Data True or False: Encrypted fields can be edited regardless of whether you can view encrypted data. True Identify the correct statements about dependent picklists. Select all that apply. a) Standard picklists can be controlling fields but not dependent fields. b) The maximum number of values allowed in a controlling field is 400 c) Before defining a dependency, you should ensure that your picklist has at least one value d) A custom multi-select picklist can be set as the controlling field for a dependent field e) If a field represents both a controlling field and a dependent field, it cannot contain more than 300 values a, c, e In a lookup relationship, on which object do you create the lookup field: Child or Parent? Child In a lookup relationship, on which object can you create a related list: Child or Parent? Parent What is the maximum number of lookup relationships per object? 25 Can a standard object be on the detail-side of a master-detail relationship? No What is the maximum number of master-detail relationships per object? 2 Is a self-relationship a master-detail or lookup relationship? Lookup Is a many-to-many relationship master-detail or lookup? Master-Detail What is a Junction Object? a custom object with two relationships What can you do with Schema Builder? Add new custom objects, fields and relationships What are the two types of CONTINUED...
Geschreven voor
- Instelling
- Salesforce.com Advanced Administrator
- Vak
- Salesforce.com Advanced Administrator
Documentinformatie
- Geüpload op
- 30 mei 2023
- Aantal pagina's
- 19
- Geschreven in
- 2022/2023
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
numerous sharing rules
-
salesforcecom advanced administrator
-
an administrator notices there are too many duplicate records
-
and a large number of manually shared records which situation may this be