SalesForce - IT & Programming
Practice questions to test your knowledge and improve your understanding.
IsDeleted is what type of field?
Which of the following is a property of sObject?
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);
For the dashboard components in Salesforce, which of the following types of reports can be used?
If an organization has multicurrency enabled, the CurrencyIsoCode field contains:
Currently there are two UI themes, “Salesforce” and “Salesforce Classic.” How could you figure out which theme is enabled?
Which of the following are the types of Collections in the Apex Code?
While setting record level security it is necessary to disable object permissions.
What does the error code CANNOT_DISABLE_LAST_ADMIN mean?
In Salesforce, the validation rules are strictly followed by Campaign hierarchies.
What does the combobox field return?
In Salesforce, which of the following statements is true about reports and dashboards?
What is the description of the Lead object?
What is the data type of the size property of the QueryResult object returned by a query() call?
In Salesforce, which of the following options is available under the menu 'Files', under the tab 'Chatter'?
By successfully calling queryMore() you will receive QueryResult object, which contains queryLocator field. In which subsequent call can you use this value?
What is the syntax for the logout() API call?
Lookup (1:n) type of relationships links:
The phone field returns what?
Salesforce API provides two methods for data replication, each of them allows you to retrieve a list of objects that:
In which type of relationships among objects is the object not deleted when its related product is deleted?
Which of the following is NOT a characteristic of a lookup relationship?
Chatter Feed Objects of Data Model includes objects related to feeds. All feed items have:
Setting CurrencyIsoCode to a value that is not defined for an organization leads to:
Select API Fault Element which is present in Data Type list.
Which of the following methods can be used to handle sObjects dynamically in Apex?
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'.
What is an example of an operation your application client can execute at runtime?
Which of the following action methods are supported by the VisualForce Standard Controllers?
When should you use Bulk API?
A user is able to login to the Salesforce via:
Which of the following can be the types of a dashboard component?1)Metric2)Table3)Gauge4)Visualforce page
What would return a MALFORMED_QUERY fault?
What is a calculated field?
Which of the following SOQL statements can be used to determine the total number of records in an object named emp_record?
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' field 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'
What is created when an object does not have a master-detail relationship to another object?
What has happened during the fault, “UNKNOWN_EXCEPTION”?
What is a characteristic of all API calls?
When is a custom object's associated name field defined?
A PackageVersion as a part of an endpoint for making API Calls has format:
What is meant by Cloud Computing?
How can you create Many to Many relationship in salesforce.com?
In order to select any user to be a running user for the dashboard in Salesforce, which of the following permissions is required?
State whether the following statement is True or False. In the Iteration method of accessing components, the concept of DOM ids is used.
Which of the following types of portals is NOT available in Salesforce?
Which of the following User Permissions are needed to create test drives and publish AppExchange packages to AppExchange?
In Salesforce. which of the following statements is correct about triggers in an Apex code?
Which of the following are the Application Development Components of Salesforce?
What does the WSDL describeGlobal() call return?