SalesForce - IT & Programming

Practice questions to test your knowledge and improve your understanding.

0
Answered
0
Correct
0%
Accuracy
Question 1 Medium Mcq

IsDeleted is what type of field?

Question 2 Medium Mcq

Which of the following is a property of sObject?

Question 3 Medium Mcq

Suppose you executed the following code in the 'Open Execute Anonymous Window‘.In order to view the output, which of the given keywords should be typed in the text box next to the 'Filter‘ check box, in the 'Execution Log' dialogue box?for (Integer a=1; a<=10; a++)[System.debug('Test‘ + a);

Question 4 Medium Mcq

For the dashboard components in Salesforce, which of the following types of reports can be used?

Question 5 Medium Mcq

If an organization has multicurrency enabled, the CurrencyIsoCode field contains:

Question 6 Medium Mcq

Currently there are two UI themes, “Salesforce” and “Salesforce Classic.” How could you figure out which theme is enabled?

Question 7 Hard Mcq

Which of the following are the types of Collections in the Apex Code?

Question 8 Medium Mcq

While setting record level security it is necessary to disable object permissions.

Question 9 Medium Mcq

What does the error code CANNOT_DISABLE_LAST_ADMIN mean?

Question 10 Medium Mcq

In Salesforce, the validation rules are strictly followed by Campaign hierarchies.

Question 11 Medium Mcq

What does the combobox field return?

Question 12 Medium Mcq

In Salesforce, which of the following statements is true about reports and dashboards?

Question 13 Easy Mcq

What is the description of the Lead object?

Question 14 Easy Mcq

What is the data type of the size property of the QueryResult object returned by a query() call?

Question 15 Medium Mcq

In Salesforce, which of the following options is available under the menu 'Files', under the tab 'Chatter'?

Question 16 Medium Mcq

By successfully calling queryMore() you will receive QueryResult object, which contains queryLocator field. In which subsequent call can you use this value?

Question 17 Easy Mcq

What is the syntax for the logout() API call?

Question 18 Medium Mcq

Lookup (1:n) type of relationships links:

Question 19 Medium Mcq

The phone field returns what?

Question 20 Medium Mcq

Salesforce API provides two methods for data replication, each of them allows you to retrieve a list of objects that:

Question 21 Medium Mcq

In which type of relationships among objects is the object not deleted when its related product is deleted?

Question 22 Medium Mcq

Which of the following is NOT a characteristic of a lookup relationship?

Question 23 Medium Mcq

Chatter Feed Objects of Data Model includes objects related to feeds. All feed items have:

Question 24 Medium Mcq

Setting CurrencyIsoCode to a value that is not defined for an organization leads to:

Question 25 Medium Mcq

Select API Fault Element which is present in Data Type list.

Question 26 Hard Mcq

Which of the following methods can be used to handle sObjects dynamically in Apex?

Question 27 Medium Mcq

Which of the given options is the correct sequence of steps to add a new object tab to an application in salesforce?1)Go to the 'Custom Object Tabs' section.2)Click 'Setup'.3)Click 'New‘.4)Select 'Tabs'.5)Select 'Object' and in 'Tab Style Iookup', select 'Form'.6)Select 'Create‘.7)Click 'Next'. 'Next‘ and then 'Save'.

Question 28 Easy Mcq

What is an example of an operation your application client can execute at runtime?

Question 29 Medium Mcq

Which of the following action methods are supported by the VisualForce Standard Controllers?

Question 30 Medium Mcq

When should you use Bulk API?

Question 31 Medium Mcq

A user is able to login to the Salesforce via:

Question 32 Medium Mcq

Which of the following can be the types of a dashboard component?1)Metric2)Table3)Gauge4)Visualforce page

Question 33 Medium Mcq

What would return a MALFORMED_QUERY fault?

Question 34 Easy Mcq

What is a calculated field?

Question 35 Medium Mcq

Which of the following SOQL statements can be used to determine the total number of records in an object named emp_record?

Question 36 Medium Mcq

Arrange the following steps to link a line item object to another object 'Invoice' in correct order?1)Open the details page of 'Line Item' object2)Click 'New'3)In the 'Related To' f‌ield select 'Invoice' object4)Select 'Master-Detail Relationship' as data type5)In the 'Field Level and 'Field name' enter 'Invoice'6)Click 'Next‘7)Go to ‘Custom Fields & Relationships'8)Click ‘Next'9)Apply required setting and Click 'Save'

Question 37 Easy Mcq

What is created when an object does not have a master-detail relationship to another object?

Question 38 Medium Mcq

What has happened during the fault, “UNKNOWN_EXCEPTION”?

Question 39 Easy Mcq

What is a characteristic of all API calls?

Question 40 Medium Mcq

When is a custom object's associated name field defined?

Question 41 Medium Mcq

A PackageVersion as a part of an endpoint for making API Calls has format:

Question 42 Easy Mcq

What is meant by Cloud Computing?

Question 43 Medium Mcq

How can you create Many to Many relationship in salesforce.com?

Question 44 Medium Mcq

In order to select any user to be a running user for the dashboard in Salesforce, which of the following permissions is required?

Question 45 Medium Mcq

State whether the following statement is True or False. In the Iteration method of accessing components, the concept of DOM ids is used.

Question 46 Medium Mcq

Which of the following types of portals is NOT available in Salesforce?

Question 47 Medium Mcq

Which of the following User Permissions are needed to create test drives and publish AppExchange packages to AppExchange?

Question 48 Hard Mcq

In Salesforce. which of the following statements is correct about triggers in an Apex code?

Question 49 Medium Mcq

Which of the following are the Application Development Components of Salesforce?

Question 50 Medium Mcq

What does the WSDL describeGlobal() call return?

Showing 50 of 204 questions