• 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/51

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;

51 Cards in this Set

  • Front
  • Back

Which of the following are the three layers of an application? (select all that apply)




- User Interface




- Business Logic




- Business Data




- Data Model




- Objects

- User Interface




- Business Logic




- Data Model

Match the given relationships with their features




(relationships)




- Lookup Relationships




- Many-to-many Relationship




- Master-detail Relationship




(features)




- Security, access, and deletion of child records are independent of the parent




- A junction object is used to connect the two objects




- Relationship can be only layer deep

- Lookup = Security, access, and deletion of child records are independent of the parent




- Many-to-many = A junction object is used to connect the two objects




- Master-detail = Relationship can be only layer deep

Which of the following statements are true about a lookup relationship? (select all that apply)




- A lookup relationship can span to multiple layers




- A parent record is required for each child




- A lookup field is not required filed




- Access to parent determines access to children

- A lookup relationship can span to multiple layers




- A lookup field is not required filed

When customizing a page layout, you can change the field locations, page setting customizations, and related list customizations.


(true or false?)

True

Match the following features of the Enhanced Page Layout Editor with their descriptions.




(features)




- Quick Find




- Section




- Blank Spaces




- Page Layout




(descriptions)




- search for an element in a palette




- move sections anywhere above the related lists on the page layout




- align and distinguish elements on the page




- switch to other layouts for the same object

- Quick Find = search for an element in a palette




- Section = move sections anywhere above the related lists on the page layout




- Blank Spaces = align and distinguish elements on the page




- Page Layout = switch to other layouts for the same object

Salesforece1 does not support the declarative customizations. (true or false?)

False

Match the following action types with their descriptions.




(action types)




- Create Actions




- Log a Call




- Update Actions




- Custom Actions




(descriptions)




- allows users to create records




- allows users to record phone calls or other


customer interactions from the contact page that is automatically associated to the contact record




- allows users to update records




- requires Visualforce pages with the functionality defined by you

- Create Actions = allows users to create records




- Log a Call = allows users to record phone calls or other customer interactions from the contact page that is automatically associated to the contact record




- Update Actions = allows users to update records




- Custom Actions = requires Visualforce pages with the functionality defined by you

Which statements about roll-up summary formulas are correct?




- They calculate values from a set of related records




- They are read/write formula fields




- They can be created to display a value on a master record based on the values of records in a detail record




- They can be added for all lookup relationships

- They calculate values from a set of related records




- They can be created to display a value on a master record based on the values of records in a detail record

A change set can be used to deploy metadata only between related orgs. (true or false?)

True

What happens if one component of a change set fails to deploy? (choose only one)




- The entire change set fails to deploy




- The entire change set gets deployed




- All other components of change sets get deployed except the failed component




- The deployment time increases

- The entire change set fails to deploy

Change sets can be used to move data and metadata from one organization to another (true or false?)

False

Which permissions allow a system administrator to manage an application? (select all that apply)




- View All Data




- Read




- Create




- Modify All Data




- Edit All Data

- View All Data




- Modify All Data

Identify all true statements (select all that apply)




- If you remove access to an app from a profile, the users in that profile will still be able to see the tabs in that application




- If you hide a tab from a profile, the users in that profile will not be able to see records for that object




- If you have two record types for an object, you need to have two page layouts for that object




- If a user does not have access to a specified record type, they will still be able to see the records with the record type

All are correct

A field hidden by field-level security is still visible through the API. (true or false?)

False

Which feature will you use to limit the picklist options? (select only one)




- Page Layouts




- Record Types




- Field-level Security




- Profiles

- Record Types

Which of the following options represents the most restrictive organization-wide defaults setting? (select only one)




- Read/Write




- Read Only




- Private




- Hidden

- Private

Which of the following statements is true? (select only one)




- Child records in the master-detail relationships have their own organization-wide defaults




- Organization-wide defaults can be set for both standard and custom objects




- Only Read/Write access can be granted through sharing rules




- Sharing rules are used to restrict access to records

- Organization-wide defaults can be set for both standard and custom objects

Which users can grant sharing privileges on a given record? (select all that apply)




- System Administrators




- Manager




- Owner of the record




- Users above someone who has access to the record in the role hierarchy




- Users below the owner in the hierarchy

- System Administrators




- Owner of the record




- Users above someone who has access to the record in the role hierarchy

While filling out positions, the hiring manager wants to view the job responsibilities and job description at the top of the page; and the recruiter needs to view the name of the hiring manager and the status of the position at the top. Which tool would you use to meet this requirement? (select only one)




- Record Types




- Field-level security




- Page Layouts

- Page Layouts

When creating technical positions, hiring managers must fill out the certification requirements for the position. When creating non-technical positions, such as positions in sales and finance, the certfification fields are not required and therefore must not be visible. Which tool would you use to meet this requirement? (select only one)




- Record Types




- Field-level security




- Page Layouts




- Page Layouts with record types

- Page Layouts with record types

Which tool would you use to make sure interviewers are unable to view a candidate's social security number? (select only one)




- Record Types




- Field-level security




- Page Layouts




- Page Layouts with record types

- Field-level security

Which feature establishes the baseline level of access a user has to records they do not own? (select only one)




- Roles




- Organization-wide defaults




- Profiles




- Sharing rules

- Organization-wide defaults

Which tool would the developer use if he wants interviewers to view positions and not the Pay Grade listed for a position? (select only one)




- Field-level security on positions




- Page Layouts




- Field-level security on grades




- Record Types

- Field-level security on positions

How can a developer restrict access to records?




- By changing the organization-wide defaults




- By creating manual sharing




- By generating a new role hierarchy




- By forming a public group

- By changing the organization-wide defaults

Which function verifies the format of the data? (select only one)




- CASE




- ISNEW




- REGEX




- IF

- REGEX

Which of the following statements are true? (select all that apply)




- the ISCHANGED function compares the value of a field with its previous value and returns TRUE if the values are different. If the values are the same, this function returns FALSE.




- the ISNUMBER function determines if a text value is a number and returns TRUE if it is; otherwise, it returns FALSE.




- the ISNEW function compares a text field to a regular expression and returns TRUE if there is a match; otherwise, it returns FALSE.




- the REGEX function checks if a formula is running during the creation of a new record and returns TRUE if it is; if an existing record is being updated, this function returns FALSE.

- the ISCHANGED function compares the value of a field with its previous value and returns TRUE if the values are different. If the values are the same, this function returns FALSE.




- the ISNUMBER function determines if a text value is a number and returns TRUE if it is; otherwise, it returns FALSE.

When are validation rules evaluated? (select only one)




- When a user saves a record




- When a user views a record




- When a user exports a record




- When a user reports on a record

- When a user saves a record

You must write the error condition and the error message while setting up a validation rule (true or false?)

True

Identify the features of a workflow rule. (select all that apply)




- It triggers an action when a record meets the criteria for the rule




- It triggers only immediate actions




- It evaluates before the rule is created




- It triggers on import data

- It triggers an action when a record meets the criteria for the rule




- It triggers on import data

Time-Dependent workflow can be used when a workflow rule is set for the Every time a record is created or updated evaluation (true or false?)

False

Select the actions that can be associated with a workflow rule. (select all that apply)




- Send an email




- Send an outbound message




- Create a record




- Updated a field




- Create a task




- Send an inbound message

- Send an email




- Send an outbound message




- Updated a field




- Create a task

The only way to test whether a time-dependent workflow rule is executing as expected is to wait (true or false?)

False

The option to skip to the next step is available only if a step has subsequent steps (true or false?)

True

In a multi-step approval process, identify the step in which you decide the decision criteria and approval assignment (select only one)




- Creating initial submission actions




- Defining recall actions




- Deciding step definition




- Setting final approval actions

- Deciding step definition

How many versions of a flow can be active at a time? (select only one)




- 1




- 2




- 3




- 4

- 1

What are the different ways a flow can be deployed? (select all that apply)




- Custom button




- Custom link




- Visualforce page




- Apex trigger




- Field updates




- Custom actions

- Custom button




- Custom link




- Visualforce page

Which of the following statements about setup audit trail are true? (select all that apply)




- Tracks setup changes made by developers and administrators




- Displays 20 most recent changes




- Tracks only the data of change




- Tracks changes to data in custom object records

- Tracks setup changes made by developers and administrators




- Displays 20 most recent changes

Which of the following statements are true about field history tracking? (select all that apply)




- It allows developers to choose only custom fields for tracking changes




- It allows developers to choose up to 20 fields per object for tracking changes




- It does not track old and new values for long text area fields and multi-select picklists




- It replaces an old entry with a new entry in the History related list, any time a user modifies any of the standard or custom fields, whose history is set to be tracked

- It allows developers to choose up to 20 fields per object for tracking changes




- It does not track old and new values for long text area fields and multi-select picklists

The Created Date field can be updated on a record using the Inserting System Fields feature (true or false?)

False

In what ways can you obtain a record's ID? (select all that apply)




- URL




- Reports




- Data Loader




- On each record




- Import Wizard

- URL




- Reports




- Data Loader

For whcih of the following activities, developers can use Data Import Wizard? (select only one)




- Load up to 50,000 records




- Load any object supported by the API




- Schedule regular data loads such as nightly feeds




- Mass delete supported objects

- Load up to 50,000 records

The object to load and the operation to perform are key factors in determining the right data management tool (true or false?)

True

Data Loader uses the SOAP API by default (true or false?)

True

What does development mode enable? (select all that apply)




- Inline editor




- File check in and out




- Page creation




- Development sandbox

- Inline editor




- Page creation

What type of content can you include in Visualforce pages? (select all that apply)




- Text




- HTML




- JavaScript




- CSS

- Text




- HTML




- JavaScript




- CSS

Which one of the following options best defines Visualforce controllers? (select only one)




- Visualforce controllers are a set of instructions specifying what happens when a user interacts with the components specified in the Visualforce page. Available for all standard and custom objects




- Visualforce controllers contain the code for displaying a custom user interface and are combination of standard Web technologies such as HTML, JavaScript (including AJAX), and Flex




- Visualforce controllers are either standard or custom UI constructs available in a library to be used in developing a Visualforce page. They represent standard Salesforce elements and greatly increase the speed and ease with which a developer can build a Visualforce page

- Visualforce controllers are a set of instructions specifying what happens when a user interacts with the components specified in the Visualforce page. Available for all standard and custom objects

Which one of the following options best defines Visualforce components?




- Visualforce components contain the code for displaying a custom user interface and are typically a combination of standard Web technologies such as HTML, JavaScript (including AJAX), and Flex. They can be designed to automatically detect the accessing device and deliver content or styles appropriate to that device




- Visualforce components are where the business logic is encapsulated. They can either be standard, which expose the basic out-of-the-box business logic the application already has, or custom, developed in Apex to create entirely new business logic




- Visualforce components are the smallest part of the Visualforce markup language and are used to define elements on a Visualforce page. They represent standard Salesforce elements and greatly increase the speed and ease with which a developer can build a Visualforce page

- Visualforce components are the smallest part of the Visualforce markup language and are used to define elements on a Visualforce page. They represent standard Salesforce elements and greatly increase the speed and ease with which a developer can build a Visualforce page

Which of the following are features of Force.com Sites? (select all that apply)




- Enable developers to build Web sites




- Are built entirely with JavaScript




- Enable developers to access Web sites from any domain name




- Can leverage the data and content in Salesforce

- Enable developers to build Web sites




- Can leverage the data and content in Salesforce

Can iframes be used in Visualforce pages? (true or false?)

True

Where should a CSS file be uploaded for use on a Visualforce page? (select only one)




- Static resource




- Local machine




- FTP server

- Static resource

Script tags allow you to create JavaScript (or other types of) functions that can be used within your pages (true or false?)

True