Salesforce-Development MCQs

Salesforce-Development MCQs

The following Salesforce-Development MCQs have been compiled by our experts through research, in order to test your knowledge of the subject of Salesforce-Development. We encourage you to answer these multiple-choice questions to assess your proficiency.
Please continue by scrolling down.

1: The phone field returns what?

A.   Fields.

B.   Phone numbers.

C.   Phones.

D.   Phone fields.

2: Does Salesforce check for IP restrictions when granting access to the API?

A.   Yes.

B.   No.

C.   No IP is allowed.

D.   Yes, but it is set by default to allow all IP addresses.

3: The SOAP endpoint for an API verion 29.0 contains a URL with a format:

A.   serverName/services/Soap/c/29.0/ID

B.   serverName:port/Soap/services/c/29.0/ID

C.   serverName:port/services/Soap/c/29.0/ID

D.   serverName/Soap/services/c/29.0/ID

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

A.   InvalidObjectSFault

B.   InvalidSimpleObjectFault

C.   InvalidObjectSimpleFault

D.   InvalidSObjectFault

5: By Calling sendEmail() it is possible to send:

A.   List of single and mass emails.

B.   List of mass emails.

C.   Single email only.

D.   List of mass emails.

6: Lets assume you are calling describeGlobal() web-method to obtain a list of available objects for your organization’s data. What will you get in the case of successful call?

A.   DescribeGlobalsResult object, which allows to retrieve an array of DescribeGlobalOrgObjectResult objects by calling sobjectlist.

B.   DescribeGlobalResult object, which allows to retrieve an array of DescribeGlobalSObjectResult objects by calling sobjects.

C.   DescribeGlobalResult object, which allows to retrieve an array of DescribeGlobalOrgObjectResult objects by calling sobjectlist.

7: Double values have what restrictions?

A.   Scale and precision.

B.   Age and scale.

C.   Size and time.

D.   Scale and position.

8: Which objects written to a Salesforce object are committed automatically?

A.   All objects.

B.   Only objects with the right calls.

C.   Objects that have errors.

D.   No objects.

9: What do master-detail relationships involve?

A.   Relationships between master and detail sectors.

B.   Relationships between parent and child elements.

C.   Relationships between master and slave drives.

D.   Cascading deletes and sharing rules that are controlled by the parent.

10: Which audit field cannot be changed?

A.   SystemStamp

B.   systemModstamp

C.   SysModMap

D.   SystemMod

11: What is an example of something you can get your Web service client applications to do in the development environment?

A.   Reveal sensitive information protected by many layers of authorization.

B.   Query the networks information.

C.   Query your organization’s information.

D.   Query the systems information.

12: Process Object belong to Data Model and include:

A.   includes users, profiles, and roles.

B.   approval processes and related objects.

C.   content and libraries and their related objects.

D.   view and vote statistics, article versions, and other related objects.

13: What is base-64 encoding used for?

A.   Writing metadata.

B.   Storing binary files in Attachment, Document, and Scontrol records.

C.   Compressing files.

D.   Encrypting documents.

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

A.   Obtain metadata about another system.

B.   Replace your systems metadata.

C.   Obtain metadata about your data.

D.   Breach security across multiple systems.

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

A.   Never.

B.   Before setup.

C.   During setup.

D.   After setup.

16: What is the name of a single, generic object, defined in partner WSDL, that represents all of the objects?

A.   sObject

B.   sObjects

C.   Client

D.   Account

17: What are the Corresponding Field Types in the UI for the double API Data Type?

A.   Currency, formula, number, percent, and roll-up summary

B.   Number, percent, checkbox.

C.   Currency, number, long text area.

D.   Number, percent, day/time.

18: If your ID was 12 characters, what error would you get?

A.   MALFORMED_ERROR

B.   MALFORMED_12

C.   idError

D.   MALFORMED_ID

19: What is the syntax for password and token access?

A.   TOKEN

B.   mypasswordTOKEN

C.   mytokenPASSWORD.

D.   PASSWORD

20: Account and Opportunity standard objects have common methods, supported API calls. Which methods are common for both of them?

A.   create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(),query(),retrieve(), search(), undelete(), update(), upsert()

B.   open(), remove(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(),merge(), retrieve(), search(), undelete(), update(), upsert()

C.   create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(),merge(), retrieve(), search(), undelete(), update(), upsert()

D.   create(), remove(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(),merge(), retrieve(), search(), undelete(), update(), upsert()

21: What code do you see when your session expires?

A.   SYSTEM_TIMEOUT

B.   INVALID_SESSION_ID

C.   SESSION_END

D.   INVALID_SESSION

22: Where do you configure your session expiration time?

A.   Session Ideas

B.   Security Controls

C.   Session Monitor

D.   Session Controls

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

A.   An element rule.

B.   A relationship rule.

C.   A system rule.

D.   A sharing rule.

24: Which call is similar to the AUTOCOMMMIT setting in SQL?

A.   AutoRollback

B.   Committed Automatically Versus Rollback on Error

C.   AlwaysOn

D.   SuperCommit

25: When sharing, what happens to data that is outside of the logged-in user’s sharing model?

A.   It invokes a process to breach security.

B.   Nothing.

C.   It is returned.

D.   It is not returned.

26: Will the API calls, retrieve() and delete(), accept an array of IDs?

A.   Only when the array is processed with a matrix.

B.   Only when the array is consolidated with a matrix.

C.   Yes.

D.   No.

27: Select the wrong endpoint:

A.   https://login.salesforce.com/services/Soap/u/29.0

B.   https://test.salesforce.com/services/Soap/u/29.0/12.1.0

C.   https://login.salesforce.com/services/Soap/c/29.0

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

A.   Not Possible to create Many to Many relationship in salesforce.com

B.   Create a direct Many to Many relationship

C.   Use a piece of code to relate both objects

D.   Use a junction Object

29: Select the Incorrect Primitive Data Type.

A.   date

B.   base32

C.   time

D.   dateTime

30: What does the element, ApiQueryFault return?

A.   A solution to the problem.

B.   Nothing.

C.   The row and column numbers where the problem occurred.

D.   A problem itself.

31: When should you use Bulk API?

A.   When you are loading a large number of records.

B.   When you are processing data up to one thousand records.

C.   When you are updating small numbers of records at a time.

D.   When you are using REST requests and prefer to use SOAP.

32: What is the right syntax for the associated name field of Custom Objects in WSDL?

A.   Custom objects must have unique names within your organization. The first letter is capitalized. Prefix "C__" is added.

B.   Custom objects must have unique names within all organizations. The first letter is capitalized. Prefix "c_" is added.

C.   Custom objects must have unique names within your organization. The first letter is capitalized. Suffix "__c" is added.

D.   Custom objects must have unique names within all organizations. The first letter is capitalized. Suffix "_C" is added.

33: Which of the following is an example of an audit field?

A.   CreateID

B.   CreatedById

C.   OldID

D.   NewID

34: When your session expires, the exception code (...) is returned.

A.   REQUEST_LIMIT_EXCEEDED

B.   EXCEEDED_ID_LIMIT

C.   INVALID_OPERATION_WITH_EXPIRED_PASSWORD

D.   INVALID_SESSION_ID

35: Can CreatedDate be larger than LastModifiedDate?

A.   Yes.

B.   Yes. It has to be larger.

C.   No.

D.   Yes, and it has to be significantly larger.

36: SystemModstamp returns what data?

A.   FieldCore information.

B.   Date and time when this record was last modified.

C.   SystemModMap information.

D.   The time the system last failed.

37: What types of error handling are there?

A.   Undefined fault errors.

B.   Just API errors.

C.   Only SOAP errors.

D.   API-returned SOAP fault messages and general API errors.

38: Currency and percent fields are what type of value?

A.   Triple

B.   Alphabetical.

C.   Double

D.   Single

39: What does the picklist field return?

A.   A number of picks.

B.   Lists that have been picked.

C.   A number of picked numbers.

D.   A set of enumerated values from which one can be selected.

40: What will be the name of Custom Object in the Salesforce UI WSDL, if Custom Object is labeled like 'common' ?

A.   Common__c

B.   c_common

C.   common_C

D.   c__common

41: Where must client applications format email addresses?

A.   In divert() and update() calls.

B.   In create() and update() calls.

C.   In delet() and update() calls.

D.   In distract() and update() calls.

42: What do API calls represent?

A.   Operations running in the foreground.

B.   Operations invoked at compile time.

C.   Specific operations that your client applications can invoke at runtime.

D.   Operations that run in the background.

43: What has happened during the fault, “UNKNOWN_EXCEPTION”?

A.   The system has encountered a breach.

B.   The system has encountered an internal error.

C.   The system has encountered a hardware issue.

D.   The system has encountered data loss.

44: The user permission, “Read” indicates what?

A.   The file can be deleted, but not changed.

B.   Users can only view objects of this type.

C.   Only guest users can read the file.

D.   Only the system can read the file.

45: Salesforce API calls are:

A.   Service Requests and Responses, Asynchronous, Committed Automatically Versus Rollback on Error

B.   Service Requests and Responses, Asynchronous, Rollback on Error

C.   Some of calls are Asynchronous, Rollback on Error

D.   Service Requests and Responses, Synchronous, Committed Automatically Versus Rollback on Error

46: How is the field, “ID” defined?

A.   A globally synonymous file that identifies a process.

B.   A globally unique field that identifies a record.

C.   A globally unique system that identifies a file.

D.   A globally unique process that identifies certain data.

47: What is a characteristic of all API calls?

A.   They are asynchronous.

B.   They are synchronous.

C.   They perform the same function.

D.   They are the same size.

48: IsDeleted is what type of field?

A.   Carthaginian.

B.   Numerical.

C.   Carpathian.

D.   Boolean.

49: What is a calculated field?

A.   A field defined by its size.

B.   A field defined by another field.

C.   A field defined by a formula.

D.   A field defined by its metrics.

50: What values do boolean fields contain?

A.   True, or false.

B.   False, or yes.

C.   2, or 4.

D.   True, or true.

51: Can custom objects have a have many-to-many relationship with other custom objects?

A.   Only if they are many-to-custom object relationships.

B.   They can, but only in the pre-processing phase.

C.   Yes.

D.   They could in the previous version of Salesforce API.

52: What is one security protocol that salesforce.com supports?

A.   SecureForce5

B.   SecureSales

C.   (SSL) protocol SSLv3.

D.   salesSecure

53: Sales Objects belong to Data Model and include:

A.   content and libraries and their related objects.

B.   opportunities, products, and schedules.

C.   accounts, contacts, opportunities, leads, campaigns, and other related objects.

D.   approval processes and related objects.

54: What is a sObject?

A.   An object, such as an Account or Campaign.

B.   An element.

C.   A field.

D.   An API.

55: Where are exception codes defined?

A.   In the configuration file.

B.   In the error file.

C.   In the WSDL file.

D.   In the spooler.

56: What must happen before a user can access the API?

A.   Users must have superuser privelages.

B.   They must be granted “API Enabled” permissions.

C.   Users must restart the computer.

D.   Users cannot access the API.

57: Select which is NOT true about Custom Objects:

A.   Their custom flag is set to true.

B.   Custom objects can not have the same audit fields as standard objects.

C.   They are custom database tables.

D.   They relate to other objects and behave just like standard objects.

58: Which of the following is a property of sObject?

A.   fieldsToNull

B.   nullfields

C.   ToNullfields

D.   thenullifiedfields

59: Any method which belongs to Describe Calls:

A.   Has single string parameter.

B.   Has single string parameter or does not have any.

C.   Starts from the "describe" prefix, has single string parameter.

D.   Starts from the "describe" prefix.

60: A user is able to login to the Salesforce via:

A.   UI, API, desktop client such as Connect for Outlook, Connect Online, Connect for Office, Connect for Lotus Notes, MS Office Connect, or the Data Loader.

B.   UI, API, desktop client such as Connect for Outlook, Connect Offline, Connect for Office, Connect for Lotus Notes, or the Data Loader.

C.   UI, API, desktop client such as Connect for Outlook, Connect Online, Connect for Office, Connect for Lotus Notes, or the Data Loader.

D.   UI, API, desktop client such as Connect for Outlook, Salesforce for Outlook, Connect Offline, Connect for Office, Connect for Lotus Notes, or the Data Loader

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

A.   By calling describeTheme() , looking at userUiSkin property of returned object.

B.   There is no way to figure out UI theme from API, because Customer Portal users can't access this object.

C.   By calling getUserInfo(), looking at userUiSkin property of returned object.

D.   There is no way to figure out UI theme from API, because Partner portal users can’t access this object.

62: CRM ISV Organization in ISVforce is also know as:

A.   business org

B.   test org

C.   dev org

D.   app org

63: ID fields in the Salesforce UI contain:

A.   15-character, base-62, case-sensitive strings.

B.   15-character, base-64, digits only strings.

C.   18-character, base-62, case-insensitive strings.

D.   18-character, utf, case-safe strings.

64: Which of the given API Fault elements defines an error in a queryString passed in a query() call?

A.   MalformedQueryFault

B.   UnexpectedErrorFault

C.   ApiQueryFault

D.   InvalidQueryLocatorFault

65: What does the error code CANNOT_DISABLE_LAST_ADMIN mean?

A.   There is an administrative user account hung in the system.

B.   There is not an active administrative user.

C.   There is a hidden administrative user still logged in.

D.   The system has failed to log out the previous user.

A.   https://appexchange.salesforce.com/

B.   appexchange.salesforce.com

C.   http://www.salesforce.com/partners

D.   appexchange.salesforce.com/partners

A.   ContentId

B.   FeedId

C.   ID

D.   ParentId

68: Salesforce.com supports:

A.   SSLv3, TLS, frontdoor.jsp. Ciphers must have a key length of at least 128 bits.

B.   SSLv2, TLS, frontdoor.jsp. Ciphers must have a key length of at least 256 bits.

C.   SSLv2, TLS, frontdoor.jsp. Ciphers must have a key length of at least 128 bits.

D.   SSLv2, TLS, frontdoor.jsp. Ciphers must have a key length of at least 32 bits.

69: What is used to represent integer fields?

A.   ant

B.   inte

C.   ing

D.   int

70: According to roles in the sharing hierarchy, who can view and edit the record?

A.   There is no record to be edited.

B.   Nobody can edit the record.

C.   Only the system can edit the record.

D.   Only the record owner and users beyond the specified role.

71: What would return a MALFORMED_QUERY fault?

A.   A query string larger than 20,000 characters.

B.   A query string larger than 100,000 characters.

C.   A query string larger than 50,000 characters.

D.   A query string larger than 80,000 characters.

72: For security reasons, Salesforce restricts outbound ports. Which port may you use for HTTPS connections?

A.   Only available ports in range from 1024 to 65535.

B.   443 and any of the available in range from 1024 to 65535

C.   80, 443 and any of the available in range from 1024 to 65535.

D.   Only available ports in range from 32767 to 65535.

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

A.   queryValue()

B.   queryString()

C.   queryLocator()

D.   queryMore()

74: Select the SOAP header that does not exist in API 29.0 and earlier versions up to 14.0 and might not be seen in WSDL

A.   QueryOptions

B.   LimitInfoHeader

C.   LimitInfoHeader—Pilot

D.   MruHeader

75: How do you calculate the maximum number of digits to the left of the decimal place?

A.   Precision with scale.

B.   Precision plus scale.

C.   Precision minus scale.

D.   Precision minus score.

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

A.   Zeroing CurrencyIsoCode field. The currency field keeps its value

B.   Operation to be rejected. The currency keeps its value.

C.   Operation to be rejected. CurrencyIsoCode keeps its value.

D.   Zeroing CurrencyIsoCode field. Zeroing the currency field.

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

A.   Value that is associated with a standard or custom ISO code.

B.   By default the same value as DefaultCurrencyIsoCode does.

C.   The string representation of the currency ISO code.

D.   The number representation of the currency ISO code.

78: What does the combobox field return?

A.   Data ignored by the system.

B.   Data not yet utilized.

C.   Data specified in the field list.

D.   Data that is not already specified in the field list.

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

A.   Have been updated or deleted during specified timespan for the specified object.

B.   Have been replicated successfully starting from January 1, 1970, 00:00:00 GMT

C.   Have been added or deleted during specified timespan for the specified object.

D.   Have been created or deleted during specified timespan for the specified object.

80: Callling getServerTimestamp() might return:

A.   UnexpectedErrorFault Fault Element

B.   UnexpectedErrorException Exception Element

C.   ServerSynchronizationFault Fault Element

D.   UnexpectedError Error Element

81: At the highest level of abstraction it is possible to imagine a develepor calling API web-method describeDataCategoryGroups() developer to perform what sort of task?

A.   Obtaining metadata about your data.

B.   Running utilities to perform administration tasks.

C.   Querying data in organization.

D.   CRUDing data.

82: An Error object contains statusCodes, message, fields properties. What property (or properties) has information about fields in the object affected by the error condition?

A.   fields

B.   All of them

C.   statusCodes and fields

D.   None of them.

A.   A couple of objects together, has no effect on deletion or security

B.   Multiple objects together. Lookup fields are not automatically required.

C.   Parent to multiple records from another object and vice versa.

D.   Multiple objects together, has no effect on deletion or security

84: Are all exception codes listed in the WSDL?

A.   Yes.

B.   No. They can be specified.

C.   No, and the WSDL cannot be changed.

D.   There are no exceptions listed and they must be coded.

85: What should you know to perform a login operation?

A.   connection, Security Token

B.   metadataServerUrl, username, password

C.   connection, username, password

D.   Security Token, username, password

86: If you are using the partner WSDL, a query that includes ID will return the ID field twice after calling query(queryStr) method. What will be the value of ID in response if queryStr does not have Id?

A.   a single null ID

B.   MalformedQueryFault

C.   two null IDs

D.   UnexpectedErrorFault

87: Any method which belongs to Utility Calls:

A.   Starts from the "get", "send" or "set" prefixes.

B.   Starts from the "get" prefix.

C.   None of the given answers are right.

D.   Starts from the "get" or "set" prefixes.

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

A.   majorNumber.minorNumber.releaseNumber

B.   majorNumber.minorNumber.releaseNumber.patchReleaseNumber

C.   majorNumber.minorNumber.patchNumber

D.   majorNumber.minorNumber.releaseNumber

89: It is possible to create a SharePoint site with PowerShell

A.   True

B.   False

90: What is the data type of the accountId argument in a convertLead() API call?


A.   string

B.   boolean

C.   int

D.   ID

E.  

anyType

91:

Which of the following objects is associated with errors relating to create(), update(), and delete() method calls?

A.   DeployMessage object

B.   AsyncResult object

C.   RetrieveMessage object

92:

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

A.   False

B.   True

93:

Which of the following are the Declarative (File based) Metadata API Calls?

A.   listMetadata()

B.   deploy()

C.   describeMetadata()

D.   All of the above

94:

You have a static resource archive named Testpack in your VisualForce organization which contains an image file named hills.jpg. You want to reference this image file in your VisualForce page. Which of the following Code Snippets can be used to achieve the desired result?


A.   apex:image url="{!$Resource.Testpack}" width="50" height="50" />

B.   <apex:image url="{!URLFOR($Resource.Testpack , 'hills.jpg')}" width="50" height="50" />

C.   <apex:image url="{!($Resource.Testpack , 'hills.jpg')}" width="50" height="50" />

D.   <apex:image url="hills.jpg" width="50" height="50" />

95:

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

A.   LogoutResult = binding.logout();

B.   LogoutResult = binding.logout (string username, string password);

C.   LogoutResult = binding.logout (string username);

D.   LogoutResult = binding.logout (string password);

96:

Apex allows developers to lock sObject records while they are being updated in order to prevent race conditions and other thread safety problems. Which of the following keywords is used, in SOQL statements for Locking?

A.   TABLOCK

B.   COMMIT

C.   ROWLOCK

D.   FOR UPDATE

97:

Which of the following statements regarding an Unmanaged Package are false?

A.   An Unmanaged Package consists of Non-Upgradeable Components.

B.   An Unmanaged Package consists of Upgradeable Components.

C.   An Unmanaged Package can be used for one time distribution only.

98:

Which of the following functionalities is provided by the Apex Code?

A.   It can change the standard functionality

B.   It can spawn threads.

C.   It can render error messages.

D.   It can create temporary files.

99:

Which type of apps are built using only the Force.com API to access the Salesforce service?

A.   Composite apps

B.   Client apps

C.   Native apps

D.   All of the above

100:

What is the difference between the queryAll() and queryMore() calls?

A.   queryAll() returns the records count of more than 500 returns while queryMore() also returns the records that have been deleted because of a merge or delete.

B.   queryMore() returns the records count of more than 500 while queryAll() also returns the records that have been deleted because of a merge or delete.

C.   queryAll() returns the records when the Ids are not known while queryMore() returns the records with known Ids.

D.   queryMore() returns the records when the Ids are not known while queryAll() returns the records with known Ids.