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


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.


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.


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


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.


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.


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


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.


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()


Question:
Calling getServerTimestamp() might return:

1.UnexpectedErrorException Exception Element

2.ServerSynchronizationFault Fault Element

3.UnexpectedErrorFault Fault Element

4.UnexpectedError Error Element


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.


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.


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

1.ParentId

2.ContentId

3.ID

4.FeedId


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

1.business org

2.dev org

3.test org

4. app org


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

1.Double

2.Triple

3.Alphabetical

4.Single


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.


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.


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.


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.


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.


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.


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.


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.


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


Question:
IsDeleted is what type of field?
.

1.Numerical

2.Carpathian

3.Boolean

4.Carthaginian


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


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


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.


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


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


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.


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


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.


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.


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.


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


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.


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

1.SESSION_END

2.SYSTEM_TIMEOUT

3.INVALID_SESSION

4.INVALID_SESSION_ID


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.


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.


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.


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.


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.


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.


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.


Question:
What is a token?

1.A keygen.

2.A system cookie.

3.A key.

4.An automatically generated key by salesforce.com.


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.


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

1.secure sales

2.(SSL) protocol SSLv3.

3.SecureForce5

4.salesSecure


Question:
What is the subject?

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

2.A field.

3.An element.

4.An API.


Question:
What is used to represent integer fields?

1.int

2.into

3.in

4.ant


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.


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


Question:
What values do boolean fields contain?

1.True, or true.

2.False, or yes.

3.2, or 4.

4.True, or false.


Question:
What values do boolean fields contain?

1.True, or true.

2.False, or yes.

3.2, or 4.

4.True, or false.


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


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.


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


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.


Question:
Where do you configure your session expiration time?

1.Session Monitor

2.Session Controls

3.Session Ideas

4.Security Controls


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.


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


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


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

1.ToNullfields

2.fieldsToNull

3.null fields

4. the nullified field


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


More MCQS

  1. Salesforce MCQ Set 1
  2. Salesforce MCQ Set 2
  3. Salesforce MCQ Set 3
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite 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!