Olete.in
Articles
Mock Tests
🧪 Salesforce MCQ Quiz Hub
Salesforce MCQ Set 3
Choose a topic to test your knowledge and improve your Salesforce skills
1. SystemModstamp returns what data?
Date and time when this record was last modified.
SystemModMap information.
FieldCore information.
The time the system last failed.
2. Currency and percent fields are what type of value?
Double
Triple
Alphabetical
Single
3. What does the picklist field return?
A number of picked numbers.
A set of enumerated values from which one can be selected.
A number of picks.
Lists that have been picked.
4. Can CreatedDate be larger than LastModifiedDate?
Yes, and it has to be significantly larger.
Yes
No.
Yes. It has to be larger.
5. Where must client applications format email addresses?
In distract() and update() calls.
In delet() and update() calls.
In create() and update() calls.
In divert() and update() calls.
6. What do API calls represent?
Operations running in the foreground.
Operations invoked at compile time.
Specific operations that your client applications can invoke at runtime.
Operations that run in the background.
7. What will be the name of Custom Object in the Salesforce UI WSDL, if Custom Object is labeled like ‘common’ ?
c_common
Common__c
common_C
c__common
8. How is the field, “ID” defined?
A globally synonymous file that identifies a process.
A globally unique system that identifies a file.
A globally unique process that identifies certain data.
A globally unique field that identifies a record.
9. The user permission, “Read” indicates what?
The file can be deleted, but not changed.
Only the system can read the file.
Only guest users can read the file.
Users can only view objects of this type.
10. What has happened during the fault, “UNKNOWN_EXCEPTION”?
The system has encountered a hardware issue.
The system has encountered a breach.
The system has encountered an internal error.
The system has encountered data loss.
11. What is a calculated field?
A field defined by another field.
A field defined by a formula.
A field defined by its size.
A field defined by its metrics.
12. Can custom objects have a have many-to-many relationship with other custom objects?
Only if they are many-to-custom object relationships.
They could in the previous version of Salesforce API.
Yes
They can, but only in the pre-processing phase.
13. What values do boolean fields contain?
True, or true.
False, or yes.
2, or 4.
True, or false.
14. What values do boolean fields contain?
True, or true.
False, or yes.
2, or 4.
True, or false.
15. IsDeleted is what type of field? .
Numerical
Carpathian
Boolean
Carthaginian
16. Sales Objects belong to the Data Model and include:
content and libraries and their related objects.
accounts, contacts, opportunities, leads, campaigns, and other related objects.
approval processes and related objects.
opportunities, products, and schedules.
17. What is the subject?
An object, such as an Account or Campaign.
A field.
An element.
An API.
18. What is used to represent integer fields?
int
into
in
ant
19. What is a token?
A keygen.
A system cookie.
A key.
An automatically generated key by salesforce.com.
20. What is one security protocol that salesforce.com supports?
secure sales
(SSL) protocol SSLv3.
SecureForce5
salesSecure
21. What must happen before a user can access the API?
Users must restart the computer.
Users cannot access the API.
They must be granted “API Enabled” permissions.
Users must have superuser privelages.
22. According to roles in the sharing hierarchy, who can view and edit the record?
There is no record to be edited.
Nobody can edit the record.
Only the system can edit the record.
Only the record owner and users beyond the specified role.
23. What code do you see when your session expires?
SESSION_END
SYSTEM_TIMEOUT
INVALID_SESSION
INVALID_SESSION_ID
24. Let’s 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?
DescribeGlobalResult object, which allows retrieving an array of DescribeGlobalSObjectResult objects by calling subjects.
DescribeGlobalsResult object, which allows retrieving an array of DescribeGlobalOrgObjectResult objects by calling a subject list.
DescribeGlobalResult object, which allows retrieving an array of DescribeGlobalOrgObjectResult objects by calling a subject list.
None of these
25. Does Salesforce check for IP restrictions when granting access to the API?
No IP is allowed.
Yes, but it is set by default to allow all IP addresses
Yes.
No.
26. When sharing, what happens to data that is outside of the logged-in user’s sharing model?
It is returned.
It invokes a process to breach security.
It is not returned.
Nothing
27. Which call is similar to the AUTO COMMIT setting in SQL?
AlwaysOn
Committed Automatically Versus Rollback on Error
AutoRollback
SuperCommit
28. What is created when an object does not have a master-detail relationship with another object?
An element rule.
A sharing rule.
A relationship rules.
A system rule.
29. Salesforce API calls are:
Service Requests and Responses, Asynchronous, Rollback on Error
Service Requests and Responses, Synchronous, Committed Automatically Versus Rollback on Error
Service Requests and Responses, Asynchronous, Committed Automatically Versus Rollback on Error
Some of the calls are Asynchronous, Rollback on Error
30. Where do you configure your session expiration time?
Session Monitor
Session Controls
Session Ideas
Security Controls
31. What is a characteristic of all API calls?
They perform the same function.
They are synchronous.
They are the same size.
They are asynchronous.
32. The SOAP endpoint for an API verion 29.0 contains a URL with a format:
serverName/Soap/services/c/29.0/ID
serverName:port/services/Soap/c/29.0/ID
serverName:port/Soap/services/c/29.0/ID
serverName/services/Soap/c/29.0/ID
33. Where are exception codes defined?
In the spooler.
In the configuration file.
In the WSDL file.
In the error file.
34. A user is able to login to the Salesforce via:
UI, API, a desktop client such as Connect for Outlook, Salesforce for Outlook, Connect Offline, Connect for Office, Connect for Lotus Notes, or the Data Loader
UI, API, a desktop client such as Connect for Outlook, Connect Online, Connect for Office, Connect for Lotus Notes, or the Data Loader.
UI, API, a desktop client such as Connect for Outlook, Connect Offline, Connect for Office, Connect for Lotus Notes, or the Data Loader.
UI, API, a desktop client such as Connect for Outlook, Connect Online, Connect for Office, Connect for Lotus Notes, MS Office Connect, or the Data Loader.
35. Select which is NOT true about Custom Objects:
They are custom database tables.
Their custom flag is set to true.
Custom objects can not have the same audit fields as standard objects.
They relate to other objects and behave just like standard objects.
36. Any method which belongs to Describe Calls:
Starts from the “describe” prefix.
Has a single string parameter or does not have any.
Has a single string parameter.
Starts from the “describe” prefix, has a single string parameter.
37. Which of the given API Fault elements defines an error in a query string passed in a query() call?
ApiQueryFault
MalformedQueryFault
InvalidQueryLocatorFault
UnexpectedErrorFault
38. ID fields in the Salesforce UI contain:
18-character, utf, case-safe strings.
18-character, base-62, case-insensitive strings.
15-character, base-62, case-sensitive strings.
15-character, base-64, digits only strings.
39. Which of the following is a property of the subject?
ToNullfields
fieldsToNull
null fields
the nullified field
40. CRM ISV Organization in ISVforce is also known as:
business org
dev org
test org
app org
41. Salesforce.com supports:
SSLv2, TLS, front door.jsp. Ciphers must have a key length of at least 128 bits.
SSLv3, TLS, front door.jsp. Ciphers must have a key length of at least 128 bits.
SSLv2, TLS, front door.jsp. Ciphers must have a key length of at least 256 bits.
SSLv2, TLS, front door.jsp. Ciphers must have a key length of at least 32 bits.
42. Currently, there are two UI themes, “Salesforce” and “Salesforce Classic.” How could you figure out which theme is enabled?
There is no way to figure out UI theme from API because Partner portal users can’t access this object.
By calling describe them(), looking at userUiSkin property of the returned object.
There is no way to figure out UI theme from API because Customer Portal users can’t access this object.
By calling getUserInfo(), looking at userUiSkin property of the returned object.
43. What does the error code CANNOT_DISABLE_LAST_ADMIN mean?
There is not an active administrative user.
There is a hidden administrative user still logged in.
The system has failed to log out the previous user.
There is an administrative user account hung in the system.
44. What would return a MALFORMED_QUERY fault?
A query string larger than 80,000 characters.
A query string larger than 20,000 characters.
A query string larger than 100,000 characters.
A query string larger than 50,000 characters.
45. Which link to the AppExchange Partner Program page, among given, is wrong?
https://appexchange.salesforce.com/
appexchange.salesforce.com
appexchange.salesforce.com/partners
http://www.salesforce.com/partners
46. Chatter Feed Objects of Data Model includes objects related to feeds. All feed items have:
ParentId
ContentId
ID
FeedId
47. By successfully calling queryMore() you will receive QueryResult object, which contains the queryLocator field. In which subsequent call can you use this value?
queryValue()
queryLocator()
queryString()
queryMore()
48. For security reasons, Salesforce restricts outbound ports. Which port may you use for HTTPS connections?
80, 443 and any of the available in the range from 1024 to 65535.
443 and any of the available in a range from 1024 to 65535
Only available ports in the range from 32767 to 65535.
Only available ports in the range from 1024 to 65535.
49. Setting CurrencyIsoCode to a value that is not defined for an organization leads to:
Zeroing CurrencyIsoCode field. The currency field keeps its value
The operation to be rejected. CurrencyIsoCode keeps its value.
Zeroing CurrencyIsoCode field. Zeroing the currency field.
The operation to be rejected. The currency keeps its value.
50. How do you calculate the maximum number of digits to the left of the decimal place?
Precision with scale.
Precision plus scale
Precision minus score.
Precision minus scale.
51. How do you calculate the maximum number of digits to the left of the decimal place?
Precision with scale.
Precision plus scale
Precision minus score.
Precision minus scale.
52. Salesforce API provides two methods for data replication, each of them allows you to retrieve a list of objects that:
Have been created or deleted during specified timespan for the specified object.
Have been updated or deleted during specified timespan for the specified object.
Have been added or deleted during specified timespan for the specified object.
Have been replicated successfully starting from January 1, 1970, 00:00:00 GMT
53. What does the combo box field return?
Data that is not already specified in the field list.
Data specified in the field list.
Data not yet utilized.
Data ignored by the system.
54. 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
LimitInfoHeader
LimitInfoHeader—Pilot
QueryOptions
MruHeader
55. If an organization has multicurrency enabled, the CurrencyIsoCode field contains:
By default the same value as DefaultCurrencyIsoCode does.
The string representation of the currency ISO code.
The value that is associated with a standard or custom ISO code.
The number representation of the currency ISO code.
56. An Error object contains statusCodes, message, fields properties. What property (or properties) has information about fields in the object affected by the error condition?
All of them
statusCodes and fields
fields
None of them
57. What should you know to perform a login operation?
metadataServerUrl, username, password
connection, Security Token
Security Token, username, password
connection, username, password
58. At the highest level of abstraction, it is possible to imagine a developer calling API web-method describeDataCategoryGroups() developer to perform what sort of task?
Running utilities to perform administration tasks
Obtaining metadata about your data.
CRUDing data.
Querying data in an organization.
59. Calling getServerTimestamp() might return:
UnexpectedErrorException Exception Element
ServerSynchronizationFault Fault Element
UnexpectedErrorFault Fault Element
UnexpectedError Error Element
60. Any method which belongs to Utility Calls:
Starts from the “get” prefix.
None of the given answers are right.
Starts from the “get”, “send” or “set” prefixes.
Starts from the “get” or “set” prefixes.
61. Are all exception codes listed in the WSDL?
Yes.
No, and the WSDL cannot be changed.
No. They can be specified.
There are no exceptions listed and they must be coded
62. Lookup (1:n) type of relationships links:
A couple of objects together has no effect on deletion or security
Parent to multiple records from another object and vice versa.
Multiple objects together. Lookup fields are not automatically required.
Multiple objects together have no effect on deletion or security
63. 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?
MalformedQueryFault
two null IDs
a single null ID
UnexpectedErrorFault
64. A PackageVersion as a part of an endpoint for making API Calls has the format:
majorNumber.minorNumber.releaseNumber.patchReleaseNumber
majorNumber.minorNumber.releaseNumber
majorNumber.minorNumber.releaseNumber
majorNumber.minorNumber.patchNumber
Submit