Pro Orange
Pro Blue
Pro Red
Pro Green
Pro Yellow
100
What subdomain does force.com sites use?
100
Which annotation do we use for Apex class which only contains test code?
@isTest
100
Do you need a specific edition of org to upload a managed package. If so, what edition.
yes. Developer edition.
100
Name the 5 different display types for the auth/security pages, i.e. https://login.salesforce.com/?display=___
Page, popup, touch, mobile, tablet
100
Can you use wildcards in destructiveChanges.xml if the metadata type supports a wild card in package.xml?
NO. one has to explicitly specify what to delete.
200
Can I push a changeset from a production org to another production org
NO
200
Name 4 of the 7 scopes that a 3rd party can request for oauth...
id, chatter_api, api, visualforce, web, full, refresh_token
200
Which app is used to license a package.
LMA
200
Name 4 things you can override using a Visualforce page?
Standard Button, Standard Link, Custom Button, Custom Link.
200
Half of the Siteforce team works out of this Canadian City?
Vancouver
300
How to make sure sharing rules for current user are enforced by Apex class?
keyword “with sharing”
300
List 3 functionalities managed package have that unmanaged don't.
Patch, Push, licensing, upgradeable, partner bt, post installation script, namespaced or contained
300
True or False. ? Using the api, you issue a query request, that results in a queryMore being available. If your session timesout, your queryMore results will still be available.
True for the first 15 min after login
300
Can I push a changeset from my production org to sandbox org (assuming you have all the perms)
YES
300
What open source proxy tool is used by the Siteforce team for caching?
Squid
400
What is the name of the metadata object associated with Force.com Sites?
CustomSite
400
Which annotation do we use for Asynchronous apex methods?
@future
400
What call would I use to know what metadata types are available for my org?
DescribeMetadata
400
In the new “authentication providers” feature, you can replace an org’s username/password login by substituting it for SSO from a predefined list of identity providers. Name two of the three choices for identity providers.
The 3 are salesforce.com, Facebook, and Janrain
400
ISVs can also do Login As into their sub org, this functionality is called?
Partner Blacktab
500
In Apex which class can one use to get the list of objects in an org?
Schema
500
How do we use a Visualforce Component in Visualforce Page?
for any org. You can also use if org has namespace
500
Name a type or portal that can be associated with a Force.com Site?
Customer Portal or Partner Portal
500
How can you delete metadata through the metadata api?
- use the Delete verb - works only with one type of metadata - use destructiveChanges.xml and deploy.
500
What is the chunk size for Batch Apex?
200 records