Rodolfo Noviski
Quiz von , erstellt am more than 1 year ago

Salesforce Quiz am Exam 450, erstellt von Rodolfo Noviski am 13/01/2017.

623
2
0
Rodolfo Noviski
Erstellt von Rodolfo Noviski vor fast 8 Jahre
Schließen

Exam 450

Frage 1 von 66

1

What layer of model-view-controller paradigm are standard or custom objects associated with?

Wähle eine der folgenden:

  • Model

  • View

  • Controller

  • View and Controller

Erklärung

Frage 2 von 66

1

An organization wants to create a field to store manager data on the user object. The manager field is a reference to another user record. What type of relationship should be used?

Wähle eine der folgenden:

  • Many-to-many

  • Master-Detail

  • Lookup

  • Hierarchical

Erklärung

Frage 3 von 66

1

What must a developer consider when inserting data via an API based tool?

(Choose 2)

Wähle eine oder mehr der folgenden:

  • Validation Rules are Respected

  • APEX Triggers are ignored

  • Required fields on page layouts are enforced

  • Universally required field settings are respected

Erklärung

Frage 4 von 66

1

Which Salesforce Formula Function can return a value based on more than two different field parameters?

Wähle eine der folgenden:

  • Beings

  • CASE Statement

  • IF Statement

  • Contains

Erklärung

Frage 5 von 66

1

A user’s profile does not have any permissions to view a custom object. However, the Organization Wide Defaults for the custom object are set to Public Read/Write. Users with this profile will still be able to access the custom object.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 6 von 66

1

Which of the following is true about Roll-up summary fields?

Wähle eine der folgenden:

  • Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.

  • Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records

  • The results of the roll-up summary is displayed on the child in a master-detail relationship.

  • Roll-up summary fields are read only.

Erklärung

Frage 7 von 66

1

Which edition of Salesforce is API access not available for by default?

Wähle eine der folgenden:

  • Unlimited

  • Professional

  • All Editions

  • Developer

Erklärung

Frage 8 von 66

1

What are the three different custom tabs you can create?
(Choose 3)

Wähle eine oder mehr der folgenden:

  • APEX Tab

  • Web Tab

  • Custom Object Tab

  • Standard Object Tab

  • Visualforce Tab

Erklärung

Frage 9 von 66

1

What do the first 3 characters of a Salesforce Record ID identify?

e.g. 00Q2400000198J8

Wähle eine der folgenden:

  • The location on the storage pod

  • The serial number in the data centre

  • The storage field identifier

  • The Object type

Erklärung

Frage 10 von 66

1

What type of field needs to be wrapped in a function (In a formula) to be accessed?

Wähle eine der folgenden:

  • Picklist

  • Date/Time

  • Long Text Field

  • Currency

Erklärung

Frage 11 von 66

1

What is true about a custom tab?

Wähle eine der folgenden:

  • It can be included in as many applications as desired

  • It can only be included in one application

  • It can only be included in custom applications

  • It can only be included in standard applications

Erklärung

Frage 12 von 66

1

If a child record in a master detail relationship is deleted, the parent is deleted.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 13 von 66

1

When would a developer use upsert and external IDs?

(Choose 2)

Wähle eine oder mehr der folgenden:

  • To migrate customizations from a sandbox to production

  • To load related records without knowing Salesforce record IDs

  • To integrate with an external system

  • To use Web Services API to query for data

Erklärung

Frage 14 von 66

1

What is the maximum number of master-detail lookup relationships allowable per object?

Wähle eine der folgenden:

  • 4

  • 2

  • 3

  • 1

Erklärung

Frage 15 von 66

1

When building a custom application, a developer can include a custom icon for the app?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 16 von 66

1

What are required pieces of a validation rule?

(Choose 3)

Wähle eine oder mehr der folgenden:

  • Error Message

  • Condition Formula

  • Return Value

  • Description

  • Rule Name

Erklärung

Frage 17 von 66

1

Which feature sets the base level of access to an object?

Wähle eine der folgenden:

  • Public Groups

  • Organizational Wide Defaults

  • Roles

  • Profiles

Erklärung

Frage 18 von 66

1

Which of the following is not a valid return type of a custom formula?

Wähle eine der folgenden:

  • Decimal

  • Date

  • Array

  • Text

Erklärung

Frage 19 von 66

1

Which of the following statements are true about Record ID’s?

(Choose 2)

Wähle eine oder mehr der folgenden:

  • The 15 character ID is case-sensitive

  • The 18 character ID is case-sensitive

  • The 15 character ID is case-insensitive

  • The 18 character ID is case-insensitive

Erklärung

Frage 20 von 66

1

Standard picklist fields can be controlling or dependent?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 21 von 66

1

You have Custom Object A & Custom Object B, a record has to be created on B once a certain criteria is met A, how can this be achieved?

Wähle eine der folgenden:

  • Workflow Rule

  • Apex Trigger on Object B

  • Apex Trigger on Object A

  • Visualforce page

Erklärung

Frage 22 von 66

1

Name the language Force.com uses to support full-text search in Objects

Wähle eine der folgenden:

  • SOSL

  • Visualforce

  • SQL

  • SOQL

Erklärung

Frage 23 von 66

1

A Developer wants to make sure that all fields on his new custom object are editable to all profiles, what should be checked on field level security?

Wähle eine der folgenden:

  • Disable Visible and Read-Only

  • Enable Visible but Disable Read-Only

  • Disable Visible but Enable Read-Only

  • Enable Visible and Read-Only

Erklärung

Frage 24 von 66

1

Before code can be deployed in production, what percentage of test coverage must be achieved?

Wähle eine der folgenden:

  • 75

  • 25

  • 50

  • 100

Erklärung

Frage 25 von 66

1

There is more than 1 version of a Salesforce Record ID?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 26 von 66

1

Currently defined picklist values are retained when you change a picklist to a multi-select picklist?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 27 von 66

1

Which of the following is not a sandbox type?

Wähle eine der folgenden:

  • Developer

  • Partial Data

  • Professional

  • Full

Erklärung

Frage 28 von 66

1

An organization needs to create a public website that displays data from Salesforce.com organization without user registration.

Wähle eine der folgenden:

  • Visualforce

  • Apex

  • Salesforce Knowledgebase

  • Force.com sites

Erklärung

Frage 29 von 66

1

The organization IDs of your sandboxes remain same each time your sandbox is refreshed

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 30 von 66

1

How can you make a field mandatory?

(Choose 3)

Wähle eine oder mehr der folgenden:

  • Creating a validation rule for the field

  • Check the required field box for the field on the record type

  • Create a Workflow Rule

  • Check the required field box on the page layout.

  • Check the required field box on the field definition

Erklärung

Frage 31 von 66

1

How many components can a Dashboard have?

Wähle eine der folgenden:

  • 100

  • 50

  • 10

  • 20

Erklärung

Frage 32 von 66

1

Roll-up Summaries are only available on what type of relationship?

Wähle eine der folgenden:

  • Apex relationship

  • Formula relationship

  • Lookup relationship

  • Master-Detail relationship

Erklärung

Frage 33 von 66

1

Which of the following represent correct syntax to display first name from global variable user?

Wähle eine der folgenden:

  • {User.FirstName}

  • {!User.FirstName}

  • $User.FirstName

  • {!$User.FirstName}

Erklärung

Frage 34 von 66

1

Your manager has asked you to create an object with radio buttons that track a rating of 1-5, how will you achieve this?

Wähle eine der folgenden:

  • Create a Visualforce page with radio buttons.

  • Create a radio button with 5 options

  • Create a formula field

  • Create a dependant picklist that feeds the radio button type field

Erklärung

Frage 35 von 66

1

What is API Access?

Wähle eine der folgenden:

  • Is required to be able to deploy APEX Code in Force.com

  • Provides direct access to all data stored in Force.com from virtually any platform.

  • Can be given to users to allow them to access all Apps.

  • Allows developers to write test classes within Salesforce.

Erklärung

Frage 36 von 66

1

Object A has a lookup to object B. Which of the following statements are true?

(Chosse 2)

Wähle eine oder mehr der folgenden:

  • Fields of both B and A are accessible from object A

  • Fields of object A can be accessed from object B

  • Fields of object B can be accessed from object A

  • Fields of both A and B are accessible from object B

Erklärung

Frage 37 von 66

1

Which of these is true about the Lookup Relationship?

Wähle eine der folgenden:

  • Parent is not a required field and may be omitted

  • Deleting an object deletes its children

  • Roll-up summary field can be used to perform basic operations over all children of a parent record

  • Security access of the child record is dependent upon the parent record

Erklärung

Frage 38 von 66

1

Which of the following cannot be included in a VisualForce page?

Wähle eine der folgenden:

  • HTML

  • Flash

  • Javascript

  • Java

Erklärung

Frage 39 von 66

1

What is the name for an object that enables a many-to-many relationship between two other objects?

Wähle eine der folgenden:

  • Child Object

  • Parent Object

  • Junction Object

  • Connector Object

  • Schema Object

Erklärung

Frage 40 von 66

1

What is true about Master-Detail relationships?
(Choose 2)

Wähle eine oder mehr der folgenden:

  • You have to expose the master-detail field on the child object page layout

  • You cannot delete a child object

  • When the parent record is deleted, all child records will be deleted

  • You can have a child record without the parent record

Erklärung

Frage 41 von 66

1

What can a cross-object formula reference?

Wähle eine der folgenden:

  • Records of the same Object

  • Child Only

  • Parent Only

  • Both Parent and Child objects

Erklärung

Frage 42 von 66

1

Customer services wish to analyse how many open cases there are each day over a period of time. How can they achieve this?

Wähle eine der folgenden:

  • Summary Reports

  • Matrix Reports

  • Tabular Reports

  • Analytic Snapshot

Erklärung

Frage 43 von 66

1

Which of the following cannot be done via a Workflow?

Wähle eine der folgenden:

  • Create an Email Alert

  • Create an Event

  • Create an Outbound Message

  • Create a Task

Erklärung

Frage 44 von 66

1

What is true about a junction object?

Wähle eine der folgenden:

  • A standard object that has two Master-Detail relationships

  • A custom object that has two Master-Detail relationships

  • A standard object that has one Master-Detail relationship

  • A custom object that has one Master-Detail relationship

Erklärung

Frage 45 von 66

1

In a master-detail relationship scenario, the fields of the parent object need to be displayed in the related list. How will a developer achieve this design?

Wähle eine der folgenden:

  • Workflow rule

  • Assignment rule

  • Validation rule

  • Cross-object formula field

Erklärung

Frage 46 von 66

1

In a data model object A is related to B, B is related to C. How will a developer create a report to include fields of A & C?

Wähle eine der folgenden:

  • Create a custom report type with A,B and C, and use it in the report.

  • Create a custom report with A and C fields as relationships already exist

  • Report cannot be created

  • Create lookup relationships between A,B and C

Erklärung

Frage 47 von 66

1

A field designated as required, is only required when it is added to a user’s page layout

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 48 von 66

1

Which of these is not a valid report type?

Wähle eine der folgenden:

  • Detailed

  • Summary

  • Tabular

  • Matrix

Erklärung

Frage 49 von 66

1

Select the data types that are supported by formula fields
(Choose 3)

Wähle eine oder mehr der folgenden:

  • E-mail

  • Text

  • Currency

  • Percent

  • Phone

Erklärung

Frage 50 von 66

1

What language is used to query Salesforce for specific information?

Wähle eine der folgenden:

  • SQL

  • SOQL

  • SOSL

  • Apex

Erklärung

Frage 51 von 66

1

Can you use an IF statement in a formula field?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 52 von 66

1

How do you highlight totals in a report?

Wähle eine der folgenden:

  • Custom summary field

  • Formula Field

  • Roll-up summary field

  • Summary totals

Erklärung

Frage 53 von 66

1

What type of data cannot be imported using the import wizard?

Wähle eine der folgenden:

  • Users

  • Accounts and Contacts

  • Leads

  • Custom Objects

Erklärung

Frage 54 von 66

1

What is a self relationship?

Wähle eine der folgenden:

  • A lookup field to the user object

  • A lookup field to the same object

  • A lookup to global search

  • A relationship of account to opportunity owned by same owner

Erklärung

Frage 55 von 66

1

Name the prefix used by standard Visualforce markup tags.

Wähle eine der folgenden:

  • apex

  • vf

  • s

  • c

Erklärung

Frage 56 von 66

1

To create a new VisualForce page HelloWorld in development mode, which URL should be appended to the server address?

Wähle eine der folgenden:

  • /HelloWorld

  • /apex/HelloWorld

  • /vf/HelloWorld

  • /home/HelloWorld

Erklärung

Frage 57 von 66

1

What is the maximum number of fields that can be added to an object?

Wähle eine der folgenden:

  • No limit

  • 500

  • 200

  • 100

Erklärung

Frage 58 von 66

1

What type of field cannot be used in a formula field?

Wähle eine der folgenden:

  • Date/Time

  • Text Area (Long)

  • Standard Fields

  • Other Formula Fields

Erklärung

Frage 59 von 66

1

What is the maximum number of external IDs an object may have?

Wähle eine der folgenden:

  • 7

  • 3

  • 5

  • 1

Erklärung

Frage 60 von 66

1

Which functionality is NOT available on a custom object?

Wähle eine der folgenden:

  • Validation Rules

  • Workflows

  • Assignment Rules

  • Record Types

Erklärung

Frage 61 von 66

1

A developer creates a method in an Apex class and needs to ensure that errors are handled properly.

(Choose 3)

Wähle eine oder mehr der folgenden:

  • ApexPages.addErrorMessage()

  • A custom exception

  • .addError()

  • Database.handleException()

  • A try/catch construct

Erklärung

Frage 62 von 66

1

In the Lightning Component framework, where is client-side controller logic contained?

Wähle eine der folgenden:

  • Apex

  • Visualforce

  • HTML

  • JavaScript

Erklärung

Frage 63 von 66

1

Which three use case requires a partial copy or full sandbox?

(Choose 3)

Wähle eine oder mehr der folgenden:

  • Scalability Testing

  • Development Testing

  • Quality Assurance Testing

  • Batch Data Testing

  • Integration Testing

Erklärung

Frage 64 von 66

1

Which two are valid in the where clause of a SOQL query?

(Choose 2)

Wähle eine oder mehr der folgenden:

  • A geolocation field

  • An encrypted field.

  • An aggregate function.

  • An alias notation

Erklärung

Frage 65 von 66

1

What is the correct way to describe how Model-View-Controller (MVC) architecture is implemented on the Salesforce platform?

Wähle eine der folgenden:

  • Model: Standard and Custom Objects; View: Visualforce Pages; Controller: sControls

  • Model: Schema Builder; View: List Views; Controller: Setup Console

  • Model: Standard and Custom Objects; View: Visualforce Pages; Controller: Apex
    Code

  • Model: Apex Code; View: List Views; Controller: Setup Console

Erklärung

Frage 66 von 66

1

What is the maximum size of a VisualForce page?

Wähle eine der folgenden:

  • 1MB

  • 5MB

  • 15MB

  • There is no limit on the size of a VisualForce page

Erklärung