Q161 You can upgrade your Apps of the following types:
a. Managed Packages
b. Unmanaged Packages
c. You can't upgrade the Apps once published
d. Installed Packages
Ans A
Q162 Which action is NOT necessary when using the declarative capabilities of the Force.com platform to build custom applications? Choose 3 answers
a. Compile code
b. Configure an application server
c. Write SQL queries to create reports
d. Build a data model
Ans A, B, C
Q163 Two master-detail relationship need to be created on Object x. The first master-detail relationship created is the primary master, and the second is Secondary master.
What is an effect of the primary relationship on x?
a. There will be no effect on x
b. X will inherit the look and feel of the primary master object
c. ma are limited to the primary relationship
d. The primary relationship cannot be deleted
Ans B
Q164 What is a capability of Data Loader? Choose 2 answers
a. The Data Loader can load more than 50,000 records at a time
b. The Data Loader can bypass sharing model settings
c. The Data Loader can be executed from the command line
d. The Data Loader can de-duplicate records
ANs A, C
Q165 Which relationship type should be used to capture a user's manager on each user record in the application?
a. Man-to-many
b. Master-detail
c. Parent-child
d. Hierarchical
Ans D
Q166 How many master-detail relationship can be created on one object?
a. 2
b. 1
c. 4
d. 3
Ans A
Q167 In a custom object defect tracking application, a custom object called Bug is used to track defects. The bugs often have a relationship to bugs in a parent-child fashion
Which relationship should a developer choose to model the interdependency between bugs?
a. Hierarchical
b. Self
c. Master-detail
d. Many-to-many
Ans B
Q168 Which is required step for creating a many-to-many relationship? Choose 2 answers
a. Create two relationships
b. Create a custom object to join two objects
c. Create a many-to-many relationship between two objects
d. Create the related list on the page layout of the junction object
Ans A, B
Q169 A developer attempts to load data into the sandbox environment using the Data Loader GUI. The data load fails due issues.
What should the developer check to diagnose the problem? Choose 2 answers
a. The endpoint URL
b. The user name
c. The password encryption settings
d. The mapping file
Ans A, B
Q170 What is supported by the Force.com Data Loader? Choose 3 answers
a. Perform insert and update operations across a set of records
b. Load more than 50,000 records at a time
c. Perform a rollback of a transaction
d. Insert records for two different objects in a single call
e. Import data for custom objects
ANs A, B, E
Q171 Which statement is TRUE about Encrypted Custom fields? Choose 3 answers
a. Encrypted fields can be included in search results
b. Encrypted fields are not available for validation rules or Apex scripts
c. Encrypted fields can be included in report results
d. Encrypted fields are not available in filters for list views, reports and Roll-up Summary fields
Ans A, C, D
Q172 Which aspect of an application is addressed in the business logic layer? Choose 2 answers
a. Customized user interface
b. Process automation
c. Extensible data model
d. Data entry validation rules
Ans B, D
Q173 A developer wants to build an application on the Force.com platform. The data model, the business logic and the requirements have been considered. The user access requirements have not been considered.
What is the implication of building the application given the available information?
a. The data model may not support the required security controls
b. The developer will not be able to build any reports or dashboards if the security controls have not been considered
c. The security controls may not support the approval process requirements
d. The developer cannot establish security controls if not completed upon initial setup.
Ans A, B
Q174 A developer wants to build an application on the Force.com platform. The data model, the business logic and report and dashboard requirements have been considered. The user access requirements have not been considered. What is the implication of building the application given the available information? Choose 2 answers:
A. The developer cannot establish security controls if not completed upon initial setup
B. The approval process security controls may not support requirements
C. The developer will not be able to build any reports or dashboards if the security controls have not been established
D. The data model may not support the required security controls.
Ans B, D
Q175 A developer wants to build an application on force.com platform. The data model that the users need access to applications, and the application business logic have been considered. The report and dashboard requirements have not been considered, which is true?
A. Data model may not be support the business logic
B. Dashboard may not be visible to management users
C. Developer will not be able to load data
D. Data model may not support the required reports
Ans D
Q176 In a custom recruiting application, custom objects are used to track Positions and Job Posting site (e.g. Each position is typically posted to many job posting sites.
Which additional object is required to relate Positions and Job Posting sites do that a user can report or associated with a give Posting site?
a. Junction object
b. Parent object
c. Lookup object
d. Standard object
ANs A
Q177 What occurs in an upsert operation if the external ID is matched on more than one record?
a. An error is reported
b. Duplicate records will be created with matching external Ids
c. The upsert operation fails
d. Only the first matching record will be updated
Ans A
Q178 A developer wants to ensure that when a parent record is deleted, child records are not deleted. Which relationship should the developer choose?
A. lookup
B. master-detail
C. many-to-many
D. master-to-master
E. None
Ans A
Q179 When would a developer use upsert and external IDs?(Choose two answers.)
A. To integrate with an external system
B. To migrate customizations from sandbox to production
C. To load related records without knowing Salesforce record IDs
D. To use the Force.com API to query for data
Ans AC
Q180 A developer has created a junction object what is the significance of the first master-detail (primary) relationship? Select the Right Answer
A. Look and feel, the junction object's detail and edit pages use the color and any associated icon of the primary master object.
B. You cannot delete the primary relationship.
C. You cannot rename the primary relationship.
D. There is no significance
Ans A
Q181 Which of the following is NOT a step in creating a junction object? Select the Right Answer
A. Creating the custom object to serve as the junction object between the two master objects
B. Creating two master-detail relationships
C. Customizing the related lists on the page layouts of the two master objects
D. Creating two lookup relationships
Ans D
Q182 An organization wants to leverage a custom objects to track bugs. The organization wants the ability to related bugs to parent bugs in a parent-child relationship. What type of relationship should be used? Select the Right Answer
A. master-detail
B. self
C. hierarchical
D. many-to-many
Ans B
Q183 An organization wants to leverage the import wizards to import different types of data.What type of data cannot be imported through the wizard? Select the Right Answer
A. Accounts and Contacts
B. Leads
C. Custom Objects
D. Users
Ans D
Q184 An organization is interested in leveraging the Data Loader to load data into salesforce.com. Which of the following are NOT capabilities of the data loader? Please select two (2) choices. Select TWO Choices
A. Import greater than 50,000 records
B. Import data into 2 objects in a single transaction
C. Rollback import transactions
D. Run by command line
ANs BC
Q185 An organization has two custom objects to track job positions and salaries for those positions. Everyone in the organization should be able to view the positions however, only select users can view the salary records. What steps should a developer take to ensure the requirement is fulfilled? Choose the Right answer
A. Create a lookup relationship between positions and salaries; define public access on position and private access on salary
B. Create a master-detail relationship between positions and salaries; define public access on position and private access on salary.
C. Create a master-detail relationship between positions and salaries; define private access on position and create sharing rules on salary.
D. Create a lookup relationship between positions and salaries; define public access on position and public access on salary; create sharing rules on salary to restrict visibility.
Ans B
Q186 A developer has created a custom field marked as an external id on an object. If two records in the object have the same external id, and an upsert action occurred for that same external id what would happen. Choose the Right answer
A. The first matching external id record would be updated
B. Both matching external id records would be updated
C. A new record is created
D. An error would be reported
Ans D
Q187 If a parent object has a lookup relationship defined with a child object. What happens in the child object when you delete a record from the parent? Choose the Right answer
A. The child record is deleted
B. Nothing
C. The parent record cannot be deleted
D. The child record cannot be deleted
Ans D
Q188 Select the salesforce.com edition that is NOT available today Choose the Right answer
A. Professional
B. Unlimited
C. Enterprise
D. Premium
Ans D
Q189 Using the force.com platform declarative model to build an application. Which of the following do you NOT have to do? Please select three (3) choices.
A. Install a database server
B. Configure an application using clicks not code
C. Deploy a web server
D. Administer and email server
Ans ACD
Q190 An organization wants to create a field to store manager data on the user object. The manager field is a reference to another user record. What type of relationship should be used?
Choose the Right answer
A. master-detail
B. hierarchical
C. lookup
D. many-to-many
Ans B
Q191 What is true about a junction object? Choose the Right answer
A. A custom object that has 2 master-detail relationships.
B. A custom object that has a master-detail relationship.
C. A standard object that has 2 master-detail relationships.
D. A standard object that has a master-detail relationship.
Ans A
Q192 What is true about a cross-object formula field for a master-detail relationship? Choose the Right answer
A. You can only create a cross-object formula field on the parent object.
B. You can only create a cross-object formula field on the child object.
C. You can create a cross-object formula field on both the parent and child object.
D. Cross-object formula field is not available for master-detail relationship.
ANs B
Q193 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?
a. Create a formula field that displays the interview score as a set of radio buttons
b. Create a visualforce component to display the interview score as a set of radio buttons
c. Create the Interview Score field with a data type of radio button
d. Create the interview score field as a picklist, displayed as a radio button on the pane layout
Ans B
Q194 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. Customize the search filter fields layout for that object
b. Enable Advanced Search on the object's related list
c. Create a Visualforce page to replace die object detail view
d. Configure the object's related list to add a filter
ANs C
Q195 Which portion of Model-View-Controller paradigm is represented in Force.com as a standard or custom object?
a. Controller
b. Model
c. View
Ans B
Q196 Which scenario requires Apex to automate the real-time business logic?
a. As a user saves a new order (a custom object), the quantity and products on the order are checked against stock ( a custom object), then the warehouse that the product will ship from on the order record is populates.
b. When a user creates a new Time Off Request record ( a custom object) and clicks Submit for Approval
c. When a user enters a State and Zip Code into custom fields on a Candidate custom object, it must be check custom object to ensure that the Zip Code entered does exist in the State entered.
d. When a user saves a New Hire record ( a custom object), an outbound message is automatically sent with information to an external HR system
Ans A
Q197 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 a 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? Choose 2 answers
a. Create a criteria-based sharing rule that states that Approved positions are shared with the entire organization
b. Create a workflow field update that updates a custom field called Sharing on a position once the status is Approved
c. Create an Apex trigger that automatically updates sharing on a position once the status is Approved.
d. Create a formula field that updates the sharing on a position once the status changes to Approved
Ans A, C
Q198 Which is the first step in creating report?
A. Select type of report
B. Select object on which report needs to be generated
C. Select columns to be displayed
D. Select report name
E. Select the fields which need to be summarized
Ans B
Q199 The status field can't be updated by approval process
A. True
B. False
Ans A
Q200 Is it possible to set the system fields like created date to any date during the initial load?
A. Yes
B. No
C. Yes, a case needs to be raised with salesforce.com
D. Yes, appropriate profile permissions need to be given
Ans C
very informative blog and useful article thank you for sharing with us , keep posting learn more aboutsalesforce training salesforce Online Training
ReplyDelete