@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-8]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "Which is a custom object relationship type?\n*Choose 2 answers*",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Lookup"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "Master/Detail"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "One‐to‐Many"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Many‐to‐Many"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Where are the field level security settings located?",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "Role"
32
+ },
33
+ {
34
+ "isRight": true,
35
+ "describe": "Profile"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "Page layout"
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Manage users"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Which are affected by changing the organization locale setting?\n*Choose 2 answers*",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": false,
52
+ "describe": "Language"
53
+ },
54
+ {
55
+ "isRight": false,
56
+ "describe": "Time zone"
57
+ },
58
+ {
59
+ "isRight": true,
60
+ "describe": "Date format"
61
+ },
62
+ {
63
+ "isRight": true,
64
+ "describe": "Number fields"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "An administrator may create a lookup relationship between all of the following EXCEPT",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": false,
73
+ "describe": "From a custom object to itself"
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "From a custom to a standard object"
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "From a standard to a custom object"
82
+ },
83
+ {
84
+ "isRight": true,
85
+ "describe": "From the user object to a custom object"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "Which statement is true when a label on a standard object, such as \"Accounts,\" is renamed?",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": false,
94
+ "describe": "Online help can be modified to reflect the new name"
95
+ },
96
+ {
97
+ "isRight": true,
98
+ "describe": "Pages in the setup area will still use the default, original labels"
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "The API name for the field will also change"
103
+ },
104
+ {
105
+ "isRight": false,
106
+ "describe": "The field will no longer appear to users until is enabled, with the new name, in the page layout."
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "What does the primary object in a custom report type determine?",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": false,
115
+ "describe": "Whether or not the report is sortable"
116
+ },
117
+ {
118
+ "isRight": false,
119
+ "describe": "The type of report that can be built"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "Whether or not the report can be used as source for a dashboard"
124
+ },
125
+ {
126
+ "isRight": true,
127
+ "describe": "The options available in the View pick list when running a report"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "describe": "What are default values for an opportunity record created upon lead conversion?\nyear.",
133
+ "answerOptions": [
134
+ {
135
+ "isRight": false,
136
+ "describe": "It is not possible to set any default values for a new opportunity"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "Only the name of the opportunity and account filled in from the lead conversion page"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "The opportunity and account name, including the close date defaulting to the end of the"
145
+ },
146
+ {
147
+ "isRight": true,
148
+ "describe": "The opportunity and account name, including the close date defaulting to the last day of the quarter and Stage field defaulting to the first value"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "describe": "What can be done with a workflow task that cannot be done with a workflow alert?",
154
+ "answerOptions": [
155
+ {
156
+ "isRight": false,
157
+ "describe": "Reuse"
158
+ },
159
+ {
160
+ "isRight": false,
161
+ "describe": "Notify a user"
162
+ },
163
+ {
164
+ "isRight": true,
165
+ "describe": "Track in the activity history"
166
+ },
167
+ {
168
+ "isRight": false,
169
+ "describe": "Immediate or time‐dependent"
170
+ }
171
+ ]
172
+ },
173
+ {
174
+ "describe": "Which feature can be used to send sales management an email alert when a sales representative qualifies a large deal?\n*Choose 2 answers*",
175
+ "answerOptions": [
176
+ {
177
+ "isRight": true,
178
+ "describe": "Big deal alert"
179
+ },
180
+ {
181
+ "isRight": true,
182
+ "describe": "Workflow alert"
183
+ },
184
+ {
185
+ "isRight": false,
186
+ "describe": "Update reminders"
187
+ },
188
+ {
189
+ "isRight": false,
190
+ "describe": "Opportunity escalation rule"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "describe": "What is required before an organization can be enabled for territory management?",
196
+ "answerOptions": [
197
+ {
198
+ "isRight": false,
199
+ "describe": "Unlimited Edition"
200
+ },
201
+ {
202
+ "isRight": false,
203
+ "describe": "Client management"
204
+ },
205
+ {
206
+ "isRight": true,
207
+ "describe": "Customizable forecasting"
208
+ },
209
+ {
210
+ "isRight": false,
211
+ "describe": "At least one account sharing rule"
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "describe": "Which of the following is not captured on the user record without the use of custom fields?",
217
+ "answerOptions": [
218
+ {
219
+ "isRight": false,
220
+ "describe": "Locale"
221
+ },
222
+ {
223
+ "isRight": true,
224
+ "describe": "Hire date"
225
+ },
226
+ {
227
+ "isRight": false,
228
+ "describe": "Employee number"
229
+ },
230
+ {
231
+ "isRight": false,
232
+ "describe": "Delegated approver"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "describe": "The automated case user will be listed in the case history for all case actions except when the\ncase is",
238
+ "answerOptions": [
239
+ {
240
+ "isRight": true,
241
+ "describe": "Closed"
242
+ },
243
+ {
244
+ "isRight": false,
245
+ "describe": "Escalated"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Created online"
250
+ },
251
+ {
252
+ "isRight": false,
253
+ "describe": "Automatically assigned"
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "describe": "What must an administrator do to schedule and email reports?\n*Choose 2 answers*",
259
+ "answerOptions": [
260
+ {
261
+ "isRight": true,
262
+ "describe": "Specify a running user"
263
+ },
264
+ {
265
+ "isRight": false,
266
+ "describe": "Specify the report location in a personal folder"
267
+ },
268
+ {
269
+ "isRight": true,
270
+ "describe": "Specify a frequency"
271
+ },
272
+ {
273
+ "isRight": false,
274
+ "describe": "Specify a link to the reports"
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "describe": "Which object is a standard object?\n*Choose 3 answers *",
280
+ "answerOptions": [
281
+ {
282
+ "isRight": false,
283
+ "describe": "Invoices"
284
+ },
285
+ {
286
+ "isRight": true,
287
+ "describe": "Solutions"
288
+ },
289
+ {
290
+ "isRight": true,
291
+ "describe": "Accounts"
292
+ },
293
+ {
294
+ "isRight": true,
295
+ "describe": "Opportunities"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "describe": "Person accounts and business accounts can be accessed via Accounts tab. To create a view that only displays person accounts, you must",
301
+ "answerOptions": [
302
+ {
303
+ "isRight": true,
304
+ "describe": "Filter based on the field \"Is Person Account\""
305
+ },
306
+ {
307
+ "isRight": false,
308
+ "describe": "Add the contract related list to the account page layout"
309
+ },
310
+ {
311
+ "isRight": false,
312
+ "describe": "Select the \"View All Data\" permission on the user profile"
313
+ },
314
+ {
315
+ "isRight": false,
316
+ "describe": "Set the access for the contact object to \"Controlled by Parent\""
317
+ }
318
+ ]
319
+ }
320
+ ]
321
+ }
@@ -0,0 +1,325 @@
1
+ {
2
+ "title": "Salesforce-Admin(302)-[Set-9]",
3
+ "category": "Salesforce Admin",
4
+ "questions": [
5
+ {
6
+ "describe": "When are active custom validation rules evaluated?",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": false,
10
+ "describe": "When feedback to the end user is not required"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "When there are no errors in standard validations"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "When the page layout contains no required fields"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "When inline editing has been enabled for the organization"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Which statement is TRUE regarding how Salesforce allocates storage space?\nbe updated immediately",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "Custom objects are not counted against data storage allocation"
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "Data storage includes space used by files in the Documents tab"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "A user may continue to create records when storage capacities limits are exceeded by 5%"
40
+ },
41
+ {
42
+ "isRight": true,
43
+ "describe": "If you import or add a large number of records, your organisation's storage usage will not"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Which method should be used to migrate 65.000 records from one organization to another, including accounts, contracts, lead, and opportunities?",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": true,
52
+ "describe": "Data loader"
53
+ },
54
+ {
55
+ "isRight": false,
56
+ "describe": "Not possible"
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Import wizard"
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Weekly data export"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "Which attributes can be used when matching similar opportunities?\n*Choose 2 answers*",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": false,
73
+ "describe": "Custom opportunity related lists"
74
+ },
75
+ {
76
+ "isRight": true,
77
+ "describe": "Standard opportunity related lists"
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "Sales team members"
82
+ },
83
+ {
84
+ "isRight": false,
85
+ "describe": "Account fields"
86
+ },
87
+ {
88
+ "isRight": true,
89
+ "describe": "Opportunity fields"
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "describe": "Which is not a step when creating a custom application?",
95
+ "answerOptions": [
96
+ {
97
+ "isRight": false,
98
+ "describe": "Assign profiles"
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "Choose a custom app logo"
103
+ },
104
+ {
105
+ "isRight": false,
106
+ "describe": "Select what tabs will display"
107
+ },
108
+ {
109
+ "isRight": true,
110
+ "describe": "Define the Custom Object relationship"
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "describe": "When a case is deleted, which related items are also deleted?\n*Choose 2 answers*",
116
+ "answerOptions": [
117
+ {
118
+ "isRight": true,
119
+ "describe": "Events"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "Solutions"
124
+ },
125
+ {
126
+ "isRight": false,
127
+ "describe": "Accounts"
128
+ },
129
+ {
130
+ "isRight": true,
131
+ "describe": "Case comments"
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "describe": "An administrator would like to export a report to a Microsoft Excel spreadsheet and maintain the report format. To do this, the administrator should click on which button?",
137
+ "answerOptions": [
138
+ {
139
+ "isRight": false,
140
+ "describe": "Save as"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "Customize"
145
+ },
146
+ {
147
+ "isRight": true,
148
+ "describe": "Printable View"
149
+ },
150
+ {
151
+ "isRight": false,
152
+ "describe": "Export Details"
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "describe": "Which information is maintained on the user record and can be modified by the user?\n*Choose 3 answers*",
158
+ "answerOptions": [
159
+ {
160
+ "isRight": true,
161
+ "describe": "Email address"
162
+ },
163
+ {
164
+ "isRight": false,
165
+ "describe": "Storage space"
166
+ },
167
+ {
168
+ "isRight": true,
169
+ "describe": "Default sales team"
170
+ },
171
+ {
172
+ "isRight": true,
173
+ "describe": "Default account team"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "describe": "Which validation rule validates that a custom date field, My_Date__c, contains a date within the current year?",
179
+ "answerOptions": [
180
+ {
181
+ "isRight": false,
182
+ "describe": "YEAR( My_Date__c) = YEAR( Today())"
183
+ },
184
+ {
185
+ "isRight": false,
186
+ "describe": "YEAR( Today()) > DATE( My_Date__c)"
187
+ },
188
+ {
189
+ "isRight": true,
190
+ "describe": "YEAR( My_Date__c) <>Year(Today())"
191
+ },
192
+ {
193
+ "isRight": false,
194
+ "describe": "YEAR( My_Date__C) = DATE(MY_Date__c)"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "describe": "Assuming the recycle bin limits have not been reached, how long does a user have to recover deleted data from the recycle bin before it is permanently deleted?",
200
+ "answerOptions": [
201
+ {
202
+ "isRight": true,
203
+ "describe": "30 days"
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "60 days"
208
+ },
209
+ {
210
+ "isRight": false,
211
+ "describe": "Deleted data cannot be recovered from the recycle bin"
212
+ },
213
+ {
214
+ "isRight": false,
215
+ "describe": "Data remains in the recycle bi for an unlimited amount of time"
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "describe": "When authenticating a user through the user interface, what does Salesforce validate before allowing a user to access the application?\n*Choose 3 answers*",
221
+ "answerOptions": [
222
+ {
223
+ "isRight": false,
224
+ "describe": "Whether the user's profile is API enabled"
225
+ },
226
+ {
227
+ "isRight": true,
228
+ "describe": "Whether the organization has trusted IP addresses"
229
+ },
230
+ {
231
+ "isRight": true,
232
+ "describe": "Whether the user's profile has login hour restrictions"
233
+ },
234
+ {
235
+ "isRight": true,
236
+ "describe": "Whether the user's profile has IP address restrictions"
237
+ }
238
+ ]
239
+ },
240
+ {
241
+ "describe": "Assuming only standard relationships, which option is available when customizing the mini‐view of the console?\n*Choose 2 answers*",
242
+ "answerOptions": [
243
+ {
244
+ "isRight": false,
245
+ "describe": "From the Contact Object, the user can choose Cases"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "From the Opportunity Object, the user can choose Campaign"
250
+ },
251
+ {
252
+ "isRight": true,
253
+ "describe": "From the Cases Object, the user can choose Account and Contact"
254
+ },
255
+ {
256
+ "isRight": true,
257
+ "describe": "From the Opportunity Object, the user can choose Account and Contact"
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "describe": "Which option below gives an end user the ability to import leads for the organization and associate the leads to a campaign?\n*Choose 2 answers*",
263
+ "answerOptions": [
264
+ {
265
+ "isRight": true,
266
+ "describe": "Marketing user Profile"
267
+ },
268
+ {
269
+ "isRight": false,
270
+ "describe": "Marketing User License"
271
+ },
272
+ {
273
+ "isRight": true,
274
+ "describe": "\"Edit Campaigns\" Permission in the profile"
275
+ },
276
+ {
277
+ "isRight": false,
278
+ "describe": "\"Customize Application\" Permission in the profile"
279
+ }
280
+ ]
281
+ },
282
+ {
283
+ "describe": "Which statement is FALSE regarding object relationships?",
284
+ "answerOptions": [
285
+ {
286
+ "isRight": false,
287
+ "describe": "The lookup relationship field is not required in the page layout"
288
+ },
289
+ {
290
+ "isRight": false,
291
+ "describe": "Each custom object can have up to two master‐detail relationships"
292
+ },
293
+ {
294
+ "isRight": false,
295
+ "describe": "A standard object cannot be on the detail side of the relationship"
296
+ },
297
+ {
298
+ "isRight": true,
299
+ "describe": "The security settings for the detail record control the master record"
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "describe": "Users want to view report output for all opportunities that own and that are owned by users who report to them via the role hierarchy. To proceed they should verify that",
305
+ "answerOptions": [
306
+ {
307
+ "isRight": false,
308
+ "describe": "They have the \"Manage Public Reports\" permission on their profile."
309
+ },
310
+ {
311
+ "isRight": false,
312
+ "describe": "The profiles of all users report to them in the role hierarchy and that the \"My Team's opportunities\" filter is used when running opportunity reports"
313
+ },
314
+ {
315
+ "isRight": true,
316
+ "describe": "The correct users report to them in the role hierarchy and that the \"My Team's Opportunities\" filter is used when running opportunity reports."
317
+ },
318
+ {
319
+ "isRight": false,
320
+ "describe": "The correct users report to them in the role hierarchy and that the \"My Team‐Selling and My Own Opportunities\" filter is used when running opportunities reports."
321
+ }
322
+ ]
323
+ }
324
+ ]
325
+ }
@@ -0,0 +1 @@
1
+ {"questions":[{"describe":"A manager wants to calculate the number of days since an account was last contacted through email. Which field type should be used to accomplish this?","answerOptions":[{"isRight":true,"describe":"Formula"},{"isRight":false,"describe":"Number"},{"isRight":false,"describe":"Roll-up Summary"},{"isRight":false,"describe":"Date"}]},{"describe":"Which capability allows an app builder to grant object-level access?Choose 2 answers","answerOptions":[{"isRight":true,"describe":"Assigning a user a Profile that allows Read access to an object."},{"isRight":true,"describe":"Assigning a user a Permission Set that allows for Read and Edit access to an object."},{"isRight":false,"describe":"Assigning a user a Role that allows Read access to an object."},{"isRight":false,"describe":"Assigning a user a Public Group that allows for Read and Edit access to an object."}]},{"describe":"Universal Containers wants to standardize their business logic. They want to ensure that the workflow order is guaranteed to be the same each time.Which feature can be used to accomplish this? Choose 2 answers","answerOptions":[{"isRight":true,"describe":"Lightning Process Builder"},{"isRight":false,"describe":"Workflow"},{"isRight":false,"describe":"Chatter Actions"},{"isRight":true,"describe":"Visual Workflow"}]},{"describe":"Universal Containers has a junction object called Invoices with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Contacts. The app builder has a requirement to change the primary Master-Detail relationship to Lookup. What happens to the Master-Detail relationship with Contacts?","answerOptions":[{"isRight":false,"describe":"The Contacts Master-Detail values are cleared from invoices."},{"isRight":false,"describe":"The Contacts Master-Detail also converts to Lookup."},{"isRight":false,"describe":"The Contacts Master-Detail field is deleted from the object."},{"isRight":true,"describe":"The Contacts Master-Detail becomes the primary."}]},{"describe":"Where can a custom button be placed? Choose 3 answers","answerOptions":[{"isRight":false,"describe":"On the User Object"},{"isRight":true,"describe":"On the Custom List View"},{"isRight":true,"describe":"On a Person Account"},{"isRight":true,"describe":"On a related list"},{"isRight":false,"describe":"On a Web-to-Case form"}]},{"describe":"Universal Containers has separated business requirements for consumer and Business Opportunities. The sales team work with both types of Opportunities. The app builder created two record types on the Opportunity Object.Which action can now be performed? Choose 2 answers","answerOptions":[{"isRight":false,"describe":"Prevent access to secure data fields by sales process."},{"isRight":true,"describe":"Specify a different page layout by sales process."},{"isRight":true,"describe":"Enable field validation by sales process."},{"isRight":false,"describe":"Create unique Opportunity stages by sales process."}]},{"describe":"Universal Containers provide access to Salesforce for their sales, service and marketing teams. Management wants to ensure that when user login, their home tab provides access to links and documentation that are specifically relevant to their job function. How can this requirement be met?","answerOptions":[{"isRight":false,"describe":"Create separate home page custom components and layouts; assign to user by role."},{"isRight":false,"describe":"Expose specific elements within a home page custom component determined by profile."},{"isRight":true,"describe":"Create separate home page custom components and layouts; assign to user by profile."},{"isRight":false,"describe":"Expose specific elements within a home page custom component determined by role."}]},{"describe":"What metadata changes can be made directly in a production environment without deploying from sandbox? Choose 2 answers","answerOptions":[{"isRight":false,"describe":"Apex triggers"},{"isRight":true,"describe":"Visualforce pages"},{"isRight":true,"describe":"Validation rules"},{"isRight":false,"describe":"Apex classes"}]},{"describe":"What is the capability of sandbox templates? Choose 2 answers","answerOptions":[{"isRight":false,"describe":"Create a Partial Copy sandbox from a Partial Copy sandboxes environment."},{"isRight":true,"describe":"Specify the object whose data should be replicated in a Partial Copy sandbox environment."},{"isRight":false,"describe":"Specify the data range for data being replicated in a Partial Copy sandbox environment."},{"isRight":true,"describe":"Save a template for re-use when creating a Partial Copy sandbox environment."}]},{"describe":"Universal Containers would like to show different picklist values to different groups of user in a custom picklist field. What should be configured?","answerOptions":[{"isRight":false,"describe":"Permission sets"},{"isRight":false,"describe":"Field-level security"},{"isRight":true,"describe":"Record types"},{"isRight":false,"describe":"Page layouts"}]},{"describe":"What salesforce functionality is ignored when processing field updates in workflow rules and approval processes? Choose 3 answers.","answerOptions":[{"isRight":true,"describe":"Validation rules"},{"isRight":false,"describe":"Decimal places and character limits"},{"isRight":true,"describe":"Record type picklist value assignments"},{"isRight":false,"describe":"Multiple currencies"},{"isRight":true,"describe":"Field-level security"}]},{"describe":"In order to delete the Opportunities, Universal Containers would like sales reps to submit requests for approval from their sales manager. What can be used to meet these requirements?","answerOptions":[{"isRight":false,"describe":"Approval Process with Time-Dependent workflow action."},{"isRight":false,"describe":"Approval Process with Apex Trigger."},{"isRight":false,"describe":"Two-step Approval process."},{"isRight":true,"describe":"Process Builder with Submit for Approval action."}]}],"title":"New Salesforce AppBuilder Certification – Questions set1"}
@@ -0,0 +1 @@
1
+ {"questions":[{"describe":"User at Universal Containers need to be able to quickly create a contact record from the Account record’s Chatter feed. How should the App Builder enable the functionality?","answerOptions":[{"isRight":true,"describe":"By creating a custom “Create a Record” Action on the Account."},{"isRight":false,"describe":"By creating a custom “Detail Page” Button on the Account."},{"isRight":false,"describe":"By creating a custom “Detail Page” Button on the Contract."},{"isRight":false,"describe":"By creating a custom “Create a Record” Action on the Contract."}]},{"describe":"A Customer Support Manager at Universal Containers would like to implement call scripting for their caller agents. What automation tool can be used to accomplish this?","answerOptions":[{"isRight":false,"describe":"Workflow"},{"isRight":false,"describe":"Lightning process Builder"},{"isRight":true,"describe":"Visual Workflow"},{"isRight":false,"describe":"Lightning Connect"}]},{"describe":"An App Builder is loading the data into salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the account object. For future data loads this ID will be used when upserting records.Which field attribute should be selected? Choose 2 answers","answerOptions":[{"isRight":true,"describe":"Unique"},{"isRight":false,"describe":"Required"},{"isRight":true,"describe":"External ID"},{"isRight":false,"describe":"Text(encrypted)"}]},{"describe":"Universal Containers is rolling out a new customer service process. Customer service managers will need to edit cases for their subordinates, but not cases for other groups. Managers and users should be able to view all cases. What is the recommended solution to configure this? Choose 2 answers","answerOptions":[{"isRight":true,"describe":"Create standard role hierarchies."},{"isRight":true,"describe":"Set organization-wide sharing defaults to public read/only."},{"isRight":false,"describe":"Create criteria-based sharing rules."},{"isRight":false,"describe":"Set organization-wide sharing defaults to private."}]},{"describe":"An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers","answerOptions":[{"isRight":true,"describe":"Currency"},{"isRight":true,"describe":"Percent"},{"isRight":true,"describe":"Date"},{"isRight":false,"describe":"Checkbox"},{"isRight":false,"describe":"Time"}]},{"describe":"Universal Containers stores invoices in SAP. Users want to view invoice data on the related Account records in Salesforce. How can this be achieved? Choose 2 answers","answerOptions":[{"isRight":false,"describe":"Create a custom Invoice object and connect to SAP using Data Loader."},{"isRight":true,"describe":"Create an external object connected to an invoice table in SAP."},{"isRight":false,"describe":"Use SAP data export functions to load data directly in Salesforce."},{"isRight":true,"describe":"Connect to an OData Publisher Service for SAP databases."}]},{"describe":"What should be done to provide managers access to records of which they are not the owner in a private sharing model?","answerOptions":[{"isRight":true,"describe":"Create a Manager permission set and select the “View All Data” option."},{"isRight":false,"describe":"Create a Manager profile and select the “View My Teams Data” option."},{"isRight":false,"describe":"Define a Role Hierarchy and use the Grant Access Using Hierarchies option."},{"isRight":false,"describe":"Set the Manger field for each User Record on the Manager’s team."}]},{"describe":"What is a true statement regarding roll-up summary fields? Choose 2 answers","answerOptions":[{"isRight":true,"describe":"Roll-up summary fields can only be created on the master of a master-detail relationship."},{"isRight":true,"describe":"The roll-up summary field inherits the field – level security of the child object."},{"isRight":false,"describe":"Changes to the value of a roll-up summary field column of roll-up summary filters."},{"isRight":false,"describe":"Multi-select picklist fields can be used in the field column of roll-up summary filters."}]},{"describe":"A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances.What is the recommended solution to grant the customer service agent access to the field?","answerOptions":[{"isRight":true,"describe":"Create a permission set that allows read-only access to the field via Field Level Security and assign it to the agent."},{"isRight":false,"describe":"Create a new profile to allow for read-only access to the field via Field Level Security and assign it to the agent."},{"isRight":false,"describe":"Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via Field Level Security."},{"isRight":false,"describe":"Update the custom field’s Field Level Security in setup to allow the agent read-only access to the field."}]},{"describe":"An app Builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another App Builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco. What will happen the next time a sales person saves an Account with a Billing City of San Francisco?","answerOptions":[{"isRight":true,"describe":"The record will save and the Industry field will change to Technology."},{"isRight":false,"describe":"The record will not save and the validation rule’s error message will be displayed."},{"isRight":false,"describe":"The record will not save and no error message will be displayed."},{"isRight":false,"describe":"The record will save but the Industry field will not change to Technology."}]},{"describe":"Universal Containers uses a custom object to track Site Visits. When the status of a Site Visit is changed from “In Progress” to “On Hold”, the business wants the Site visit owner to be automatically assigned to an “On Hold” queue. Which capability can be used to accomplish this?","answerOptions":[{"isRight":true,"describe":"Apex Trigger"},{"isRight":false,"describe":"Action"},{"isRight":false,"describe":"Assignment Rule"},{"isRight":false,"describe":"Visual Workflow"}]},{"describe":"When should Unmanaged packages be created? Choose 2 answers","answerOptions":[{"isRight":true,"describe":"Deploying from a Developer Edition environment."},{"isRight":false,"describe":"Publishing an application for sale on the AppExchange."},{"isRight":false,"describe":"Migrating of components from sandbox to production."},{"isRight":true,"describe":"Distributing open-source projects on AppExchange."}]}],"title":"New Salesforce AppBuilder Certification – Questions set2"}