@palerock/exam-qa 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +37 -0
  3. package/dist/index.html +1 -0
  4. package/dist/static/css/app.5a30638cd7bbd4855dd285bf314af38d.css +2 -0
  5. package/dist/static/css/app.5a30638cd7bbd4855dd285bf314af38d.css.map +1 -0
  6. package/dist/static/js/app.0f467150148488a0bec0.js +2 -0
  7. package/dist/static/js/app.0f467150148488a0bec0.js.map +1 -0
  8. package/dist/static/js/manifest.3ad1d5771e9b13dbdad2.js +2 -0
  9. package/dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map +1 -0
  10. package/dist/static/js/vendor.2266aa7b53ec643d4efa.js +20 -0
  11. package/dist/static/js/vendor.2266aa7b53ec643d4efa.js.map +1 -0
  12. package/lib-json/Salesforce-Admin(302)-[Set-10].json +321 -0
  13. package/lib-json/Salesforce-Admin(302)-[Set-1].json +301 -0
  14. package/lib-json/Salesforce-Admin(302)-[Set-2].json +325 -0
  15. package/lib-json/Salesforce-Admin(302)-[Set-3].json +305 -0
  16. package/lib-json/Salesforce-Admin(302)-[Set-4].json +325 -0
  17. package/lib-json/Salesforce-Admin(302)-[Set-5].json +329 -0
  18. package/lib-json/Salesforce-Admin(302)-[Set-6].json +322 -0
  19. package/lib-json/Salesforce-Admin(302)-[Set-7].json +321 -0
  20. package/lib-json/Salesforce-Admin(302)-[Set-8].json +321 -0
  21. package/lib-json/Salesforce-Admin(302)-[Set-9].json +325 -0
  22. package/lib-json/app-builder-01.json +1 -0
  23. package/lib-json/app-builder-02.json +1 -0
  24. package/lib-json/app-builder-03.json +1 -0
  25. package/lib-json/app-builder-04.json +1 -0
  26. package/lib-json/app-builder-05.json +1 -0
  27. package/lib-json/app-builder-06.json +1 -0
  28. package/lib-json/app-builder-07.json +1 -0
  29. package/lib-json/app-builder-08.json +1 -0
  30. package/lib-json/app-builder-09.json +1 -0
  31. package/lib-json/app-builder-10.json +1 -0
  32. package/lib-json/app-builder-11.json +311 -0
  33. package/lib-json/map.json +23 -0
  34. package/package.json +92 -0
@@ -0,0 +1,325 @@
1
+ {
2
+ "title": "Salesforce-Admin(302)-[Set-4]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "What type of record access can an Administrator grant through sharing rules?(Choose 2)",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Read Only"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "Read/Write"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Read/Write/Transfer"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Read/Write/Delete"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Which functionality is available when enhanced lists are enabled? (choose 2)",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": true,
31
+ "describe": "Create new records from a list view"
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "Calculate the sum of a number field displayed in a list view"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "Edit dependent picklists inline from a list view"
40
+ },
41
+ {
42
+ "isRight": true,
43
+ "describe": "Edit multiple records directly from a list view"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "What can a marketing user do using the Manage Members button on a campaign record? (Choose 2)",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": false,
52
+ "describe": "Associate existing opportunities with the campaign"
53
+ },
54
+ {
55
+ "isRight": false,
56
+ "describe": "Create a custom report including all campaign members"
57
+ },
58
+ {
59
+ "isRight": true,
60
+ "describe": "Associate existing contacts with the campaign"
61
+ },
62
+ {
63
+ "isRight": true,
64
+ "describe": "Import new leads and associate them with the campaign"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "What level of access can be set when sharing a document folder with users?(Choose 2)",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": false,
73
+ "describe": "Read/Write/Create"
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "Read/Write/Create/Delete"
78
+ },
79
+ {
80
+ "isRight": true,
81
+ "describe": "Read-only"
82
+ },
83
+ {
84
+ "isRight": true,
85
+ "describe": "Read/Write"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "Universal Containers uses a private sharing model for opportunities. The sales team wants sales engineers to be involved in specific opportunities to help sales representatives close deals faster. How can an administrator meet this request?",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": false,
94
+ "describe": "Add Chatter groups to opportunities"
95
+ },
96
+ {
97
+ "isRight": false,
98
+ "describe": "Add sales engineers to account teams"
99
+ },
100
+ {
101
+ "isRight": true,
102
+ "describe": "Add sales engineers to opportunity teams"
103
+ },
104
+ {
105
+ "isRight": false,
106
+ "describe": "Enable Chatter Feed Tracking on opportunities"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "Sales executives at Universal Containers need to view a chart that displays opportunities grouped by stage and then by region. What chart type can a system administrator use to accomplish this?",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": false,
115
+ "describe": "Gauge"
116
+ },
117
+ {
118
+ "isRight": true,
119
+ "describe": "Bar"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "Funnel"
124
+ },
125
+ {
126
+ "isRight": false,
127
+ "describe": "Donut"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "describe": "What does the controlling field determine when field dependencies are being created?",
133
+ "answerOptions": [
134
+ {
135
+ "isRight": true,
136
+ "describe": "The values that appear in the dependent field"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "The dependent fields that appear on a layout"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "The default value populated in the dependent field"
145
+ },
146
+ {
147
+ "isRight": false,
148
+ "describe": "The field-level security for the dependent field"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "describe": "A user receives an error message when attempting to login to Salesforce. What is the first step the Salesforce administrator should take to troubleshoot the problem?",
154
+ "answerOptions": [
155
+ {
156
+ "isRight": true,
157
+ "describe": "View the login history"
158
+ },
159
+ {
160
+ "isRight": false,
161
+ "describe": "Unlock the user"
162
+ },
163
+ {
164
+ "isRight": false,
165
+ "describe": "Change the login IP ranges"
166
+ },
167
+ {
168
+ "isRight": false,
169
+ "describe": "Reset the password"
170
+ }
171
+ ]
172
+ },
173
+ {
174
+ "describe": "Criteria-based sharing rules can be created for which objects?",
175
+ "answerOptions": [
176
+ {
177
+ "isRight": true,
178
+ "describe": "Contacts"
179
+ },
180
+ {
181
+ "isRight": true,
182
+ "describe": "Leads"
183
+ },
184
+ {
185
+ "isRight": true,
186
+ "describe": "Opportunities"
187
+ },
188
+ {
189
+ "isRight": true,
190
+ "describe": "Campaigns"
191
+ },
192
+ {
193
+ "isRight": true,
194
+ "describe": "Accounts"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "describe": "Which permission is required to convert a lead? (Choose 2)",
200
+ "answerOptions": [
201
+ {
202
+ "isRight": true,
203
+ "describe": "\"Create\" and \"Edit\" access for leads, accounts, contacts and opportunities"
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "\"Transfer\" access for leads, accounts, contacts, and opportunities"
208
+ },
209
+ {
210
+ "isRight": true,
211
+ "describe": "\"Convert Leads\" profile permission"
212
+ },
213
+ {
214
+ "isRight": false,
215
+ "describe": "\"Import Leads\" profile permission"
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "describe": "When using sharing rules, what can records be shared with?(Choose 2)",
221
+ "answerOptions": [
222
+ {
223
+ "isRight": false,
224
+ "describe": "Queues"
225
+ },
226
+ {
227
+ "isRight": true,
228
+ "describe": "Public groups"
229
+ },
230
+ {
231
+ "isRight": false,
232
+ "describe": "Profiles"
233
+ },
234
+ {
235
+ "isRight": true,
236
+ "describe": "Roles and subordinates"
237
+ }
238
+ ]
239
+ },
240
+ {
241
+ "describe": "Universal Containers requires that its Salesforce account data, including attachments, be backed up weekly. Which tool should a system administrator use to accomplish this?",
242
+ "answerOptions": [
243
+ {
244
+ "isRight": true,
245
+ "describe": "Data Export Service"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Data Loader"
250
+ },
251
+ {
252
+ "isRight": false,
253
+ "describe": "Account report export"
254
+ },
255
+ {
256
+ "isRight": false,
257
+ "describe": "Account analytic snapshot"
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "describe": "When importing data, what happens if some records do NOT meet the data validation criteria?",
263
+ "answerOptions": [
264
+ {
265
+ "isRight": false,
266
+ "describe": "Import process ignores the data validation criteria"
267
+ },
268
+ {
269
+ "isRight": true,
270
+ "describe": "Import process fails only for the records with invalid data"
271
+ },
272
+ {
273
+ "isRight": false,
274
+ "describe": "Import process aborts when it encounters the first invalid record"
275
+ },
276
+ {
277
+ "isRight": false,
278
+ "describe": "Import process requires user authorization to import the invalid records"
279
+ }
280
+ ]
281
+ },
282
+ {
283
+ "describe": "When should a system administrator consider using the Salesforce AppExchange? (Choose 2)",
284
+ "answerOptions": [
285
+ {
286
+ "isRight": false,
287
+ "describe": "To submit ideas for Salesforce application enhancements"
288
+ },
289
+ {
290
+ "isRight": false,
291
+ "describe": "To find answers to Salesforce application questions"
292
+ },
293
+ {
294
+ "isRight": true,
295
+ "describe": "When looking for pre-built custom applications and tools"
296
+ },
297
+ {
298
+ "isRight": true,
299
+ "describe": "When standard Salesforce functionality needs to be extended"
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "describe": "A marketing user has received a file of leads to import into Salesforce. What is the best way to avoid duplicating records?",
305
+ "answerOptions": [
306
+ {
307
+ "isRight": false,
308
+ "describe": "Merge Leads Function"
309
+ },
310
+ {
311
+ "isRight": false,
312
+ "describe": "Validation rules"
313
+ },
314
+ {
315
+ "isRight": true,
316
+ "describe": "Import Wizard"
317
+ },
318
+ {
319
+ "isRight": false,
320
+ "describe": "Data Loader"
321
+ }
322
+ ]
323
+ }
324
+ ]
325
+ }
@@ -0,0 +1,329 @@
1
+ {
2
+ "title": "Salesforce-Admin(302)-[Set-5]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "Sales management at Universal Containers is requesting better visibility into specific types of sales deals. They need to be notified when opportunities worth a large amount are close to closing. They would also like to receive a list of opportunities that are still open past the close date. Which feature can a system administrator use to accomplish this? (Choose 2)",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Big deal alerts"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Opportunity Escalation Rules"
15
+ },
16
+ {
17
+ "isRight": true,
18
+ "describe": "Opportunity update reminders"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Opportunity field history tracking"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "What should a system administrator consider when setting up Mobile Lite? (Choose 2)",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "Mobile Lite users must have a mobile license assigned to them"
32
+ },
33
+ {
34
+ "isRight": true,
35
+ "describe": "Mobile Lite provides access to standard objects and dashboards"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "Mobile Lite configurations can be created for each user"
40
+ },
41
+ {
42
+ "isRight": true,
43
+ "describe": "Mobile Lite must be enabled before users can install it"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Which type of chart can be used to display summary values from two different levels of grouping in a report?(Choose 2)",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": true,
52
+ "describe": "Stacked bar chart"
53
+ },
54
+ {
55
+ "isRight": false,
56
+ "describe": "Funnel chart"
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Donut chart"
61
+ },
62
+ {
63
+ "isRight": true,
64
+ "describe": "Grouped line chart"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "Which accounts are automatically synchronized on Salesforce Classic Lite?",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": true,
73
+ "describe": "All recently accessed accounts"
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "Accounts selected with the sync button"
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "Accounts that the user owns"
82
+ },
83
+ {
84
+ "isRight": false,
85
+ "describe": "Any account created in the last 30 days"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "Which permission is required to install and uninstall packages from Salesforce AppExchange?",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": false,
94
+ "describe": "Create AppExchange Packages"
95
+ },
96
+ {
97
+ "isRight": false,
98
+ "describe": "Manage Package Licenses"
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "Upload AppExchange Packages"
103
+ },
104
+ {
105
+ "isRight": true,
106
+ "describe": "Download AppExchange Packages"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "What user interface setting must be enabled for users to edit records in a list view?(Choose 2)",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": false,
115
+ "describe": "Enhanced page layout editor"
116
+ },
117
+ {
118
+ "isRight": true,
119
+ "describe": "Enhanced lists"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "Enhanced profile list views"
124
+ },
125
+ {
126
+ "isRight": true,
127
+ "describe": "Inline editing"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "describe": "Which task can a delegated administrator perform? (Choose 3)",
133
+ "answerOptions": [
134
+ {
135
+ "isRight": true,
136
+ "describe": "Log in as a user who has granted login access"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "Reset passwords for all users"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "Create new user profiles"
145
+ },
146
+ {
147
+ "isRight": true,
148
+ "describe": "Manage users within specified roles"
149
+ },
150
+ {
151
+ "isRight": true,
152
+ "describe": "Manage specified custom objects"
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "describe": "Which schedule type can be defined for a product? (Choose 2)",
158
+ "answerOptions": [
159
+ {
160
+ "isRight": true,
161
+ "describe": "Quantity"
162
+ },
163
+ {
164
+ "isRight": false,
165
+ "describe": "Forecast"
166
+ },
167
+ {
168
+ "isRight": true,
169
+ "describe": "Revenue"
170
+ },
171
+ {
172
+ "isRight": false,
173
+ "describe": "Production"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "describe": "How can a sales user relate an opportunity to a campaign? (Choose 2)",
179
+ "answerOptions": [
180
+ {
181
+ "isRight": true,
182
+ "describe": "Use the campaign influences related list on the opportunity"
183
+ },
184
+ {
185
+ "isRight": true,
186
+ "describe": "Select the primary campaign source for the opportunity"
187
+ },
188
+ {
189
+ "isRight": false,
190
+ "describe": "Select the campaign record type when creating the opportunity"
191
+ },
192
+ {
193
+ "isRight": false,
194
+ "describe": "Use the campaign hierarchy related list on the opportunity"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "describe": "Universal Containers set the Organization-Wide Defaults for accounts to public read/write. The sales management team is importing a new set of account records and needs to limit access to them. Access should be restricted to the account owner and members of a public group. How can this be accomplished?",
200
+ "answerOptions": [
201
+ {
202
+ "isRight": true,
203
+ "describe": "Update the organization - wide defaults for accounts to private and create a sharing rule for the group."
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "Create a sharing rule to grant access to members of the public group."
208
+ },
209
+ {
210
+ "isRight": false,
211
+ "describe": "Manually share each account record with members of the public group."
212
+ },
213
+ {
214
+ "isRight": false,
215
+ "describe": "Upgrade the role hierarchy and assign members of the group to a role at the top of the hierarchy."
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "describe": "Universal Containers is capturing a percentage discount directly on an opportunity record. Sales management needs to include the discounted opportunity amount in pipeline reports. How can the system administrator make the discounted amount available?",
221
+ "answerOptions": [
222
+ {
223
+ "isRight": false,
224
+ "describe": "Create an auto-number field to calculate the discounted amount."
225
+ },
226
+ {
227
+ "isRight": true,
228
+ "describe": "Create a formula field to calculate the discounted amount."
229
+ },
230
+ {
231
+ "isRight": false,
232
+ "describe": "Create a roll-up summary field to calculate the discounted amount."
233
+ },
234
+ {
235
+ "isRight": false,
236
+ "describe": "Create a cross object formula field to calculate the discounted amount."
237
+ }
238
+ ]
239
+ },
240
+ {
241
+ "describe": "Which setting can a system administrator control in the Salesforce user interface? (Choose 2)",
242
+ "answerOptions": [
243
+ {
244
+ "isRight": true,
245
+ "describe": "Enable hover details"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Enable spell checker"
250
+ },
251
+ {
252
+ "isRight": true,
253
+ "describe": "Enable enhanced list views"
254
+ },
255
+ {
256
+ "isRight": false,
257
+ "describe": "Enable Chatter for specific users"
258
+ },
259
+ {
260
+ "isRight": false,
261
+ "describe": "Enable customizable recent items"
262
+ }
263
+ ]
264
+ },
265
+ {
266
+ "describe": "Universal Containers has set the organization-wide default settings for accounts to private. Amy and bob are on separate sales teams, but are assigned tot he same role in the hierarchy. Amy is a member of the \"Sales West\" public group and needs access to all accounts owned by Bob, a member of the \"Sales East\" group. How would an administrator grant Amy access to only Bob's accounts?",
267
+ "answerOptions": [
268
+ {
269
+ "isRight": false,
270
+ "describe": "Add Amy to the \"Sales East\" public group"
271
+ },
272
+ {
273
+ "isRight": true,
274
+ "describe": "Add Amy to Bob's default account team"
275
+ },
276
+ {
277
+ "isRight": false,
278
+ "describe": "Create a sharing rule between the \"Sales West\" and \"Sales East\" public groups"
279
+ },
280
+ {
281
+ "isRight": false,
282
+ "describe": "Add Amy to the role above Bob in the role hierarchy"
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "describe": "Which record type can be updated when converting a lead? (Choose 2)",
288
+ "answerOptions": [
289
+ {
290
+ "isRight": false,
291
+ "describe": "An existing custom object record"
292
+ },
293
+ {
294
+ "isRight": true,
295
+ "describe": "An existing opportunity record"
296
+ },
297
+ {
298
+ "isRight": false,
299
+ "describe": "An existing contact record"
300
+ },
301
+ {
302
+ "isRight": true,
303
+ "describe": "An existing account record"
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "describe": "Which functionality is available when customizing tasks? (Choose 2)",
309
+ "answerOptions": [
310
+ {
311
+ "isRight": true,
312
+ "describe": "Record types can be created for tasks"
313
+ },
314
+ {
315
+ "isRight": true,
316
+ "describe": "Validation rules can be created for tasks"
317
+ },
318
+ {
319
+ "isRight": false,
320
+ "describe": "Roll-up summary fields can be created for tasks"
321
+ },
322
+ {
323
+ "isRight": false,
324
+ "describe": "Recurring tasks can be assigned to more than one user"
325
+ }
326
+ ]
327
+ }
328
+ ]
329
+ }