EMT Practice Test
1. Question Content...
Question4: What are the two types of logs?
Question5: What is the maximum size of a SOAP request or response?
Question6: What language is Apex similar to?
Question10: What is the default return type of a sosl statement?
Question15: What name identifies datatypes such as Integer, Boolean, String and Enum in Salesforce?
Question18: What statements are used to retrieve records from an sObject in the Force.com database?
Question19: What components of apex are available to improve the processing of data in Salesforce?
Question20: What are all the datatypes that Salesforce supports?
Question21: What is the this keyword used to represent?
Question25: How should one prevent soql injection when using dynamic soql?
Question28: What email addresses can emails be sent to out of Salesforce?
Question29: Can apex code be created directly in the production environment?
Question30: Which fields are returned by sosl by default?
Question33: What are the three ways to run unit tests?
Question37: What can the Force.com IDE be used to create?
Question38: List the HTTP classes available in Salesforce?
Question39: What does each email service have for which users can send messages?
Question41: What are the four ways to deploy Apex code?
Question43: What are all the datatypes that Salesforce supports?
Question44: How can the default profile under which Webservices execute be changed?
Question49: What statements are used to retrieve records from an sObject in the Force.com database?
Question50: Under what profile do Webservice methods execute by default?
Question51: Which keywords do developers use to handle exceptions in Apex?
Question52: What components must be deployed manually to the production environment?
Question53: What does Apex provide to support programmatic control of the workflow?
Question57: What types of sharing are available to developers to share records?
Question60: What two methods of customization are available to create applications in salesforce?
Question61: What are the types of exception classes developers can choose between in Apex?
Question67: What are access modifiers used to implement?
Question69: What interface does the Apex email handler implement to setup and inbound email service?
Question72: What two methods of customization are available to create applications in salesforce?
Question75: What keyword is used to create custom Web Services from an apex method?
Question78: Apex code can be initiated in what ways? (Select all that apply)
Question79: What two forms of dml operations can be used in apex?
Question81: In what code is the webservice keyword not allowed to be used?
Question82: What datatype is used for standard or custom objects that store record data?
Question85: How does the Email service process inbound emails?
Question88: The method used to create an object out of a class definition is called a:
Question93: How are static methods and attributes access?
Question95: What is the this keyword used to represent?
Question96: What are two ways to invoke a custom web service?
Question97: A graphic image, rendered with the HTML <img> tag.
Question98: What types of sharing are available to developers to share records?
Question99: Which trigger context variable cannot be deleted?
Question103: What are two key tools to debug code in Salesforce?
Question107: What two ways can classes be created in salesforce?
Question108: What two ways are available to customize and create applications in salesforce?
Question111: What is the size of the batches in which triggers execute?
Question113: A Flash movie, rendered with the HTML object and embed tags.
Question115: How do you call Web Services from external sources?
Question117: What does Apex use to record disruptions in code execution?
Question118: What is the maximum size of a SOAP request or response regulated by?
Question124: What trigger method is used to help prevent completion of a DML event?
Question125: What does Apex use to record disruptions in code execution?
Question130: What trigger method is used to correlate IDI-to-sObject maps?
Question138: What are some RESTful service callout HTTP verbs?
Question141: What code is the webservice keyword not allowed to be used?
Question143: What are the five types of Apex procedural loops?
Question144: How are programmatic cusomizations done in Salesforce?
Question145: Which trigger context variable cannot be deleted?
Question147: How should one prevent soql injection when using dynamic soql?
Question151: Which of the following are collection data types?
String
Map
List
Date
Set
Number
Question153: What are the stages of an application development process?