@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-2]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "Which of the following fields can you expect to find on user's record detail page? (Select 2)",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": false,
10
+ "describe": "System Permissions"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "Locale"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Reports"
19
+ },
20
+ {
21
+ "isRight": true,
22
+ "describe": "Role"
23
+ },
24
+ {
25
+ "isRight": false,
26
+ "describe": "All of the above"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "describe": "Who has the permission to edit a chatter profile? (Select 2)",
32
+ "answerOptions": [
33
+ {
34
+ "isRight": true,
35
+ "describe": "An Administrator"
36
+ },
37
+ {
38
+ "isRight": true,
39
+ "describe": "The individual user"
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "A user's manager"
44
+ },
45
+ {
46
+ "isRight": false,
47
+ "describe": "Chatter profiles are not editable"
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "describe": "Chatter external users can only interact in public or private Chatter groups that they belong to.",
53
+ "answerOptions": [
54
+ {
55
+ "isRight": false,
56
+ "describe": "True"
57
+ },
58
+ {
59
+ "isRight": true,
60
+ "describe": "False"
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "describe": "You have a handful of users who don't have Salesforce licenses but need access to all Chatter groups. They don't need to access any other Salesforce information. What Chatter license should they have? (Select 1)",
66
+ "answerOptions": [
67
+ {
68
+ "isRight": false,
69
+ "describe": "Chatter External license"
70
+ },
71
+ {
72
+ "isRight": true,
73
+ "describe": "Chatter Free license"
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "Chatter Only (Chatter Plus) license"
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "Chatter Deluxe license"
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "describe": "If a Salesforce object is a table, then each row represents what? (Select 1)",
87
+ "answerOptions": [
88
+ {
89
+ "isRight": true,
90
+ "describe": "Records"
91
+ },
92
+ {
93
+ "isRight": false,
94
+ "describe": "Fields"
95
+ },
96
+ {
97
+ "isRight": false,
98
+ "describe": "Related Lists"
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "Objects"
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "describe": "All of the following are advantages of Force.com objects except:",
108
+ "answerOptions": [
109
+ {
110
+ "isRight": false,
111
+ "describe": "All object attributes are described with metadata, making it easy to create and modify records programmatically or through a visual interface."
112
+ },
113
+ {
114
+ "isRight": true,
115
+ "describe": "Every object in a Salesforce organization is automatically linked with all other objects in the organization."
116
+ },
117
+ {
118
+ "isRight": false,
119
+ "describe": "Objects can have relationship fields that define how records in an object relate to records in another object."
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "Objects have built-in support for access management, validation, formulas, and history tracking."
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "describe": "What's the difference between standard and custom objects?",
129
+ "answerOptions": [
130
+ {
131
+ "isRight": false,
132
+ "describe": "Standard objects are limited to a standard set of fields; custom objects are made up of custom fields."
133
+ },
134
+ {
135
+ "isRight": false,
136
+ "describe": "Standard objects include standard layouts; custom objects allow you to change their layouts."
137
+ },
138
+ {
139
+ "isRight": true,
140
+ "describe": "Standard objects are included with Salesforce by default; custom objects are objects that you create in your organization."
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "describe": "Objects can have all of the following types of custom fields, except:",
146
+ "answerOptions": [
147
+ {
148
+ "isRight": true,
149
+ "describe": "Custom address"
150
+ },
151
+ {
152
+ "isRight": false,
153
+ "describe": "Picklist"
154
+ },
155
+ {
156
+ "isRight": false,
157
+ "describe": "Checkbox"
158
+ },
159
+ {
160
+ "isRight": false,
161
+ "describe": "Date/Time"
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "describe": "Which of these types of relationship fields can you define in Force.com?",
167
+ "answerOptions": [
168
+ {
169
+ "isRight": false,
170
+ "describe": "Relational and Parent-Child"
171
+ },
172
+ {
173
+ "isRight": false,
174
+ "describe": "Link and Parent-Child"
175
+ },
176
+ {
177
+ "isRight": true,
178
+ "describe": "Lookup and Master-Detail"
179
+ },
180
+ {
181
+ "isRight": false,
182
+ "describe": "Relational and Master-Detail"
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "describe": "1. How can a user have full access to a record? (Select 2)",
188
+ "answerOptions": [
189
+ {
190
+ "isRight": true,
191
+ "describe": "Ownership"
192
+ },
193
+ {
194
+ "isRight": false,
195
+ "describe": "Sharing Rules"
196
+ },
197
+ {
198
+ "isRight": true,
199
+ "describe": "Role Hierarchy"
200
+ },
201
+ {
202
+ "isRight": false,
203
+ "describe": "Manual Sharing"
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "CRED Settings"
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "describe": "2. Which of the following can be used to grant full access to a user? (Select 1)",
213
+ "answerOptions": [
214
+ {
215
+ "isRight": false,
216
+ "describe": "Organization Wide Default Setting's"
217
+ },
218
+ {
219
+ "isRight": false,
220
+ "describe": "Sharing Rules"
221
+ },
222
+ {
223
+ "isRight": false,
224
+ "describe": "Apex Sharing"
225
+ },
226
+ {
227
+ "isRight": false,
228
+ "describe": "Manual Sharing"
229
+ },
230
+ {
231
+ "isRight": true,
232
+ "describe": "Role Hierarchy"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "describe": "What is the only feature that can be used to restrict record access? (Select 1)",
238
+ "answerOptions": [
239
+ {
240
+ "isRight": false,
241
+ "describe": "CRED Settings"
242
+ },
243
+ {
244
+ "isRight": false,
245
+ "describe": "Sharing Rules"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Role Hierarchy"
250
+ },
251
+ {
252
+ "isRight": true,
253
+ "describe": "Organization Wide Default Setting's"
254
+ },
255
+ {
256
+ "isRight": false,
257
+ "describe": "Profile Login Hours"
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "describe": "Sharing rules can be used to restrict data access.",
263
+ "answerOptions": [
264
+ {
265
+ "isRight": false,
266
+ "describe": "True"
267
+ },
268
+ {
269
+ "isRight": true,
270
+ "describe": "False"
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "describe": "Which of the following approaches to sharing is flexible but only allows for one record at a time to be shared? (Select 1)",
276
+ "answerOptions": [
277
+ {
278
+ "isRight": false,
279
+ "describe": "Organization Wide Default Setting's"
280
+ },
281
+ {
282
+ "isRight": false,
283
+ "describe": "Sharing Rules"
284
+ },
285
+ {
286
+ "isRight": false,
287
+ "describe": "Apex Sharing"
288
+ },
289
+ {
290
+ "isRight": true,
291
+ "describe": "Manual Sharing"
292
+ },
293
+ {
294
+ "isRight": false,
295
+ "describe": "Role Hierarchy"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "describe": "Moving from the opportunity object to the account object is an example of what type of relationship? (Select 2)",
301
+ "answerOptions": [
302
+ {
303
+ "isRight": false,
304
+ "describe": "Related List"
305
+ },
306
+ {
307
+ "isRight": true,
308
+ "describe": "Lookup"
309
+ },
310
+ {
311
+ "isRight": true,
312
+ "describe": "Child-to-Parent"
313
+ },
314
+ {
315
+ "isRight": false,
316
+ "describe": "One-to-Many"
317
+ },
318
+ {
319
+ "isRight": false,
320
+ "describe": "Parent-to-Child"
321
+ }
322
+ ]
323
+ }
324
+ ]
325
+ }
@@ -0,0 +1,305 @@
1
+ {
2
+ "title": "Salesforce-Admin(302)-[Set-3]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "Which of the following features can be used to assign different picklist values for different business processes? (Select 1)",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": false,
10
+ "describe": "Page Layout"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "Record Type"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Validation Rule"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Field Level Security"
23
+ },
24
+ {
25
+ "isRight": false,
26
+ "describe": "Formula Field"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "describe": "AW Computing wants their sales reps to see the sum of the total opportunities on each account that they own. What feature can be used to display this information? (Select 1)",
32
+ "answerOptions": [
33
+ {
34
+ "isRight": true,
35
+ "describe": "Roll-Up Summary Field"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "Page Layout"
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Cross Object Formula"
44
+ },
45
+ {
46
+ "isRight": false,
47
+ "describe": "Record Type"
48
+ },
49
+ {
50
+ "isRight": false,
51
+ "describe": "Field Level Security"
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "describe": "Which of the following features can be used to make a field required? (Select 2)",
57
+ "answerOptions": [
58
+ {
59
+ "isRight": true,
60
+ "describe": "Page Layout"
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Record Type"
65
+ },
66
+ {
67
+ "isRight": true,
68
+ "describe": "Validation Rule"
69
+ },
70
+ {
71
+ "isRight": false,
72
+ "describe": "Field Level Security"
73
+ },
74
+ {
75
+ "isRight": false,
76
+ "describe": "Formula Field"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "describe": "An admin needs to keep track of all the changes made to the stage, amount, and close date on opportunities. (Select 1)",
82
+ "answerOptions": [
83
+ {
84
+ "isRight": false,
85
+ "describe": "Validation Rule"
86
+ },
87
+ {
88
+ "isRight": true,
89
+ "describe": "Field History Tracking"
90
+ },
91
+ {
92
+ "isRight": false,
93
+ "describe": "Formula field"
94
+ },
95
+ {
96
+ "isRight": false,
97
+ "describe": "Workflow"
98
+ },
99
+ {
100
+ "isRight": false,
101
+ "describe": "Page Layout"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "describe": "Which of the following data import tools can import up to 50,000 records at a time, and provides a simple interface to specify the configuration parameters, data sources, and the field mappings that map the field names in your import file with the field names in Salesforce? (Select 1)",
107
+ "answerOptions": [
108
+ {
109
+ "isRight": false,
110
+ "describe": "Data Loader"
111
+ },
112
+ {
113
+ "isRight": false,
114
+ "describe": "Data Importer"
115
+ },
116
+ {
117
+ "isRight": true,
118
+ "describe": "Data Import Wizard"
119
+ },
120
+ {
121
+ "isRight": false,
122
+ "describe": "Data Loading Wizard"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "describe": "Which of the following data import tools can import up to five million records at a time, of any data type, either from files or a database connection, and can be operated either through the user interface or the command line. (Select 1)",
128
+ "answerOptions": [
129
+ {
130
+ "isRight": true,
131
+ "describe": "Data Loader"
132
+ },
133
+ {
134
+ "isRight": false,
135
+ "describe": "Data Importer"
136
+ },
137
+ {
138
+ "isRight": false,
139
+ "describe": "Data Import Wizard"
140
+ },
141
+ {
142
+ "isRight": false,
143
+ "describe": "Data Loading Wizard"
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "describe": "Regardless of the data import tool used, the number of records you can import depends which of the following? (Select 3).",
149
+ "answerOptions": [
150
+ {
151
+ "isRight": true,
152
+ "describe": "On your permissions"
153
+ },
154
+ {
155
+ "isRight": true,
156
+ "describe": "The type of data you're importing"
157
+ },
158
+ {
159
+ "isRight": false,
160
+ "describe": "The types of objects you're importing"
161
+ },
162
+ {
163
+ "isRight": true,
164
+ "describe": "The overall data storage limits for your organization"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "describe": "What type of data import tool would you use if you want to automate the data import process? (Select 1)",
170
+ "answerOptions": [
171
+ {
172
+ "isRight": true,
173
+ "describe": "Data Loader"
174
+ },
175
+ {
176
+ "isRight": false,
177
+ "describe": "Your answerData Importer"
178
+ },
179
+ {
180
+ "isRight": false,
181
+ "describe": "Data Import Wizard"
182
+ },
183
+ {
184
+ "isRight": false,
185
+ "describe": "Data Loading Wizard"
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "describe": "You must include universally required fields in your import files or the import will fail.",
191
+ "answerOptions": [
192
+ {
193
+ "isRight": true,
194
+ "describe": "True"
195
+ },
196
+ {
197
+ "isRight": false,
198
+ "describe": "False"
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "describe": "A folder is a place where you can store which of the following? (Select 3)",
204
+ "answerOptions": [
205
+ {
206
+ "isRight": false,
207
+ "describe": "Records"
208
+ },
209
+ {
210
+ "isRight": true,
211
+ "describe": "Reports"
212
+ },
213
+ {
214
+ "isRight": true,
215
+ "describe": "Dashboards"
216
+ },
217
+ {
218
+ "isRight": true,
219
+ "describe": "Email templates"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "describe": "What permissions are needed to be able to delete or change a read-only folder? (Select 2)",
225
+ "answerOptions": [
226
+ {
227
+ "isRight": false,
228
+ "describe": "Read/Write permissions"
229
+ },
230
+ {
231
+ "isRight": false,
232
+ "describe": "Folder Manager permissions"
233
+ },
234
+ {
235
+ "isRight": true,
236
+ "describe": "Manage Public Documents permissions"
237
+ },
238
+ {
239
+ "isRight": true,
240
+ "describe": "Manage Public Templates permissions"
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "describe": "As a System Administrator, you can edit unfiled and personal folders.",
246
+ "answerOptions": [
247
+ {
248
+ "isRight": false,
249
+ "describe": "True"
250
+ },
251
+ {
252
+ "isRight": true,
253
+ "describe": "False"
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "describe": "When you share a folder with a group, managers of the group members (above the members in the role hierarchy) have no access to the folder unless those managers are also members of the group.",
259
+ "answerOptions": [
260
+ {
261
+ "isRight": true,
262
+ "describe": "True"
263
+ },
264
+ {
265
+ "isRight": false,
266
+ "describe": "False"
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "describe": "You cannot cancel an import after it has started processing.",
272
+ "answerOptions": [
273
+ {
274
+ "isRight": true,
275
+ "describe": "True"
276
+ },
277
+ {
278
+ "isRight": false,
279
+ "describe": "False"
280
+ }
281
+ ]
282
+ },
283
+ {
284
+ "describe": "Universal Containers wants to ensure that users complete the standard Industry field when creating a new account record. To address this concern, the administrator set the Industry field as required. However, some users are still able to create a new account record without completing the Industry field. What should an administrator do to troubleshoot the issue?(Choose 2)",
285
+ "answerOptions": [
286
+ {
287
+ "isRight": false,
288
+ "describe": "Verify the users have the \"Edit\" permission for accounts on their profiles"
289
+ },
290
+ {
291
+ "isRight": false,
292
+ "describe": "Verify the users have the \"Modify All Data\" permission for accounts on their profiles"
293
+ },
294
+ {
295
+ "isRight": true,
296
+ "describe": "Verify the field-level security for the Industry field is not set to \"Read Only\" on the users' profiles"
297
+ },
298
+ {
299
+ "isRight": true,
300
+ "describe": "Verify the Industry field is set as required on all the account page layouts assigned to the users' profiles"
301
+ }
302
+ ]
303
+ }
304
+ ]
305
+ }