@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,321 @@
1
+ {
2
+ "title": "Salesforce-Admin(302)-[Set-10]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "Which Salesforce feature should be used to disable access to all objects in a custom application?",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Profiles"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Sharing"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Web tabs"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Page layouts"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Which statement about multi‐day and all‐day events is TRUE",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "All‐Day Events have a start and end time"
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "Multi‐Day Event cannot be set as All‐Day Event"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "All‐Day Events have a check box for flagging as Multi‐Day Events"
40
+ },
41
+ {
42
+ "isRight": true,
43
+ "describe": "Multi‐Day Events have a start and end time"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "If the organization‐wide default on accounts is set to public read/write, what can be used to limit access to these records?",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": true,
52
+ "describe": "Profile"
53
+ },
54
+ {
55
+ "isRight": false,
56
+ "describe": "List views"
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Public groups"
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Role hierarchy"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "Currencies are defined at which level?\n*Choose 3 answers*",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": false,
73
+ "describe": "Record type"
74
+ },
75
+ {
76
+ "isRight": true,
77
+ "describe": "Organization profile"
78
+ },
79
+ {
80
+ "isRight": true,
81
+ "describe": "Opportunity (record)"
82
+ },
83
+ {
84
+ "isRight": true,
85
+ "describe": "User record (personal setup)"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "When a user with pending approval requests leaves an organization, what can administrator do with the pending requests?\n*Choose 2 answers*",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": false,
94
+ "describe": "Mass approve pending requests"
95
+ },
96
+ {
97
+ "isRight": true,
98
+ "describe": "Mass remove pending requests"
99
+ },
100
+ {
101
+ "isRight": true,
102
+ "describe": "Mass transfer pending requests"
103
+ },
104
+ {
105
+ "isRight": false,
106
+ "describe": "Change the approval process routing steps"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "If a record has been manually shared with read/write access, the user will be able to do which of the following?",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": true,
115
+ "describe": "Edit the record"
116
+ },
117
+ {
118
+ "isRight": false,
119
+ "describe": "Delete the record"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "Change the owner of the record"
124
+ },
125
+ {
126
+ "isRight": false,
127
+ "describe": "Share the record to another user with full access"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "describe": "Which item cannot be stored in a folder?",
133
+ "answerOptions": [
134
+ {
135
+ "isRight": true,
136
+ "describe": "Emails"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "Reports"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "Documents"
145
+ },
146
+ {
147
+ "isRight": false,
148
+ "describe": "Dashboards"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "describe": "If a record that matches the criteria of a workflow rule is created on July 1 and the close date is July 30, the time‐dependent action is scheduled for July 23. However, what happens if the opportunity is edited before July 23 and no longer meets the criteria?",
154
+ "answerOptions": [
155
+ {
156
+ "isRight": false,
157
+ "describe": "The time‐dependent action is put on hold"
158
+ },
159
+ {
160
+ "isRight": false,
161
+ "describe": "The time‐dependent action is sent on July 23"
162
+ },
163
+ {
164
+ "isRight": false,
165
+ "describe": "The time‐dependent action is sent on July 30"
166
+ },
167
+ {
168
+ "isRight": true,
169
+ "describe": "The time‐dependent action is automatically removed from the queue"
170
+ }
171
+ ]
172
+ },
173
+ {
174
+ "describe": "Which UI component allows easy access to recent tags?",
175
+ "answerOptions": [
176
+ {
177
+ "isRight": false,
178
+ "describe": "Tag Browser"
179
+ },
180
+ {
181
+ "isRight": false,
182
+ "describe": "Edit Tags link"
183
+ },
184
+ {
185
+ "isRight": false,
186
+ "describe": "Tag links in the header"
187
+ },
188
+ {
189
+ "isRight": true,
190
+ "describe": "Sidebar Tag widget"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "describe": "Which statement is TRUE regarding record types?\n*Choose 2 answers*",
196
+ "answerOptions": [
197
+ {
198
+ "isRight": true,
199
+ "describe": "Record types can be hidden from users"
200
+ },
201
+ {
202
+ "isRight": false,
203
+ "describe": "Record types are controlled by the page layout"
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "Record types can only be assigned to one profile at a time"
208
+ },
209
+ {
210
+ "isRight": true,
211
+ "describe": "Record types can be used to define different picklist values for different types of users"
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "describe": "Charting is a report option that can be used on",
217
+ "answerOptions": [
218
+ {
219
+ "isRight": false,
220
+ "describe": "All reports"
221
+ },
222
+ {
223
+ "isRight": false,
224
+ "describe": "Dashboards and summary reports only"
225
+ },
226
+ {
227
+ "isRight": false,
228
+ "describe": "Matrix and custom report types only"
229
+ },
230
+ {
231
+ "isRight": true,
232
+ "describe": "Dashboards, summary and matrix reports"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "describe": "Once category browsing has been enabled for an organization which permission is needed to add a category to a solution record?",
238
+ "answerOptions": [
239
+ {
240
+ "isRight": true,
241
+ "describe": "Edit on solutions"
242
+ },
243
+ {
244
+ "isRight": false,
245
+ "describe": "Read on solution"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Delete on solutions"
250
+ },
251
+ {
252
+ "isRight": false,
253
+ "describe": "Create on solution"
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "describe": "Which function is available with standard fields?\n*Choose 2 answers*",
259
+ "answerOptions": [
260
+ {
261
+ "isRight": true,
262
+ "describe": "Adding context‐sensitive help"
263
+ },
264
+ {
265
+ "isRight": false,
266
+ "describe": "Deleting fields"
267
+ },
268
+ {
269
+ "isRight": true,
270
+ "describe": "Adding or removing non‐required fields from a page layout"
271
+ },
272
+ {
273
+ "isRight": false,
274
+ "describe": "Changing field labels"
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "describe": "Lead assignment rules are used to\n*Choose 2 answers*",
280
+ "answerOptions": [
281
+ {
282
+ "isRight": true,
283
+ "describe": "Assign leads to lead queues"
284
+ },
285
+ {
286
+ "isRight": true,
287
+ "describe": "Assign leads to individuals that are users In Salesforce"
288
+ },
289
+ {
290
+ "isRight": false,
291
+ "describe": "Convert new leads to accounts and give assignments to appropriate users"
292
+ },
293
+ {
294
+ "isRight": false,
295
+ "describe": "Re‐assign leads if they have been neglected and reassign to individuals in Salesforce"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "describe": "Email templates (text, HTML with letterhead, and Custom HTML) may include which of the following?\n* Choose 3 answers*",
301
+ "answerOptions": [
302
+ {
303
+ "isRight": true,
304
+ "describe": "Text"
305
+ },
306
+ {
307
+ "isRight": true,
308
+ "describe": "Merge fields"
309
+ },
310
+ {
311
+ "isRight": true,
312
+ "describe": "Attached files"
313
+ },
314
+ {
315
+ "isRight": false,
316
+ "describe": "Macros"
317
+ }
318
+ ]
319
+ }
320
+ ]
321
+ }
@@ -0,0 +1,301 @@
1
+ {
2
+ "title": "Salesforce-Admin(302)-[Set-1]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "What should a system administrator use to disable access to a custom application for a group of users?\nChoose one answer",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Profiles"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Sharing rules"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Web tabs"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Page layouts"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Universal Containers needs to track the manufacturer and model for specific car companies.\nHow can the system administrator ensure that the manufacturer selected influences the values available\nfor the model?\nChoose one answer",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "Create the manufacturer field as a dependent picklist and the model as a controlling picklist."
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "Create a lookup field from the manufacturer object to the model object."
36
+ },
37
+ {
38
+ "isRight": true,
39
+ "describe": "Create the manufacturer field as a controlling picklist and the model as a dependent picklist."
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Create a multi-select picklist field that includes both manufacturers and models."
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Sales representatives at Universal Containers need assistance from product managers when selling\ncertain products. Product managers do not have access to opportunities, but need to gain access when\nthey are assisting with a specific deal.\nHow can a system administrator accomplish this?\nChoose one answer",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": false,
52
+ "describe": "Notify the product manager using opportunity update reminders."
53
+ },
54
+ {
55
+ "isRight": true,
56
+ "describe": "Enable opportunity teams and allow users to add the product manager."
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Use similar opportunities to show opportunities related to the product manager."
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Enable account teams and allow users to add the product manager"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "What should a system administrator consider before importing a set of records into Salesforce?\n*Choose 2 answers*",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": true,
73
+ "describe": "The import file should include a record owner for each record."
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "Currency field values will default to the personal currency of the record owner."
78
+ },
79
+ {
80
+ "isRight": true,
81
+ "describe": "Data should be de-duplicated in the import file prior to import."
82
+ },
83
+ {
84
+ "isRight": false,
85
+ "describe": "Validation rules are not triggered when importing data using the import wizard."
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "Which statement about custom summary formulas in reports is true?\nChoose two answers",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": false,
94
+ "describe": "Reports can be grouped by a custom summary formula result."
95
+ },
96
+ {
97
+ "isRight": true,
98
+ "describe": "Custom summary formulas can reference a formula field within a report."
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "Custom summary formulas can reference another custom summary formula."
103
+ },
104
+ {
105
+ "isRight": true,
106
+ "describe": "Custom summary formulas can be used in a report built from a custom report type"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "How can a user customize his or her view in Saleforce? (Select 2)",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": true,
115
+ "describe": "He or she can customize the tabs that are shown"
116
+ },
117
+ {
118
+ "isRight": true,
119
+ "describe": "He or she can customize how related lists on a page look"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "He or she can customize Salesforce on a mobile device"
124
+ },
125
+ {
126
+ "isRight": false,
127
+ "describe": "All of the above"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "describe": "The user interface (UI) settings are \"global,\" and therefore apply to all users in an org.",
133
+ "answerOptions": [
134
+ {
135
+ "isRight": true,
136
+ "describe": "True"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "False"
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "describe": "The Company Information page can tell you which of the following?\n*(Select 3)*",
146
+ "answerOptions": [
147
+ {
148
+ "isRight": true,
149
+ "describe": "Organization edition"
150
+ },
151
+ {
152
+ "isRight": true,
153
+ "describe": "Number of Salesforce licenses"
154
+ },
155
+ {
156
+ "isRight": true,
157
+ "describe": "Salesforce Organization ID"
158
+ },
159
+ {
160
+ "isRight": false,
161
+ "describe": "Number of inactive users"
162
+ },
163
+ {
164
+ "isRight": false,
165
+ "describe": "Number of System Administrators"
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "describe": "Which of the following actions cannot be completed on the Company Information page? (Select 2)",
171
+ "answerOptions": [
172
+ {
173
+ "isRight": false,
174
+ "describe": "Edit the city in which your organization is located"
175
+ },
176
+ {
177
+ "isRight": true,
178
+ "describe": "Modify the type of licenses your organization has"
179
+ },
180
+ {
181
+ "isRight": false,
182
+ "describe": "Edit the default locale for your organization"
183
+ },
184
+ {
185
+ "isRight": true,
186
+ "describe": "Restrict access to currency settings"
187
+ },
188
+ {
189
+ "isRight": false,
190
+ "describe": "Add or remove licenses"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "describe": "Locale settings control which of the following? (Select 1)",
196
+ "answerOptions": [
197
+ {
198
+ "isRight": false,
199
+ "describe": "Time Zone"
200
+ },
201
+ {
202
+ "isRight": false,
203
+ "describe": "Number format"
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "Name order"
208
+ },
209
+ {
210
+ "isRight": true,
211
+ "describe": "All of the above"
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "describe": "It is possible to switch to a standard fiscal year from a custom fiscal year.",
217
+ "answerOptions": [
218
+ {
219
+ "isRight": false,
220
+ "describe": "True"
221
+ },
222
+ {
223
+ "isRight": true,
224
+ "describe": "False"
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "describe": "Once enabled, which of the following features cannot be disabled? (Select 1)",
230
+ "answerOptions": [
231
+ {
232
+ "isRight": false,
233
+ "describe": "Chatter"
234
+ },
235
+ {
236
+ "isRight": false,
237
+ "describe": "Advanced Currency Management"
238
+ },
239
+ {
240
+ "isRight": true,
241
+ "describe": "Custom Fiscal Year"
242
+ },
243
+ {
244
+ "isRight": false,
245
+ "describe": "Collapsible Sidebar"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Lightning Experience"
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "describe": "By default, all Salesforce orgs are set to a single currency.",
255
+ "answerOptions": [
256
+ {
257
+ "isRight": true,
258
+ "describe": "True"
259
+ },
260
+ {
261
+ "isRight": false,
262
+ "describe": "False"
263
+ }
264
+ ]
265
+ },
266
+ {
267
+ "describe": "A pre-built App from the AppExchange is always the first approach you should take when you're looking to add functionality to your Salesforce instance.",
268
+ "answerOptions": [
269
+ {
270
+ "isRight": false,
271
+ "describe": "True"
272
+ },
273
+ {
274
+ "isRight": true,
275
+ "describe": "False"
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "describe": "Which step should a system administrator take to remove an active user from Salesforce? (Select 1)",
281
+ "answerOptions": [
282
+ {
283
+ "isRight": false,
284
+ "describe": "Contact Salesforce customer support to have the user record deleted."
285
+ },
286
+ {
287
+ "isRight": false,
288
+ "describe": "Overwrite the user record with a new user's information."
289
+ },
290
+ {
291
+ "isRight": false,
292
+ "describe": "Deactivate the user record; the system will delete it in 30 days."
293
+ },
294
+ {
295
+ "isRight": true,
296
+ "describe": "Deactivate the user record."
297
+ }
298
+ ]
299
+ }
300
+ ]
301
+ }