Ignacio González1784
Quiz von , erstellt am more than 1 year ago

Quiz am Other One, erstellt von Ignacio González1784 am 14/05/2015.

38
0
0
Ignacio González1784
Erstellt von Ignacio González1784 vor etwa 9 Jahre
Schließen

Other One

Frage 1 von 61

1

Universal Containers 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?

Wähle eine der folgenden:

  • Change the interviewer’s profile to Read-only for the review object

  • Remove the delete button from the job application page layout

  • Use workflow to change the page layout to Read-only

  • Use a validation rule in conjunction with a roll-up summary field

Erklärung

Frage 2 von 61

1

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?

Wähle eine oder mehr der folgenden:

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

  • Roll-up summary fields on a parent record will calculate incorrectly if the child records have multiple currencies

  • Administrators can add additional currencies after the application has been built

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

Erklärung

Frage 3 von 61

1

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 atleast view position information. However, only select individuals should be able to read salary records.
How should a developer accomplish this?

Wähle eine der folgenden:

  • Create a master-details relationship between Position and Salary; set organization-wide defaults to Public Read-Only for Position and Private for Salary

  • Create a lookup relationship between Position and Salary; set organization-wide defaults t Private for Position and for Salary

  • Create a lookup relationship between Position and Salary; set organization-wide defaults to Public Read-Only for Position and Private for Salary

  • Create a master-detail relationship between Position and Salary; set organization-wide defaults t Private for Position and for Salary

Erklärung

Frage 4 von 61

1

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

Wähle eine der folgenden:

  • Controller

  • Model

  • View

Erklärung

Frage 5 von 61

1

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 positions grouped by department?

Wähle eine der folgenden:

  • Tabular

  • Pivot

  • Summary

  • Analytic Snapshot

Erklärung

Frage 6 von 61

1

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

Wähle eine der folgenden:

  • Production and Full Copy Sandbox only

  • Production and Full Copy Sandbox, and Developer Sandbox

  • Force.com record IDs are never identical

  • Production and Developer Sandbox only

Erklärung

Frage 7 von 61

1

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

Wähle eine oder mehr der folgenden:

  • Create a criteria-based sharing rule that states that Approved positions are shared with the entire organization

  • Create a workflow field update that updates a custom field called Sharing on a position once the status is Approved

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

  • Create a formula field that updates the sharing on a position once the status changes to Approved

Erklärung

Frage 8 von 61

1

How does a developer enable users to access tags in the sidebar? Choose 3 answers

Wähle eine oder mehr der folgenden:

  • By enabling tags for the organization

  • By adding tags to the sidebar in the home page layout

  • By enabling tags on user’s profile

  • By enabling tags on the page layout for an object

  • By enabling tags for public groups

Erklärung

Frage 9 von 61

1

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?

Wähle eine der folgenden:

  • Use multiple Visualforce pages

  • Use workflow to change the field-level security

  • Use workflow to change the record type

  • Use validation rules to expose the field

Erklärung

Frage 10 von 61

1

Which is a valid data type for a custom formula field? Choose 4 answers

Wähle eine oder mehr der folgenden:

  • Checkbox

  • Date

  • Email

  • Currency

  • Percent

Erklärung

Frage 11 von 61

1

Which statement is TRUE about master-detail relationship in the Force.com platform?
Choose 2 answers

Wähle eine oder mehr der folgenden:

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

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

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

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

Erklärung

Frage 12 von 61

1

Which type of custom field can be an external ID?

Wähle eine der folgenden:

  • Text, Number or Formula fields only

  • Custom field of any type

  • Text, Email. or Number fields only

  • Phone number, Email. URL and Text-based fields

Erklärung

Frage 13 von 61

1

What is a junction object?

Wähle eine der folgenden:

  • A standard object with two master-detail relationships

  • A standard object with a master-detail relationship

  • A custom object with a master-detail relationship

  • A custom object with two master-detail relationships

Erklärung

Frage 14 von 61

1

Which feature is available for custom objects? Choose 3 answers

Wähle eine oder mehr der folgenden:

  • Field history tracking

  • Assignment rules

  • Criteria-based sharing

  • Queues

Erklärung

Frage 15 von 61

1

In a recruiting allocation, 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 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?

Wähle eine der folgenden:

  • Execute the approval process by clicking on the Submit for Approval button on the record’s detail page layout

  • Create a workflow rule that will evaluate salary amount and trigger the approval process if the salary is greater than 100,000USD

  • Create a workflow rule that evaluate salary amount and send a notification to the vice president if the salary is greater than 100,000USD

  • Save the record so it will automatically be entered into the approval process

Erklärung

Frage 16 von 61

1

What must a developer consider when inserting records using an API-based tool? Choose 2

Wähle eine oder mehr der folgenden:

  • Universally required field settings are respected

  • Apex triggers are ignored

  • Required fields on page layouts are enforced

  • Validation rules are respected

Erklärung

Frage 17 von 61

1

Universal containers 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?

Wähle eine der folgenden:

  • Create a formula field that displays the interview score as a set of radio buttons

  • Create a visualforce component to display the interview score as a set of radio buttons

  • Create the Interview Score field with a data type of radio button

  • Create the interview score field as a picklist, displayed as a radio button on the pane layout

Erklärung

Frage 18 von 61

1

When performing an update with the Data Loader, the comma-delimited file must contain a column with which values?

Wähle eine der folgenden:

  • The profile names of the record owners

  • The created time and date of the records

  • The Force.com record ID values of the records

  • The logical names of the records

Erklärung

Frage 19 von 61

1

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?

Wähle eine der folgenden:

  • Customize the search filter fields layout for that object

  • Enable Advanced Search on the object’s related list

  • Create a Visualforce page to replace die object detail view

  • Configure the object’s related list to add a filter

Erklärung

Frage 20 von 61

1

Which action is available to a developer when by a lookup relationship? Choose 2 answers

Wähle eine oder mehr der folgenden:

  • Create a roll-up summary field on the parent object to count child records

  • Create a cross-object formula field on the parent object to reference fields on the child object

  • Create a custom report type that allows customization of fields displayed from both parent and child objects

  • Create a cross-object formula field on the child object to reference fields on the parent object

Erklärung

Frage 21 von 61

1

Which statement is TRUE about the custom object import wizard?

Wähle eine der folgenden:

  • It can import, upsert, update, delete and export data

  • It can perform matching based on record ID only

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

  • It can prevent the import of duplicate records

Erklärung

Frage 22 von 61

1

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

Wähle eine oder mehr der folgenden:

  • Custom fields

  • Custom tabs

  • Custom relationships

  • Custom objects

  • Custom applications

Erklärung

Frage 23 von 61

1

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

Wähle eine oder mehr der folgenden:

  • Schema Builder

  • Foce.com Data Loader

  • Application Data Model wizard

  • Force.com IDE

Erklärung

Frage 24 von 61

1

Which mechanism allows for authenticated access to a Force.com site? Choose 2

Wähle eine oder mehr der folgenden:

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

  • An active Customer Portal

  • An active Partner Portal

  • Setting restricted IP ranges for your site

Erklärung

Frage 25 von 61

1

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

Wähle eine oder mehr der folgenden:

  • Review records may exist without an associated job application

  • The master-detail relationship between Job Applications and Reviews is defined on the Job Application object

  • Deleting a Job application record will delete associated review records

  • Review records will inherit ownership from the associated job application

Erklärung

Frage 26 von 61

1

What can be viewed using the process visualizer?

Wähle eine oder mehr der folgenden:

  • Support processes

  • Sales processes

  • Approval processes

  • Workflow Rule

Erklärung

Frage 27 von 61

1

Which dashboard component displays a grand total across a set of data? Choose 2 answers

Wähle eine oder mehr der folgenden:

  • Table

  • Chart

  • Pivot

  • Metric

  • Gauge

Erklärung

Frage 28 von 61

1

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?

Wähle eine der folgenden:

  • Use field-level security to make the email address visible to user X but not user Y

  • Use a sharing rule to make the email address only visible to user X

  • Use a custom visualforce page to make the email address visible to user X but not user Y

  • Use page layouts to make the email address visible to user X but not user Y

Erklärung

Frage 29 von 61

1

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?

Wähle eine der folgenden:

  • The dashboard will not be visible to management users

  • The data model may not support the required reports/ required security controls

  • The data model may not support the required business logic

  • The developer will not be able to load application data

Erklärung

Frage 30 von 61

1

How can a wireless device user approve a record? Choose 3 answers

Wähle eine oder mehr der folgenden:

  • Via voice recognition

  • Via Approvals in Chatter

  • Via email from a wireless device

  • Via a text message

  • Via a mobile browser that supports access to the Salesforce web application

Erklärung

Frage 31 von 61

1

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

Wähle eine der folgenden:

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

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

  • Users are granted access to data accessible to users in the same role in the role hierarchy

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

Erklärung

Frage 32 von 61

1

Universal containers 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?

Wähle eine der folgenden:

  • Create a validation rule to make actual salary required each time the offer record is saved

  • Create a field dependency between the salary amount and status of accepted

  • Create a workflow field update to set the property of the actual salary field to required

  • Create a validation rule to make sure that the actual salary is not null whenever an offer is accepted

Erklärung

Frage 33 von 61

1

Which statement is true regarding Force.com Sites? Choose 3 answers

Wähle eine oder mehr der folgenden:

  • Sites can leverage declarative page layouts as web pages

  • Sites enables developers to build public, unauthenticated websites

  • Sites are built with visualforce pages

  • Sites leverage data and content in a salesforce org

Erklärung

Frage 34 von 61

1

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

Wähle eine der folgenden:

  • Error Message

  • Description

  • Rule Criteria

  • Formula

Erklärung

Frage 35 von 61

1

Which property of a field can be edited within the page layout editor? Choose 2 answers

Wähle eine oder mehr der folgenden:

  • Always displayed

  • Required

  • Field Dependency

  • Controller

  • Read-only

Erklärung

Frage 36 von 61

1

What is not a component of a custom Force.com application?

Wähle eine der folgenden:

  • Default landing tab

  • Data warehouse

  • Custom tab

  • Custom object

Erklärung

Frage 37 von 61

1

What can cross-object formulas reference?

Wähle eine der folgenden:

  • Parent object records only

  • Other records of the same object

  • Both parent and child object records

  • Child object records only

Erklärung

Frage 38 von 61

1

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

Wähle eine oder mehr der folgenden:

  • Formula fields do not require test methods to deploy

  • Formula fields allow greater control and flexibility than Apex triggers

  • Formula fields can aggregate data from child records

  • Formula fields can be created and deployed using only a browser

Erklärung

Frage 39 von 61

1

Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object A. A developer needs to run a report on A records with C records.
How can the developer accomplish this?

Wähle eine der folgenden:

  • Create a summary report with a custom summary formula summarizing by A, then B, then C

  • Create a custom report type that includes A with B with C

  • Create a matrix report with A and B records as column headings and C records as row headings

  • Run a report using the standard report type: A with B with C

Erklärung

Frage 40 von 61

1

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?

Wähle eine der folgenden:

  • A validation rule with the VLOOKUP function

  • A validation rule with the REGEX function

  • A formula field with the IF function

  • A formula field with the VALIDATE function

Erklärung

Frage 41 von 61

1

Which standard profile has the “View Encrypted Data” permission by default?

Wähle eine der folgenden:

  • Solution manager profile

  • System administrator profile

  • No profile has the permission active by default

  • Standard user profile

Erklärung

Frage 42 von 61

1

Universal Containers 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 developer automate this process?

Wähle eine der folgenden:

  • Create a workflow action to clone the position, assigned to the owner of the position record, that is due 14 days after record creation.

  • 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

  • Create a time-dependant workflow action that sends an email to the recruiter if the position is still open 14 days after record creation

  • Create a time-dependant workflow action that updates the position status to closed 14 days after record creation

Erklärung

Frage 43 von 61

1

If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers.

Wähle eine oder mehr der folgenden:

  • By examining the Debug Log

  • By looking at “Modified By” on the approval definition

  • By checking the field history on the associated record

  • By examining the setup audit nail

Erklärung

Frage 44 von 61

1

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?

Wähle eine oder mehr der folgenden:

  • Position search layouts

  • Position record types

  • Position field dependencies

  • Position page layouts

  • Mini Page Layout {as i implement click on page layout OPT mini page layout}

Erklärung

Frage 45 von 61

1

A developer had 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

Wähle eine oder mehr der folgenden:

  • Create a new sidebar component

  • Custom reporting

  • Search

  • Quick create

  • Recent items

Erklärung

Frage 46 von 61

1

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

Wähle eine der folgenden:

  • Child records are not deleted

  • A subset of the child records is deleted

  • Parent record deletion fails

  • Child records are deleted

Erklärung

Frage 47 von 61

1

Hiring managers at Universal containers 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 developer accomplish this?

Wähle eine der folgenden:

  • Use custom summary formulas

  • Use matrix reports

  • Use conditional highlighting

  • Use charts

Erklärung

Frage 48 von 61

1

A developer need to perform an automated extract of data from Salesforce nightly at 2:00 a.m.
How would the developer accomplish this?

Wähle eine der folgenden:

  • Use the Export Scheduler of the Data Loader’s GUI

  • Use the Command-line interface of the Data Loader

  • Use the Data Export service to perform a nightly extract

  • Use the Schedule Manager of the import wizard

Erklärung

Frage 49 von 61

1

Universal Containers has built a recruiting application on the Force.com platform. In the application, recruiting managers need to see how the number and status of candidates in the pipeline changes month over month.
which feature enables this land of analysis?

Wähle eine der folgenden:

  • Custom summary formulas

  • Dashboards

  • Analytic snapshots

  • Custom report types

Erklärung

Frage 50 von 61

1

Master-detail relationships can be used to model many-to-many relationships between two objects.
Which statement is TRUE about many-to-many relationships?

Wähle eine oder mehr der folgenden:

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

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

  • Each record of one object is linked to multiple records from another object and viceversa

  • Each primary and secondary object has a standard report but custom report types are not available

Erklärung

Frage 51 von 61

1

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?

Wähle eine der folgenden:

  • Remove the Delete Access for positions from all user roles

  • Remove the Delete Permission for positions from all profiles

  • Set the Organization wide default for positions to Read-Only

  • Assign the Read-Only profile to all users

Erklärung

Frage 52 von 61

1

In a recruiting application, all users should be able to see positions with a status of Open. If the status is anything other that Open, the position should be visible only to the record owner.
How would a developer accomplish this? Choose 2 answers

Wähle eine oder mehr der folgenden:

  • Set the organization-wide default for position to private, then use a criteria based sharing rule to automatically share open positions

  • Set the organization-wide default for position to public read-only, then use a sharing rule to restrict access to closed positions

  • Set the organization-wide default for position to private, allowing owners to use manual sharing to add or remove access as positions change status

  • Specify view only access for open positions on users profiles

Erklärung

Frage 53 von 61

1

Why might an analytic snapshot fail during a scheduled run? Choose 3 answers

Wähle eine oder mehr der folgenden:

  • The running user has been made inactive

  • The source report has been resaved as a matrix report

  • The target object contains an Apex trigger

  • The target object is a custom object

  • The source report was not created by an Administrator

Erklärung

Frage 54 von 61

1

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?

Wähle eine der folgenden:

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

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

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

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

Erklärung

Frage 55 von 61

1

In a bug tracking application, Universal Containers 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 rule is working the way that it should.
Which feature is available for testing? Choose 2 answers

Wähle eine oder mehr der folgenden:

  • Bug History related list

  • Debug Log

  • Time-based workflow queue

  • Acitivity History related list

Erklärung

Frage 56 von 61

1

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

Wähle eine der folgenden:

  • Load Accounts, then Contacts, then Users

  • The order does not matter

  • Load Contacts, then Accounts, then Users

  • Load Users, then Accounts, then Contacts

Erklärung

Frage 57 von 61

1

Which type of tab can a developer create? Choose 3 answers

Wähle eine oder mehr der folgenden:

  • Apex tabs

  • Custom object tabs

  • Visualforce tabs

  • Standard object tabs

  • Web tabs

Erklärung

Frage 58 von 61

1

Custom objects automatically have some standard fields

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 59 von 61

1

________lookup relations are allowed per object

Wähle eine der folgenden:

  • 10

  • 20

  • 25

  • 40

Erklärung

Frage 60 von 61

1

Junction object is a Custom Object with three master detail relationships

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 61 von 61

1

Which statement is TRUE about field-level security? Choose 2 answers.

Wähle eine oder mehr der folgenden:

  • It can be controlled at record level

  • It is specified for each profile

  • It determines the values displayed in a visible picklist field

  • It is enforced in the SOAP-API/It can be enforce in Web services

Erklärung