Security
Visual Force
ALM
Sites
API
100
On a user's profile these are the two restrictions that prevent a user from logging in.
What is IP range restrictions and login hour restrictions
100
An application development pattern used in Visual Force to keep these separate: the structure of the data, the business logic and the user interface
What is Model-View-Controller (MVC)
100
Can be a type Developer, Configuration Only, or Full
What is a Sandbox
100
This company acts as a CDN for web traffic from Force.com
What is Akamai
100
The latest version of the API in 170
What is 21.0
200
A string that every password in our system can not contain (multiple answers)
What is password, qwerty, abc123, letmein, monkey, myspace1, password1, blink182
200
Best entity to use to create visualforce markup that can be reused by more than one parent page
What is a custom component
200
Unified interface for building and deploying Force.com applications
What is Force.com IDE
200
This open source proxy solution is used to run the caching servers for Force.com Sites
What is Squid
200
The bathtub friendly kind of API that salesforce supports
What is SOAP
300
One criteria a user must meet in order to NOT get challenged via Identity Confirmation when logging in
What is sfdc_lv2 cookie or whitelisted IP, or SFDC internal IP whitelist
300
Five reserved namespaces aside from "apex" in which Salesforce 168 offers Standard Visualforce Components (name 3)
What are chatter, ideas, knowledge, messaging, and sites
300
A console in the Force.com IDE that allows customers to describe metadata and query data.
What is the Schema Browser
300
This is the number of Sites that EE and UE editions get for free
What is 25 sites
300
The web 2.0 style of API that salesforce now supports
What is REST
400
Two frameworks that prevent XSS in our application
What is XssFilter and Element Escaping
400
This apex datatype is what is returned by a controller or extension action method in order to cause navigation to another page
What is PageReference
400
The name of the manifest file of a Metadata API deployment or retrieval
What is 'package.xml'
400
These 3 editions can use Force.com Sites
What is EE, DE, UE
400
The maximum number of objects customers can create in a single API call
What is 200
500
User's passwords are stored in our database in this current format
What is SHA-256
500
Of several standard Visualforce components that start with "action", this component allows the page author to apply AJAX behavior for any Javascript event to any part of the page, and is the only "action" component that has an "event" attribute
What is apex:actionSupport
500
The process of appending the sandbox name to the end of sandbox usernames and emails
What is 'boofing'
500
These are the last two letters of an organization id of the salesforce org that runs the appexchange (sites.force.com)
What is TZ
500
List 4 of the APIs supported by salesforce
What is XML-RPC, Old SOAP, SOAP, Bulk (or Async), and REST