Topic 2 : Exam Pool B
Where can debug log filter settings be set?Choose 2 answers
A.
The Filters link by the monitored user's name within the web UI.
B.
The Show More link on the debug log's record.
C.
On the monitored user's name.
D.
The Log Filters tab on a class or trigger detail page.
The Filters link by the monitored user's name within the web UI.
The Log Filters tab on a class or trigger detail page.
A developer executes the following code in the Developer Console:
List<Account> fList = new List <Account> ();For(integer i= 1; I <= 200; i++){fList.add(new Account ( Name
= ‘Universal Account ‘ + i));}Insert fList;List <Account> sList = new List<Account>();For (integer I = 201; I
20000; i ++){sList.add(new Account (Name = ‘Universal Account ‘ + i));}Insert sList;How many accounts are
created in the Salesforce organization ?
A.
20000
B.
0
C.
200
D.
1000
0
The initial value for a number field on a record is 1. A user updated the value of the number field to 10. This
action invokes a workflow field update, which changes the value of the number field to 11. After the workflow
field update, an update trigger fires.What is the value of the number field of the object that is obtained from
Trigger.old?
A.
Null
B.
11
C.
1
D.
10
1
When creating a record with a Quick Action, what is the easiest way to post a feed item?
A.
By selecting create feed item on the quick action.
B.
By adding a trigger on the new record.
C.
By adding a workflow rule on the new record.
D.
By selecting create case feed on the new record.
By selecting create feed item on the quick action.
A developer needs to create a Visualforce page that will override the standard Account edit button. The page
will be used to validate the account's address using a SOQL query. The page will also allow the user to make
edits to the address. Where would the developer write the Account address verification logic?
A.
In a Standard Extension.
B.
In a Standard Controller.
C.
In a Custom Controller.
D.
In a Controller Extension
In a Controller Extension
What are the supported content sources for custom buttons and links? (Choose 2 Answers)
A.
VisualForce Page.
B.
Static Resource.
C.
URL.
D.
Chatter File.
E.
Lightning Page.
VisualForce Page.
URL.
A developer needs to write a method that searches for a phone number that could be on multiple object types. Which method should the developer use to accomplish this task?
A.
SOQL Query that includes ALL ROWS
B.
SOQL query on each object
C.
SOSL Query that includes ALL ROWS
D.
SOSL query on each object
SOSL Query that includes ALL ROWS
What can a Lightning Component contain in its resource bundle? Choose 2 answer
A.
Custom client side rendering behavior.
B.
Build scripts for minification
C.
Properties files with global settings
D.
CSS styles scoped to the component
Custom client side rendering behavior.
CSS styles scoped to the component
What is the minimum log level needed to see user-generated debug statements?
A.
DEBUG
B.
FINE
C.
INFO
D.
WARN
DEBUG
What is a benefit of the lightning component framework?
A.
Better integration with Force.com sites
B.
Better performance for custom Salesforce1 Mobile Apps
C.
More Centralized control via server-side logic
D.
More pre-built components to replicate the salesforce look and feel
More pre-built components to replicate the salesforce look and feel
Before putting an app into production, which step should be taken?
A.
Run the production check feature via the web interface
B.
Switch to a production database
C.
Insure that you have installed a performance introspection add-on
D.
Scale your dynos
Run the production check feature via the web interface
What is a capability of formula fields? (Choose 3)
A.
Generate a link using the HYPERLINK function to a specific record in a legacy system.
B.
Display the previous values for a field using the PRIORVALUE function.
C.
Return and display a field value from another object using the VLOOKUP function.
D.
Determine if a datetime field has passed using the NOW function.
E.
Determine which of three different images to display using the IF function.
Generate a link using the HYPERLINK function to a specific record in a legacy system.
Determine if a datetime field has passed using the NOW function.
Determine which of three different images to display using the IF function.
Page 13 out of 33 Pages |
Previous |