Questão 1
Questão
What layer of model-view-controller paradigm are standard or custom objects associated with?
Responda
-
Model
-
View
-
Controller
-
View and Controller
Questão 2
Questão
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?
Responda
-
Many-to-many
-
Master-Detail
-
Lookup
-
Hierarchical
Questão 3
Questão
What must a developer consider when inserting data via an API based tool?
(Choose 2)
Responda
-
Validation Rules are Respected
-
APEX Triggers are ignored
-
Required fields on page layouts are enforced
-
Universally required field settings are respected
Questão 4
Questão
Which Salesforce Formula Function can return a value based on more than two different field parameters?
Responda
-
Beings
-
CASE Statement
-
IF Statement
-
Contains
Questão 5
Questão
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.
Questão 6
Questão
Which of the following is true about Roll-up summary fields?
Responda
-
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.
Questão 7
Questão
Which edition of Salesforce is API access not available for by default?
Responda
-
Unlimited
-
Professional
-
All Editions
-
Developer
Questão 8
Questão
What are the three different custom tabs you can create?
(Choose 3)
Responda
-
APEX Tab
-
Web Tab
-
Custom Object Tab
-
Standard Object Tab
-
Visualforce Tab
Questão 9
Questão
What do the first 3 characters of a Salesforce Record ID identify?
e.g. 00Q2400000198J8
Responda
-
The location on the storage pod
-
The serial number in the data centre
-
The storage field identifier
-
The Object type
Questão 10
Questão
What type of field needs to be wrapped in a function (In a formula) to be accessed?
Responda
-
Picklist
-
Date/Time
-
Long Text Field
-
Currency
Questão 11
Questão
What is true about a custom tab?
Responda
-
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
Questão 12
Questão
If a child record in a master detail relationship is deleted, the parent is deleted.
Questão 13
Questão
When would a developer use upsert and external IDs?
(Choose 2)
Responda
-
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
Questão 14
Questão
What is the maximum number of master-detail lookup relationships allowable per object?
Questão 15
Questão
When building a custom application, a developer can include a custom icon for the app?
Questão 16
Questão
What are required pieces of a validation rule?
(Choose 3)
Responda
-
Error Message
-
Condition Formula
-
Return Value
-
Description
-
Rule Name
Questão 17
Questão
Which feature sets the base level of access to an object?
Questão 18
Questão
Which of the following is not a valid return type of a custom formula?
Questão 19
Questão
Which of the following statements are true about Record ID’s?
(Choose 2)
Responda
-
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
Questão 20
Questão
Standard picklist fields can be controlling or dependent?
Questão 21
Questão
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?
Responda
-
Workflow Rule
-
Apex Trigger on Object B
-
Apex Trigger on Object A
-
Visualforce page
Questão 22
Questão
Name the language Force.com uses to support full-text search in Objects
Responda
-
SOSL
-
Visualforce
-
SQL
-
SOQL
Questão 23
Questão
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?
Responda
-
Disable Visible and Read-Only
-
Enable Visible but Disable Read-Only
-
Disable Visible but Enable Read-Only
-
Enable Visible and Read-Only
Questão 24
Questão
Before code can be deployed in production, what percentage of test coverage must be achieved?
Questão 25
Questão
There is more than 1 version of a Salesforce Record ID?
Questão 26
Questão
Currently defined picklist values are retained when you change a picklist to a multi-select picklist?
Questão 27
Questão
Which of the following is not a sandbox type?
Responda
-
Developer
-
Partial Data
-
Professional
-
Full
Questão 28
Questão
An organization needs to create a public website that displays data from Salesforce.com organization without user registration.
Responda
-
Visualforce
-
Apex
-
Salesforce Knowledgebase
-
Force.com sites
Questão 29
Questão
The organization IDs of your sandboxes remain same each time your sandbox is refreshed
Questão 30
Questão
How can you make a field mandatory?
(Choose 3)
Responda
-
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
Questão 31
Questão
How many components can a Dashboard have?
Questão 32
Questão
Roll-up Summaries are only available on what type of relationship?
Questão 33
Questão
Which of the following represent correct syntax to display first name from global variable user?
Responda
-
{User.FirstName}
-
{!User.FirstName}
-
$User.FirstName
-
{!$User.FirstName}
Questão 34
Questão
Your manager has asked you to create an object with radio buttons that track a rating of 1-5, how will you achieve this?
Responda
-
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
Questão 35
Questão
What is API Access?
Responda
-
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.
Questão 36
Questão
Object A has a lookup to object B. Which of the following statements are true?
(Chosse 2)
Responda
-
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
Questão 37
Questão
Which of these is true about the Lookup Relationship?
Responda
-
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
Questão 38
Questão
Which of the following cannot be included in a VisualForce page?
Responda
-
HTML
-
Flash
-
Javascript
-
Java
Questão 39
Questão
What is the name for an object that enables a many-to-many relationship between two other objects?
Responda
-
Child Object
-
Parent Object
-
Junction Object
-
Connector Object
-
Schema Object
Questão 40
Questão
What is true about Master-Detail relationships?
(Choose 2)
Responda
-
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
Questão 41
Questão
What can a cross-object formula reference?
Questão 42
Questão
Customer services wish to analyse how many open cases there are each day over a period of time. How can they achieve this?
Responda
-
Summary Reports
-
Matrix Reports
-
Tabular Reports
-
Analytic Snapshot
Questão 43
Questão
Which of the following cannot be done via a Workflow?
Questão 44
Questão
What is true about a junction object?
Responda
-
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
Questão 45
Questão
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?
Questão 46
Questão
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?
Responda
-
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
Questão 47
Questão
A field designated as required, is only required when it is added to a user’s page layout
Questão 48
Questão
Which of these is not a valid report type?
Responda
-
Detailed
-
Summary
-
Tabular
-
Matrix
Questão 49
Questão
Select the data types that are supported by formula fields
(Choose 3)
Responda
-
E-mail
-
Text
-
Currency
-
Percent
-
Phone
Questão 50
Questão
What language is used to query Salesforce for specific information?
Questão 51
Questão
Can you use an IF statement in a formula field?
Questão 52
Questão
How do you highlight totals in a report?
Responda
-
Custom summary field
-
Formula Field
-
Roll-up summary field
-
Summary totals
Questão 53
Questão
What type of data cannot be imported using the import wizard?
Responda
-
Users
-
Accounts and Contacts
-
Leads
-
Custom Objects
Questão 54
Questão
What is a self relationship?
Responda
-
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
Questão 55
Questão
Name the prefix used by standard Visualforce markup tags.
Questão 56
Questão
To create a new VisualForce page HelloWorld in development mode, which URL should be appended to the server address?
Responda
-
/HelloWorld
-
/apex/HelloWorld
-
/vf/HelloWorld
-
/home/HelloWorld
Questão 57
Questão
What is the maximum number of fields that can be added to an object?
Questão 58
Questão
What type of field cannot be used in a formula field?
Responda
-
Date/Time
-
Text Area (Long)
-
Standard Fields
-
Other Formula Fields
Questão 59
Questão
What is the maximum number of external IDs an object may have?
Questão 60
Questão
Which functionality is NOT available on a custom object?
Responda
-
Validation Rules
-
Workflows
-
Assignment Rules
-
Record Types
Questão 61
Questão
A developer creates a method in an Apex class and needs to ensure that errors are handled properly.
(Choose 3)
Questão 62
Questão
In the Lightning Component framework, where is client-side controller logic contained?
Responda
-
Apex
-
Visualforce
-
HTML
-
JavaScript
Questão 63
Questão
Which three use case requires a partial copy or full sandbox?
(Choose 3)
Questão 64
Questão
Which two are valid in the where clause of a SOQL query?
(Choose 2)
Responda
-
A geolocation field
-
An encrypted field.
-
An aggregate function.
-
An alias notation
Questão 65
Questão
What is the correct way to describe how Model-View-Controller (MVC) architecture is implemented on the Salesforce platform?
Responda
-
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
Questão 66
Questão
What is the maximum size of a VisualForce page?