Dev 401 - Deloitte Mock up exam (older) Flashcards

1
Q

What field can be controlled by translation workbench?

A: Validation Errors
B: Rule name
C: Criteria
D: Description
E: Action
A

A: Validation Errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following editions have Salesforce Mobile functionality enabled?
Choose 2:

A: Unlimited edition
B: Enterprise edition with additional cost
C: Enterprise edition
D: Professional edition
E: All of the above
A

A: Unlimited edition
C: Enterprise edition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of these is not a standard profile?

A: Developer
B: Contract Manager
C: Read only
D: Solution Manager

A

A: Developer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A: SQL
B: Viasual Force
C: SOQL
D: SOSL

A

D: SOSL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A developer has created a custom field marked as an external id on an object. If two records in the object have the same external id, and an upsert action occurred for that same external id, what would happen?

A: One record is updated and another throws error
B: Both records are updated
C: One record is updated and another inserted
D: None of the records are updated
E: Both records throw error

A

E: Both records throw error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you approve a record using a mobile device?

A: It is not possible to approve using mobile devices
B: By logging into Salesforce using mobile browser
C: By sending a text message
D: By sending SMS
E: By calling Salesforce Support

A

C: By sending a text message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What features do you get by default when you create a Tab?
Choose 3:

A: Quick create option
B: Create "New" component on home page
C: Search Side bar
D: Most recent records list
E: Can use in Reports
A

A: Quick create option
B: Create “New” component on home page
C: Search Side bar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name the prefix used by standard VisualForce markup tags.

A: vf
B: apex
C: c
D: s

A

B: apex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Using which of the following, can you run a scheduled batch job every night at 1 am?

A: It's not possible using force.com native tools
B: Import wizard
C: Data Loader
D: External Tool
E: Apex Scheduler
A

E: Apex Scheduler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

An organization has created an application to manage new hires and job positions. A custom object had been created to manage all job positions. Using an approval process they have configured the application to have the first step of the process require approvals from three different hiring managers. Select the possible approval choices based on multiple approvers for an approval step.
Choose 2:

A: Approve or reject based on the first response
B: Require unanimous approval from all selected approvers
C: Require majority approval from all selected approvers
D: Require x out of y approval from all selected approvers

A

A: Approve or reject based on the first response
B: Require unanimous approval from all selected approvers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Someone has made changes to an approval process. How will administrator test who made the changes?
Choose 2:

A: Approval Process change date
B: Debug Log
C: Audit Trail
D: Login History
E: Created by Field
A

A: Approval Process change date
C: Audit Trail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following permissions are required for a user to access Salesforce programatically?

A: Customize Application
B: API-enabled
C: API Only User
D: Metadata API
E: Author Apex
A

B: API-enabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In which of the following ways can you enforce User Authentication on a Site?

A: Partner Portal
B: Customer Portal
C: Custom Login Method
D: Cannot Enforce
E: Partner Portal & Customer Portal
A

E: Partner Portal & Customer Portal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following type of fields can be used as Formula Fields?
Choose 3:

A: Date
B: Percent
C: Email
D: Currency

A

A: Date
B: Percent
D: Currency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Where can a developer edit the Hover details of a Lookup field?

A: Write a trigger on the object
B: Mini Page Layout
C: Page Layout
D: None of the above
E: Create a VF page
A

B: Mini Page Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When a record has been rejected by all approvers, Salesforce executes all final rejection actions. Which of the following is NOT a possible final rejection action?

A: Email Alert
B: Lock the record
C: Outbound Message
D: None of these
E: Delete the record and send to recycle bin
A

E: Delete the record and send to recycle bin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

You can create/use Folders in Salesforce for which of the following objects?
Choose 3:

A: Dashboards
B: Documents
C: Attachments
D: Email Templates

A

A: Dashboards
B: Documents
D: Email Templates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

An External ID field can be of which type?
Choose 3:

A: Number
B: Text
C: Currency
D: Email

A

A: Number
B: Text
D: Email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which of the following can you use to map any relationship fields while loading data through Data Loader?

A: Salesforce ID or External Id
B: Salesforce ID
C: External Id
D: None of these
E: Record Name
A

A: Salesforce ID or External Id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

There are two custom objects called Position and Job Application. Job Application has a look up relationship with Position. What happens to the Job Application record if the related Position record is deleted?

A: The Position record can’t be deleted until the Job Application record is deleted
B: Job Application Record is also deleted
C: Job Application is not deleted
D: Depends on how the record is being deleted

A

C: Job Application is not deleted

Unless this is specified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which kind of report would you use if you want to show the sales for each Sales rep, summarized by each month for different products of a company over a given time period?

A: Summary
B: Tabular
C: Pie Chart
D: Matrix
E: All of the above
A

D: Matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Which functionalities work in offline mode?
Choose 2:

A: Auto-Number fields
B: Workflow rules
C: Formula fields
D: Roll-up Summary fields
E: Field dependency
A

B: Workflow rules
E: Field dependency

23
Q

What are the features of Force.com Data Loader?
Choose 3:

A: Perform rollback
B: Insert more than 50,000 records in a single go
C: Insert, delete, and update records for custom objects
D: Run a batch process
E: Insert records to different objects in a single go

A

B: Insert more than 50,000 records in a single go
C: Insert, delete, and update records for custom objects
D: Run a batch process

24
Q

What can be the best possible solution if a manager wants a report without logging into the org?

A: Custom Report
B: Not possible
C: Creating a VisualForce Site
D: Salesforce Mobile
E: Email the report
A

E: Email the report

25
Q

What are the two key concepts of the Force.com platform?
Choose 2:

A: Multi-Tenancy
B: Security
C: Reliability
D: Sites
E: Metadata
A

A: Multi-Tenancy
E: Metadata

26
Q

Which of the following customizations can you make on a Page Layout?
Choose 3:

A: Custom Field
B: Custom Link
C: Inline VF page
D: Tagging
E: Custom Button
A

A: Custom Field
B: Custom Link
D: Tagging

27
Q

A solution record with record id 50130000000L7s5 is created on production org. The next day, production creates a Full Copy Sandbox. Will the solution with the same record id be accessible in the Sandbox org as well?

A: Depends
B: Yes
C: No

A

B: Yes

28
Q

Can a Formula field be converted into any other field type?

A: Yes
B: No
C: Depends

A

B: No

29
Q

Can you convert a lead if there is a time dependent workflow queued to it?

A: Yes
B: No
C: Depends

A

B: No

30
Q

Can you use Relationship queries while exporting data through Data Loader?

A: Yes
B: No
C: Depends

A

A: Yes

31
Q

Does Apex support casting?

A: Yes
B: No
C: Depends

A

A: Yes

32
Q

Which of the following editions support both Apex and Visual Force?
Choose 2:

A: Enterprise Edition
B: Professional Edition
C: Apex Edition
D: Unlimited Edition
E: Group Edition
A

A: Enterprise Edition
D: Unlimited Edition

33
Q

Which of the following can be enabled for a custom object?
Choose 4:

A: Reports
B: Queues
C: Assignment Rule
D: Visibility in Customer Portal
E: Track Field History
A

A: Reports
B: Queues
D: Visibility in Customer Portal
E: Track Field History

34
Q

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

A: 500
B: There is no limit
C: 100
D: 200

A

A: 500

35
Q

Which of the following are respected while importing data?

A: Workflows
B: Required fields are always respected
C: Page Layout required fields
D: User access to fields are respected
E: Validation rules of the child object are always respected
A

B: Required fields are always respected

36
Q

What kind of relationship cannot exist in Salesforce?

A: Master-Detail between Account and a Custom object
B: A Custom object having a Standard object as Master
C: A Standard object as a detail of a Custom object
D: Self-relationship
E: A Standard object having another Standard object as Lookup

A

C: A Standard object as a detail of a Custom object

37
Q

How can dashboard push alerts be used?
Choose 2:

A: To alert support managers when number of escalated cases reaches specified threshold
B: To alert sales managers when value of opportunities in pipeline drops by specific percent
C: To alert sales managers when total value of team’s opportunity reach specifies sales target
D: To alert marketing managers when rank of the top campaigns on a table component changes

A

A: To alert support managers when number of escalated cases reaches specified threshold
C: To alert sales managers when total value of team’s opportunity reach specifies sales target

38
Q

Which of the following cannot be used to build a complete Custom Tab?

A: Show data from a custom object using the native user interface
B: Display the approval process using an Apex page
C: Display data using a VisualForce page
D: Display an external web page

A

B: Display the approval process using an Apex page

39
Q

When designing an application, a developer needs to make a field editable to all profiles. In field level security what settings should be used in this situation?

A: Enable Visible, disable Read-Only
B: Disable Visible, Enable Read-Only
C: Disable Visible and Read-Only
D: Enable Visible and Read-Only

A

A: Enable Visible, disable Read-Only

40
Q

Which of the components belong to the Model of the Model-View-Controller design paradigm?

A: Custom Relationship
B: Custom Page Layout
C: Custom Object
D: Custom Field
E: Workflow Rules
A

A: Custom Relationship
C: Custom Object
D: Custom Field

41
Q

A customer has requested a user interface where list view of four objects can be accessed together with frequent navigation across them. Which feature of Force.com platform can be used to support this requirement?

A: Console
B: Dashboard
C: Analytical Snapshot
D: Packages
E: Layout Templates
A

A: Console

42
Q

The number of Lookup relationships that an object can have are?

A: 25
B: 1
C: 2
D: 100

A

A: 25

43
Q

Which of these represents the correct syntax for custom controllers:

A:
B:
C:
D:

A

A:

44
Q

Which of these is not a valid report type?

A: Summary
B: Matrix
C: Detailed
D: Tabular

A

C: Detailed

45
Q

An organization is interested in leveraging the Data Loader to load data into Salesforce.com. Which of the following are NOT capabilities if the Data Loader?
Choose 2:

A: Run by command line
B: Import data into 2 objects in a single transaction
C: Import greater than 50,000 records
D: Rollback import transactions

A

B: Import data into 2 objects in a single transaction
D: Rollback import transactions

46
Q

A developer needs to create a trending report. What should he/she use to get the historical data?

A: Reports
B: Analytical Snapshots
C: Roll-up Summary 
D: Report Types
E: Audit History Records
A

B: Analytical Snapshots

47
Q

Salesforce has notified you that they have enabled the ability to update audit fields for your organization. When inserting a record which field can you set?

A: CreatedDate
B: IsDeleted
C: SysModStamp
D: UpdatedDate

A

A: CreatedDate

48
Q

Using the force.com platform declarative model to build an application, which of the following do you NOT have to do?
Choose 3:

A: Administer and email server
B: Install a database server
C: Deploy a web server
D: Configure an application using clicks not nodes

A

A: Administer and email server
B: Install a database server
C: Deploy a web server

49
Q

Which report type does not allow generation of charts?

A: Summary
B: Matrix
C: Detailed
D: Tabular

A

D: Tabular

50
Q

What will cause the analytic snapshots run to fail?
Choose 3:

A: The source report is saved as Matrix Report
B: The running user has been inactivated
C: The target object has a trigger on it
D: The target object is a custom object
E: The source report has been deleted
A

B: The running user has been inactivated
C: The target object has a trigger on it
E: The source report has been deleted

51
Q

Which report type is used to group rows of data and show their subtotals?

A: Summary
B: Matrix
C: Detailed
D: Tabular

A

A: Summary

52
Q

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

A: Date
B: Decimal
C: Array
D: Text

A

C: Array

53
Q

In which cases could change sets be used?

A: To deploy an app directly from AppExchange to a local sandbox org for testing
B: To deploy changes from one production org to another production org
C: To deploy custom objects and VF pages from a sandbox org to its production org
D: To deploy custom fields and validation rules from production org to its sandbox org

A

C: To deploy custom objects and VF pages from a sandbox org to its production org
D: To deploy custom fields and validation rules from production org to its sandbox org