Explain the concept of record ownership.
Every record in Salesforce must have an owner. Records can be owned by either users or queues. By default, the user that creates the record is the owner. Record owner is typically used to determine responsibilities (e.g. I manage the leads that I own), reporting (I am credited for the opportunities that I own), record security (discussed in Security Model – Free), and for a variety of other purposes.
Explain the difference between production and sandbox environments.
A sandbox is a copy of a production environment, commonly used for testing and development. Sandbox and production environments use different login URLs:
Production: https://login.salesforce.com
Sandbox: https://test.salesforce.com
What are the different types of Sandboxes?
TYPE COPIES METADATA COPIES DATA REFRESH LIMIT DATA LIMIT
Explain the importance of Salesforce user records.
An active user record is required to login to Salesforce. Records can only be assigned to an active user or a queue.
What determines what a user can perform?
Licensing (User & Feature) and Permissions

User Licesne Types
CRM Apps & Data

Key User Settings
Licsensing - What security they can be granted (User License; Feature License)
Security - What the use can do (Role; Profile)
Localization - How information is displayed to the user (Locale; Language; Time Zone; Currency)
Explain the difference between deactivating and freezing a user account.
Freezing a user account will temporarily prevent a user from logging in (e.g. during a maintenance window, or if configuration prevents user deactivation), while deactivation of a user completely revokes access.
Things to consider when deactivating a user.
Freezing User Accounts
Describe Queues
(Setup > Manage Users > Queues)
Explain the difference between user and feature licenses.
Explain how licensing influences what actions a user can perform
Explain the implications of user localization settings.
(Setup > Company Profile >Company Information)

Describe the translation capabilities of Salesforce
Salesforce has several tiers of language support; each supports translation to a different degree. Regardless of the language tier, custom elements (such as custom fields, objects, and picklist values) must be translated using the translation workbench.
Salesforce offers three levels of language support: fully supported languages, end-user languages, and platform-only languages. All languages are identified by a two-character language code (such as en) or a five-character locale code (such as en_AU).
Describe the capabilities of Salesforce to manage multiple currencies.
Describe the different methods that can be used to authenticate to Salesforce.

Login Methods and URLs
URLs (whatever enviroment you are using, you must log into it)
Production (https:login.salesforce.com)
Sandbox (https:test.salesforce.com)
Login Hours & IP Ranges
(Setup>Manage Users>Profiles>edit)
Hours
IP Ranges

When is Computer Activation Required?
Required when Login Identity NOT confirmed
What is a Security Token?
(Your Name>My Settings>Reset My Security Token)
String Attached to the End of Password
Required for Login via API (excpet from Trusted Nextwork)
Describe the settings an administrator controls to conditionally allow or prevent user authentication.

How do you set company level IP Ranges?
Navitage to:
Setup>Security Controls>Network Access>New>Add new IP Addresses
** Users outside of th range are sent an activation code**