Free DEV-450 Exam Braindumps (page: 3)

Page 2 of 95

Which SOQL query successfully returns the Accounts grouped by name?

  1. SELECT Type, Max(CreatedDate) FROM Account GROUP BY Name
  2. SELECT Name, Max(CreatedDate) FROM Account GROUP BY Name
  3. SELECT Id, Type, Max(CreatedDate) FROM Account GROUP BY Name
  4. SELECT Type, Name, Max(CreatedDate) FROM Account GROUP BY Name LIMIT 5

Answer(s): B



For which three items can a trace flag be configured? (Choose three.)

  1. Apex Trigger
  2. Apex Class
  3. Process Builder
  4. User
  5. Visualforce

Answer(s): A,B,D



What are two uses for External IDs? (Choose two.)

  1. To create relationships between records imported from an external system.
  2. To create a record in a development environment with the same Salesforce ID as in another environment
  3. To identify the sObject type in Salesforce
  4. To prevent an import from creating duplicate records using Upsert

Answer(s): A,D



Which three declarative fields are correctly mapped to variable types in Apex? (Choose three.)

  1. Number maps to Decimal.
  2. Number maps to Integer.
  3. TextArea maps to List of type String.
  4. Date/Time maps to Dateline.
  5. Checkbox maps to Boolean.

Answer(s): A,D,E






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

DEV-450 Discussions & Posts