Monday 13 July 2015

Salesforce Dumps 2015 | Dev 401 Dumps Part 3

[201]To create a new VisualForce page HelloWorld in developer mode, which URL should be appended to 
server address? Select the one correct answer.
A. /HelloWorld
B. /vf/HelloWorld
C. /apex/HelloWorld
D. /home/HelloWorld
Ans:C

[202] What is the maximum size of a VisualForce page? Select the one correct answer.
A. 1 MB
B. 5 MB
C. 15 MB
D. There is no limit on the size of a VisualForce page
Ans:C

[203] What is the number of components that can be added to a dashboard? Select the one correct answer.
A. 20
B. 25
C. 50
D. 100
Ans:A

[204] Which of these represent the correct syntax for custom controllers? Select the one correct answer.
A. <apex:page controller="MyController">
B. <apex:page standardController="MyController">
C. <apex:page customController="MyController">
D. <apex:page privateController="MyController">
Ans:A

[205] Which is the first step when creating reports? Select the one correct answer.
A. Select report name
B. Select object on which report needs to be generated
C. Select type of report
D. Select columns to be displayed
Ans:B

[206] Which of these is not a valid report type. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:D

[207] Which report type is used to group rows of data and show their subtotals. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:A

[208] Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:B

[209] Which report type does not allow generation of charts? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:C

[210] Which of these are valid data type in Force.com development platform. Select the two correct answers.
A. Percent
B. URL
C. Choicebox
D. Long
E. Decimal
Ans:AB

[211] When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
A. Disable Visible and Read-Only
B. Disable Visible but Enable Read-Only
C. Enable Visible but Disable Read-Only
D. Enable Visible and Read-Only
Ans:C

[212] Which report type does not support analytical snapshot? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:B

[213] A customer has requested a user interface where list view of four objects can be accessed together with frequent navigation across them. Which feature of Force.com platform can be used to support this requirement? Select the one correct answer.
A. Console
B. Dashboards
C. Analytical Snapshot
D. Packages
E. Layout template
Ans:A

[214] In a recruitment application, a dashboard component needs to be built that will display total number of positions. Which dashboard component can be used to implement this feature? Select the one correct answer.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
Ans;B

[215] Universal Recruiters will like to hire ten employees in two months. In a recruitment application, a dashboard component needs to be built that will display progress towards achieving this goal of hiring of ten employees. Which dashboard component can be used to implement this feature? Select the one correct answer.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
Ans:A

[216] Universal Recruiters uses an external system for keeping track of exits from the organization. The CEO of the organization will like to view information about exits in the Salesforce application that Universal Recruiters uses. Which dashboard component can be used to implement this feature? Select the one correct answer.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
Ans:E

[217] Universal Recruiters uses Force.com as its recruitment platform. The Sales VP of Universal Recruiters will like a report that will display progress in recruitment across six months. Which reporting component can be used to implement this feature? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Analytic Snapshot
Ans:D

[218] Which two features are supported by Salesforce in developer mode? Select the one correct answer.
A. Developer mode allows a default user interface to be created for objects.
B. Developer mode provides a debugger that is used to perform step by step execution.
C. Developer mode allows developers to create dashboards from reports.
D. Developer mode allows split screen where user can view Visual Force editor and user interface together
E. Developer mode allows developers to create new pages by just entering the page name.
Ans:D

[219] Universal Recruiters wants to make access to records in such a way that all managers should be able to access records that are accessible to their team members. Which feature of Force.com's security should be used to implement this requirement. Select the one correct answer.
A. Object level access to profiles
B. Field level access to profiles
C. Organization wide defaults
D. Role hierarchy
E. Sharing rules
F. Manual sharing
Ans:D

[220] Universal Recruiters need to ensure that the Social Security Number and Phone Numbers follow a specific pattern. Which function can be used to implement this functionality. Select the one correct answer.
A. REGEX
B. EXPRMATCH
C. ISNUMBER
D. PRIORVALUE
E. VLOOKUP
Ans:A

[221] Universal Recruiters have an object that they use to store all US zip codes and corresponding states. They want to ensure that the zip code and state specified by users are correct. Which function could be used to implement this feature? Select the one correct answer.
A. REGEX
B. EXPRMATCH
C. ISNUMBER
D. PRIORVALUE
E. VLOOKUP
Ans:E

[222] Which of these functions is available in formulae field. Select the one correct answer.
A. ISCHANGED
B. ISNEW
C. REGEXC
D. IF
E. VLOOKUP
F. All of these functions are available in a formula field
Ans:F

[223] A Force.com developer needs to execute Apex code snippet and check the resource usage. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
Ans:B

[224] A user at Universal Container has reported an issue with respect to approval process. You need to analyze this issue by reviewing the debug messages that get generated for this particular users. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
Ans:A

[225] While debugging an issue you realize that the field type of an object has changed. You need to find outmore details about this change. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
Ans:C

[226] In Universal Recruiter application a developer realizes that the Salary field of an employee is set up to an incorrect value. The developer needs to find out who has set this new value to Salary field. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field History Tracking
Ans:D

[227] Which of the following is correct about custom fields in Salesforce. Select one correct answer.
A. If a field is set as required it must be entered in the Salesforce generated pages, however it may not be specified when entering information via Force.com API
B. A required field is always present in an edit page
C. A unique field is always present in an edit page
D. A unique field increases report and SOQL performance
Ans:B

[228] Fields of the which of the following type is not allowed to be set as external ids. Select one correct answer.
A. Date
B. Number
C. eMail
D. Text
Ans:A

[229] Which of these is true about the Lookup Relationship. Select one correct answer.
A. Parent is not a required field and may be omitted.
B. Deleting an object deletes its children.
C. Roll-up summary field can be used to perform basic operations over all children of a parent record.
D. Security access of the child record is dependent upon the parent record.
Ans:A

[230] Which of the following cannot be used to build a complete Custom Tab. Select one correct answer.
A. Display an external web page
B. Display data using a VisualForce page
C. Show data from a custom object using the native user interface
D. Display the approval process using an Apex page
Ans:D

[231] Which of the following is not supported by Enhanced Page Layout editor. Select the one correct answer.
A. Change the field name
B. Add blank spaces
C. Make a field required or read-only
D. Add a new section
E. Add a new custom field
Ans:A

[232] Which of the following is true about Roll-up summary fields? Select one correct answer.
A. Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.
B. Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records
C. The results of the roll-up summary is displayed on the child in a master-detail relationship.
D. Roll-up summary fields are read only.
Ans:D

[233] Which of the following is true about Validation Rules? Select two correct answers.
A. Validation rules are executed when the user clicks on the Save button.
B. Validation rules are not applicable when the data is stored using the API.
C. If the error condition evaluates to true, then an error message is generated and the record is not saved.
D. Validation rules are applied only when a new record is created, and not when an existing record is edited.
Ans: AC

[234] Which of the following is not a valid return type of a custom formula. Select one correct answer.
A. Date
B. Decimal
C. Text
D. Array
Ans:D

[235] Which of the following is not a part of a Force.com app. Select one correct answer.
A. Notes
B. Tab
C. Links
D. Forms
Ans:A

[236] An organization needs to create a public website that displays data from Salesforce.com organization without user registration. Select one correct answer.
A. Apex
B. Triggers
C. Salesforce Knowledgebase
D. Force.com sites
E. Formula
Ans:D

[237] How many external IDs can an object have?
A. 3
B. 5
C. 2
D. 10
Ans:A

[238] When you delete a master record, all of its detail records are automatically deleted. Is this true or false?
A. TRUE
B. False
Ans:A

[239] Once you set a master-detail relationship field's value you cannot change it. Is this true or false?
A. TRUE
B. False
Ans:A

[240] If a profile gives a user permission to create, edit and view the records of an object but the organizational-wide-defaults (OWD) is set to "Private". This user will be allowed to edit and view only his/hers own records and not the records owned by other users. Is this true or false?
A. TRUE
B. False
Ans;A

[241] You can use Grant Access Using Hierarchies check-box to enable record access through hierarchies on an object-by-object basis when you set your org-wide defaults. Is this true or false?
A. TRUE
B. False
Ans:A

[242] Sharing rules let us make automatic exceptions to org-wide defaults for particular groups of users. Is this true or false?
A. TRUE
B. False
Ans:A

[243] The thing to remember with sharing rules is that, like role hierarchies, we can use them only to open up record access to more users. Sharing rules and role hierarchies can never be stricter than our org-wide default settings. Is this true or false?
A. TRUE
B. False
Ans:A

[244] When you change case ownership, any associated open activities that are by the current case owner are transferred to the new owner
A.True
B.False
Ans;A

[245] The individual components which make up a "Workflow" are: 1. Rules 2. Tasks 3. Field updates 4. Alerts 5 Workflow-outbound-message Is this true or false?
A. TRUE
B. False
Ans:A

[246] The action that one workflow rule takes can also trigger the execution of another workflow rule. Is this true or false?
A. TRUE
B. False
Ans:A

[247] A queue is a collection of records that don't have an owner. Users who have access to the queue can examine every record that's in it and claim ownership of the ones they want, and queues are bound to objects! Is this true or false?
A. TRUE
B. False
Ans:A

[248] The approval actions like the workflow actions are: 1. Assign tasks 2. Update fields 3. Email alerts 4. Outbound messages Is this true or false?
A. TRUE
B. False
Ans:A

[249] To make a field editable, enable Visible but disable Read-Only
A. TRUE
B. False
Ans:A

[250] Console tab allows easy navigation across multiple object types.
A. TRUE
B. False
Ans:A

[251] _____ allow users to create custom documents using the information from your records
A. Email templates
B. Letterheads
C. Mail merge templates
D. None
Ans:C

[252]_____ allows companies that sell through indirect sales channels to maximize the return on their channel investments & increase channel revenues
A.Partner relationship mgmt
B. Customer relationship mgmt
C. Service mgmt
D. None
Ans:A

[253] Which one of the following are included in the territory mgmt
A. Lead
B. Opportunity
C. Activity
D. None
Ans:B

[254] Irreversible data loss can result from clicking enable territory mgmt from scratch
A. True
B. False
Ans:A

[255]You can create multiple customer portals that display different tabs for users with the same profile, as long as the profile has access to each object displayed on the tab
A. True
B. False
Ans:A

[256] Customizing forecasting can only be enabled if you enable territory mgmt
A. True
B. False
Ans:B

[257] If a user accesses a login URL that doesn’t contain a unique identifier of a specific customer portal, then they are automatically directed to the login of the first customer portal you created
A. True
B. False
Ans:A

[258]____ let you segment your org’s data into logical sections, making searches, reports, & list views more meaningful to user
A. Territory mgmt
B. Custom settings
C. Divisions
D. None
Ans:C

[259] The org ID’s of your sandboxes remain same each time your sandbox is refreshed
A. True
B. False
Ans:B

[260] One can create Configuration sandbox from a Full copy sandbox
A. True
B. False
Ans:B

[261] An opportunity can have only one primary partner
A. True
B. False
Ans:B

[262] If you change the account for an opportunity that have partners, all partners are deleted from partners related list
A.True
B. False
Ans:A

[263] Sandboxes also send email notifications when storage limits are reached
A. True
B. False
Ans:B

[264] What does a case with red arrow mean
A. The case is closed
B. The case is being tracked
C. The case is escalated
D. The case is important
E. The case has got a very high feedback
Ans:C

[265] Which feature can be used to make sure all outgoing emails are tracked for compliance
A. Use compliance BCC email
B. Write a trigger to store the emails
C. Let users manually enter a specified email ID in the TO field
D. None of the above
E. All the above
Ans:A

[266] 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. Is this true or false?
A. TRUE
B. False
Ans:A

[267] "View all" and " Modify all" object level permissions are different from "View all Data" and "Modify all Data" global administrative permissions. The "View all" and "Modify all" object level permissions ignore the sharing model, role hierarchy and sharing rules that "Create", "Read","Edit" and "Delete" permissions respect. Furthermore, "Modify All" object level permission gives a user the ability to mass transfer, mass update, and mass delete records of that specific object, and approve such records even if the user is not a designated approver. Is this true or false?
A. TRUE
B. False
Ans:A

[268] The "Workflow rule" is the main container for a set of workflow instructions. It includes the criteria for when the workflow should be activated, as well as the particular tasks, alerts, and field updates that should take place when the criteria for that rule are met. Is this true or false?
A.TRUE
B.False
Ans:A

[269] Each approval process has it's own page layout and unlike other page layouts, the approver page layout can only be configured from within its approval process. Is this TRUE or FALSE?
A. TRUE
B. False
Ans:A

[270] No more than 20 parent-to-child relationships can be specified in a query. Is this true or false?
A. TRUE
B. False
Ans:A

[271] After renaming tabs, objects, or fields, which of the following additional items may need manual check:
A. List view names
B. Standard report name
C. Titles & descriptions of any email templates
D. All the above
Ans:D

[272] A dashboard can have upto 20 components.
A. False
B.TRUE
Ans:B

[273] REGEX function is used to check a text field matches the regular expression. Pattern matching.
A. TRUE
B. False
Ans:A

[274] VLOOKUP is used to return the value for a unique key in an object
A. TRUE
B. False
Ans:A

[275] IF function is available in the formula field
A. TRUE
B. False
Ans:A

[276] System Log can be used to run code snippets.
A. TRUE
B. False
Ans:A

[277] Apex managed sharing allows developers to use Apex to programmatically share custom objects. When you use Apex managed sharing to share a custom object, only users with the “Modify All Data” permission can add or change the sharing on the custom object's record, and the sharing access is maintained across record owner changes.
A. TRUE
B. False
Ans:A

[278] After the creation of a new object, the object appears in the "Create New" drop down list in the sidebar automatically. Is this true or false
A. TRUE
B. False
Ans:A

[279] Tab search layout is responsible for the fields in the related list layout only if the related list properties have not been modified on other object's page layouts. Is this true or false
A. TRUE
B. False
Ans:A

[280] A "junction-object" is a custom object with two master-detail relationships and is the key to making a many to many relationship. Is this true or false?
A. TRUE
B. False
Ans:A

[281] You can cross-reference between master objects in a junction object, they can span. The related list on one master object can display the other master object's fields. Is this true or false?
A. TRUE
B. False
Ans:A

[282] What do profiles control
1. The objects the user can view, create, edit and delete.
2. The object fields the user can view and edit.
3. The tabs the user can view in the app.
4. The standard and custom apps the user can access.
5. The page layouts a user see.
6. The record types available to the user.
7. The hours during which the user can log in to the app.
8. The IP addresses from which the user can log in to the app.
Ans: Above All

[283] What are standard profiles in every org?
1. Read only
2. Standard user
3. Marketing user
4. Contract Manager
5. Solution Manager
6. System Administrator
Ans: Above all

284] Does hiding a tab of an object prevents a user from seeing records of that object? Is this true or false?
A. FALSE
B. True
Ans:A

[285] When object versus record-level permissions conflict, the most restrictive setting wins! Is this true or false?
A. TRUE
B. False
Ans:A

[286] Field-level security controls the visibility of fields in any part of the app. Including related lists, list views, reports and search results. Indeed, in order to be absolutely sure that a user can't access a particular field, it is important to use the field-level security page for a given object to restrict access to the field. There are simply no other shortcuts that will provide the same level of protection for a particular field.
A. TRUE
B. False
Ans:A

[287]Organizational-wide-defaults (OWD) also called "Sharing Model" specify the baseline level of access that the most restrictive user should have. It is the record-level access. Is this true or false?
A. TRUE
B. False
Ans:A

[288] You can't set OWD for the objects on the detail side of the master=detail relationship, detail records automatically inherit the sharing settings of their parents. is this true or false.
A. TRUE
B. FALSE
Ans:A

[289] A time-dependent workflow actions are actions that occur before or after a certain amount of time has elapsed. Is this true or false?
A. TRUE
B. False
Ans:A

[290] Approval processes allow you to specify a sequence of steps that are required to approve a New recored. Is this true or false?
A.TRUE
B. False
Ans:A

[291] The search term: “acme AND California AND NOT meeting” is same as:
A. Acme AND (California AND NOT meeting)
B. (acme AND California AND NOT meeting)
C. (acme AND California) AND NOT meeting
D. None
E. All the above
Ans:B

[292] Which of the following Object can’t be renamed:
A. Account
B. Contact
C. Opportunity
D. Forecast
Ans:D

[293] When you tick the check-box 'Use approver field of xxxxobject owner', the approval request is routed to the user specified in the "Manager" field on the record owner's user record. Is this true or false?
A. TRUE
B.False
Ans: A

[294] Which of these are valid data types in Force.com development platform? Select 3.
A. Percent
B. URL
C. Email
D. Text
E. Decimal
Ans:ABCD

[295] The Force.com uses following for authentication? Select 2
A. Partners
B. Customers
C. Restricting IP range
D. No authentication
Ans:AB

[296] How approval process can be approved from mobile? Select 2.
A. Email
B. Text Message
C. Login salesforce.com
D. Not possible
Ans:BC

[297] In approval process, records should be verified by one person in executive group and must be then approved by VP of organization. Which of following is true?
A. Approval process which require parallel approval without unanimous approval
B. Approval process which require parallel approval with unanimous approval
C. Not possible
D. Create Approval process for every executive group member.
Ans:B

[298] Which of the following is related to View layer in MVC Model?
A. Workflow Rules
B. Validation Rules
C. Visual force Pages
D. Custom Objects
E. Apex Class
Ans:C

[299] Record Update using data loader requires which of following?
A. Record ID
B. Record Name
C. Created Date and Creation time
D. None
Ans:A

[300] Admin wants to schedule data load at 2 a.m. every day? He can use --
A. Export Scheduler of data loader
B. Command line data loader
C. Use import wizard
D. Not possible
Ans:B

No comments:

Post a Comment

Thank you.