• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/60

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

60 Cards in this Set

  • Front
  • Back

1. How does a developer enable users to access tags in the sidebar?


Choose 3 answers



A. by enabling tags on users' profiles


B. by adding tags to the sidebar in the home page layout


C. by enabling tags for the organization


D. by enabling tags on the page layout for an object


E. by enabling tags for public groups

B. by adding tags to the sidebar in the home page layout


C. by enabling tags for the organization


D. by enabling tags on the page layout for an object

2. A Business requirement can be met by using either a formula field or an Apex trigger.


Why would a developer use a formula field instead of an Apex trigger?


Choose 2 answers



A. Formula fields allow greater control and flexibility than Apex triggers


B. Formula fields can aggregate data from child records.


C. Formula fields do not require test methods to deploy.


D. Formula fields can be created and deployed using only a browser.

C. Formula fields do not require test methods to deploy.


D. Formula fields can be created and deployed using only a browser.

3. Which statement is TRUE about the custom object import wizard?



A. It can prevent the import of duplicate records.


B. It can perform matching based on record ID only.


C. It can provide success and error files in .csv format.


D. It can import, upsert, update, delete, and export data.

A. It can prevent the import of duplicate records.

4. What is a junction object?



A. a custom object with two master-detail relationships


B. a standard object with two master-detail relationships


C. a standard object with a master-detail relationship


D. a custom object with a master-detail relationship

A. a custom object with two master-detail relationships

5. In a master-detail relationship, what happens to the child records if the parent record is deleted?



A. Parent record deletion fails.


B. A subset of the child records is deleted.


C. Child records are not deleted.


D. Child records are deleted.

D. Child records are deleted.

6. In a recruiting application, a custom object called Position requires approval. When a position


record is submitted for approval, the requirements below must be met;


• The hiring manager must approve the record


• The approval must be forwarded to all members of the executive team, but only one executive


needs to approve the record


• The VP of human resources must approve the record


How would a developer meet this requirement?



A. Create multiple approval processes, one for each executive team member, and utilize


parallel submission.


B. Create parallel workflow rules, requiring at least one executive team member to complete


their assigned task.


C. Create an approval process which utilizes parallel approvers, but does not require unanimous


approval.


D. Create an approval process with a step for each executive team member, allowing approval


steps to be skipped.

C. Create an approval process which utilizes parallel approvers, but does not require unanimous


approval.

7. Which is a valid data type for a custom formula field?


Choose 3 answers



A. email


B. date


C. checkbox


D. percent


E. currency

C. checkbox


D. percent


E. currency

8. When loading Account, Contact, and User data, what represents the recommended order to load


the data?



A. load Users, then Accounts, then Contacts


B. load Accounts, then Contacts, then Users


C. The order does not matter.


D. load Contacts, then Accounts, then Users

A. load Users, then Accounts, then Contacts

9. A developer wants to build an application on the Force.com platform. The data model, the users


needing access to the application, and the application business logic have been considered. The


report and dashboard requirements have not been considered.


Which statement is TRUE about building the application?



A. The developer will not be able to load application data.


B. The dashboard will not be visible to management users.


C. The data model may not support the required reports.


D. The data model may not support the required business logic.

C. The data model may not support the required reports.

10. What is NOT a component of a custom Force.com application?



A. default landing tab


B. custom tab


C. custom object


D. data warehouse

D. data warehouse

11. In a custom order management application, Universal Containers requires that the Product Name


and Product Code are consistent according to a custom object set up with valid Product Name and


Product Code combinations. When a user enters an order, the system should check to ensure that


the Product Name and Product Code entered are valid.


Which feature would a developer use to accomplish this?



A. a formula field with the IF function


B. a validation rule with the REGEX function


C. a formula field with the VALIDATE function


D. a validation rule with the VLOOKUP function

D. a validation rule with the VLOOKUP function

12. Which action is available to a developer when two objects are connected by a lookup


relationship?


Choose 2 answers



A. create a cross-object formula field on the parent object to reference fields on the child object


B. create a custom report type that allows customization of fields displayed from both parent


and child objects


C. create a roll-up summary field on the parent object to count child records


D. create a cross-object formula field on the child object to reference fields on the parent object

B. create a custom report type that allows customization of fields displayed from both parent


D. create a cross-object formula field on the child object to reference fields on the parent object

13. Which property of a field can be edited within the page layout editor?


Choose 2 answers



A. Field Dependency


B. Always Displayed


C. Read-only


D. Controller


E. Required

C. Read-only


E. Required

14. Which feature i available for custom objects?


Choose 3 answers



A. Assignment rules


B. Criteria-based sharing


C. Queues


D. Field history tracking

B. Criteria-based sharing


C. Queues


D. Field history tracking

15. Given a three tier model (UI layer, business logic layer, data layer), which feature of the


Force.com platform is associated with the data layer?


Choose 3 answers



A. custom applications


B. custom fields


C. custom relationships


D. custom objects


E. custom tabs

B. custom fields


C. custom relationships


D. custom objects

16. What can be viewed using the process visualizer?



A. Approval processes


B. Support processes


C. Workflow rules


D. Sales processes

A. Approval processes

17. Universal Containers requires that some employees are able to view and edit records of a custom


object called Positions, but no users can delete them.


How can Universal Containers accomplish this goal?



A. remove the Delete permission for positions from all profiles


B. assign the Read-only profile to all users


C. remove the Delete Access for positions from all user roles


D. set the organization wide default for positions to Read-only

A. remove the Delete permission for positions from all profiles

18. Which field is available as part of the translation workbench for a validation rule?



A. Rule Criteria


B. Error Message


C. Formula


D. Description

B. Error Message

19. Why might an analytic snapshot fail during a scheduled run?


Choose 3 answers



A. The source report was not created by an Administrator.


B. The source report has been resaved as a matrix report.


C. The running user has been made inactive.


D. The target object is a custom object.


E. The target object contains a Apex trigger.

B. The source report has been resaved as a matrix report.


C. The running user has been made inactive.



E. The target object contains a Apex trigger.

20. Universal Containers tracks Positions as a custom object in a recruiting application. When


position records are created, they have a status of New and are visible to only the position owner.


Once a position goes through an approval process the status is changed to Approved. Approved


positions should be visible to the entire organization.


How can a developer meet this requirement?


Choose 2 answers



A. Create a criteria-based sharing rule that states that Approved positions are shared with the


entire organization.


B. Create a workflow field update that updates a custom field called Sharing on a position once


the status is Approved.


C. Create an Apex trigger that automatically updates sharing on a position once the status is


Approved.


D. Create a formula field that updates the sharing on a position once the status changes to


Approved.

A. Create a criteria-based sharing rule that states that Approved positions are shared with the


entire organization.



C. Create an Apex trigger that automatically updates sharing on a position once the status is


Approved.

21. In a recruiting application, a Position object is related to a Salary custom object. Sensitive


information, such as current salary, is stored on the Salary object. All users should be able to at least


view position information. However, only select individuals should be able to read salary records.


How should a developer accomplish this?



A. create a lookup relationship between Position and Salary; set organization-wide defaults to


Private for Position and Salary


B. create a master-detail relationship between Position and Salary; set organization-wide


defaults to Private for Position and Salary


C. create a master-detail relationship between Position and Salary; set organization-wide


defaults to Read-Only for Position and Private for Salary


D. create a lookup relationship between Position and Salary; set organization-wide defaults to


Public Read-Only for Positions and Private for Salary

D. create a lookup relationship between Position and Salary; set organization-wide defaults to


Public Read-Only for Positions and Private for Salary

22. UC has built a recruiting application on the Force.com platform. In the application, recruiting


managers need to see how the number and status of the candidates in the pipeline changes month


over month.


Which feature enables this kind of analysis?



A. dashboards


B. custom report types


C. analytic snapshots


D. custom summary formulas

C. analytic snapshots

23. If a change is made to an approval process, how can a developer determine the user that made


the change?


Choose 2 answers



A. by checking the field history on the associated record


B. by examining the Debug Log


C. by looking at "Modified By" on the approval definition


D. by examining the setup audit trail

C. by looking at "Modified By" on the approval definition


D. by examining the setup audit trail

24. Object X has a lookup field to Object Y. X needs to display a text value from a Text field on Y.


To ensure data integrity, how would a developer implement this?



A. Create a roll-up summary field on Object X that retrieves the value from Y.


B. Create a text field on Object X and use Apex to populate the value.


C. Create a cross-object formula field on Object X that retrieves the value from Y.


D. Create a text field on Object X and use a workflow rule to fill in the value upon the creation


of X.

C. Create a cross-object formula field on Object X that retrieves the value from Y.

25. Master-detail relationships can be used to model many-to-many relationships between two


objects.


Which statement is TRUE about many-to-many relationships?


Choose 3 answers



A. Each use a junction object to connect the two objects that need to relate to each other.


B. Each master object record displays a related list of the associated junction object records.


C. Each primary and secondary object has a standard report but custom report types are not


available


D. Each record of one object is linked to multiple records from another object and vice versa.

A. Each use a junction object to connect the two objects that need to relate to each other.


B. Each master object record displays a related list of the associated junction object records.



D. Each record of one object is linked to multiple records from another object and vice versa.

26. In a recruiting application, all users should be able to see positions with a status of Open. If the


status is anything other than Open, the position should be visible only to the record owner.


How would a developer accomplish this?


Choose 2 answers



A. Set the organization-wide default for positions to public read-only, then use a sharing rule to


restrict access to closed positions.


B. Set the organization-wide default for positions to private, then use a criteria-based sharing


rule to automatically share open positions.


C. Set the organization-wide default for positions to private, allowing owners to use manual


sharing to add or remove access as positions change status.


D. Specify view only access for open positions on users' profiles.

B. Set the organization-wide default for positions to private, then use a criteria-based sharing


rule to automatically share open positions.


C. Set the organization-wide default for positions to private, allowing owners to use manual


sharing to add or remove access as positions change status.

27. UC has built a recruiting application with two custom objects, Job Applications and Reviews, that


have a master-detail relationship. Users should NOT be allowed to delete review records after job


application records have been approved.


How would a developer meet this requirement?



A. use a validation rule in conjunction with a roll-up summary field


B. use a workflow to change the page layout to Read-Only


C. remove the Delete button from the job application page layout


D. change the interviewer's profile to Read-only for the review object

C. remove the Delete button from the job application page layout

28. A developer needs to perform an automated extract of data from Salesforce nightly at 2:00 a.m.


How would a developer accomplish this?



A. use the Schedule Manager of the import wizard


B. use the command-line interface of the Data Loader


C. use the Data Export Service to perform a nightly extract


D. use the Export Scheduler of the Data Loader's GUI

B. use the command-line interface of the Data Loader

29. A developer needs to support multiple currencies for a custom object in an application. The


multi-currency feature has been enabled for the organization.


What does the developer need to know in order to successfully support this application?


Choose 2 answers



A. Currency ISO code will need to be supplied when inserting records in different currencies.


B. Roll-up summary fields on a parent record will calculate incorrectly if the child records have


multiple currencies.


C. Administrators can add additional currencies after the application has been built.


D. The multi-currency feature will automatically track historical exchange rates.

A. Currency ISO code will need to be supplied when inserting records in different currencies.



C. Administrators can add additional currencies after the application has been built.

30. 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 a currency field called Actual Salary.


How would a developer meet this requirement?



A. Create a validation rule to make Actual Salary required each time the offer record is saved.


B. Create a field dependency between the Salary Amount and status of Accepted.


C. Create a validation rule to make sure that the Actual Salary is not null whenever an offer is


accepted.


D. Create a workflow field update to set the property of the Actual Salary field to Required

C. Create a validation rule to make sure that the Actual Salary is not null whenever an offer is


accepted.

31. Which statement is true regarding Force.com Sites?


Choose 3 answers



A. Sites can leverage declarative page layouts as web pages.


B. Sites enables developers to build public, unauthenticated websites.


C. Sites built with Visualforce pages.


D. Sites leverage data and content in a Salesforce org.

B. Sites enables developers to build public, unauthenticated websites.


C. Sites built with Visualforce pages.


D. Sites leverage data and content in a Salesforce org.

32. Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object B. A


developer needs to run a report on A records with C records.


How can the developer accomplish this?



A. create a custom report type that includes A with B with C


B. create a summary report with a custom summary formula summarizing by A, then B, then C.


C. run a report using the standard report type: A with B with C


D. create a matrix report with A and B records as column headings and C records as row


headings.

A. create a custom report type that includes A with B with C

33. A developer would like to modify the contents of the hover details for a custom object called


Position.


What would a developer customize to accomplish this?



A. Position mini page layouts


B. Position search layouts


C. Position record types


D. Position field dependencies

A. Position mini page layouts

34. UC tracks Postions as a custom object in a recruiting application. All positions with a priority of


critical should NOT be open for more than two weeks. If a position remains open for more than 14


days, the priority should be re-examined.


How would a developer automate this process?



A. create a time-dependent workflow action that updates the position status to Closed 14 days


after record creation


B. create a time-dependent workflow action that sends an email to the recruiter if the position


is still open 14 days after record creation


C. create a validation rule that compares today's date and the record's creation date to


determine if the difference is greater than 14 days


D. create a workflow action to clone the position, assigned to the owner of the position record,


that is due 14 days after record creation

B. create a time-dependent workflow action that sends an email to the recruiter if the position


is still open 14 days after record creation

35. Which type of tab can a developer create?


Choose 3 answers



A. web tabs


B. Apex tabs


C. Visualforce tabs


D. custom object tabs


E. standard object tabs

A. web tabs



C. Visualforce tabs


D. custom object tabs

36. In a recruiting application, salary requirements are tracked in a custom object. An approval


process is built that will route all salary requirements less than 100,000 USD to the recruiter for


automatic approval. In that same approval process, salary requirements greater than 100,000 USD


are routed directly to the vice president of human resources.


What must be done to initiate the approval process that will route the appropriate records to the


vice president for approval?



A. save the record so it will automatically be entered into the approval process


B. create a workflow rule that will evaluate salary amount and send a notification to the vice


president if the salary is greater than 100.000 USD


C. create a workflow rule that will evaluate salary amount and send a notification to the vice


president if the salary is greater than 100,000 USD


D. execute the approval process by clicking on the Submit for Approval button on the record's


detail page layout.

D. execute the approval process by clicking on the Submit for Approval button on the record's


detail page layout.

37. Which dashboard component displays a grand total across a set of data?


Choose 2 answers



A. Chart


B. Table


C. Metric


D. Pivot

B. Table


C. Metric

38. A user can only see the fields A,B, and C on a record of Object X until the Stage field value on the


record changes from New to Working. Once the Stage field value is updated to Working and the


record is saved, the user should be able to see fields A, B, C, and D.


How would an application developer configure this?



A. use workflow to change the record type


B. use workflow to change the field-level security


C. use validation rules to expose the field


D. use multiple Visualforce pages

A. use workflow to change the record type

39. A developer would like to enable end users to filter the data displayed on the related list of an


object detail page.


How could a developer accomplish this?



A. create a a Visualforce page to replace the object detail view


B. enable Advanced Search on the objects's related list


C. configure the object's related list to add a filter


D. customize the search filter fields layout for that object

A. create a a Visualforce page to replace the object detail view

40. For objects where data access is granted through the role hierarchy, how is access granted?



A. Users are granted access to data accessible by users below them in the role hierarchy.


B. Users are granted access to data accessible by users in the same role in the role hierarchy.


C. Users are only granted read access to data owned by users above them in the role hierarchy.


D. Users are only granted access to data owned by users below them in the role hierarchy.

D. Users are only granted access to data owned by users below them in the role hierarchy.

41. Which statement is TRUE about field-level security?


Choose 2 answers



A. It determines the values displayed in a visible picklist field.


B. It can be controlled at the record level.


C. It is specified for each profile.


D. It is enforced in the Web Services API.

C. It is specified for each profile.


D. It is enforced in the Web Services API.

42. Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard


or custom object?



A. Controller


B. View


C. Model

C. Model

43. What can cross-object formulas reference?



A. Both parent and child object records


B. Child object records only


C. Other records of the same object


D. Parent object records only

D. Parent object records only

44. Hiring managers at UC would like to a visual mechanism for determining review score outliers.


Review scores are captured as a custom field on a custom Review object and can range from 1 to 10.


Any review score that is > 8 should be highlighted in green. Any review score that is < 4 should be


highlighted in red.


How would a developer accomplish this?



A. Use custom summary formulas


B. Use charts


C. Use matrix reports


D. Use conditional highlighting

A. Use custom summary formulas

45. Which statement is TRUE about master-detail relationships in the Force.com platform ?


Choose 2 answers



A. The master-detail relationship field is required on the page layout of the detail record.


B. When defining a master-detail relationship, the custom object on which you are working is


the master.


C. The security settings for the master record control the detail record.


D. When a master record is deleted, the child records remain in the system without a master


record.

A. The master-detail relationship field is required on the page layout of the detail record.



C. The security settings for the master record control the detail record.

46. Which standard profile has the "View Encrypted Data" permission by default?



A. No profile has the permission active by default


B. Solution Manager Profile


C. System Administrator Profile


D. Standard User Profile

A. No profile has the permission active by default

47. When performing an update with the Data Loader, the comma-delimited file must contain a


column with which values?



A. the created time and date of the records


B. the logical names of the records


C. the Force.com record ID values of the records


D. the profile names of the record owners

C. the Force.com record ID values of the records

48. A developer has added a custom object tab to an application.


Which additional feature will become available by default for the object in the application?


Choose 3 answers



A. quick create


B. custom reporting


C. Create New sidebar component


D. recent items


E. search

C. Create New sidebar component


D. recent items


E. search

49. UC tracks reviews as a custom object in a recruiting application. An interview score is tracked on


each review record and should be numerical, so that hiring managers can perform score calculations.


The scores should be restricted to integer values 1 through 5 and displayed as a set of radio buttons.


How can a developer meet this requirement?



A. create the Interview Score field as a picklist, displayed as a radio button on the page layout


B. create the Interview Score field with a data type of radio button


C. create a Visualforce component to display the interview score as a set of radio buttons


D. create a formula field that displays the interview score as a set of radio buttons

C. create a Visualforce component to display the interview score as a set of radio buttons

50. Positions is a custom object in a recruiting application built on the Force.com platform.


Department is a field on the Position object.


Which type of report should a developer create to show hiring managers the number of positioned


grouped by department?



A. Summary


B. Pivot


C. Analytic Snapshot


D. Tabular

A. Summary

51. Which developer tool can be used to create a data model?


Choose 2 answers



A. Application Data Model Wizard


B. Force.com Data Loader


C. Force.com IDE


D. Application Setup menu

C. Force.com IDE


D. Application Setup menu

52. What must a developer consider when inserting records using an API-based tool?


Choose 2 answers



A. Universally required field settings are respected.


B. Apex triggers are ignored.


C. Validation rules are respected.


D. Required fields on page layouts are enforced.

A. Universally required field settings are respected.



C. Validation rules are respected.

53. Match the Force.com platform aspects with their corresponding descriptions. (matching)



A. Development


B. Logic


C. User Interface


D. Data model



defines objects, fields, and relationships



tools and environments used to develop Force.com application



controls applications' appearance



creates tasks, assigns records, does time-based actions

defines objects, fields, and relationships - D



tools and environments used to develop Force.com application - A



controls applications' appearance - C



creates tasks, assigns records, does time-based actions - B

54. In a recruiting application, a master-detail relationship has been defined between two custom


objects, Job Applications (master) and Reviews (detail).


Which statement is TRUE?


Choose 2 answers



A. Review records may exist without an associated job application.


B. Deleting a job application record will delete associated review records.


C. The master-detail relationship between Job Applications and Reviews is defined on the Job


Application object.


D. Review records will inherit ownership from the associated job application.

B. Deleting a job application record will delete associated review records.



D. Review records will inherit ownership from the associated job application.

55. Which type of custom field can be an external ID?



A. Text, Email, or Number fields only


B. Text, Number, or Formula fields only


C. custom field of any type


D. Phone Number, Email, URL an Text-based fields

A. Text, Email, or Number fields only

56. How can a wireless device user approve a record?


Choose 2 answers



A. via a text message


B. via a mobile browser that supports access to the Salesforce web application


C. via email from a wireless device


D. via voice recognition

B. via a mobile browser that supports access to the Salesforce web application


C. via email from a wireless device

57. In which Salesforce environment will the Force.com record IDs be identical?



A. Production and Developer Sandbox only


B. Production and Full Copy Sandbox only


C. Force.com record IDs are never identical.


D. Production, Full Copy Sandbox, and Developer Sandbox

B. Production and Full Copy Sandbox only

58. Users X and Y need to see the same candidate record. For security reasons, user Y should NOT be


able to view and report on the Email Address field on the record.


How would a developer meet this requirement?



A. use page layouts to make the email address visible to user X but not user Y


B. use a sharing rule to make the email address only visible to user X


C. use field-level security to make the email address visible to user X but not user Y


D. use a custom Visualforce page to make the email address visible to user X but not user Y

C. use field-level security to make the email address visible to user X but not user Y

59. Which mechanism allows for authenticated access to a Force.com Site?


Choose 2 answers



A. It is not possible to provide authentication for a Force.com Site


B. An active Customer Portal


C. An active Partner Portal


D. Settings restricted IP ranges for your site

B. An active Customer Portal


C. An active Partner Portal

60. In a bug tracking application, UC has created a time-based workflow action that will execute 30


days after a Bug record is created. The developer would like to test to make sure that the rule is


working the way that it should.


Which feature is available for testing?


Choose 2 answers



A. Debug Log


B. Bug History related list


C. Activity History related list


D. Time-based workflow queue

A. Debug Log



D. Time-based workflow queue