Salesforce/Salesforce MCQ Set 3 Sample Test,Sample questions

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

1.majorNumber.minorNumber.releaseNumber.patchReleaseNumber

2.majorNumber.minorNumber.releaseNumber

3.majorNumber.minorNumber.releaseNumber

4.majorNumber.minorNumber.patchNumber

Posted Date:-2022-04-12 12:41:43


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

1.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

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

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

4.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.

Posted Date:-2022-04-12 12:07:46


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

1.There is no record to be edited.

2.Nobody can edit the record.

3.Only the system can edit the record.

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

Posted Date:-2022-04-12 11:44:07


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

1. All of them

2.statusCodes and fields

3.fields

4.None of them

Posted Date:-2022-04-12 12:29:44


Question:
Any method which belongs to Describe Calls:

1.Starts from the “describe” prefix.

2.Has a single string parameter or does not have any.

3.Has a single string parameter.

4.Starts from the “describe” prefix, has a single string parameter.

Posted Date:-2022-04-12 12:09:36


Question:
Any method which belongs to Utility Calls:

1.Starts from the “get” prefix.

2.None of the given answers are right.

3.Starts from the “get”, “send” or “set” prefixes.

4.Starts from the “get” or “set” prefixes.

Posted Date:-2022-04-12 12:33:34


Question:
Are all exception codes listed in the WSDL?

1.Yes.

2.No, and the WSDL cannot be changed.

3.No. They can be specified.

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

Posted Date:-2022-04-12 12:36:24


Question:
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?

1.Running utilities to perform administration tasks

2.Obtaining metadata about your data.

3.CRUDing data.

4.Querying data in an organization.

Posted Date:-2022-04-12 12:31:29


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

1.queryValue()

2.queryLocator()

3.queryString()

4.queryMore()

Posted Date:-2022-04-12 12:20:51


Question:
Calling getServerTimestamp() might return:

1.UnexpectedErrorException Exception Element

2.ServerSynchronizationFault Fault Element

3.UnexpectedErrorFault Fault Element

4.UnexpectedError Error Element

Posted Date:-2022-04-12 12:32:08


Question:
Can CreatedDate be larger than LastModifiedDate?

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

2.Yes

3.No.

4.Yes. It has to be larger.

Posted Date:-2022-04-12 11:25:43


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

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

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

3.Yes

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

Posted Date:-2022-04-12 11:33:05


Question:
Chatter Feed Objects of Data Model includes objects related to feeds. All feed items have:

1.ParentId

2.ContentId

3.ID

4.FeedId

Posted Date:-2022-04-12 12:19:32


Question:
CRM ISV Organization in ISVforce is also known as:

1.business org

2.dev org

3.test org

4. app org

Posted Date:-2022-04-12 12:14:09


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

1.Double

2.Triple

3.Alphabetical

4.Single

Posted Date:-2022-04-12 11:22:29


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

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

2. By calling describe them(), looking at userUiSkin property of the returned object.

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

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

Posted Date:-2022-04-12 12:16:00


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

1.No IP is allowed.

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

3.Yes.

4.No.

Posted Date:-2022-04-12 11:49:25


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

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

2.443 and any of the available in a range from 1024 to 65535

3.Only available ports in the range from 32767 to 65535.

4.Only available ports in the range from 1024 to 65535.

Posted Date:-2022-04-12 12:21:49


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

1.Precision with scale.

2.Precision plus scale

3.Precision minus score.

4.Precision minus scale.

Posted Date:-2022-04-12 12:25:24


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

1.Precision with scale.

2.Precision plus scale

3.Precision minus score.

4.Precision minus scale.

Posted Date:-2022-04-12 12:25:30


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

1.A globally synonymous file that identifies a process.

2.A globally unique system that identifies a file.

3.A globally unique process that identifies certain data.

4.A globally unique field that identifies a record.

Posted Date:-2022-04-12 11:29:24


Question:
ID fields in the Salesforce UI contain:

1.18-character, utf, case-safe strings.

2.18-character, base-62, case-insensitive strings.

3.15-character, base-62, case-sensitive strings.

4.15-character, base-64, digits only strings.

Posted Date:-2022-04-12 12:12:42


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

1.By default the same value as DefaultCurrencyIsoCode does.

2.The string representation of the currency ISO code.

3.The value that is associated with a standard or custom ISO code.

4.The number representation of the currency ISO code.

Posted Date:-2022-04-12 12:28:55


Question:
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?

1.MalformedQueryFault

2. two null IDs

3.a single null ID

4.UnexpectedErrorFault

Posted Date:-2022-04-12 12:39:29


Question:
IsDeleted is what type of field?
.

1.Numerical

2.Carpathian

3.Boolean

4.Carthaginian

Posted Date:-2022-04-12 11:36:47


Question:
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?

1.DescribeGlobalResult object, which allows retrieving an array of DescribeGlobalSObjectResult objects by calling subjects.

2.DescribeGlobalsResult object, which allows retrieving an array of DescribeGlobalOrgObjectResult objects by calling a subject list.

3.DescribeGlobalResult object, which allows retrieving an array of DescribeGlobalOrgObjectResult objects by calling a subject list.

4.None of these

Posted Date:-2022-04-12 11:48:16


Question:
Lookup (1:n) type of relationships links:

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

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

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

4.Multiple objects together have no effect on deletion or security

Posted Date:-2022-04-12 12:38:41


Question:
Sales Objects belong to the Data Model and include:

1.content and libraries and their related objects.

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

3.approval processes and related objects.

4.opportunities, products, and schedules.

Posted Date:-2022-04-12 11:37:46


Question:
Salesforce API calls are:

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

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

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

4.Some of the calls are Asynchronous, Rollback on Error

Posted Date:-2022-04-12 12:02:26


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

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

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

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

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

Posted Date:-2022-04-12 12:26:11


Question:
Salesforce.com supports:

1.SSLv2, TLS, front door.jsp. Ciphers must have a key length of at least 128 bits.

2.SSLv3, TLS, front door.jsp. Ciphers must have a key length of at least 128 bits.

3.SSLv2, TLS, front door.jsp. Ciphers must have a key length of at least 256 bits.

4.SSLv2, TLS, front door.jsp. Ciphers must have a key length of at least 32 bits.

Posted Date:-2022-04-12 12:15:01


Question:
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

1.LimitInfoHeader

2.LimitInfoHeader—Pilot

3.QueryOptions

4.MruHeader

Posted Date:-2022-04-12 12:27:51


Question:
Select which is NOT true about Custom Objects:

1.They are custom database tables.

2.Their custom flag is set to true.

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

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

Posted Date:-2022-04-12 12:08:49


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

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

2.The operation to be rejected. CurrencyIsoCode keeps its value.

3. Zeroing CurrencyIsoCode field. Zeroing the currency field.

4.The operation to be rejected. The currency keeps its value.

Posted Date:-2022-04-12 12:24:28


Question:
SystemModstamp returns what data?

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

2.SystemModMap information.

3.FieldCore information.

4.The time the system last failed.

Posted Date:-2022-04-12 11:21:14


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

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

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

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

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

Posted Date:-2022-04-12 12:06:00


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

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

2.Only the system can read the file.

3.Only guest users can read the file.

4.Users can only view objects of this type.

Posted Date:-2022-04-12 11:30:16


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

1.SESSION_END

2.SYSTEM_TIMEOUT

3.INVALID_SESSION

4.INVALID_SESSION_ID

Posted Date:-2022-04-12 11:45:15


Question:
What do API calls represent?

1.Operations running in the foreground.

2.Operations invoked at compile time.

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

4.Operations that run in the background.

Posted Date:-2022-04-12 11:27:35


Question:
What does the combo box field return?

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

2.Data specified in the field list.

3.Data not yet utilized.

4.Data ignored by the system.

Posted Date:-2022-04-12 12:26:52


Question:
What does the error code CANNOT_DISABLE_LAST_ADMIN mean?

1.There is not an active administrative user.

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

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

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

Posted Date:-2022-04-12 12:16:45


Question:
What does the picklist field return?

1.A number of picked numbers.

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

3.A number of picks.

4.Lists that have been picked.

Posted Date:-2022-04-12 11:24:33


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

1.The system has encountered a hardware issue.

2.The system has encountered a breach.

3.The system has encountered an internal error.

4.The system has encountered data loss.

Posted Date:-2022-04-12 11:31:11


Question:
What is a calculated field?

1.A field defined by another field.

2.A field defined by a formula.

3.A field defined by its size.

4.A field defined by its metrics.

Posted Date:-2022-04-12 11:32:09


Question:
What is a characteristic of all API calls?

1.They perform the same function.

2.They are synchronous.

3.They are the same size.

4.They are asynchronous.

Posted Date:-2022-04-12 12:04:47


Question:
What is a token?

1.A keygen.

2.A system cookie.

3.A key.

4.An automatically generated key by salesforce.com.

Posted Date:-2022-04-12 11:40:56


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

1.An element rule.

2.A sharing rule.

3.A relationship rules.

4.A system rule.

Posted Date:-2022-04-12 11:54:36


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

1.secure sales

2.(SSL) protocol SSLv3.

3.SecureForce5

4.salesSecure

Posted Date:-2022-04-12 11:41:52


Question:
What is the subject?

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

2.A field.

3.An element.

4.An API.

Posted Date:-2022-04-12 11:38:42


Question:
What is used to represent integer fields?

1.int

2.into

3.in

4.ant

Posted Date:-2022-04-12 11:39:34


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

1.Users must restart the computer.

2.Users cannot access the API.

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

4.Users must have superuser privelages.

Posted Date:-2022-04-12 11:42:51


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

1. metadataServerUrl, username, password

2.connection, Security Token

3.Security Token, username, password

4.connection, username, password

Posted Date:-2022-04-12 12:30:24


Question:
What values do boolean fields contain?

1.True, or true.

2.False, or yes.

3.2, or 4.

4.True, or false.

Posted Date:-2022-04-12 11:35:58


Question:
What values do boolean fields contain?

1.True, or true.

2.False, or yes.

3.2, or 4.

4.True, or false.

Posted Date:-2022-04-12 11:34:04


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

1. c_common

2.Common__c

3.common_C

4.c__common

Posted Date:-2022-04-12 11:28:22


Question:
What would return a MALFORMED_QUERY fault?

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

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

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

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

Posted Date:-2022-04-12 12:17:53


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

1. It is returned.

2.It invokes a process to breach security.

3. It is not returned.

4.Nothing

Posted Date:-2022-04-12 11:50:29


Question:
Where are exception codes defined?

1.In the spooler.

2.In the configuration file.

3.In the WSDL file.

4. In the error file.

Posted Date:-2022-04-12 12:06:47


Question:
Where do you configure your session expiration time?

1.Session Monitor

2.Session Controls

3.Session Ideas

4.Security Controls

Posted Date:-2022-04-12 12:04:03


Question:
Where must client applications format email addresses?

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

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

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

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

Posted Date:-2022-04-12 11:26:44


Question:
Which call is similar to the AUTO COMMIT setting in SQL?

1.AlwaysOn

2.Committed Automatically Versus Rollback on Error

3.AutoRollback

4.SuperCommit

Posted Date:-2022-04-12 11:51:59


Question:
Which link to the AppExchange Partner Program page, among given, is wrong?

1.https://appexchange.salesforce.com/

2.appexchange.salesforce.com

3.appexchange.salesforce.com/partners

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

Posted Date:-2022-04-12 12:18:39


Question:
Which of the following is a property of the subject?

1.ToNullfields

2.fieldsToNull

3.null fields

4. the nullified field

Posted Date:-2022-04-12 12:13:24


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

1.ApiQueryFault

2.MalformedQueryFault

3.InvalidQueryLocatorFault

4.UnexpectedErrorFault

Posted Date:-2022-04-12 12:11:48


More MCQS

  1. Salesforce MCQ Set 1
  2. Salesforce MCQ Set 2
  3. Salesforce MCQ Set 3
  4. Salesforce mcq question and answer
  5. Apex MCQ Questions & Answers
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!