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.