Certified Force.com Advanced Developer v6.0 (DEV-501)

Page:    1 / 16   
Total 242 questions

What trigger method is used to correlate IDI-to-sObject maps? (No Answer)

  • A. Trigger.newMap, Trigger.oldMap
  • B. Internal and external
  • C. Trigger.new
  • D. Queues, time triggers


Answer : A

Which form of dml operation allows execution to occur with subsequent records even if an error occurs with a single record? (No Answer)

  • A. Database class method
  • B. Public class MyNewClass
  • C. Standalone, database class methods
  • D. Apex classes


Answer : A

Which type of for loops are defined with the following syntax?
FOR(initstmt; exit_condition; increment stmt){
codeblock
-> Traditional for loops
-> List iteration for loops
-> Set iteration for loops
-> SOQLforloops(No Answer)

  • A. Static and final
  • B. A governor limit
  • C. Traditional for loops
  • D. SOQL for loops


Answer : C

What language is Apex similar to? (No Answer)

  • A. Catch
  • B. 1
  • C. TRUE
  • D. Java


Answer : D

What does Apex provide to support programmatic control of the workflow? (No Answer)

  • A. Map, List, Set
  • B. Apex classes
  • C. Through class itself
  • D. Apex process classes


Answer : D

What are all the datatypes that Salesforce supports? (No Answer)

  • A. Primitive, sObject, Collections, Null
  • B. SOAP Web Service Callouts
  • C. List of List Objects
  • D. GET, POST, PUT, DELETE


Answer : A

How should one prevent soql injection when using dynamic soql? (No Answer)

  • A. XMLStreanWriter, XMLStreamReader
  • B. Messaging.InboundEmailHandler
  • C. with sharing keyword
  • D. Utilize the String.escapeSingleQuotes(string) method


Answer : D

How does the Email service process inbound emails? (No Answer)

  • A. Apex classes
  • B. Exceptions
  • C. FALSE
  • D. catch


Answer : A

What two ways are available to customize and create applications in salesforce? (No
Answer)

  • A. declaratively, programmatically
  • B. Encapsulation principles
  • C. static and final
  • D. plural name plus__r


Answer : A

What annotation can be used with Web Services to allow unrestricted queries when no
DML operations are necessary? (No Answer)

  • A. @ReadOnly
  • B. For loops
  • C. RETURNING
  • D. TRUE


Answer : A

What email addresses can emails be sent to out of Salesforce? (No Answer)

  • A. Schema Explorer
  • B. Plural name plus__r
  • C. Static and final
  • D. Internal and external


Answer : D

What is a class? (No Answer)

  • A. Apex, Visualforce, and APIs
  • B. Database class method
  • C. A template from which objects are created
  • D. Ajax toolkit, client program


Answer : C

Which of the following statements are true about components of dynamic Apex?
-> Schema describe is a way to program matically learn about the metadata of your data model within Apex.
-> Dynamic SOQL refers to the creation of a SOQL string before runtime within an
Apex script,
-> In dynamic SQQL, you use Sring.escapeSinqIeQuoLes (sLrng)to prevent SQQL injection.
-> You can use dynamic SOSL to create a tree structure of all the objects and fields in your schema browser.

  • A. In, like, and, or, not, group by, order by, all rows, limit
  • B. Schema describe is a way to program magically learn about the metadata of your data model within Apex.
  • C. Web service methods must be static, webservice methods cannot be overloaded
  • D. Create complex functionality declarative features cannot provide.


Answer : B

What can the Force.com IDE be used to create? (No Answer)

  • A. Apex code, Visualforce pages, and controllers
  • B. Standalone, database class methods
  • C. Record level access
  • D. Apex, Visualforce, and APIs


Answer : A

What are the types of exception classes developers can choose between in Apex? (No
Answer)

  • A. System-defined, user-defined
  • B. Schema Explorer
  • C. Webservice
  • D. static and final


Answer : A

Page:    1 / 16   
Total 242 questions