Rodolfo Noviski
Quiz by , created more than 1 year ago

Salesforce Quiz on Exam 450, created by Rodolfo Noviski on 13/01/2017.

606
2
0
Rodolfo Noviski
Created by Rodolfo Noviski over 7 years ago
Close

Exam 450

Question 1 of 66

1

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

Select one of the following:

  • Model

  • View

  • Controller

  • View and Controller

Explanation

Question 2 of 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?

Select one of the following:

  • Many-to-many

  • Master-Detail

  • Lookup

  • Hierarchical

Explanation

Question 3 of 66

1

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

(Choose 2)

Select one or more of the following:

  • Validation Rules are Respected

  • APEX Triggers are ignored

  • Required fields on page layouts are enforced

  • Universally required field settings are respected

Explanation

Question 4 of 66

1

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

Select one of the following:

  • Beings

  • CASE Statement

  • IF Statement

  • Contains

Explanation

Question 5 of 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.

Select one of the following:

  • True
  • False

Explanation

Question 6 of 66

1

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

Select one of the following:

  • 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.

Explanation

Question 7 of 66

1

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

Select one of the following:

  • Unlimited

  • Professional

  • All Editions

  • Developer

Explanation

Question 8 of 66

1

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

Select one or more of the following:

  • APEX Tab

  • Web Tab

  • Custom Object Tab

  • Standard Object Tab

  • Visualforce Tab

Explanation

Question 9 of 66

1

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

e.g. 00Q2400000198J8

Select one of the following:

  • The location on the storage pod

  • The serial number in the data centre

  • The storage field identifier

  • The Object type

Explanation

Question 10 of 66

1

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

Select one of the following:

  • Picklist

  • Date/Time

  • Long Text Field

  • Currency

Explanation

Question 11 of 66

1

What is true about a custom tab?

Select one of the following:

  • 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

Explanation

Question 12 of 66

1

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

Select one of the following:

  • True
  • False

Explanation

Question 13 of 66

1

When would a developer use upsert and external IDs?

(Choose 2)

Select one or more of the following:

  • 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

Explanation

Question 14 of 66

1

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

Select one of the following:

  • 4

  • 2

  • 3

  • 1

Explanation

Question 15 of 66

1

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

Select one of the following:

  • True
  • False

Explanation

Question 16 of 66

1

What are required pieces of a validation rule?

(Choose 3)

Select one or more of the following:

  • Error Message

  • Condition Formula

  • Return Value

  • Description

  • Rule Name

Explanation

Question 17 of 66

1

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

Select one of the following:

  • Public Groups

  • Organizational Wide Defaults

  • Roles

  • Profiles

Explanation

Question 18 of 66

1

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

Select one of the following:

  • Decimal

  • Date

  • Array

  • Text

Explanation

Question 19 of 66

1

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

(Choose 2)

Select one or more of the following:

  • 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

Explanation

Question 20 of 66

1

Standard picklist fields can be controlling or dependent?

Select one of the following:

  • True
  • False

Explanation

Question 21 of 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?

Select one of the following:

  • Workflow Rule

  • Apex Trigger on Object B

  • Apex Trigger on Object A

  • Visualforce page

Explanation

Question 22 of 66

1

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

Select one of the following:

  • SOSL

  • Visualforce

  • SQL

  • SOQL

Explanation

Question 23 of 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?

Select one of the following:

  • Disable Visible and Read-Only

  • Enable Visible but Disable Read-Only

  • Disable Visible but Enable Read-Only

  • Enable Visible and Read-Only

Explanation

Question 24 of 66

1

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

Select one of the following:

  • 75

  • 25

  • 50

  • 100

Explanation

Question 25 of 66

1

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

Select one of the following:

  • True
  • False

Explanation

Question 26 of 66

1

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

Select one of the following:

  • True
  • False

Explanation

Question 27 of 66

1

Which of the following is not a sandbox type?

Select one of the following:

  • Developer

  • Partial Data

  • Professional

  • Full

Explanation

Question 28 of 66

1

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

Select one of the following:

  • Visualforce

  • Apex

  • Salesforce Knowledgebase

  • Force.com sites

Explanation

Question 29 of 66

1

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

Select one of the following:

  • True
  • False

Explanation

Question 30 of 66

1

How can you make a field mandatory?

(Choose 3)

Select one or more of the following:

  • 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

Explanation

Question 31 of 66

1

How many components can a Dashboard have?

Select one of the following:

  • 100

  • 50

  • 10

  • 20

Explanation

Question 32 of 66

1

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

Select one of the following:

  • Apex relationship

  • Formula relationship

  • Lookup relationship

  • Master-Detail relationship

Explanation

Question 33 of 66

1

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

Select one of the following:

  • {User.FirstName}

  • {!User.FirstName}

  • $User.FirstName

  • {!$User.FirstName}

Explanation

Question 34 of 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?

Select one of the following:

  • 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

Explanation

Question 35 of 66

1

What is API Access?

Select one of the following:

  • 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.

Explanation

Question 36 of 66

1

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

(Chosse 2)

Select one or more of the following:

  • 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

Explanation

Question 37 of 66

1

Which of these is true about the Lookup Relationship?

Select one of the following:

  • 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

Explanation

Question 38 of 66

1

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

Select one of the following:

  • HTML

  • Flash

  • Javascript

  • Java

Explanation

Question 39 of 66

1

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

Select one of the following:

  • Child Object

  • Parent Object

  • Junction Object

  • Connector Object

  • Schema Object

Explanation

Question 40 of 66

1

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

Select one or more of the following:

  • 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

Explanation

Question 41 of 66

1

What can a cross-object formula reference?

Select one of the following:

  • Records of the same Object

  • Child Only

  • Parent Only

  • Both Parent and Child objects

Explanation

Question 42 of 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?

Select one of the following:

  • Summary Reports

  • Matrix Reports

  • Tabular Reports

  • Analytic Snapshot

Explanation

Question 43 of 66

1

Which of the following cannot be done via a Workflow?

Select one of the following:

  • Create an Email Alert

  • Create an Event

  • Create an Outbound Message

  • Create a Task

Explanation

Question 44 of 66

1

What is true about a junction object?

Select one of the following:

  • 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

Explanation

Question 45 of 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?

Select one of the following:

  • Workflow rule

  • Assignment rule

  • Validation rule

  • Cross-object formula field

Explanation

Question 46 of 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?

Select one of the following:

  • 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

Explanation

Question 47 of 66

1

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

Select one of the following:

  • True
  • False

Explanation

Question 48 of 66

1

Which of these is not a valid report type?

Select one of the following:

  • Detailed

  • Summary

  • Tabular

  • Matrix

Explanation

Question 49 of 66

1

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

Select one or more of the following:

  • E-mail

  • Text

  • Currency

  • Percent

  • Phone

Explanation

Question 50 of 66

1

What language is used to query Salesforce for specific information?

Select one of the following:

  • SQL

  • SOQL

  • SOSL

  • Apex

Explanation

Question 51 of 66

1

Can you use an IF statement in a formula field?

Select one of the following:

  • True
  • False

Explanation

Question 52 of 66

1

How do you highlight totals in a report?

Select one of the following:

  • Custom summary field

  • Formula Field

  • Roll-up summary field

  • Summary totals

Explanation

Question 53 of 66

1

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

Select one of the following:

  • Users

  • Accounts and Contacts

  • Leads

  • Custom Objects

Explanation

Question 54 of 66

1

What is a self relationship?

Select one of the following:

  • 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

Explanation

Question 55 of 66

1

Name the prefix used by standard Visualforce markup tags.

Select one of the following:

  • apex

  • vf

  • s

  • c

Explanation

Question 56 of 66

1

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

Select one of the following:

  • /HelloWorld

  • /apex/HelloWorld

  • /vf/HelloWorld

  • /home/HelloWorld

Explanation

Question 57 of 66

1

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

Select one of the following:

  • No limit

  • 500

  • 200

  • 100

Explanation

Question 58 of 66

1

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

Select one of the following:

  • Date/Time

  • Text Area (Long)

  • Standard Fields

  • Other Formula Fields

Explanation

Question 59 of 66

1

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

Select one of the following:

  • 7

  • 3

  • 5

  • 1

Explanation

Question 60 of 66

1

Which functionality is NOT available on a custom object?

Select one of the following:

  • Validation Rules

  • Workflows

  • Assignment Rules

  • Record Types

Explanation

Question 61 of 66

1

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

(Choose 3)

Select one or more of the following:

  • ApexPages.addErrorMessage()

  • A custom exception

  • .addError()

  • Database.handleException()

  • A try/catch construct

Explanation

Question 62 of 66

1

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

Select one of the following:

  • Apex

  • Visualforce

  • HTML

  • JavaScript

Explanation

Question 63 of 66

1

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

(Choose 3)

Select one or more of the following:

  • Scalability Testing

  • Development Testing

  • Quality Assurance Testing

  • Batch Data Testing

  • Integration Testing

Explanation

Question 64 of 66

1

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

(Choose 2)

Select one or more of the following:

  • A geolocation field

  • An encrypted field.

  • An aggregate function.

  • An alias notation

Explanation

Question 65 of 66

1

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

Select one of the following:

  • 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

Explanation

Question 66 of 66

1

What is the maximum size of a VisualForce page?

Select one of the following:

  • 1MB

  • 5MB

  • 15MB

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

Explanation