There are no comments, be the first and leave one below:
Standard Fiscal Years are periods that follow Gregorian calendar, but can start on the first day of any month of the year
FALSE
TRUE
Which of the following make a User record Unique?
Role
Username
Profile
Email Id
The system administrator has created a new custom object and application. This individual now needs to populate the new object with 1000 records, which are formatted in a CSV file. The Import Wizard (Data Management --> Import Custom Objects) is appropriate for this task.
On deleting a Tab from an Application, what happens?
Deletes that particular Object of whose Tab is deleted
Deletes the tab from that Application
Deletes the Tab from Salesforce.com
All of the Above
Identify the statement that correctly defines data validation.
Data validation ensures the integrity of data when data is imported in SF
Data validation ensures the integrity of data when data is exported in SF
Data validation ensures the integrity of data after its saved in SF
Data validation ensures the integrity of data before its saved in SF
When an end user hovers their mouse over the icon that appears to the right of a field, the field description appears to give the end user more information about that field?
YES
NO
Can the User Records be permanently deleted from the Salesforce.com?
Depends on Profile Settings of the Administrator
User Records can be archived so that they are available on request
Which statements are true about standard fields?
Standard fields are created by Admin
You can remove required standard fields from a page layout
You can change the standard field labels
You can delete standard fields
Which of the following settings directly affects Date fields to display as MM/DD/YYYY?
Default Currency
Local
Language
Time Zone
What tab setting on a profile makes a tab NOT accessible on the All Tabs page or visible in any apps?
Read-only
Default on
Default off
Tab hidden
Which Import functionality of salesforce.com should be used if one needs to import the 30000 Accounts in Salesforce.com?
Data Loader
Any one of A or B
Import Wizard
None of A or B
A Profile can have many users, but a user can have only one profile?
Which permission allows a user to create a new solution?
Create
Read
Edit
Delete
A field flagger as an External ID is not required to be unique?
Which two functions return the same result when used with fields of the same data type?
ISNULL() and LEN()
ISBLANK() and ISNULL()
ISBLANK() and ISEMPTY()
ISBLANK() and BLANKVALUE()
_________ are words or short phrases that users can associate with most Salesforce.com records to describe and organize their data in a personalized way?
Apps
Dashboards
Tags
Views
Home Page layout
A user at Universal container reports an error message when attempting to log in. the administrator checks the user’s login history, but there is no record of the attempted login.
The user is attempting to login outside of the profile IP login range
The user is attempting to login with the wrong username
The user is attempting to login with the wrong password
The user is attempting to login outside of the profile login hours
Which of the following are reasons for creating a Validation Rule?
To prevent users from entering bad data To ensure users enter data only when it is required To prevent bad data being imported To hide fields from certain users
1,2 & 4
1, 2, 3 & 4
1, 2, & 3
1, 3 & 4
When a field is removed from the page layout, does it is also deleted from the Object?
How many objects at a time may be imported or updated using the Data Loader?
2
1
100
Many
What is true about a Role? Chosse 2 answers
A user may be associated to one role
Controls the level of visibility that users have to an org. data
Role is required while creating Record types
A user must be associated to one role
When the multiple currencies feature is enabled, which currency is used as the basis for all currency conversion rates?
Corporate currency
Active currency
Personnel currency
Record currency
How many Solution records can be imported via Import Wizard?
5 000
Solution Records cannot be imported via Import Wizard
50 000
500
When you define a Data Validation Rule, what else must you also define?
Whether or not the record gets deleted
What email gets sent if the Rule triggers
Whether or not the field is required
An Error Message
What can be modified on standard object fields? Choose 3 answers
Help text
Default text
Label
Field type
Picklist values
You have created a custom field of the type "Number" on the Account object called "Number of Golfers at Client". You enter the following data in the field: 073. What is stored in Saleforce CRM?
0,73
73
0073
7.3%
The value in a Custom Field called Salary is 50,000. What would the formula, ISNUMBER(Salary_c), return?
False
True
Depends on the Users Locale
Which tool should be used to Import more then 65000 records in Salesforce.com?
When creating a custom picklist field, list values are entered delimited by a comma (,)?
Which of these is not a standard profile?
Developer
Solution Manager
Contract Manager
Read only
What type of field allows users to input text, images and links?
Text area(rich)
Text area
Text and image area
Input area
Account team is a set of users that normally work together on _________?
Leads
Cases
Accounts
Opportunities
Contacts
__________ are a collection of Force.com components and applications that are made available to other organizations through the AppExchange.
Application
Visual Force Page
Packages
Object
Workflow Rules
What would you change if all of your online help was displayed in English and you wanted it to be German?
Default Language
Default Locale
What determines a unique User Record?
Custom Profile
User Role
Standard Profile
Which one is the following is a salesforce.com definition for an opportunity?
Any potential revenue-generating event i.e. “sales deal”
An organization, individual or company involved with your business such as customers, competitors and partners
Any individual or influencer associated with an account
Any person, organization or company that may be interested in your products and services, not yet customers
If you change the data type from a Checkbox to a Picklist, it can cause data loss.
Which of the following objects cannot be imported via the Salesforce.com Import Wizard?
Solutions
Which statement about sharing rules is true? Choose 2 answers
Sharing rules open up access of records
Sharing rules grant record access to roles and public groups
Sharing rules grant delete access to records
Sharing rules are required in public read/write organizations
When is a custom object created?
When there is a need to create a custom field
To capture unique data of the business
When there is a need to add custom tabs
To enhance the look of the application
What is the max length of the field type "Text" ?
131,072
320
255
3200
Which of the following is Not a Mandatory Field while creating a User Record?
Community Nickname
Alias
You CANNOT delete standard fields but you can remove non-required standard fields from a page layout
A field designated as required, is only required when it is added to a user’s page layout?
When are data Validation Rules enforced?
Upon opening the record
Upon closing the record
Upon saving a record
Upon editing a field
A role has many to many relationships with the user?
Which of the following is true about Page layouts?
Control which standard and custom buttons display on detail pages and related lists
Control which fields, related lists, and custom links users see, on detail and edit pages only
Control the layout and organization of detail and edit pages
Determine whether fields are visible, read only, or required, on detail and edit pages only
A Profile is a collection of settings and permissions that determine what the user can do with records they have access to and how they view those records.
Which standard fields are added when a custom object is created? Choose 3 answers.
Name
Description
Type
LastModifyBy
Owner
Which of the following does a Profile control?
Role level access
Username and Password
Sharing rules
Read, Create, Edit, and Delete permissions
A Standard Fiscal Year can start on May 1st.
For how many days deleted records are kept in the Recycle Bin?
60
45
15
30
A sales team is a set of users that normally work together on _________ ?
A company has a custom field "Hours Worked" and the sys admin is tasked to create a validation rule so that field will not accept a negative value.
Hours_Worked__c <> 0
Hours_Worked__c < 0
NOT(Hours_Worked__C > 0)
Hours_Worked < 0
Hours_Worked != 0
NOT(Hours_Worked < 0)
Which of the following statements about a user record are true? Choose 3 answers
Each has its own username which is not necessarily unique.
Both active and inactive users use license.
Each has its own unique username.
Some users might not be associated with any Role.
Each user must be associated with a profile.
What is not found on a Company Profile?
Manage Currencies
Language, Local, and Time Zone
Profiles
Licenses
Storage and Used Space
Fiscal Years
Where do you go to create a List View so that you can see it on the Console, under the Accounts object?
Create a field on the Console
Create a list view on Contacts
Create a list view on Accounts
Create a list view on the Console
When are Formula Fields recalculated?
Calculated automatically
After Edits / Save
Every 15 Minutes
Nightly
How many User records can be imported via Import Wizard?
User Records cannot be imported via Import Wizard
What happens when you delete a custom field?
Custom fields cannot be deleted
The field and its data are permanently deleted
The data in the field is saved and the field is permanently deleted
The field appears in deleted list from where it can be undeleted