EMT Practice Test
1. Question Content...
Question3: How can a developer warn users of SOQL governor limit violations in a trigger?
Question4: Which two platform features allow for the use of unsupported languages? Choose 2 answers
Question6: To which data type in Apex a currency field automatically assigned?
Question8: What is true for a partial sandbox that is not true for a full sandbox? Choose 2 answers:
Question10: To which primitive data type in Apex is a currency field atomically assigned?
Question16: What declarative method helps ensure quality data? Choose 3 answers
Question17: In the code below, what type does Boolean inherit from?
Boolean b= true;
Question22: What is the proper process for an Apex Unit Test
Question23: What is a capability of the Developer Console?
Question25: What is a benefit of the Lightning Component framework?Choose 3 answers
Question26: Where can debug log filter settings be set?Choose 2 answers
Question30: Which approach should be used to provide test data for a test class?
Question31: Which two number expression evaluate correctly? Choose 2 answers
Question35: When is an Apex Trigger required instead of a Process Builder Process?
Question37: Which two ways can a developer instantiate a PageReference in Apex? Choose 2 answers
Question42: In which order does SalesForce execute events upon saving a record?
Question43: Which user can edit a record after it has been locked for approval? (Choose 2)
Question44: Which SOQL query successfully returns the Accounts grouped by name?
Question45: What is a valid statement about Apex classes and interfaces? Choose 2 answers:
Question46: What is the minimum log level needed to see user-generated debug statements?
Question47: Which data structure is returned to a developer when performing a SOSL search?
Question48: Which collection type provides unique key/value pairings of data?
Question50: A developer writes the following code:
What is the result of the debug statement?
Question52: In which two org types can a developer create new Apex Classes? Choose 2 answers
Question55: What is a benefit of using an after insert trigger over using a before insert trigger?
Question58: Which three data types can be returned from an SOQL statement?
Question60: Managed Packages can be created in which type of org?
Question63: Which statement should a developer avoid using inside procedural loops? (Choose 2)
Question66: What is an important consideration when developing in a multi-tenant environment?
Question68: What is a capability of the Force.com IDE? Choose 2 answers
Question70: What are three ways for a developer to execute tests in an org? Choose 3.
Question71: What is the accurate statement about with sharing keyword? choose 2 answers
Question72: For which three items can a trace flag be configured? (Choose three.)
Question74: What is a capability of a StandardSetController?Choose 2 answers
Question75: In the Lightning Component framework, where is client-side controller logic contained?
Question79: Which scenario is invalid for execution by unit tests?
Question81: What is accurate statement about with sharing keyword? Choose 2 answers
Question84: Which two number expressions evaluate correctly? (Choose two.)
Question87: Which resource can be included in a Lightning Component bundle? Choose 2 answers
Question89: What can used to delete components from production?
Question94: What is a capability of cross-object formula fields? Choose 3 answers
Question95: Which component is available to deploy using Metadata API? Choose 2 answers
Question96: How can a custom type be identified as unique when added to a Set?
Question97: How can a developer refer to, or instantiate a PageReference in Apex? Choose 2 answers
Question104: In the code below, which type does String inherit from? String s = 'Hello World';
Question108: Which set of roll-up types are available when creating a roll-up summary field?
Question111: Which code segment can be used to control when the dowork() method is called?
Question112: Which statement is true about developing in a multi-tenant environment?
Question115: What is an accurate constructor for a custom controller named "MyController"?
Question124: What is the advantage of Salesforce Lightning?
Question127: What is an accurate statement about variable scope? (Choose 3)