Shared Flashcard Set

Details

SFDC Dev401
Salesforce Developer 401
147
Computer Science
Professional
02/11/2013

Additional Computer Science Flashcards

 


 

Cards

Term
ÿþForce.com Sites comes with self registration
Definition
FALSE
Term
Customer Portal Licenses come with self registration
Definition
TRUE
Term
The multicurrency feature activation can be undone
Definition
FALSE
Term
Additional currencies can be added after the intial multicurrency feature activation
Definition
TRUE
Term
Visualforce is required to filter a related list
Definition
TRUe
Term
objects must be inserted with a salesforce id with data loader
Definition
FALSE
Term
In a migration, Accounts should be inserted before Users
Definition
FALSE
Term
In a migration, Contacts should be inserted before Accounts in data loader
Definition
FALSE
Term
Approvals are initiated when the entry criteria are met
Definition
FALSE
Term
Approvals are initiated when the user clicks "Submit for Approval"
Definition
TRUE
Term
A cross object formula can pull a value from a Contact onto an Account
Definition
FALSE
Term
A cross object formula can pull a value from a Account onto an Contact
Definition
TRUE
Term
A cross object formula can pull a value from a PARENT onto an CHILD
Definition
TRUE
Term
In a migration, active validation rules run on records inserted through data loader
Definition
TRUE
Term
In a migration, triggers run on records inserted through data loader
Definition
TRUE
Term
In MVC, Objects represent the Model
Definition
TRUE
Term
In MVC, Visualforce pages are the controller
Definition
FALSE
Term
IN MVC, Apex Classes are the controller
Definition
TRUE
Term
Managers who want to monitor progress of metrics month after month should use analytic snapshots
Definition
TRUE
Term
Summary reports are the only report type with a grand total
Definition
FALSE
Term
Troubleshooting Time dependent Workflows is done in the debug log
Definition
FALSE
Term
Troubleshooting Time dependent Workflows is done in setup>monitoring>time based workflow
Definition
TRUE
Term
Apex Tabs allow custom code to be display on a tab in any app
Definition
FALSE
Term
Visualforce tabs allow custom code to be displayed in a tab
Definition
TRUE
Term
Web tabs allow a webpage to be displayed in an iframe on a tab in an app
Definition
TRUE
Term
in a migration, With the "system insertable fields" feature activation you can insert a record with a created date field
Definition
TRUE
Term
in a migration, With the "system insertable fields" feature activation you can insert a record with a modifiedby field
Definition
TRUE
Term
Rollup fields must total child records
Definition
TRUE
Term
Custom Object Tabs provide a way to create and list custom objects
Definition
TRUE
Term
Radio button are a standard field type
Definition
FALSE
Term
Radio buttons require Visualforce
Definition
TRUE
Term
System Admin profile users will be able to see decrypted values by default
Definition
TRUE
Term
An advantage to Sites vs Custom Portal is users don't need to login to see unauthenticated content.
Definition
TRUE
Term
the import wizard is limited to 10,000 records
Definition
FALSE
Term
Data loader is limited to 100,000 records
Definition
TRUE
Term
Import Wizard is limited to 50,000 records
Definition
TRUE
Term
Modify All permission for the object on the profile will allow a user to edit a record locked for approval
Definition
TRUE
Term
Visualforce pages can be added to page layouts in a section of the document if the standard controller matches the object type
Definition
TRUE
Term
Page layouts allow a 3 column section without visualforce
Definition
FALSE
Term
Validation rule can make one field required based on the result of another field
Definition
TRUE
Term
Page layouts can make a field required
Definition
TRUE
Term
Upon final reject an approval process can create a task
Definition
TRUE
Term
Upon final reject an approval process can send an email
Definition
TRUE
Term
Upon final reject an approval process can lock a record
Definition
TRUE
Term
HIERARCHY Fields can add a users manager to the record
Definition
TRUE
Term
Report maintain calculated values from previous runs
Definition
FALSE
Term
outlier values can be color coded on dashboards
Definition
TRUE
Term
IF AN upsert finds multiple matches on an external id the first match is updated
Definition
FALSE
Term
The force.com metadata api is used to create new custom objects
Definition
TRUE
Term
AJAX TOOLKIT ALLOws multiple applications to share a single password & login
Definition
FALSE
Term
isdeleted can be set for inserted records by dataloader
Definition
FALSE
Term
Report running user can let a manager share data with subordinates
Definition
FALSE
Term
Dashboard Running User lets a manager share information with subordinates
Definition
TRUE
Term
Import wizard inserts for custom objects
Definition
FALSE
Term
Users can be inserted with the Import Wizard
Definition
TRUE
Term
Sites has restricted IP ranges
Definition
FALSE
Term
Sites has read write on standard objects
Definition
FALSE
Term
Custom Object Org Wide Default set to Private. Hierarchies are turned off. All users can change the record owner
Definition
FALSE
Term
Custom Object Org Wide Default set to Private. Hierarchies are turned off. Admins can edit the record
Definition
TRUE
Term
Custom Object Org Wide Default set to Private. Hierarchies are turned off. Manually shared users can be granted edit rights
Definition
TRUE
Term
Custom Object Org Wide Default set to Private. Hierarchies are turned off. Record owners can edit
Definition
TRUE
Term
the endpoint for a sandbox is http://sandbox.salesforce.com
Definition
FALSE
Term
the endpoint for a sandbox is http://test.salesforce.com
Definition
TRUE
Term
Data loader passwords can be encrypted for command line mode
Definition
TRUE
Term
A CEO would like a list of the top 10 positions by # of job applications. Dashboard guages should be used
Definition
FALSE
Term
A CEO would like a list of the top 10 positions by # of job applications. Dashboard tables should be used
Definition
TRUE
Term
Force.com Sites Domain names must be unique<br />
Definition
TRUE
Term
Force.com Sites Domain names can be changed for a fee.
Definition
FALSE
Term
Force.com Sites Domain names can be a company name AND must be unique<br />
Definition
TRUE
Term
Job Application has a lookup to Candidate. Recruiters want to see a Name & Email address on each Job Application. <br />This requires a field update
Definition
FALSE
Term
Job Application has a lookup to Candidate. Recruiters want to see a Name & Email address on each Job Application<br />this requires a cross object formula with an apex trigger
Definition
FALSE
Term
Job Application has a lookup to Candidate. Recruiters want to see a Name & Email address on each Job Application<br />This requires a cross object formula
Definition
TRUE
Term
In the custom object Bugs, some bugs must relate to eachother in a hierarchical fashion. a lookup to the bug object titled Parent bug should be used
Definition
TRUE
Term
In a lookup relationship, the child IS DELETED when the parent is deleted.
Definition
FALSE
Term
The value in a custom field called Salary is 50,000. the formula, ISNUMBER (Salary__c), WOULD return false
Definition
TRUE
Term
A custom setting is accessed by apex to retrieved stored values
Definition
TRUE
Term
the process visualizer is read only
Definition
TRUE
Term
the process visualizer shows support processes
Definition
FALSE
Term
Sites is integrated with google analytics
Definition
TRUE
Term
Sites and Google Analytics can track the source of every lead
Definition
FALSE
Term
Batch Apex can be initiated by the Apex Scheduler like a cron job
Definition
TRUE
Term
Batch Apex can be helpful to overcome governor limits on triggers
Definition
TRUE
Term
Cross object workflow can set a field on a contact every time an account changes status
Definition
FALSE
Term
A Profile can be set to modify all objects of a certain type regardless if that user owns the record
Definition
TRUE
Term
delete access can be controlled from the profile by object type
Definition
TRUE
Term
Field-level access allows us to hide sensitive information<br />like the maximum salary for a position or a candidate's social security<br />number without having to hide the whole object.
Definition
TRUE
Term
org wide defaults allow us to make sure that a manager will always have<br />access to the same records as his or her subordinates.
Definition
FALSE
Term
workflows allow us to make sure that a manager will always have<br />access to the same records as his or her subordinates.
Definition
FALSE
Term
role hierarchies allow us to make sure that a manager will always have<br />access to the same records as his or her subordinates.
Definition
TRUE
Term
sharing rules allow us to make automatic exceptions to<br />organization-wide defaults for particular groups of users.
Definition
TRUE
Term
manual sharing allows record owners to give read and edit permissions<br />to folks who might not have access to the record any other way.
Definition
TRUE
Term
profiles do not control the tabs the user can view in the app
Definition
FALSE
Term
User child records control the hours during which the user can log in to the app
Definition
FALSE
Term
profiles control the record types available to the user
Definition
TRUE
Term
A User can be assigned to multiple profiles at a time
Definition
FALSE
Term
Setup ¤'Security Controls ¤' Field Accessibility lets you hide fields
Definition
TRUE
Term
Setup ¤'Security Controls ¤' This is boring
Definition
wake up ! you are getting smarter :)
Term
Users assigned to roles near the top of the hierarchy (normally the CEO, executives, and other<br />management) get to access the data of all the users who fall directly below them in the hierarchy.
Definition
TRUE
Term
You can use<br />the Grant Access Using Hierarchies checkbox to enable and disable record access<br />through hierarchies on an object-by-object basis when you set your org-wide defaults.
Definition
TRUE
Term
Sharing rules can be used to restrict access and lock users out of certain data
Definition
FALSE
Term
A public group is a collection of individual users, other groups, individual roles, and/or roles with their subordinates that all have a function in common.
Definition
TRUE
Term
 Customize Application permission lets users assigned to that profile customize just about anything in Salesforce.com, from page layouts to the data model
Definition
TRUE
Term
A delegated administration group is a group of non-administrator users with limited administrative<br />privileges.
Definition
TRUE
Term
a workflow outbound message, sends data to an external<br />Web service, such as another application in the cloud
Definition
TRUE
Term
workflows cannot send out emails with merged data from communication templates
Definition
FALSE
Term
workflows can assign tasks
Definition
TRUE
Term
workflow rules can have only 2 actions
Definition
FALSE
Term
workflow rules can have only 1 field update
Definition
FALSE
Term
Users who have access to the queue can examine every record that's<br />in it and claim ownership of the ones they want.
Definition
TRUE
Term
a queue can be the only value in an ownerid field
Definition
TRUE
Term
we can define a time-dependent workflow action that alerts<br />the recruiting manager if no recruiter claims a position record within a certain number of days.
Definition
TRUE
Term
time based workflows can be evaluated every 5 minutes
Definition
FALSE
Term
time base workflow can be evaluated every hour
Definition
TRUE
Term
there is a limit to the number of custom fields on an opp
Definition
TRUE
Term
the console breaks sfdc into 5 screens will all the required list views for a busy service agent
Definition
FALSE
Term
profiles control console layouts and therefore the list views that they contain
Definition
TRUE
Term
Encryped fields are limited to 170 characters
Definition
FALSE
Term
Encrypted fields are not searchable
Definition
TRUE
Term
all users can clone the value of an encrypted field when cloning that record.
Definition
FALSE
Term
SCONTROLS ARE obsolete and should not be used for new development
Definition
TRUE
Term
You can specify whether a user can execute<br />methods in a custom controller based on the user s profile.
Definition
TRUE
Term
A controller extension is a class written in Apex that adds to or overrides behavior in a standard or<br />custom controller
Definition
TRUE
Term
Visualforce cannot override a New button
Definition
FALSE
Term
Visualforce cannot override a save button
Definition
FALSE
Term
import wizard can be scheduled
Definition
FALSE
Term
Dataloader does not write log files
Definition
FALSE
Term
DataLoader appends a new column on the far right to error files with the exact error message
Definition
TRUE
Term
You can use the Process Visualizer to save as pdf
Definition
TRUE
Term
records can be deleted with dataloader
Definition
TRUE
Term
data loader can run from a command line in a windows .bat file
Definition
TRUE
Term
each dashboard can have 3 running users
Definition
FALSE
Term
In a migration, Opportunity should be inserted before OpportunityContactRoles
Definition
TRUE
Term
If a master is deleted the detail is deleted
Definition
TRUE
Term
If a lookup relationship record is deleted all related records are deleted
Definition
FALSE
Term
Adding a lookup relationship field will allow a related list to be added to the records page layout
Definition
TRUE
Term
the spyglass icon loads a lookup dialog that can be controlled with search layout to control which columns display in search results
Definition
TRUE
Term
In Data loader 50,000 more records CRUD at a time
Definition
TRUE
Term
ID's are identical in
Definition
Production and full copy sandbox only (TRUE)
Term
Maximum No of Master Details per child object
Definition
2
Term
For the user object what can you do in the page layout
Definition
custom link, nline vf page, custom field
Term
For approval process what groups can you have
Definition
roles and subordicates
Term
In Page Layout can you add inline vf
Definition
True
Term
What does out of the box salesforce give you?
Definition
approval process
Term
A developer wants to ensure that when a parent record is deleted, child records are not deleted. Which relationship should the developer choose?
Definition
lookup
Term
A custom tab can be included in as many applications as desired
Definition
True
Term
When would a developer use upsert and external IDs? (Choose two answers.
Definition
to integrate with an external system OR To load related records without knowing Salesforce record IDs
Term
A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. How would a developer accomplish this goal?
Definition
Schedule the dashboard for daily refresh and email distribution.(your answer)
Supporting users have an ad free experience!