Sunday 21 September 2014

Salesforce interview questions

1.      Which Object relationship is allowed? (Choose 3 Answers)
A.     Custom Object as a lookup to a standard object
B.     Custom Object as the master and a standard object as the detail
C.     Standard Object as the master and a custom object as the detail
D.     Custom Object as a lookup to a custom object
Ans:A,C,D

2.      Universal Containers tracks Candidates as a custom object in a recruiting application. On a candidate record, the city entered in the City field must be in the state selected in the State field.
How would a developer meet this requirement using declarative (point and click) means?

A.     Create a Workflow outbound message that sends city and state information to an external global database of known cities and states
B.     Create a dependency on the Address field that ensures only valid cities are selected for a given state
C.     Create a validation rule that checks the city entered against an object to validate the state for the entered city
D.     Create a formula field on the address object that looks up the state for the entered city

Ans: B

3.      What statement is true for encrypted custom fields? (Choose 3 answers)
A.     Encrypted fields can be included in Search results.
B.     Encrypted fields can be included in report results.
C.     Encrypted fields are not available in filters for list views, reports and Roll-up Summary fields.
D.     Encrypted fields are not available for validation rules or Apex scripts.
Ans:A,B,C


4.      What is a capability of a Data Loader? (Choose 2 answers)
A.     The Data Loader can be executed from the Command Line.
B.     The Data Loader can de-duplicate records.
C.     The Data Loader can bypass sharing model settings.
D.     The Data Loader can load more than 50,000 records at a time.
Ans: A,D



5.      Who can change the owner of a record? (Choose 3 answers)

A.     Users below the record owner in the role hierarchy
B.     Users who can edit the record
C.     Users above the record owner in the role hierarchy
D.     The current record owner
E.     Users with the Modify All permission for the object
Ans: C,D,E

6.      A developer is loading data, in CSV format, into a custom application from a legacy system. The developer would like to load users into the user object and positions and job applications owned by named users into related custom objects.
Which obstacle will the developer encounter when using the import wizard?

A.     The import wizards do not support custom objects.
B.     The import wizards do not support the User object.
C.     The import wizards do not import files to specify record owner.
D.     The import wizards cannot import data from CSV files.

Ans: B

7.      Upon final rejection of a record that has been through an approval process, which action is not allowed?
A.        Creating a task for the record owner
B.     Sending the record to the recycle bin
C.     Sending an email to the record owner
D.     Locking the record from being edited

Ans: B
8.      Which Force.com feature most closely aligns with the View aspect of the Model-View-Controller design pattern? (Choose 2 answers)
A.       Validation rule
B.     Custom object tab
C.     Custom field
D.     Page layout

Ans: B,D

9.      Which aspect of an application is addressed in the business logic layer? (Choose 2 answers)

A.     Extensible data model
B.     Data entry validation rules
C.     Process automation
D.     Customized user interface
Ans: B,C

10.  What is supported by the Force.com Data Loader? (Choose 3 answers)
A.      Perform a rollback of a transaction
B.     Perform insert and update operations across a set of records
C.     Load more than 50,000 records at a time
D.     Import data for custom objects
E.     Insert records for two different objects in a single call
Ans: B,C,D

11.  Positions and Job Applications are custom objects in a recruiting application. There is a lookup relationship on Job Applications to Positions. A developer wants to see a list of the top ten positions with the greatest number of related Job Applications.
Which dashboard component should the developer choose?

A.     Metric
B.     Gauge
C.     Chart
D.     Table

Ans:D

12.  Which statement is true regarding a Force.com domain name? (Choose 3 answers)

A.     It is usually the name of your company.
B.     It cannot be changed once it is registered to your organization
C.     It cannot be mapped to your company’s domain
D.     It must be unique.

Ans: A,B,D
13.  A developer has received confirmation that salesforce.com has enabled insertable system audit fields for an organization.
Which ability is now enabled when using the data loader?

A.     Ability to insert account records setting theSystemModStamp field of each record
B.     Ability to insert account records setting the $MarkSync field of each record
C.     Ability to insert account records setting the CreatedDate field of each record
D.     Ability to insert account records setting the isDeleted field of each record
Ans:C

14.  How many master-detail relationships can be created on one object?

A.     4
B.     3
C.     2
D.     1
Ans: C
15.  In a custom recruiting application, custom objects are used to track Positions ___________________________________________________

A.     Parent object
B.     Junction object
C.     Lookup object
D.     Standard object

Ans: B
16.  In a recruiting application all users should be able to see and edit the candidate records, but interviewers should NOT be able to modify the address of a candidate and should NOT be able to see the birth date of a candidate.
How would a developer meet this requirement?
A.      Use field level security to control access to the Address and Birth date fields
B.     Remove the edit permission on candidates from the interviewers profile
C.     Set the Organization wide default for candidates to Edit Some fields
D.     Set the Organization wide default for candidates to Read only
                              Ans: A

17.  A custom object has an organization-wide default setting of Private with Grant Access Using Hierarchies turned off.
Which users can select the Sharing button on records for that object?
A.     Only the record owner and a user with the System Administrator profile
B.     The record owner, a user with the System Administrator profile, and a user shared to the record
C.     The record owner, a user shared to the record, any user above the record owner in the role hierarchy, and a user with the System Administrator profile
D.     The record owner, a user above the record owner in the role hierarchy, and a user with the System Administrator profile
Ans: B

18.  Which application building block is provided by the Force.com platform? (Choose 3 answers)

A.     Data Warehouse
B.     Workflow rules
C.     Custom objects
D.     Approval process

Ans: B,C,D


19.  When creating a Workflow rule, which action requires a formula as the rule criteria?
A.      Checking if the value in a field has changed
B.     Checking if the current user’s profile is System Administrator
C.     Checking if the status of a record is new
D.     Checking if the record was modified today
Ans: B

20.  CreatedDate is a Date/Time data type field.
Which formula returns the number of days since the record was created?
A.     TODAY() – DATEVALUE(CreatedDate)
B.     TODAY() – (CreatedDate)
C.     NOW() – DATEVALUE(CreatedDate)
D.     CreatedDate – TODAY()
Ans: A

21.  Which capability does building an application on the Force.com platform provide? (Choose 3 answers)

A.     The ability to internationalize and localize applications
B.     The ability to have applications upgraded without doing customizations
C.     The ability to run reports on configuration changes
D.     The ability to build applications with clicks not code


Ans: A,B,D



22.  Which scenario required Apex to automate the real-time business logic?

A.     When a user saves a New Hire record (a custom object), an outbound message is automatically sent with the new hire’s contact information to an external HR system.
B.     When a user creates a new Time off Request record (a custom object) and clicks Submit for Approval, the Time off Request routes to that User’s manager for approval.
C.     As a user saves a new order (a custom object), the quantity and products on the order are checked against existing warehouse stock (a custom object), then the warehouse that the product will ship on the order record is populated.
D.     When a user enters a State and Zip Code into custom fields on a Candidate custom object, it must be checked against a Zip Code custom object to ensure that the Zip Code entered does exist in the State entered.

Ans: C
23.  In a custom defect tracking application, a custom object called Bug is used to track defects. The bugs often have relationships to other bugs in a parent-child fashion.
Which relationship should a developer choose to model the interdependency between bugs?

A.     Self
B.     Master-detail
C.     Hierarchical
D.     Many-to-many
Ans: A
24.  A developer attempts to load data into the sandbox environment using the Data Loader GUI. The data load fails due to authentication issues.
What should the developer check to diagnose the problem? (Choose 2 answers)

A.     The mapping file
B.     The user name
C.     The endpoint URL
D.     The password encryption settings
Ans: B,D

25.  Which is a required step for creating a many-to-many relationship? (Choose 2 answers)
A.        Create a custom object to join two objects
B.     Create the related list on the page layout of the junction object
C.     Create two relationships
D.     Create a many-to-many relationship between two objects

Ans:A,C
  1. What must a developer consider when inserting records using an API- based tools?
      Choose 2 answers
  1. Apex triggers are ignored.
  2. Validation rules are respected
  3. Required fields on page layouts are enforced.
  4. Universally required field settings are

Ans: B,D
  1. Match the Force.com platform aspects with their corresponding descriptions
           
    1. User interface : controls applications appearance.
    2. Database : defines objects, fields and relationships
    3. Logic: creates tasks, assigns records, does time-based actions
    4. Development : tools and environments used to develop Force.com applications


  1. In which Salesforce environments will  the Force.com record Ids be identical?

    1. Production and Fullcopy Sandbox only.
    2. Force.com record IDs are never identical.
    3. Production, Full copy Sandbox, and Developer Sandbox

    1. Production and Developer sandbox only.

Ans: A
  1. Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object B. A developer needs to run a report on A records with C records.
            How can the developer accomplish this?

    1. Create a custom report type that includes A with B with C
    2. Create a summary report with a custom summary formula summarizing by A, then B, then C
    3. Create a matrix report with A and record as column headings and C records as row headings
    4. run a report using the standard report type: A with B with C
.
Ans:A
  1. Which is a valid data type for a custom formula field?
Choose 3 answers

    1. Date
    2. Currency
    3. Email
    4. Percent
    5. Radio button
Ans: A,B,D
  1. Which action is available to a developer when two objects are connected by a lookup relationship?
Choose 2 answers
    1. Create a roll up summary field on the  parent object to count child records
    2. Create a custom report type that allows customization of fields displayed from both parent and child objects in the report wizard.
    3. Create a cross object formula field on the parent object to reference fields on the child object.
    4. Create a cross object formula field on the child object to reference fields on the parent object.

Ans: A,D

  1. What is a Junction Object?
    1. A custom object with a master-detail relationship
    2. A standard object with two master-detail relationships
    3. A standard object with a master-detail relationship
    4. A custom object with two master-detail relationships
Ans: D
  1. Object x has a lookup field to Object Y. X needs to display a text field on Y.

To ensure data integrity, how would a developer implement this?

    1. Create a cross-object formula field on Object x that retrieves the value from Y.
    2. Create a text field on Object X and use Apex to populate the value
    3. Create a rollup summary field on Object X that retrieves the value from Y
    4. Create a text field on Object x and use a workflow rule to fill in the value upon the creation of X.

Ans:A
  1. How does a developer enable users to access tags in the sidebar?
Choose 3 answers

    1. by enabling tags for the organization.
    2. By enabling tags on user’s profiles
    3. By enabling tags on the page layout for an object.
    4. By enabling tags for public groups
    5. By adding tags to the sidebar in the home page layout.

Ans: C,E
  1. In a bug tracking application, Universal Containers has created a time based workflow action that will execute 30 days after a Bug record is created. The developer would like to test to make sure that rule is working the way that it should.
Which feature is available for testing?
Choose 2 answers
    1. Time based workflow queue
    2. Activity History related list
    3. Debug log
    4. Bug history related list

Ans: A,C

  1. A business  requirement can be met by using either a formula field or an Apex trigger.
Why would a developer use a formula field of an Apex trigger?

Choose 2 answers
A.     Formula fields can be created and deployed using only a browser
B.     Formula fields do not require test methods to deploy.
C.     Formula fields can be created by users who cannot code in Apex
D.     Formula fields allow greater control and flexibility than Apex triggers

Ans:A,B
  1. Why might an analytic snapshot fail during a scheduled run?
Choose 3 answers
    1. The running user has been made inactive.
    2. The target object is a custom object
    3. The source report has been resaved as a matrix report
    4. The target object contains an Apex trigger
    5. The source report was not created by an administrator

Ans:A,C,D

  1. Universal containers tracks reviews as a custom object in a recruiting application. An interview score is tracked on each review record and should be numerical, so that hiring managers can perform score calculations. The scores should be restricted to integer values 1 through 5 and displayed as a set of radio buttons
How can a developer meet this requirement?

    1. Create the Interview score field as a picklist, displayed as a radio button on page layout
    2. Create a formula field that displays the interview score as a set of radio buttons
    3. Create the interview score field with a data type of radio button
    4. Create a visualforce component to display the interview score as a set of radio buttons
Ans:D
14.Users X and Y need to see the same candidate record. For security reasons,user Y should NOT be able to view and report on the Email Address field on the record.
How would a developer meet this requirement?
A.  use a custom Visualforce page to make the email address visible to user X but                 not user Y
                B     use field-level security to make the email address visible to user X but not user Y

C.  use a sharing rule to make the email address only visible to user X
              D.  use page layouts to make address visible to user X but not user Y
.

Ans:B

15.What can be viewed using the process visualizer?

A.     Approval processes
B.     D. Workflow rules
       B. Support processes
C. Sales processes
     Ans:A
     16. When loading Account,Contact,and User data, what represents the recommended             order to load the data?
              A. load Contacts, then Accounts, then Users
              B. The order does not matter.
              C .load Accounts, then Contacts, then Users
              D. load Users, then Accounts, then Contacts
              Ans:D

   
   17.In a master-detail relationship, what happens to the child records if the parent record is deleted?
           

              A. Parent records deletion fails.
            B. Child records are deleted.
            C. Child records are not deleted.
               D..A subset of the child records is deleted.
            Ans:B
18.In a custom order management application, Universal Containers requires that the Product Name and Product Code are consistent according to a custom object set up with valid Product Name and Product Code combinations. When a user enters an order, the system should check to ensure that the Product Name and Product Code entered are valid.
Which feature would a developer use to accomplish this?
           
A.     a validation rule with the REGEX function
B.     a formula field with the VALIDATE function
            C. a validation rule with the VLOOKUP function
            D. a formula field with the IF function


Ans:C


19.Which statement is FALSE about master-detail relationships in the Force.com platform?
            A. when defining a master-detail relationship, the custom object on which you are working is the                master
            B.The security settings for the master record control on the detail record
              C. when a master record is deleted, the related detail records are also deleted
            D. The master-detail relationship field is required on the page layout of the detail                                                                                                  record
Ans:A
20.Which type of tab can a developer create?
Choose 3 answers
           
            A. Visualforce tabs
            B. custom object tabs
               C.web tabs
            D. Apex tabs
            E. standard object tabs


Ans:A,B,C
21.Universal Containers requires that some employees are able to view and edit records of a custom object called Positions, but no users can delete them.
How can Universal Containers accomplish this goal?
            A. assign Read-only profile to all users
            B. remove the Delete Access for positions from all user roles
              C. set organization wide default for positions to Read-only
            D. remove the Delete permission for positions from all profiles
Ans:D
22.Which property of a field can be edited within the page layout editor?
Choose 2 answers
            A. Field Dependency
            B. Always Displayed
            C. Controller
            D. Read-only
            E. Required
Ans:D,E
23.In a recruiting application, all users should be able to see positions that have a status of Open. If the status is anything other than Open, the position should be visible only to the record owner.
How would a developer accomplish this?
            A. set the organization wide default for positions to Private, then use manual sharing to add or remove access as positions change status.
            B. set the organization wide default for positions to Public Read-only, then use a sharing rule to restrict access to closed positions.
            C. set users’ profiles to ensure to view only for open positions
            D. set the organization wide default for positions to Private, then use a sharing rule to automatically share open positions
Ans:C
24.A user can only see the fields A,B, and C on a record of Object X until the Stage field value on the record changes from New to Working. Once the Stage field value is updated to working and the record is saved, the user should be able to see fields A,B,C and D.
How would an application developer configure this?
            A. use workflow to change the record type
            B. use workflow to change the field-level security
            C .use validation rules to expose the field.
                        D .use multiple Visualforce pages
Ans:A
25.Which mechanism allows for authenticated access to a Force.com site?
Choose 2 answers
            A . An active Customer Portal
            B..It is not possible to provide authentication for a Force.com site
            C. An active Partnet Portal
            D. Setting restricted IP ranges for your site

Ans:A,C

26.Which statement is TRUE about field-level security?
Choose 2 answers
            A. It determines the values displayed in a visible Picklist field
            B. It is enforced in the Web Services API
            C. It is specified on the profile
            D.  It can be controlled at the record level.

Ans:A,C
27.What is NOT a component of a custom Force.com application?
            A. custom tab
            B. data warehouse
            C. default landing page
            D. custom objext
Ans:B
28.For objects where data access is granted through the role hierarchy, how is access granted?
           
            A Users are only granted read access to data owned by users above them in the role hierarchy
            B. Users are granted access to data accessible by users in the same role in the role hierarchy
               C. Users are only granted access to data owned by users below them in the role hierarchy
            D. Users are granted access to data accessible by users below them in the role hierarchy

Ans: A
29.No clarity in Question

30.A developer needs to perform an automated extract of data from Salesforce nightly at 2:00 a.m. How would the developer accomplish this?
            A . use the schedule Manager of the import wi
            B. use the Export scheduler of the Data Loader's GUI
            C. use the Data Export Service to perform a nightly extract
            D  . use the command-line interface of the Data Loader
Ans:D
31.How can a wireless device user approve a record?
Choose 2 answers

           
            A.via a mobile  browser by logging into Salesforce
B.via voice recognition
            C.via email from a  smartphone
               D.via a text message


Ans:A,C


32.A developer would like to modify the contents of the hover details for a custom object called Position,What would a developer customize to accomplish this?
            A. Position field dependencies
            B. Position mini page layouts
            C. Position Record Types
            D. Position Search layouts
Ans:B
33.Master-detail relationships can be used to model many-to-many relationships between two objects. Which statement is TRUE about many-to-many relationships?
Choose 3 answers
            A. Each primary and secondary object has a standard report but custom report types are not available.
            B. Each master object record displays a related list of the associated junction object records
            C. Each use a junction object to connect the two objects that need to relate to each other
            D. Each record of one object is linked to multiple records from another object and vice versa.
Ans:B,C,D
34.In a recruiting application,a custom object called Position requires approval. When a position record is submitted for approval, the requirements below must be met:
  • The hiring manager must approve the record.
  • The approval must be forwarded to all members of the executive team, but only one executive needs to approve the record
  • The VP of human resources must approve the record
How would a developer meet this requirement?
      A. Create an approval process with a step for each executive team member, allowing approval steps to be skipped.
            B. Create an approval process which utilizes parallel approvers, but does not require unanimous approval
      C. Create parallel workflow rules, requiring atleast one executive team member to complete their assigned task.
      D. Create multiple approval processes, one for each executive team member, and utilize parallel submission
Ans:D
35.If a change is made to an approval process, how can a developer determine the user that made the change.
Choose 2 answers
            A. by examining the setup audit trail
            B. by examining the Debug Log        
               C. by locking at “Modified By” on the approval definition
      D. by checking the field history on the associated record.

Ans:A,C

36.Universal Containers has built a recruiting application with two custom objects, Job Applications and Reviews, that have a master-detail relationship. Users should NOT be allowed to delete review records after job application records have been approved.
How would a developer meet this requirement?
           

            A. use  workflow to change the page layout to Read-only
      B. use a validation rule in Conjunction with a roll-up summary field
               C. change the interview’s profile to Read-only for the review object
      D. remove the Delete button from the job application page layout
Ans:B
37.Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers.Review scores are captured as a custom field on a custom Review object and can range from 1 to 10.Any review score that is > 8 should be highlited in Green.Any review score that is < 4 should be highlited in red.

How would a developer accomplish this?
      A. use Matrix Reports 
      B. use charts 
            C.use Conditional Highliting
      D. use custom summary formulas
Ans:C


38. In a recruiting application, salary requirements are tracked in a custom object. An approval process is built that will route all salary requirements less than 100,000 USD to the recruiter for automatic approval. In that same approval process, salary requirements greater than 100,000 USD are routed directly to the vice president of human resources.

What must be done to initiate the approval process that will route the appropriate records to the vice president for approval?

A.     Create a workflow rule that will evaluate salary amount and trigger the approval process if the salary is greater than 100,000 USD.
B.     Execute tha approval process by clicking on the submit for Approval button on the record’s detail page layout.
C.     Save the record so it will automatically be entered into the approval process
D.     Crete a workflow rule that will evaluate salary amount and send a notification to the vice president if the salary is greater than 100,000 USD

Ans:D
39. What can Cross object formulas reference?
       A. Both parent and child object records
       B. Parent Object Records only.
               C. Records of the same object
            D. Child Object records only
Ans:B

40. A developer has added a custom object tab to an application.  Which additional feature will become available by default for the object in the application?
Choose  3 answers.
A.     Quick create
B.     Create New sidebar component
C.     Custom reporting
D.     Sidebar Search

Ans:A,C,D
41. Universal Containers tracks Positions as a custom object in a recruiting application, when  position  records are created, they have a status of New and are visible to only the position owner. Once position goes through an approval process, the status is changed to Approved. Approved positions should be visible to the entire organization.

How can a developer meet this requirement?

A.     Create a formula field that updates the sharing on a position once the status changes to Approved.
B.     Create an Apex trigger that automatically updates sharing on a position once the status is approved
C.     Create a workflow field update that updates a custom field called Sharing on a position once the status is Approved.
D.     Create a sharing rule that states that Approved positions are shared with the Entire Organization

Ans:C

42. Which Statement is true regarding Force.com Sites?
Choose 3 answers
A.     Sites  can leverage declarative page layouts as web pages
B.     Sites leverage data and content in a salesforce org.
C.     Sites enables developers to build public, unauthenticated websites.
D.     Sites are built with visualforce pages

Ans:A,B,D

43. Which developer tool can be used to create a data model?
Choose 2 answers

A.       Force.com Data Loader
B.      Force.com IDE
C      Webservices API
D    Application Setup menu
Ans:B,D


44. Which statement is TRUE about the custom object import wizard?

A.     It can import, upsert, update, delete, and export data.
B.     It can deduplicate records
C.     It can perform marching based on record ID only.
D.     It can provide success and error files .csv format
Ans:B
45. In a recruiting application, a master-detail relationship has been defined between two custom objects, Job applications (master) and Reviews(detail).Which statement is TRUE?
Choose 2 answers

  1. Deleting a job application record will delete associated review records.
  2. The master-detail relationship between Job Applications and Reviews is defined on the Job application Object
  3. Review records will inherit ownership from the associated job application.
  4. Review records may exist without an associated job application

Ans:A,C
46. A developer would like to enable end users to filter the data displayed on the related list of an object detail page.

How could a developer accomplish this?

A.     Configure the object’s related list to add a filter.
B.     Create a visualforce page to replace the object detail view.
C.     Customize the search filter fields layout for that object.
D.     Enable Advanced Search on the object’s related list

Ans:D
47. When performing an update with the Data Loader, the comma-delimited file must contain a column with which values?
           A. the logical names of the records
           B. the profile names of the record owners
           C. the created time and date of the records
           D. the Force.com record ID values of the records
Ans:D
48. Which portion of the Model-View Controller paradigm is represented in Force.com as a standard or custom object?
A. Model
B. Controller
C. View
Ans:A
49. Universal Containers tracks Offers as an object in a recruiting application. Once an offer has been accepted by a candidate, there must be a value in the Actual salary field.

How would a developer meet this requirement?
A.     Create a workflow field update to set the property of the Actual salary to Required.
B.     Create a validation rule to make Actual Salary required each time the offer record is saved
C.     Create a formula field that prompts the user to enter an Actual Salary value whenever the offer record is edited
D.     Create a validation rule to make sure that the Actual Salary is not null whenever an offer is accepted


                  Ans: D



50. Position is custom object in recruiting application built on the Force.com platform. Development is a field on the Position Object. What type of report should a developer create to show hiring managers the number of positions grouped by department?

  1. Analytic snapshot
  2. Pivot
  3. Summary
  4. Tabular

Ans:C
51. For master-detail relationship fields, what determines the access a user must have to a master record in order to create, edit or delete the associated detail records?

  1.  Sharing setting
  2. Record type
  3. Field data type
  4. Field level security

Ans:A
52.Which dashboard component displays a grand total across a set of data?

Choose 2 answers

  1. Metric
  2. Pivot
  3. Chart
  4. Gauge

Ans:A,C
53. Which type of custom field can be an external ID?

  1. Text, Number of Formula fields only
  2. Custom field of any type
  3. Text, Email or Number fields only.
  4. Phone Number, Email. URL and Text based fields

Ans:C
54.    A developer needs to support multiple currencies for a custom object in an application. The multiple currency feature has been enabled for the organization.

What does the developer need to know in order to successfully support this application?

Choose 2 ans
  1. Administrators can add additional currencies after the application has been built.
  2. Currency ISO code will need to be supplied when inserting records into different currencies
  3. The Roll-up summary fields on a parent record will calculate incorrectly with the child records have multiple currencies.
  4. The multiple currency feature will automatically track historical exchange rates.

Ans:A,B
55.    A developer wants to build an application on the force.com platform. The data model, the users needing access to the application, and the application have been considered. The report and dashboard requirements have not been considered.
True?

  1. The developer will not be able to load application data.
  2. The data model may not support the required business logic.
  3. The data model may not support the required reports.
  4. The dashboard will not be visible to manage users

Ans:B
56.    Universal containers has built a recruiting application on the force.com platform. In the application, recruiting managers need to see how the number and status of candidates in the pipeline changes month over month.

Which feature enables this kind of analysis?
  1. Analytic snapshots
  2. Custom report types
  3. Dashboards
  4. Custom summary formulas

Ans:4

57.Which feature is available for custom objects?
Choose 3 answers.
  1. Sharing
  2. Queues
  3. Assignment rules
  4. Field History tracking

Ans:A,B,D
58.Which field is available as a part of the translation work bench for a validation rule?

  1. Error Message
  2. Descritption
  3. Rule Criteria
  4. Formula

Ans:A
59. Which standard profile has the “View Encrypted Fields” options by default?
  1. Solution Manager Profile
  2. System Administrator Profile
  3. Standard User Profile
  4. No profile has permission active by default

Ans:D
60. Given a three tier model(UI layer, Business Logic layer, data layer). Which feature of the force.com platform is associated with the data?

Choose 3 answers

  1. Custom tabs
  2. Custom objects
  3. Custom Applications
  4. Custom Fields
  5. Custom relationships


Ans:B,D,E
1.Which API can be used to create the data model?

A.      Force.com API
B.      Force.com Single Sign-on API
C.      Force.com Metadata API
D.      AJAX toolkit for Force.com
2.Which relationship type should be used to capture a user’s manager on each user record in the application?

A.      Hierarchical
B.      Master-detail
C.      Many-to-many
D.      Parent-child
3.When configuring time-dependant workflow actions, which evaluation criteria selection is available? (Choose 2 answers)

A.      Every time a record is viewed
B.      Every time a record is created or edited
C.      Only when a record is created
D.      When a record is created, or when a record is edited and did not previously meet the rule criteria

4.In a lookup relationship, what happens to the child records if the parent record is deleted?

A.      Child records are deleted
B.      Child records are not deleted
C.      A subset of the child records are deleted
D.      Parent record deletion fails
5.Which statement is TRUE about a profile? (Choose 2 answers)

A.      It enables object level permissions and grants access to all data.
B.      It can grant access to records using record types.
C.      It can revoke access granted by sharing.
D.      It controls user password settings.

6.Which action is NOT necessary when using the declarative capabilities of the Force.com platform to build custom applications? (Choose 3 answers)

A.      Write SQL queries to create reports
B.      Configure an application server
C.      Build a data model
D.      Compile code
7.How would a developer create a many-to-many relationship between two objects, Object X and Object Y?

A.      Two relationships, one on X to Y and one on Y to X
B.      Two relationships on a Junction object, one to X and one to Y
C.      Multiple relationships on Object Y to Object X
D.      Multiple relationships on Object X to Object Y
8.Which process can be tracked in the Debug logs? (Choose 2 answers)

A.      Roll-up Summary field calculation
B.      Assignment rules
C.      Formula field calculation
D.      Workflow rules


No comments:

Post a Comment

Complete Salesforce CPQ training Free videos

Salesforcestart:: We are excited to announce that our YouTube channel, Salesforcestart, is your one-stop-shop for all things Salesforce CPQ!...