@palerock/exam-qa 1.0.6-patch1 → 1.0.6-patch2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/bootstrap c24bf99f3c022353a1cc"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","2","exports","module","l","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","p","oe","err","console","error"],"mappings":"aACA,IAAAA,EAAAC,OAAA,aACAA,OAAA,sBAAAC,EAAAC,EAAAC,GAIA,IADA,IAAAC,EAAAC,EAAAC,EAAAC,EAAA,EAAAC,KACQD,EAAAN,EAAAQ,OAAoBF,IAC5BF,EAAAJ,EAAAM,GACAG,EAAAL,IACAG,EAAAG,KAAAD,EAAAL,GAAA,IAEAK,EAAAL,GAAA,EAEA,IAAAD,KAAAF,EACAU,OAAAC,UAAAC,eAAAC,KAAAb,EAAAE,KACAY,EAAAZ,GAAAF,EAAAE,IAIA,IADAL,KAAAE,EAAAC,EAAAC,GACAK,EAAAC,QACAD,EAAAS,OAAAT,GAEA,GAAAL,EACA,IAAAI,EAAA,EAAYA,EAAAJ,EAAAM,OAA2BF,IACvCD,EAAAY,IAAAC,EAAAhB,EAAAI,IAGA,OAAAD,GAIA,IAAAc,KAGAV,GACAW,EAAA,GAIA,SAAAH,EAAAd,GAGA,GAAAgB,EAAAhB,GACA,OAAAgB,EAAAhB,GAAAkB,QAGA,IAAAC,EAAAH,EAAAhB,IACAG,EAAAH,EACAoB,GAAA,EACAF,YAUA,OANAN,EAAAZ,GAAAW,KAAAQ,EAAAD,QAAAC,IAAAD,QAAAJ,GAGAK,EAAAC,GAAA,EAGAD,EAAAD,QAKAJ,EAAAO,EAAAT,EAGAE,EAAAQ,EAAAN,EAGAF,EAAAS,EAAA,SAAAL,EAAAM,EAAAC,GACAX,EAAAY,EAAAR,EAAAM,IACAhB,OAAAmB,eAAAT,EAAAM,GACAI,cAAA,EACAC,YAAA,EACAC,IAAAL,KAMAX,EAAAiB,EAAA,SAAAZ,GACA,IAAAM,EAAAN,KAAAa,WACA,WAA2B,OAAAb,EAAA,SAC3B,WAAiC,OAAAA,GAEjC,OADAL,EAAAS,EAAAE,EAAA,IAAAA,GACAA,GAIAX,EAAAY,EAAA,SAAAO,EAAAC,GAAsD,OAAA1B,OAAAC,UAAAC,eAAAC,KAAAsB,EAAAC,IAGtDpB,EAAAqB,EAAA,KAGArB,EAAAsB,GAAA,SAAAC,GAA8D,MAApBC,QAAAC,MAAAF,GAAoBA","file":"static/js/manifest.3ad1d5771e9b13dbdad2.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t2: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap c24bf99f3c022353a1cc"],"sourceRoot":""}
1
+ {"version":3,"sources":["webpack:///webpack/bootstrap 5f9cf6ae68ce330caade"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","2","exports","module","l","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","p","oe","err","console","error"],"mappings":"aACA,IAAAA,EAAAC,OAAA,aACAA,OAAA,sBAAAC,EAAAC,EAAAC,GAIA,IADA,IAAAC,EAAAC,EAAAC,EAAAC,EAAA,EAAAC,KACQD,EAAAN,EAAAQ,OAAoBF,IAC5BF,EAAAJ,EAAAM,GACAG,EAAAL,IACAG,EAAAG,KAAAD,EAAAL,GAAA,IAEAK,EAAAL,GAAA,EAEA,IAAAD,KAAAF,EACAU,OAAAC,UAAAC,eAAAC,KAAAb,EAAAE,KACAY,EAAAZ,GAAAF,EAAAE,IAIA,IADAL,KAAAE,EAAAC,EAAAC,GACAK,EAAAC,QACAD,EAAAS,OAAAT,GAEA,GAAAL,EACA,IAAAI,EAAA,EAAYA,EAAAJ,EAAAM,OAA2BF,IACvCD,EAAAY,IAAAC,EAAAhB,EAAAI,IAGA,OAAAD,GAIA,IAAAc,KAGAV,GACAW,EAAA,GAIA,SAAAH,EAAAd,GAGA,GAAAgB,EAAAhB,GACA,OAAAgB,EAAAhB,GAAAkB,QAGA,IAAAC,EAAAH,EAAAhB,IACAG,EAAAH,EACAoB,GAAA,EACAF,YAUA,OANAN,EAAAZ,GAAAW,KAAAQ,EAAAD,QAAAC,IAAAD,QAAAJ,GAGAK,EAAAC,GAAA,EAGAD,EAAAD,QAKAJ,EAAAO,EAAAT,EAGAE,EAAAQ,EAAAN,EAGAF,EAAAS,EAAA,SAAAL,EAAAM,EAAAC,GACAX,EAAAY,EAAAR,EAAAM,IACAhB,OAAAmB,eAAAT,EAAAM,GACAI,cAAA,EACAC,YAAA,EACAC,IAAAL,KAMAX,EAAAiB,EAAA,SAAAZ,GACA,IAAAM,EAAAN,KAAAa,WACA,WAA2B,OAAAb,EAAA,SAC3B,WAAiC,OAAAA,GAEjC,OADAL,EAAAS,EAAAE,EAAA,IAAAA,GACAA,GAIAX,EAAAY,EAAA,SAAAO,EAAAC,GAAsD,OAAA1B,OAAAC,UAAAC,eAAAC,KAAAsB,EAAAC,IAGtDpB,EAAAqB,EAAA,KAGArB,EAAAsB,GAAA,SAAAC,GAA8D,MAApBC,QAAAC,MAAAF,GAAoBA","file":"static/js/manifest.3ad1d5771e9b13dbdad2.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t2: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 5f9cf6ae68ce330caade"],"sourceRoot":""}
@@ -0,0 +1,158 @@
1
+ {
2
+ "title": "Salesforce-Admin-201-[Set-10]",
3
+ "category": "Salesforce Admin 201",
4
+ "questions": [
5
+ {
6
+ "describe": "Which privilege can be granted to members of a content library (workspace) without modifying user permissions?*Choose 2 answers:*A) Create a new content libraryB) Share content with other users in ChatterC) Edit a member's library permissionsD) Add tags when editing content details",
7
+ "answerOptions": []
8
+ },
9
+ {
10
+ "describe": "A user responsible for managing and creating campaigns is unable to create a new campaign, even though the user's profile has the \"Create: profile permission for Campaigns.How should a system administrator grant the correct access to the user?A) Assign the user to the standard Marketing User profileB) Select the Marketing User checkbox on the user recordC) Grant the user delegated administration rights to campaignsD) Create a campaign sharing rule to grant access to the user",
11
+ "answerOptions": []
12
+ },
13
+ {
14
+ "describe": "What is a method for adding content to Salesforce CRM Content?*Choose 2 answers*A) AttachmentsB) Chatter filesC) LibrariesD) Documents",
15
+ "answerOptions": []
16
+ },
17
+ {
18
+ "describe": "Which dashboard component can display data from the summary rows of a report?*Choose 2 answers*A) TableB) GuageC) ChartD) Metric",
19
+ "answerOptions": []
20
+ },
21
+ {
22
+ "describe": "A user at Universal Containers reports an error message when attempting to log in. The administrator checks the user's login history, but there's no record of the attempted login.What could be the cause of the issue?A) The user is attempting to log in with wrong password.B) The user is attempting to log in outside of the profile login hours.C) The user is attempting to log in outside of the profile IP login range.D) The user is attempting to log in with the wrong username.",
23
+ "answerOptions": []
24
+ },
25
+ {
26
+ "describe": "Universal Containers currently assigns its users from the facilities and IT teams to the same profile. Universal Containers recently created a custom object to track company cars and wants only users from The facilities team to have access to this new object.How can an administrator meet this requirement?A) Configure FLS on the new object for the facilities teamB) Assign the facilities team to a new role in the role hierarchyC) Modify the standard profile currently shared by both teamsD) Create a custom profile for users on the facilities team",
27
+ "answerOptions": []
28
+ },
29
+ {
30
+ "describe": "Which statement is true regarding an approval process?*Choose 2 answers*A) an approval action defines the result of record approval or rejectionB) a delegated approver can reassign approval requestsC) the approval-history related list can be used to track the processD) an assignment rule defines the approver for each process step",
31
+ "answerOptions": []
32
+ },
33
+ {
34
+ "describe": "What must an administrator do when creating a record type?A) set the field level security for the record typeB) create a new page layout for the record typeC) assign the record type to the appropriate profilesD) add the record type to the required user records",
35
+ "answerOptions": []
36
+ },
37
+ {
38
+ "describe": "What type of field allows users to input text, images, and links? A) text areaB) input areaC) text area richD) text and image area",
39
+ "answerOptions": []
40
+ },
41
+ {
42
+ "describe": "What should a system administrator consider when setting up Mobile Lite?*Choose 2 answers*A) it must be enabled for the entire organizationB) it allows access to most custom objects in the organizationC) only recently-viewed records are synchronizedD) it allows access to all standard objects in the organization",
43
+ "answerOptions": []
44
+ },
45
+ {
46
+ "describe": "Universal Containers set the organisation-wide defaults for cases to private. When a case is escalated, case ownership changes to a Tier 2.How can a system administrator give the sales operations team read/write access to all escalated cases?A) Create a case assignment rule B) Create an ownership-based sharing ruleC) Create a criteria based sharing rule D)Create a case escalation rule",
47
+ "answerOptions": []
48
+ },
49
+ {
50
+ "describe": "Universal Containers needs to synchronise data between Salesforce and external financial system.How can a system administrator accomplish this?A) use an external ID field to match records between the systemsB) use the data loader to match records between the systemsC) use the data loader to upsert Salesforce records into the financial systemD) use the Excel connector to export records from both systems into Excel",
51
+ "answerOptions": []
52
+ },
53
+ {
54
+ "describe": "The cloud scheduler has which capability?*Choose 2 answers*A) the cloud scheduler allows users to view available meeting times on lead and contact calendarsB) Salesforce can automatically propose multiple meeting times based on Salesforce user calendarsC)the cloud scheduler can be enabled at the user profile levelD)a custom logo can be added to the meeting request email set to a contact or lead",
55
+ "answerOptions": []
56
+ },
57
+ {
58
+ "describe": "Which statement about Chatter posts and comments is true?*Choose 2 answers*A) Updates to the Chatter feed on a record are only visible to users with access to the record.B) Posts to a user's profile can be made private by clicking the lock icon.C) Posts to a user's profile are hidden from anyone below that user in the role hierarchy.D) Posts made to a user's profile are visible to all users in the organization.",
59
+ "answerOptions": []
60
+ },
61
+ {
62
+ "describe": "When can a validation rule be used to prevent invalid data? *Choose 3 answers.*A) when records are deleted by a userB) when records are importedC) when records are edited by a userD) when records are submitted using web-to-leadE) when records are updated by a workflow rule",
63
+ "answerOptions": []
64
+ },
65
+ {
66
+ "describe": "What is affected by changing the default locale setting for an organization?A) Time zoneB) CurrencyC) LanguageD) Date field",
67
+ "answerOptions": []
68
+ },
69
+ {
70
+ "describe": "Where can conditional highlighting be used? *Choose 2 answers.*A)tabular reportsB) enhanced list viewsC) matrix reportsD) summary reports",
71
+ "answerOptions": []
72
+ },
73
+ {
74
+ "describe": "When converting a lead, how can an admin capture custom lead data on the converted contact?A) map custom lead field to the standard lead fieldB) use the data loader to move the custom lead dataC) map custom lead field to custom contact fieldsD) use the lead conversion wizard to select the fields",
75
+ "answerOptions": []
76
+ },
77
+ {
78
+ "describe": "The Support team at Universal Container wants to be more proactive about renewing support plans with customers. They would like the Support Rep dedicated to each account to be notified a month before the account's support plan expires.What should an admin configure to meet this requirement?A) Escalation rule B) Workflow rule C) Auto-response rule D) assignment rule",
79
+ "answerOptions": []
80
+ },
81
+ {
82
+ "describe": "What setting is controlled by a user's profile?*Choose 3 answers*A) Locale settingsB) Assigned appsC) Record type assignmentD) Field-level securityE) Feature license assignment.",
83
+ "answerOptions": []
84
+ },
85
+ {
86
+ "describe": "What relationship can be selected in a custom report type where Accounts is the primary object and Contacts is a related object?a) Each account must not have related contactsb) Each contact must have a related account c) Each account may or may not have related contactsd) Each contact may or may not have related account",
87
+ "answerOptions": []
88
+ },
89
+ {
90
+ "describe": "Where can the multilingual solution search feature be enabled? *Choose 2 answers*a) Salesforce Contentb) Public Knowledge Basec) Self Service Portal d) Solution Tab Search",
91
+ "answerOptions": []
92
+ },
93
+ {
94
+ "describe": "Universal Containers uses a custom field on the account object to capture the account credit status. The sales team wants to display the account credit status on opportunities.Which feature should a system admin use this meet this requirement?a) Roll Up Summary Field.b) Workflow Field Update.c) Lookup Fieldd) Cross-object formula field",
95
+ "answerOptions": []
96
+ },
97
+ {
98
+ "describe": "What should a system administrator consider when deleting a custom field?*Choose 3 answers*A) Existing field values must be transferred to a new custom field.B) Field values should be archived before a field is deleted.C) Fields used in workflow and assignment rules cannot be deleted.D) Deleted fields and values can be restored from the recycle bin within 15 hours.",
99
+ "answerOptions": []
100
+ },
101
+ {
102
+ "describe": "What setting can a system administrator enable in the Salesforce user interface?*Choose 2 answers*A) Chatter messanger for specific usersB) Related list honer links.C) Printable list viewsD) Customisable receipt tags",
103
+ "answerOptions": []
104
+ },
105
+ {
106
+ "describe": "What can an administrator configure for users on the search result page?*Choose 3 answers*A) columns displayed for each objectB) filter by which users can narrow down resultsC) number of records displayed for each objectD) field being searched for on each objectE) objects included in the search",
107
+ "answerOptions": []
108
+ },
109
+ {
110
+ "describe": "Universal Container is using a private sharing model. The U.S. sales director needs full access to all records owned by the U.S. sales representatives. How can this be accomplished?A) define a role hierarchy where the U.S sales director rolls up to the CEOB) define a role hierarchy where the U.S. sales representatives roll up to the sales directorC) give the U.S. sales director read/write/edit/delete object permission on the profileD) place the U.S. sales director in a queue with the U.S. sales representatives",
111
+ "answerOptions": []
112
+ },
113
+ {
114
+ "describe": "What is the capability of Service Cloud \\ Customer portal?*Choose 2 answers.*A) customers can log, view, edit, and close their own casesB) the portal can be customized with corporate brandingC) customers can view and edit contacts related to their own accountsD) the portal and its users can be created without additional licensing",
115
+ "answerOptions": []
116
+ },
117
+ {
118
+ "describe": "What does a page layout allow an administrator to control?A) The business process and related piccoloist values displayedB) The fields users see on detail and edit pagesC) The fields users see in reports and list viewsD) The record types available to each role and profile.",
119
+ "answerOptions": []
120
+ },
121
+ {
122
+ "describe": "What standard object has a one-to-many relationship with the account object?*Choose 3 answers*A) LeadB) ContactC) OpportunityD) CaseE) Campaign",
123
+ "answerOptions": []
124
+ },
125
+ {
126
+ "describe": "Which level of access can be set when sharing a document folder with users?*Choose 2 answers.*A) read/write/create/deleteB) read/writeC) read/write/create/read-onlyD) read-only",
127
+ "answerOptions": []
128
+ },
129
+ {
130
+ "describe": "Universal Containers set the organization-wide default for opportunities to private.Which record will an opportunity pipeline report return?A) opportunities for which the user running the report is also the account ownerB) opportunities for the entire sales organization regardless of the user running the reportC) opportunities owned by the user running the report and users below them in the role hierarchyD)opportunities owned by the user running the report and users in the same role in the role hierarchy",
131
+ "answerOptions": []
132
+ },
133
+ {
134
+ "describe": "Which statement about sharing rules is true?*Choose 2 answers.*A) sharing rules open up access of recordsB) sharing rules are required in public read/write organizationsC) sharing rules grant delete access to recordsD) sharing rules grant record access to roles and public groups",
135
+ "answerOptions": []
136
+ },
137
+ {
138
+ "describe": "The admin at Universal Containers will create a custom field to track a specific Tier 2 support user on a case record. What data type should be used when creating this custom field?A) lookup filterB) formulaC) hierarchical relationshipD) lookup relationship",
139
+ "answerOptions": []
140
+ },
141
+ {
142
+ "describe": "Which feature allows a user to group campaigns within a specific marketing program or initiative?A) campaign hierarchyB) campaign listsC) campaign membersD) campaign influence",
143
+ "answerOptions": []
144
+ },
145
+ {
146
+ "describe": "What user interface setting should be enabled for users to edit records in a list view?*Choose 2 answers.*A) inline editingB) enhanced listsC) enhanced profile list viewsD) enhanced page layout editor",
147
+ "answerOptions": []
148
+ },
149
+ {
150
+ "describe": "A marketing user has received a file of leads to import into Salesforce. What tool can be used to avoid duplicate lead records?A) Merge leads functionB) Validation rulesC) Data loaderD) Import wizard",
151
+ "answerOptions": []
152
+ },
153
+ {
154
+ "describe": "Which statement about Community experts is true?*Choose 2 answers.*A) community experts can delete inappropriate community contentB) community experts are designated by an iconC) community experts can manage Salesforce Ideas CategoriesD) community experts can be designated for Salesforce Ideas or Answers",
155
+ "answerOptions": []
156
+ }
157
+ ]
158
+ }