SFDC-QUIZ

Beschreibung

SFDC-PPlatform Dev1
bodala shanmuk
Quiz von bodala shanmuk, aktualisiert more than 1 year ago
bodala shanmuk
Erstellt von bodala shanmuk vor etwa 4 Jahre
10
0

Zusammenfassung der Ressource

Frage 1

Frage
Is Apex a Case-insensitive language?
Antworten
  • True
  • False

Frage 2

Frage
Apex requires unit testing for deployment into a Production environment (True or false)
Antworten
  • True
  • False

Frage 3

Frage
The sObject data type is a generic data type that is the parent class for all standard and custom objects in Apex?
Antworten
  • True
  • False

Frage 4

Frage
A global class is only accessible within the org.
Antworten
  • True
  • False

Frage 5

Frage
Are these two forms of DML operations? 1.) Standalone statements (insert myAccount;) 2.) Database methods (Database.insert(myAccount);)
Antworten
  • True
  • False

Frage 6

Frage
When a DML standalone statement is executed against a list of records, if one record encounters an error, what happens?
Antworten
  • All of the records will fail. None of the records will be inserted/updated etc.
  • All of the records except the failed records will be inserted/updated etc.

Frage 7

Frage
When a DML Database method is executed against a list of records, if one record encounters an error, what happens? Given allOrNone is set to false.
Antworten
  • Even if an error is encountered with one record in the list, the operation will continue with the other records in the list
  • Even if one record fails, none of the records will get inserted/deleted/updated.

Frage 8

Frage
When using a Database method to execute a DML operation, and if allOrNone is set to false, how can you check the results of the operation?
Antworten
  • Database insert and update methods return a Save object that can be used to get the results of the operation.
  • Database insert and update methods return a SaveResult object that can be used to get the results of the operation.

Frage 9

Frage
True or False: You must specify a value for the allOrNone parameter when using a Database method.
Antworten
  • True
  • False

Frage 10

Frage
What is the default value of the allOrNone parameter of a Database method?
Antworten
  • True
  • False

Frage 11

Frage
What is the return type for the Database.insert method?
Antworten
  • Database.SaveResult
  • Database.FinalResult
  • Database.StoredResult

Frage 12

Frage
What is the return type for the Database.update method?
Antworten
  • Database.StoredResult
  • Database.SaveResult
  • Database.FinalResult
  • Database.Result

Frage 13

Frage
What is the return type for the Database.update method when a LIST of records is updated?
Antworten
  • List<Sobject>
  • Database.SaveResult
  • List<Database.SaveResult>

Frage 14

Frage
What is the return type for the Database.delete method?
Antworten
  • Database.DeleteResult
  • Database.SaveResult
  • Database.SavedResult

Frage 15

Frage
What is the return type for the Database.merge method?
Antworten
  • Database.SaveResult
  • Database.MergeResult
  • Database.DeleteResult

Frage 16

Frage
What does SOQL stand for?
Antworten
  • Salesforce Object Quest Language
  • Salesforce Object Query Language
  • Salesforce Object Queue Language

Frage 17

Frage
Where can you NOT execute a SOQL query?
Antworten
  • the queryString parameter in the query() call
  • Apex Statements
  • Visualforce controllers and getter methods
  • Schema Explorer in the Force.com IDE
  • Query Editor in the developer console
  • Sobject

Frage 18

Frage
What are the three main components (or clauses) of a SOQL statement?
Antworten
  • SELECT, FROM, WHERE
  • SELECT, IN, WHERE
  • SELECT, FROM, IN
  • SELECT, GROUP BY, ORDER BY

Frage 19

Frage
In the Developer Console, where can you run a SOQL query?
Antworten
  • In the Query Editor
  • Under the Setup menu

Frage 20

Frage
What are some differences between SOSL and SOQL? 1.) SOSL can search multiple objects at once 2.) SOQL is used to perform text searches. 3.) SOQL can search multiple objects at once. 4.) SOSL is used to perform text searches.
Antworten
  • 1st and 2nd option are correct
  • 2nd and 3rd option are correct
  • 1st and 4th option are correct

Frage 21

Frage
What is the return type of a SOSL query?
Antworten
  • A list of list of SObjects
  • A list of SObjects
  • A single sObject

Frage 22

Frage
By default, SOSL returns only the [BLANK] of found records.
Antworten
  • Name
  • IDs
  • Name and IDs
  • No results

Frage 23

Frage
True or False: The FIND clause does not support wildcard searches.
Antworten
  • True
  • False
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

SFDC App Builder 1 (126-150)
Connie Woolard
SFDC App Builder (76-100)
Connie Woolard
SFDC App Builder 1 (176-200ish)
Connie Woolard
SFDC App Builder 1 (26-50)
Connie Woolard
SFDC App Builder 1 (1-25)
Connie Woolard
SFDC App Builder 1 (151-175)
Connie Woolard
Salesforce Certified Platform Developer I (116-150)
Marco Calisti
SFDC App Builder I (51-75)
Victoria Jones
ADM201 Testbank
student kilo
Salesforce ADM 201 II
mito_zgb
SFDC App Builder 1 (101-125)
Victoria Jones