Which of the following SOQL statements can be used to determine the total number of records in an object named emp_record?
Answer & Explanation
Correct Answer: Select count() from emp_record
Note: This Question is unanswered, help us to find answer for this one
If your ID was 12 characters, what error would you get?
Answer & Explanation
Correct Answer: MALFORMED_ID
Note: This Question is unanswered, help us to find answer for this one
Select which is NOT true about Custom Objects:
Answer & Explanation
Correct Answer: Custom objects can not have the same audit fields as standard objects.
Note: This Question is unanswered, help us to find answer for this one
What is the name of a single, generic object, defined in partner WSDL, that represents all of the objects?
Answer & Explanation
Correct Answer: sObject
Note: This Question is unanswered, help us to find answer for this one
If we are using the "GROUP BY ROLLUP" clause in an SOQL statement, then what is the maximum number of fields that can be added to the comma-separated list?
Answer & Explanation
Correct Answer: 3
Note: This Question is unanswered, help us to find answer for this one
What is a calculated field?
Answer & Explanation
Correct Answer: A field defined by a formula.
Note: This Question is unanswered, help us to find answer for this one
Which Of the following is NOT a correct feature of SOQL?
Answer & Explanation
Correct Answer: SOQL is case-sensitive.
Note: This Question is unanswered, help us to find answer for this one
Will the API calls, retrieve() and delete(), accept an array of IDs?
Answer & Explanation
Correct Answer: Yes.
Note: This Question is unanswered, help us to find answer for this one
Which of the following options is used for loading data from a CSV file into a custom object?
Answer & Explanation
Correct Answer: Import Custom Objects
Note: This Question is unanswered, help us to find answer for this one
In Salesforce, the validation rules are strictly followed by Campaign hierarchies.
Answer & Explanation
Correct Answer: False
Note: This Question is unanswered, help us to find answer for this one