Olete.in
Articles
Mock Tests
🧪 Salesforce MCQ Quiz Hub
Salesforce MCQ Set 2
Choose a topic to test your knowledge and improve your Salesforce skills
1. The phone field returns what?
Phones
Fields
Phone numbers.
Phone fields.
2. Will the API calls, retrieve() and delete(), accept an array of IDs?
Only when the array is processed with a matrix.
Only when the array is consolidated with a matrix.
Yes
No.
3. What is base-64 encoding used for?
Encrypting documents.
Storing binary files in Attachment, Document, and Control records
Compressing files.
Writing metadat
4. Which audit field cannot be changed?
SystemMod
SystemStamp
SysModMap
systemModstamp
5. What are the Corresponding Field Types in the UI for the double API Data Type?
Number, percent, day/time.
Currency, number, long text area
Number, percent, checkbox
Currency, formula, number, percent, and roll-up summary
6. What is an example of operation your application client can execute at runtime?
Obtain metadata about your data.
Obtain metadata about another system.
Breach security across multiple systems.
Replace your systems metadata.
7. Double values have what restrictions?
Scale and precision.
Scale and position.
Age and scale.
Size and time.
8. By Calling send email() it is possible to send:
Single email only.
List of mass emails.
List of single and mass emails.
List of mass emails.
9. What do master-detail relationships involve?
Relationships between master and slave drives.
Cascading deletes and sharing rules that are controlled by the parent.
Relationships between parent and child elements
Relationships between master and retail sectors.
10. Which objects written to a Salesforce object are committed automatically?
No objects.
Only objects with the right calls.
all objects
Objects that have errors.
11. If your ID was 12 characters, what error would you get?
MALFORMED_ERROR
MALFORMED_12
MALFORMED_ID
error
12. Select API Fault Element which is present in the Data Type list.
InvalidObjectSimpleFault
InvalidSimpleObjectFault
InvalidSObjectFault
InvalidObjectSFault
13. What is an example of something you can get your Web service client applications to do in the development environment?
Query the systems information.
Query the networks information.
Query your organization’s information.
Reveal sensitive information protected by many layers of authorization.
14. What is the name of a single, generic object, defined in partner WSDL, that represents all of the objects?
Account
B. Client
subject
subjects
15. When is a custom object’s associated name field defined?
During setup.
Never
Before setup.
After setup.
16. What is the syntax for password and token access?
PASSWORD
mypasswordTOKEN
mytokenPASSWORD
TOKEN
17. Select the wrong endpoint:
https://login.salesforce.com/services/Soap/c/29.0
https://test.salesforce.com/services/Soap/u/29.0/12.1.0
https://login.salesforce.com/services/Soap/u/29.0
None of These
18. Select the Incorrect Primitive Data Type.
DateTime
date
base32
time
19. When should you use Bulk API?
When you are updating small numbers of records at a time.
When you are loading a large number of records.
When you are processing data up to one thousand records.
When you are using REST requests and prefer to use SOAP.
20. What does the element, ApiQueryFault return?
Nothing
The row and column numbers where the problem occurred.
A solution to the problem.
A problem itself.
21. How can you create Many to Many relationships in salesforce.com?
Create a direct Many to Many relationships
Use a piece of code to relate both objects
Use a junction Object
Not Possible to create Many to Many relationships in salesforce.com
22. What is the right syntax for the associated name field of Custom Objects in WSDL?
Custom objects must have unique names within all organizations. The first letter is capitalized. Prefix “c_” is added.
Custom objects must have unique names within your organization. The first letter is capitalized. Suffix “__c” is added.
Custom objects must have unique names within your organization. The first letter is capitalized. Prefix “C__” is added.
Custom objects must have unique names within all organizations. The first letter is capitalized. Suffix “_C” is added.
23. What types of error handling are there?
Only SOAP errors.
Undefined fault errors.
API-returned SOAP fault messages and general API errors.
Just API errors.
24. Which of the following is an example of an audit field?
NewID
created
CreatedById
OldID
25. When your session expires, the exception code (…) is returned.
EXCEEDED_ID_LIMIT
REQUEST_LIMIT_EXCEEDED
INVALID_OPERATION_WITH_EXPIRED_PASSWORD
INVALID_SESSION_ID
Submit