Salesforce Fundamentals: 5% Flashcards
True or False: Every object in Salesforce automatically has an attached Chatter feed
True. Authorized app users can use this to socialize about and collaborate on the object
What does it mean if you run a report Asynchronously (via API)
Running a report asynchronously, the results are kept around in a cache that you can use any time during the next 24 hours.
True false: The API Commands for reusing cached results count against the 1200 request per hour limit
False. General API request limits still count, but API commands for reusing cached results don’t count against the 1200-requests-per-hour limit
Why would you use Asynchronous Report Runs
1) Asynchronous reports have a longer time-out interval.
2) You can run up to 1200 asynchronous reports per hour, which is over twice the limit for synchronous reports. (so if you have a lot of users to be looking at your app, asynchronous runs might be for you).
What type of object does not have an associated sharing object?
Objects on the detail side of a master-detail relationship do not have an associated sharing object. The detail record’s access is determine by the master’s sharing object
What is the difference between your personal currency and the corporate currency?
Corporate currency is the currency in which your corporate headquarters reports revenue.
Personal currency is the default currency displayed in your quotas, forecasts and reports
What are 4 of the Chatter Feed objects?
TopicAssignment
FeedLike
FeedTrackedChange
FeedComment
What is a high level description of the Force.com platform?
Force.com enables developers to create and deploy trusted could applications that are rock solid, secure and scalable without worrying about provisioning hardware or application stacks.
Force.com delivers out-of-the-box tools and services to automate your business processes, integrate with external applications, deliver mobile experiences and more
What is a high level description of the Heroku platform?
With Heroku you can deploy, run and manage apps written in open languages like Ruby, Java, PHP and more.
You can deploy your code via git and Heroku will automatically build and run the application with their container based platform.
What is a high level description of the Fuel platform?
Fuel enables marketers to personalize their marketing campaigns, integrate ExactTarget with other business software, and even automate entire marketing campaings and other tasks.
Fuel is open to third-party development, which gives you access to apps-off-the-shelf or custom-tailored-that-extend their native features and capabilities.
A developer needs to create a service that will process an email sent to it and create an account and contact using the contents of the email as data for the records.
How might a developer accomplish this requirement?
A) Use the Apex Inbound Email Handler
B) Use the Fuel API with Email Data Extensions
C) Use Heroku Data Clips to Process Email
D) Use Auto-launched Flow and Process Builder
A) - Use the Apex Inbound Email Handler
Which of the following can you create safely in a production organization?
A) Apex Classes
B) Triggers
C) Custom Apex Controllers for Visualforce Pages
D) Reports and Dashboards
D) Reports and Dashboards
What is application lifecycle management?
A) It’s the circle of life, and it moves us all
B) A resource management process
C) A process for maintaining apps
D) A process of managing the lifecycle of an app, from initial planning, to development and final release
D) A process of managing the lifecycle of an app, from initial planning, to development and final release
What are the elements of a governance framework?
A) Center of excellence, release management and design standards
B) A development team and a release schedule
C) A group of managers and experts
D) Development guidelines
A) Center of excellence, release management and design standards
When is it advisable to use a Full sandbox? A) For training users on new features B) Staging before final deployment C) Performance and load testing D) All of the above
D) All of the above