Free DEX-450 Exam Braindumps (page: 13)

Page 12 of 115

Which three options allow a developer to use custom styling in a Visualforce page? (Choose three.)

  1. <apex:stylesheet> tag
  2. Inline CSS
  3. <apex:style>tag
  4. <apex:stylesheets>tag
  5. A static resource

Answer(s): A,B,E



A developer executes the following query in Apex to retrieve a list of contacts for each account:
List<account> accounts = [Select ID, Name, (Select ID, Name from Contacts) from Account] ; Which two exceptions may occur when it executes? (Choose two.)

  1. CPU limit exception due to the complexity of the query.
  2. SOQL query row limit exception due to the number of contacts.
  3. SOQL query limit exception due to the number of contacts.
  4. SOQL query row limit exception due to the number of accounts.

Answer(s): C,D



Which three tools can deploy metadata to production? (Choose three.)

  1. Change Set from Developer Org
  2. Force.com IDE
  3. Data Loader
  4. Change Set from Sandbox
  5. Metadata API

Answer(s): A,D,E



A developer needs to display all of the available fields for an object. In which two ways can the developer retrieve the available fields if the variable myObject represents the name of the object? (Choose two.)

  1. Use myObject.sObjectType.getDescribe().fieldSet() to return a set of fields.
  2. Use mySObject.myObject.fields.getMap() to return a map of fields.
  3. Use Schema.describeSObjects(new String[]{myObject})[0].fields.getMap() to return a map of fields.
  4. Use getGlobalDescribe().get(myObject).getDescribe().fields.getMap() to return a map of fields.

Answer(s): B,C






Post your Comments and Discuss Salesforce DEX-450 exam with other Community members:

DEX-450 Discussions & Posts