Certification Exam

This is a list of the questions presented on the Salesforce Developer 401 certification exam.

21 cards   |   Total Attempts: 183
  

Cards In This Set

Front Back
A developer would like to modify the contents of the details for a custom object called position. How can he accomplish this?
Position Record Types. This is the only feature that can change all of the content visible for an object.
UC Tracks offers as an object in a recruiting application. Once an offer has been accepted by a candidate, there must be a value in the actual salary field. How would this be done?
Create a validation rule to make sure that the actual salary is not null when an offer is accepted.
When loading account, contact, and user data, what represents the recommended order to load the data?
User Data, Accounts, Contacts - Opportunities would be last.
Users X & Y need to see the same candidate records. User Y should not be able to view & report on the email address field...What would the developer do to solve this?
You need field level security for both, but allow for X and disallow for Y.
All users of a recruiting app should be able to edit a position except for user X. User X should be able to see but not edit all posts. How can a developer meet this requirement?
Public Read Only - grant edit access through sharing for all but user X.
In a master-detail relationship, what happens to the child records when the parent is deleted?
Child record is deleted.
When performing or updating with Data Loader, the comma delimited file must contain a column with what values?
Force.com Record ID's and Value of Record
Three-Tier Model (UI, Business Logic, Data). Which is associated with data layer? Pick three.
Objects, Relationships, Fields
In a bug tracking application, UC has created a time-based workflow action that will execute 30 days after a bug record is created. A developer would like to test to ensure that it is working. Choose two ways he can do this.
Time-based workflow queue, debug log
What must a developer consider when inserting an API-based tool (choose two)?
Validation rules are respected. Universally required field settings are respected.
Two master-detail relationships need to be created on Object X. The 1st master-detail relationship created is the primary relationship. What is an effect of the primary relationship on Object X?
Primary cannot be deleted
Who can change the owner of a record? Select two.
Current owner. Users above the current owner. OWN OWN OWN OWN
A developer need to perform an automated extract of data from SFDC migration at 2 AM. How would this be done?
Use the command line interface of a data loader
What is the valid data type for a custom force.com field (choose four)?
Email, Currency, Percentage, Date NOT RADIO BUTTON
Which property of a field can be edited on a page layout (choose two)?
Required, read only