Salesforce Dev 401quiz cards (Verified Answers until 116 thx ikubota) Sept 2015

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

How many m-d relationships can be created on one object? Please enter a number!

2

A dev wants to report on trends in the data. Which feature of the Force.com platform would a dev use to accomplish this? A) analytic snapshot B) field history C) summary report D) matrix report

A

Custom objects automatically have some standard fields. A) True B) False

A

For dynamic dashboards, running user can be set as logged-in user? A) True B) False

A

For m-d relationship fields, what determines the access a user must have to a master record in order to create, edit, or delete the associated detail records? A) sharing settings B) field data C) field-level security D) record type

A

Force.com lets devs add business logic to most system events, including button clicks, related record updates, and Force.com pages. Force.com code scripts (apex class) can be initiated by *web service requests* and from *triggers on objects*. A) True B) False

A

How can a dev configure an approval process to prevent a record from being edited by the submitter? A) records are locked by default on submission; no action required B) set an action to lock the record upon submission C) create a workflow field-update action to make the page layout read-only D) develop a sharing rule that sets the record to read-only

A

In a custom order management application, UC 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 dev use to accomplish this? A) a validation rule with the VLOOKUP function B) a validation rule with the REGEX function C) a formula field with the IF function D) a formula field with the VALIDATE function

A

In a custom reporting app, custom objects are used to track Positions and Job Posting site (e.g. Each position is typically posted to many job posting sites). Which additional object is required to relate Positions and Job Posting sites so that a user can report or associated with a give Posting site? A) junction object B) parent object C) lookup object D) standard object

A

In a lookup relationship, what happens to the child records if the parent record is deleted? A) child records are not deleted B) a subset of the child records is deleted C) child records are delete D) parent record deletion fails

A

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 the same approval process, salary requirements greater than 100,000 USD are routed directly to the VP of HR. What must be done to initiate the approval process that will route the appropriate records to the VP for approval? A) execute the approval process by clicking on the Submit for Approval button on the record's detail page layout B) create a workflow rule that will evaluate salary amount and trigger the approval process 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 VP if the salary is greater than 100,000 USD D) save the record so it will automatically be entered into the approval process

A

In which Salesforce environments will the Force.com record IDs be identical? A) Production and Full Copy Sandbox only B) Production, Full Copy Sandbox, and Developer Sandbox C) Force.com record IDs are never identical D) Production and Developer Sandbox only

A

UC tracks Candidates as a custom object in a recruiting app. On a candidate record the city entry field must be in the state selected in the state field. How would a dev meet this requirement using declarative (point-and-click) means? A) create a dependency on the address field that ensures only valid cities are selected for a given state B) create a formula field on the address object that looks up to the state for the entered city C) create a validation rule that checks the city entered against an object to validate the state for the entered city D) create a workflow outbound message that sends city and state information to an external global database of known states

A

UC would like to enforce a new policy for job offers. Any job offer with a salary greater than $50,000 is approved by the hiring manager. Any job offer with a salary greater than $100,000 is approved first by the hiring manager, then by the senior manager. After these approvals, all offers must finally be approved by the VP of HR. How would a dev meet this requirement? A) workflow B) parallel approvers C) dynamic approval routing D) approval processes

A

Users X and Y need to see the same candidate record. For security reasons, user Y should not be able to report on the email address field on the record. How would a developer meet this requirement? A) use field-level security to make the email address visible to user X but not user Y B) user a sharing rule to make the email address only visible to user X C) use a custom visualforce page to make the email address visible to user X but not user Y D) use page layouts to make the email address visible to user X but not user Y

A

What CANNOT be done with profiles? A) give access to records by modifying the record types B) control the tab access C) control password settings D) set CRUD permissions

A

What allows you to offer different business processes, picklist values, and page layouts to different users based on their profiles? A) record types B) custom settings C) junction objects D) workflow rules E) visualflow

A

What can cross-object formulas reference? A) parent object records only B) other records of the same object C) both parent and child object records D) child object records only

A

What is NOT possible with the user object page layout? A) add a custom button B) add a custom link C) add a custom field E) add an inline visualforce page

A

What occurs in an upsert operation if the external ID is matched on more than one record? A) an error is reported B) duplicated records will be created with matching external ids C) the upsert operations fails D) only the first matching record will be updated

A

Where is the default application for a user defined? A) Users profile B) Permission set C) System permissions D) Role hirarchy

A

Which does NOT apply to custom formula fields? A) custom formula fields can reference other formula fields (within the same object) B) custom formula fields can reference standard fields (within the same object) C) custom formula fields can reference custom fields (within the same object) D) custom formula fields can calculate across objects

A

Which field is available as part of the translation workbench for a validation rule? A) error message B) description C) rule criteria D) formula

A

Which of the following is NOT true regarding custom summary formula fields? A) summary formula can reference another summary formula B) when fields are deleted, they are also deleted from the summary formulas that reference them C) one can have 5 custom summary formulas on a report D) the summary types sum, largest value, smallest value, and average are not available for use with the record count field

A

Which scenario requires Apex to automate the real-time business logic? A) as a user saves a new order (a custom object), the quantity and products on the order are checked against stock (a custom object), them the warehouse that the product will ship from on the order record is populated B) when a user creates a new time off request record (a custom object) and clicks Submit for Approval C) when a user enters a State and Zip Code into custom fields on a Candidate custom object, it must be checked to ensure that the zip code entered exists in the state entered D) when a user saves a new hire record (a custom object), an outbound message is automatically sent with information to an external HR system

A

You can upgrade your Apps of the following types: A) managed packages B) unmanaged packages C) you can't upgrade the Apps once published D) installed packages

A

You cannot have a rollup summary field that uses a lookup relationship but It must be on the parent of a master-detail relationship. A) True B) False

A

Which developer tool can be used to create a data model? Choose 2. A) Schema builder B) Force.com data loader C) Application data model wizard D) Force.com IDE

A , D

Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object? A) Controller B) Model C) View

B

A dev attempts to load data into the sandbox environment using the Data Loader GUI. The data load fails due to authentication issues. What should the dev check to diagnose the problem? Choose 2 answers. A) the endpoint URL B) the username C) the data encryption settings D) the mapping file

A, B

Which is a required step for creating a many-to many relationship? Choose 2 answers. A) create two relationships (Answer) B) create a custom object to join two objects (Answer) C) create a many-to-many relationship between two objects D) create the related list on the page layout of the junction object

A, B

Which is a required step for creating a many-to-many relationship? Choose 2 answers. A) create two relationships B) create a custom object to join two objects C) create a many-to-many relationship between two objects D) create the related list on the page layout of the junction object

A, B

M-D 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 uses 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 record of one object is linked to multiple records from another object and vice versa D) each primary and secondary object has a standard report but custom report types are not available

A, B, C

Which action is NOT necessary when using the declarative capabilities of the Force.com platform to build custom applications? Choose 3 answers. A) compile code B) configure an application server C) write SQL queries to create reports D) build a data model

A, B, C

Which statement is true regarding a Force.com domain name? Choose 3 answers. A) it must be unique B) it is usually the name of the company C) it cannot be changed once it is registered to your org D) it cannot be mapped to your company's domain

A, B, C

Why might an analytic snapshot fail during a schedule run? Choose 3 answers. A) the running user has been made inactive B) the source report has been resaved as a matrix report C) the target object contains an Apex trigger D) the target object is a custom object E) the source report was not created by an administrator

A, B, C

How does a dev enable users to access tags in the sidebar? Choose 3 answers. A) by enabling tags for the entire org B) by adding tags to the sidebar in the home page layout C) by enabling tags on users' profiles D) by enabling tags on the page layout for an object E) by enabling tags for public groups

A, B, D

Folders are used in Salesforce.com to store? Choose 4. A) Reports B) Dashboards C) Letterheads D) Documents F) Quicktext E) Email Templates

A, B, D, E

What is supported by the Force.com Data Loader? Choose 3 answers. A) perform insert and update operations across a set of records B) load more than 50,000 records at a time C) perform a rollback of a transaction E) insert records for two different objects in a single call F) import data for custom objects

A, B, F

A dev wants to build an application on the Force.com platform. The data model, the business logic, and the requirements have been considered. The user access requirements have not been considered. What is the implication of building the application given the available information? Choose 2 answers. A) the data model may not support the required security controls B) the dev will not be able to build any reports or dashboards if the security controls have not been considered C) the security controls may not support the approval process requirements D) the dev cannot establish security controls if not completed upon initial setup

A, C

After creating a workflow rule with a time-based action that sends n email reminder to users 14 days after a record has been developed, would like to test to make sure that the rule is working the way it was intended. How can the dev verify that the workflow rule is working? Choose 2 answers. A) create a new record, then check the outbound message queue B) select the dev's user name in the time-based Workflow queue setup, create a new record, then check the queue C) select the dev's user name in the debug log setup, create a new record, then check the debug log for evidence workflow executed

A, C

In a recruiting app, 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 OWD for Position to private, then use a criteria-based sharing rule to automatically share open positions B) set the OWD default for position to public read-only, then use a sharing rule to restrict access to closed positions C) set the OWD for Position 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

A, C

In the recruiting app with approval processes on Positions, a position record is simultaneously sent to 3 approvers in a process. When can the position record advance to the next step? Choose 2 answers. A) when all approvals are received if unanimous approval is required B) when one of the approvers skips the final step in the process C) when the first approval is received if unanimous approval is not required D) when a majority of approvals is received when a majority approval is required

A, C

UC 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 the positions goes through an approval process, the status is changed to Approved. Approved positions should be visible to the entire organization. How can a dev meet this requirement? Choose 2 answers. A) create a criteria-based sharing rule that states that Approved positions are shared with the entire org 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 that status changes to Approved

A, C

Universal Containers has identified two distinct selling methodologies that its different sales teams must follow to close business after qualifying a prospect. Which solution will meet this requirement? Choose 2. A) define sales stages for each methodology B) create lead record types for each methodology C) create oppty record types for each methodology D) define a campaign code for each methodology

A, C

What is a capability of the Data Loader? Choose 2 answers. A) it can load more than 50,000 records at a time B) it can bypass sharing model settings C) it can be executed from the command line D) it can de-dup records

A, C

When would a dev use upsert and external IDs? Choose 2 answers. A) to integrate with an external system B) to migrate customizations from sandbox to production C) to load related records without knowing Salesforce

A, C

Which option is available when configuring the list of initial submitters in an approval process? Choose 2 answers. A) roles and subordinates B) approval team members C) public groups D) profiles

A, C

Which statement is true about master-detail relationships in the Force.com platform? Choose 2 answers. A) the m-d relationship field is required on the page layout of the detail record B) when defining a m-d 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, C

Give a three-tiered model (UI layer, business-logic layer, data later), which feature of the Force.com platform is associated with the data later? Choose 3 answers. A) custom fields B) custom tabs C) custom relationships D) custom objects E) custom applications

A, C, D

Which capability does building an application on the Force.com platform provide? Choose 3 answers. A) the ability to internationalize and localize apps B) the ability to run reports on configuration changes C) the ability to build apps with clicks not code D) the ability to have applications upgraded without losing customizations

A, C, D

Which feature is available for custom objects? Choose 3 answers. A) field-history tracking B) assignment rules C) criteria-based sharing D) queues

A, C, D

Which statement is true about encrypted custom fields? Choose 3 answers. A) encrypted fields can be included in search results B) encrypted fields are NOT available for validation rules or Apex scripts C) encrypted fields can be included in report results D) encrypted fields are NOT available in filters for list views, reports, and roll-up summary fields

A, C, D

Who can change the owner of a record? Choose 3. A) the current owner B) users who share the same role in the role hierarchy C) users above the current owner in the role hierarchy D) users who can edit other fields on the record E) users with modify all rights for the object

A, C, E

A business requirement can be met using either a formula field or an Apex trigger? Why would a dev use a formula field instead of an Apex trigger? Choose 2 answers. A) formula fields do not require test methods to deploy B) formula fields allow greater control and flexibility than Alex triggers C) formula fields can aggregate data from child records D) formula fields can be created and deployed using only a browser

A, D

A dev is building a custom app using the declarative framework. Which customization is available on the page layout? Choose 2 answers. A) add an existing Visualforce page to an inline section B) make a field required, based on the data value in another field C) create a three-column section D) add custom detail and list buttons

A, D

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) required fields on page layouts are enforced D) validation rules are respected

A, D

Which dashboard component displays a grand total across a set of data? Choose 2 answers. A) table B) chart C) pivot D) metric

A, D

Which element is included in the security model for Force.com Sites? Choose 2 answers. A) full CRUD permissions on all custom objects B) read/write permissions on all standard objects C) named Visualforce pages D) restricted IP ranges

A, D

Which process can be tracked in the Debug Log? Choose 2 answers. A) assignment rule B) roll-up summary calculation C) formula field calculation D) workflow rules

A, D

Queues help teams manage: Choose 4 answers A) Leads B) Contacts C) Accoutns D) Cases E) Service Contracts F) Custom Objects

A,D,E,F

Salesforce.com processes any rules in the following order: A) validation rules B) assignment rules C) auto-response rules D) workflow rules (w/immediate actions) E) escalation rules

A-B-C-D-E

A dev is loading data in .csv format into a custom app from a legacy system. The user object, positions, and job applications owned by named users into related custom object. Which obstacle will the dev encounter when using the import wizard? A) import wizards cannot import data from CSV files B) import wizards do not support the User object C) import wizards do not support custom objects D) import wizards do not import files to specific record owners

B

A dev needs to perform an automated extract of data from Salesforce nightly at 2am. How would the dev accomplish this? A) use the Export Scheduler of the Data Loader's GUI B) Use the command-line interface of the Data Loader C) use the Data Export service to perform a nightly extract D) use the Schedule Manager of the Import Wizard

B

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) the multi-currency feature will automatically track historical exchange rates B) roll-up summary fields on a parent record will calculate incorrectly if the child records have multiple currencies C) admins can add additional currencies after the application has been built D) currency ISO code will need to be supplied when inserting records in different currencies

B

A developer wants to build an application on the Force.com platform. The data model, the users needing to access 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 dashboard will not be visible to management users B) the data model may not support the required reports/required security controls C) the data model may not support the required business logic D) the developer will not be able to load application data

B

A workflow approval process may be used for all of the following EXCEPT: A) opportunity B) users C) assets D) contracts

B

All of the following are allowed when creating an initial submission action for a workflow approval process except: A) send an email notification B) unlock the record C) create a task D) update a field value

B

Custom tabs are part of which layer in the model-view-controller model? A) model B) view C) controller

B

Encrypted fields allow for masking data for all users except those with the ___ permissions. A) read all data B) view all data C) modify all data D) admin permissions

B

For objects where data access is granted through the role hierarchy, how is access granted? A) users are only granted read access to data owned by users above them in the role hierarchy B) users are granted access to data accessible by users below them in the role hierarchy C) users are granted access to data accessible to users in the same role in the role hierarchy D) users are only granted access to data owned by users below them in the role hierarchy

B

In a custom object defect tracking application, a custom object called Bug is used to track defects. The bugs often have a relationship to bugs in a parent-child fashion. Which relationship should a developer choose to model the interdependency between bugs? A) hierarchical B) self C) master-detail D) many-to-many

B

It is possible to view a forecast based on the following: A) product family, date range, sales team B) territory, product family, date range C) territory, product family, sales team D) date range, sales team

B

Junction object is a custom object with three m-d relationships. A) True B) False

B

Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object A. A dev needs to run a report on A records with C records. How can a dev accomplish this? A) create a summary report with a custom summary formula summarizing by A, then B, then C B) create a custom report type that includes A with B with C C) create a matrix report with A and B records as column headings and C records as row headings D) run a report using the standard report type: A with B with C

B

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 dev implement this? A) create a roll-up summary field on Object X but that retrieves the value from Y B) create a cross-object formula field on Object X that retrieves the value from Y C) create a text field on Object X and use Apex to populate the value D) create a text field on Object X and use a workflow rule to fill in the value upon the creation of X

B

Two m-d relationships need to be created on Object X. The first m-d relationship created is the primary master, and the second is secondary master. What is an effect of the primary relationship on X? A) there will be no effect on X B) X will inherit the look and feel of the primary master object C) ma are limited to the primary relationship D) the primary relationship cannot be deleted

B

UC 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 UC accomplish this goal? A) remove the delete access for Positions from all user roles B) remove the delete permission for Positions from all profiles C) set the OWD for positions to read-only D) assign the read-only profile to all users

B

UC tracks reviews as a custom object in a recruiting application. An interview score is racked 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 a formula field that displays the interview score as a set of radio buttons B) create a visualforce component to display the interview score as a set of radio buttons C) create the interview sore field with a data type of radio button D) create the interview score field as a picklist, displayed as a radio button on the page layout

B

What is not a component of a custom Force.com application? A) default landing tab B) data warehouse C) custom tab D) custom object

B

When creating a workflow rule, which action requires a formula as the rule criteria? A) checking if the current user's profile is System Admin B) checking if the value in a field has changed C) checking if the record was modified today D) checking if the status of a record is new

B

Which function records the database operations, system processes, and errors that occur when executing a transaction or while running user tests? A) system log B) debug log C) monitoring D) setup audit trail

B

Which layout needs to be changed to change the buttons that display on list view? A) page layout B) search layout C) list view layout E) mini page layout F) record type layout

B

Within a custom recruiting app, UC uses a custom Position object to track positions. Positions expire 90 days after they have been approved. A workflow rule is in pace to send an email to the hiring manager listed on a position 15 days before the expiration. What happens if the expiration date of a position is extended by 30 days? A) an email will be sent 15 days before the original expiration date B) an email will be sent 15 days before the updated expiration date C) an email will be sent on the original expiration date D) an email will not be sent

B

___ CANNOT be on the detail side of a custom object in a master-detail relationship A) Custom Objects B) Standard Objects

B

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 dev would like to test to make sure that rule is working the way it should. Which feature is available for testing? Choose 2 answers. A) bug history related list B) debug log C) time-based workflow queue D) activity history related list

B, C

The OWD for Accounts is private. A manager resides above the team in the role hierarchy. The manager wants to share some of the account data with the team. Which feature can extend the viewing privileges of the team to allow them to see each other's data? Choose 2 answers. A) report folder setting B) dashboard running user C) report running user D) dashboard folder setting

B, C

Universal Containers sells to both individual consumers and corporations. Sales reps on the enterprise sales team sell to corporations only and are reporting that the consumer accounts are cluttering their search results, which makes it difficult to effectively search the data. Which option should be explored to help improve the user experience? Choose 2. A) disable person accounts and treat the consumer accounts as contacts B) consider enabling the divisions feature C) evaluate whether a private sharing model with sharing rules can be applied D) create a public group for the enterprise sales team

B, C

Which mechanism allows for authenticated access to a Force.com site? Choose 2. A) it is not possible to provide authentication for a Force.com site B) an active Customer Portal C) an active Partner Portal D) setting restricted IP ranges for your site

B, C

Which statement is true regarding Force.com sites? Choose 3 answers. A) sites can leverage declarative page layouts as web pages B) sites enable developers to build public, unauthenticated websites C) sites are built with visualforce pages D) sites leverage data and content in a Salesforce org

B, C, D

How can a wireless-device user approve a record? Choose 3 answers A) via voice recognition B) via approvals in Chatter C) via email from a wireless device D) via a text message E) via a mobile browser that supports access to the Salesforce web application

B, C, E

Which type of tab can a dev create? Choose 3 answers. A) apex tabs B) custom object tabs C) visualforce tabs E) standard object tabs F) web tabs

B, C, F

Which option exists for calculations or analysis in reports? Choose 3 answers. A) maintain calculations from previous runs of the report B) plot multiple sets of data on one chart C) set parameters to highlight outliers D) perform calculations on summary data

B, C,D

If a change is made to an approval process, how can a dev determine the user that made the change? Choose 2 answers. A) by examining the Debug Log B) by looking at "Modified By" on the approval definition C) by checking the field history on the associated record D) by examining the setup audit trail

B, D

What is a feature of custom report types? Choose two answers. A) The ability to customize the output layout of a report B) the ability to customize the available list of columns displayed in the report builder interface C) the ability to create an exception report or anti-join D) the ability to join related objects within a report

B, D

What solution would you recommend to track the quantity and quality of leads that are passed from Marketing to Sales? Select all that apply. A) use a standard report to calculate the number of leads by lead source B) create a custom report to calculate the lead-conversion ratio C) create a custom report to calculate the leads created per calendar year D) create a custom report to calculate the percentage of dead leads

B, D

Which Force.com feature most closely aligns with the View aspect of the Model-View-Controller design patter? Choose 2 answers. A) validation rule B) page layout C) custom field D) Visualforce page

B, D

Which aspect of an application is addressed in the business logic layer? Choose 2 answers. A) customized user interface B) process automation C) extensible data model D) data entry validation rules

B, D

Which statement is TRUE about field-level security? Choose 2 answers. A) it can be controlled at record level B) it is specified for each profile C) it determines the values displayed in a visible picklist field D) it is enforced in the SOAP-API/it can be enforced in web services

B, D

Which is a valid data type for a custom formula field? Choose 3 answers. A) checkbox B) date C) email D) currency E) precent

B, D, E

Which property of a field can be edited within the page layout editor? Choose 2 answers. A) always displayed B) required C) field dependency D) controller E) read-only

B, E

A custom object has an OWD setting of private with Grant Access Using Hierarchies using check box turned off. Which users can select the sharing button on record for that object? A) the record owner, a user shared to the record, any user above the record owner in the role hierarchy admin profile B) the record owner, a user above the record owner in the role hierarchy, and a user with the system C) only the record owner and a user with the System Admin profile D) the record owner, a user with the System Admin profile, and a user shared to the record

C

A dev has received confirmation that Salesforce.com has enabled insertable system audit fields for records. Which ability is now enabled when using the data loader? A) ability to insert account records setting the IsDeleted field of each record B) ability to insert account records setting the $MarkSync field of each record C) ability to insert account records setting the CreatedDate field of each record D) ability to insert account records setting the SystemModStamp field of each record

C

A dev would like to enable end users to filter the data displayed on the related list of an object detail page. How could a dev accomplish this? A) customize the search filter fields layout for that object B) enable Advanced Search on the object's related list C) create a visualforce page to replace the object detail view D) configure the object's related list to add a filter

C

A group of executives has requested a convenient way to see daily metrics without having to log into Salesforce. How would a dev accomplish this? A) set the user's home page layouts to include a dashboard B) create a workflow rule that sends a link to the dashboard in an email C) schedule a dashboard for daily refresh and email distribution D) create a series of daily recurring events providing the dashboard link

C

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-held 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 multiple Visualforce pages B) use workflow to change the field-level security C) use workflow to change the record type D) use validation rules to expose the field

C

Hiring managers at UC would like 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 dev accomplish this? A) use custom summary formulas B) use matrix reports C) use conditional highlighting D) use charts

C

In a recruiting application, a Position custom 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 master-detail relationship between Position and Salary; set OWD to public read-only for position and private for salary B) create a lookup relationship between Position and Salary; set OWD to private for position and for salary C) create a lookup relationship between Position and Salary; set OWD to public read-only for Position and private for Salary D) create a master-detail relationship between position and Salary; set OWD to private for Position and for Salary

C

In a recruiting application, a custom Job Application object has a lookup relationship to a custom Candidate object. The Candidate stores personal information, including name and email, about an individual applying for a job. The recruiting organization would like the candidate's name and email address on each related job application record as well. How can a dev meet this requirement? A) it is not possible for a dev to meet this requirement B) use a validation rule to copy the name and email from the candidate record to the job application record C) use a cross-object formula field to display the name and email from the candidate record to the job application record D) use a cross-object assignment rule and field update action to copy the name and email from the candidate record to the job application record

C

Positions and Job Applications are custom objects in a recruiting application. There is a lookup relationship on Job Applications to Positions. A dev wants to see a list of the top ten positions with the greatest number of related job applications. Which dashboard component should the dev choose? A) chart B) metric C) table D) guage

C

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 dev create to show hiring managers the number of positions grouped by department? A) Tabular B) Pivot C) Summary D) Analytic snapshot

C

UC has built a recruiting app on the Force.com platform. In the app, recruiting managers need to see how the number and status of candidates in the pipeline changes month over month. Which feature enables this kind of analysis? A) custom summary formulas B) dashboards C) analytic snapshots D) custom report types

C

UC has built a recruiting application with 2 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) change the interviewer's profile to read-only for the review object B) remove the delete button from the job application page layout C) use workflow rules to change the page layout to read-only D) use a validation rule in conjunction with a roll-up summary field

C

UC tracks Positions 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 dev automate this process? A) create a workflow action to clone the position, assigned to the owner of the position record, that is due 14 days after the record creation B) 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 C) create a time-dependent workflow action that sends an email to the recruiter if the position is still open 14 days after record creation D) create a time-dependent workflow action that updates the position status to closed 14 days after record creation

C

Under what circumstances would the sharing button be enabled on a detail view for a record? A) a dev has added the button to the page layout B) when record sharing is enabled in the user profile C) when record sharing is set to public read-only or private for the object D) when record sharing is set to public read/write for the object

C

Universal Containers has two different groups who use accounts. The sales group needs to populate 15 fields and use the fields on the account record. The support group does NOT need to save the 15 fields on the account record but must be able to run reports on them. Which solution will satisfy this requirement? A) create separate record types for the sales and support groups B) hide the fields through field level security from the support group C) create separate layouts for the sales and support groups D) create a custom object for the 15 fields with a master-detail relationship

C

Universal Containers would like to limit the types of opptys sales users can create, but allow sales users to view opptys of any type. Which approach will accomplish this? A) assign the same page layout to all record types to each sales user profile B) create a workflow rule to prevent sales users from selecting the incorrect record type C) assign the appropriate oppty record types to each sales user profile D) set the OWD for opptys to private and create applicable sharing rules

C

Upon final rejection of a record that has been through an approval process, which action is NOT allowed? A) locking the record from being edited B) sending an email to the record owner C) sending the record to the recycle bin D) creating a task for the record owner

C

What can be viewed using the process visualizer? A) support processes B) sales processes C) approval processes D) workflow rules

C

When performing an update with the Data Loader, the comma-delineated file must contain a column with which values? A) the profile names of the record owners B) the created time and date of the records C) the Force.com record ID values of the records D) the logical names of the recods

C

Which API can be used to create the data model? A) Force.com API B) Force.co Single Sign-on API C) Force.com Metadata API D) AJAX toolkit for Force.com

C

Which of the following CANNOT be a dependent field? A) multi-select picklist B) custom picklist C) checkbox D) none of the above

C

Which of the following is related to the view layer in the model-view-controller model? A) workflow rules B) validation rules C) visualforce pages D) custom objects E) Apex classes

C

Which standard profile has the "View Encrypted Data" permission by default? A) solution manager profile B) system admin profile C) no profile has the permission active by default D) standard user profile

C

Which statement is true about a custom tab? A) it can only be included in one application B) it can only be included in standard applications C) it can be included in as many apps as desired D) it can only be included in custom apps

C

Which type of custom field can be an external ID? A) text, number, or formula fields only B) custom field of any type C) text, email, or number fields only D) phone number, email, URL, and text-based fields

C

____ lookup relations are allowed per object. A) 10 B) 20 C) 25 D) 50

C

In a recruiting application, a m-d 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) the m-d relationship between Job Applications and Reviews is defined on the Job Application object C) deleting a Job Application record will delete associated review records D) Review records will inherit ownership from the associated Job Application

C, D

When configuring time-dependent workflow actions, which evaluation criteria selection is available? Choose 2 answers. A) every time a record is viewed B) every time a record is created or edited C) only when a record is created D) when a record is created, or when a record is edited and did not previously meet the rule criteria

C, D

Which action is available to a developer when two objects are connected by a lookup relationship? Choose 2 answers. A) create a roll-up summary field on the parent object to count child records B) create a cross-object formula field on the parent object to reference fields on the child object C) create a custom report type that allows customization of fields displayed from both parent and child objects D) create a cross-object formula field on the child object to reference fields on the parent object

C, D

A dev 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) create a new sidebar component B) custom reporting C) search D) quick create E) recent items

C, D, E

In a m-d relationship, what happens to the child records if the parent is deleted? A) child records are not deleted B) a subset of the child records is deleted C) parent record deletion fails D) child records are deleted

D

All users of a Recruiting app should be able to edit all positions, except for User X. User X should be able to see but not edit all positions. How can a dev meet this requirement? A) set the OWD for Positions to public read/write and use a sharing rule to rest B) set the OWD for Positions to public read/write and remove User X from the role C) set the OWD for positions to public read-only and remove user x from the role D) set the OWD for positions to public read-only and grant edit access through a sharing rule to everyone except user X

D

How can users be allowed to create new records of Object Y from the Create New drop-down list in the sidebar? A) enable the setting in the sidebar for each user B) create a new sidebar component C) edit the sidebar component to display Object Y D) add Y' s tab to the user's displayed tabs

D

How would a developer create a many-to-many relationship between 2 objects, Object X and Object Y? A) two relationships, one on X to Y and one on Y to X B) multiple relationships, one on object X to object Y C) multiple relationships, one on object Y to object X D) Two relationships on a junction object, one to X and one to Y

D

In a custom recruiting application, Positions and Candidates are stored in separate custom objects. When looking at the details Position record, a hiring manager needs to see a list of recommended candidates instead of all candidates, based on matching. How could a dev meet this requirement? A) add a dashboard to the position page layout B) add the candidates related list to the Position page layout C) add a lookup relationship to the Candidate object D) add an inline Visualforce page on the Position page layout

D

In a recruiting app, all users should be able to see and edit all candidate records, but interviewers should not have access to the address of a candidate and should not be able to see the birth date of a candidate. How would a dev meet this requirement? A) set the OWD for candidates to edit some fields B) set the OWD for candidates to read only C) remove the edit permission on candidates from the interviewer's profile D) use field-level security to control access to the Address and Birth Date fields

D

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. 1) the hiring manager must approve the record 2) the approval must be forwarded to all members of the executive team, but only one executive needs to approve the record 3) the VP of human resources must approve the record How would a dev meet this requirement? A) create parallel workflow rules, requiring at least one executive team member to complete their assigned task B) create multiple approval processes, one for each executive tea member and utilize parallel submission C) create an approval process with a step for each executive team member, allowing approval steps to be skipped D) create an approval processes which utilizes parallel approvers, but does not require unanimous approval

D

Two m-d relationships need to be created on object X. The first m-d relationship created is the primary relationship. What is an effect of the primary relationship on Object X? A) Secondary cannot be deleted B) Primary can be deleted with Apex C) Primary cannot be deleted D) If Primary deleted, secondary becomes primary automatically

D

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 dev 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 workflow field update to set the property of the actual salary field to required D) create a validation rule to make sure that the actual salary is not null whenever an offer is accepted

D

UC tracks Positions in a custom object as part of a recruiting application. New positions must be approved before they can be filled. Only recruiting managers can submit new positions for approval. A) create a recruiting managers group, set approvals to private ad create a sharing exception for recruiting managers B) create a workflow rule whereby only users with the recruiting manager profile are allowed to submit positions for approval C) create a validation rule that checks whether a user with the recruiting manager profile is saving the new positions for approval D) create an approval process whereby only users with the recruiting manager role are allowed to submit positions for approval

D

Universal Containers recently migrated data from multiple legacy systems to a single SF instance. Sales users are testing duplicate records in the new system, but Universal Containers needs to restrict sales users from deleting data. Which solution should a consultant recommend to solve this problem? A) archive duplicate records in a custom object that is inaccessible by sales users B) allow sales suers to review and merge records that are considered duplicates C) create a custom profile that sales users can log into and delete the duplicate records D) allow sales users to flag duplicates and define a process for an admin to review and merge records

D

What is a junction object? A) a standard object with two master-detail relationships B) a standard object with a master-detail relationship C) a custom object with a master-detail relationship D) a custom object with two master-detail relationships

D

When do users have the option to manually share records they own from the record detail page? A) when a dev adds the Sharing button to the page layout B) when the OWD for the object are set to public read/write C) when a dev grants the users the Share Records permission D) when the OWD defaults for the object are set to private or read only

D

When loading Account, Contact, and User data, what represents the recommended order to load the data? A) accounts, contacts, users B) order does not matter C) contacts, accounts, users D) users, accounts, contacts

D

Which of the following cannot be used to customize your home page? A) company logo (image) B) dashboard snapshot C) custom links D) custom formula field

D

Which of the following is NOT a step in creating a junction object? A) creating the custom object to serve as the junction object b/t the two master objects B) creating two master-detail relationships C) customizing the related lists on the page layouts of the two master objects D) creating two lookup relationships

D

Which relationship type should be used to capture a user's manager on each user record in the application? A) many-to-many B) master-detail C) parent-chid D) hierarchical

D

Which statement is true about the custom object import wizard? A) it can import, upsert, update, delete, and export data B) it can perform matching based on record ID only C) it can provide success and error files in .csv format D) it can prevent the import of duplicate records

D

A dev wants to customize the look and feel of the user object. Which page layout customization is NOT supported for the user object? Choose 2 answers. A) inline visualforce pages B) custom fields C) custom links D) tagging E) custom buttons

D, E

A dev would like to modify the contents of the hover details for a custom object called Position. What would a dev customize to accomplish this? A) Position search layouts B) Position record types C) Position field dependencies D) Position page layouts E) Mini page layout

D, E

Which of the following are tracked in debug logs? A) workflow rules B) assignment rules C) approval processes D) validation rules E) all of the above

E

Which of the following fields are not available for record types? A) opportunity stages B) case status C) solution status D) lead status E) all of the above

E

Which of the following represents the controller in the model-view-controller model? A) tabs B) page layouts C) custom fields D) Visualforce pages E) Apex classes

E


Set pelajaran terkait

OWare- Essentials Of Communication 5. Presenting And Interpreting Public Messages

View Set

mastering bio ch 3: polarity of water

View Set

UNIT 2 Property Ownership and Interests

View Set

Web Authoring Software & Language

View Set

Module 04: Security and Safety Quiz

View Set

Gero Mini exam 5 Practice Questions

View Set

Commercial Aviation Safety Test 1

View Set