<< Prev Question Next Question >>

Question 40/127

How can a developer refer to, or instantiate a PageReference in Apex? Choose 2 answers

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (127q)
Question 1: When the number of record in a recordset isunknown, which co...
Question 2: Which statement is true about developingin a multi-tenant en...
3 commentQuestion 3: Which query should a developer use to obtain the Id and Name...
Question 4: In a single record, a user selects multiple values from a mu...
Question 5: Which action can a developer perform in a before update trig...
2 commentQuestion 6: Which feature allows a developer to create test records for ...
Question 7: A developer needs to provide a Visualforce page that lets us...
Question 8: What is the proper process for an Apex Unit Test...
Question 9: Whichtool can deploy destructive changes to apex classes in ...
Question 10: On which object can an administrator create a roll-up summar...
Question 11: Opportunity opp=[SELECT Id,StageName FROM Opportunity LIMIT ...
Question 12: A developer needs to create a custom visualforce button for ...
Question 13: What is the data type returned by the following SOSL search?...
Question 14: Which type of controller should a developer use to include a...
Question 15: A developer creates a custom controller and a custom Visualf...
Question 16: A Platform Developer needs to write an Apex method that will...
Question 17: Which approach should a developer take to automatically add ...
Question 18: Which is a valid Apex assignment?...
Question 19: Which set of roll-up types are available when creating a rol...
3 commentQuestion 20: A platform developer at Universal Containers needs to create...
Question 21: Which two platform features align to the Controller portion ...
3 commentQuestion 22: A company has a custom object named Region. Each account ins...
Question 23: What is a capability of the Developer Console?...
Question 24: A developer creates an Apex class that includes private meth...
Question 25: A developer is asked to write negative tests as part of the ...
Question 26: What is a characteristic of the Lightning Component Framewor...
Question 27: What are three characteristics of static methods? (Choose th...
Question 28: A Visual force page displays two fields named Phone Number a...
Question 29: A developer executes the following code in the Developer Con...
Question 30: The Review_c object have a lookup relationship to the job_Ap...
Question 31: What are the eight officially supported languages on Heroku ...
Question 32: A developer needs to import customer subscription records in...
Question 33: Which statement is true about a hierarchical relationship as...
Question 34: In which two org types can a developer create new Apex Class...
Question 35: What is the accurate statement about with sharing keyword? c...
Question 36: A developer uses a Test Setup method to create an Account na...
1 commentQuestion 37: A developer needs tocreate an audit trail for records that a...
Question 38: A developer needs to provide a way to mass edit, update, and...
Question 39: A developer creates an Apex Trigger with the following code ...
Question 40: How can a developer refer to, or instantiate a PageReference...
Question 41: In the Lightning Component framework, where is client-side c...
Question 42: An org has a single account named 'NoContacts' that has no r...
Question 43: How should the developer overcome this problem? While writin...
Question 44: A developer in a Salesforce org with 100 Accountsexecutes th...
Question 45: A developer is creating a Visualforce page that allows users...
Question 46: Potential home buyers working with a real estate company can...
Question 47: What is a capability of a StandardSetController?Choose 2 ans...
Question 48: Which SOQL query successfully returns the Accounts grouped b...
Question 49: What is considered the primary purpose for creating Apex tes...
Question 50: A developer writes the following code: (Exhibit) What is the...
2 commentQuestion 51: A developer wants to display all of the picklist entries for...
Question 52: How should a developer make sure that a child record on a cu...
1 commentQuestion 53: Which collection type provides unique key/value pairings of ...
Question 54: To which primitive data type is a text area(rich) field auto...
1 commentQuestion 55: A developer executes the following query in Apex to retrieve...
Question 56: A developer wants tostore a description of a product that ca...
Question 57: Which approach should be used to provide test data for a tes...
Question 58: What is a capability of the Force.com IDE? Choose 2 answers...
Question 59: Which option should a developer use to create 500 Accounts a...
Question 60: Which action can a developer take to reduce the execution ti...
Question 61: A developer needs to display all of the available fields for...
Question 62: What is a correct patternto follow when programming in Apex ...
Question 63: A developer needs to know if all tests currently pass in a S...
Question 64: Which code segment can be used to control when the dowork() ...
Question 65: A reviewer is required to enter a reason in the comments fie...
Question 66: Which is a valid apex assignment?...
Question 67: Which three options can be accomplished with formula fields?...
1 commentQuestion 68: A developer runsthe following anonymous code block in a Sale...
Question 69: A custom exception "RecordNotFoundException" is defined by t...
Question 70: What are two benefits of theLightning Component framework? (...
Question 71: How would a developer change the field type of a custom fiel...
Question 72: The Sales Management team hires a new intern. The intern is ...
Question 73: Which Apex collection is used to ensure that all values are ...
Question 74: A developer is asked to set a picklist field to 'Monitor' on...
2 commentQuestion 75: Using the Schema Builder, a developer tries to change the AP...
Question 76: A developer created a Lightning component to display a short...
Question 77: How are debug levels adjusted In the Developer Console?...
Question 78: Which two number expression evaluate correctly? Choose 2 ans...
Question 79: How can a developer set up a debug log on a specific user?...
Question 80: A developer creates a Workflow Rule declaratively that updat...
Question 81: A developer needs to test an Invoicing system integration. A...
1 commentQuestion 82: Which statement about the Lookup Relationship between a Cust...
Question 83: A developer needs to avoid potential system problems that ca...
1 commentQuestion 84: A company wants to create an employee rating program that al...
Question 85: Which actions can adeveloper perform using the Schema Builde...
Question 86: When would a developer use a custom controller instead of a ...
Question 87: Which governor limit applies to all the code in an apex tran...
Question 88: Which user can edit a record after it has been locked for ap...
Question 89: An org has different Apex Classes that provide Account-relat...
3 commentQuestion 90: Given the code below, which three statements can be used to ...
1 commentQuestion 91: What is the requirement for a class to be used as a custom V...
Question 92: What are two considerations for deciding to use a roll-up su...
Question 93: When are code coverage calculations updated?...
Question 94: A developer has javascript code that needs to be called by c...
Question 95: Universal Containers wants Opportunities to be locked from e...
Question 96: An apex trigger fails because it exceeds governor limits. Wh...
Question 97: Which two condition cause workflow rules to fire? Choose 2 a...
Question 98: What is an important consideration when developing in a mult...
Question 99: What is the result of the debug statements in testMethod3 wh...
Question 100: Universal Containers requires Service Representatives to upd...
Question 101: A developer wrote a unit test to confirm that a custom excep...
Question 102: A developer writes a before insert trigger.How can the devel...
Question 103: For which example task should a developer use a trigger rath...
2 commentQuestion 104: Adeveloper needs to join data received from an integration w...
Question 105: Developer needs to automatically populate the Reports To fie...
Question 106: What is accurate statement about with sharing keyword? Choos...
Question 107: When an Account's custom picklist field called Customer Sent...
Question 108: Which two statements can a developer use to throw a custom e...
2 commentQuestion 109: Which two sosl searches will return records matching search ...
Question 110: When a task is created for a contact, how cana developer pre...
Question 111: A company would like to send an offer letter to a candidate,...
Question 112: What should a developer use to implement an automatic Approv...
Question 113: A candidate may apply to multiple jobs at the company Univer...
Question 114: How can a developer warn users of SOQL governor limit violat...
1 commentQuestion 115: A developer has the following code block: public class Payme...
Question 116: A developer uses a test setup method to create an account na...
Question 117: When the value of a field of an account record is updated, w...
Question 118: Account acct = {SELECT Id from Account limit 1}; Given the c...
Question 119: In Lightning component framework, which resource can be used...
Question 120: A developer is creating a test coverage for a class and need...
Question 121: What is the advantage of Salesforce Lightning?...
3 commentQuestion 122: What are two correct examples of the model in the salesforce...
Question 123: Why would a developer consider using a custom controller ove...
Question 124: Why would a developer use Test. startTest( ) and Test.stopTe...
Question 125: What are two testing consideration when deploying code from ...
Question 126: The sales management team requires that the lead source fiel...
Question 127: What is a capability of the &lt;ltng:require&gt; tag that is...