Vlocity platform developer questions with
correct answers
Q1. Which standard Salesforce object is extended by Vlocity
to store customer account information?
A) Opportunity
B) Lead
C) Account
D) Contact
Answer: C
Rationale: Vlocity extends the Account object to store customer-
level data for industries like telecom, insurance, and health.
Q2. What is the purpose of
the vlocity_cmt__ObjectClass__c field?
,Page 2 of 138
A) Defines picklist values for product attributes
B) Classifies records for UI rendering and business logic
C) Stores encryption keys
D) Manages workflow approvals
Answer: B
Rationale: ObjectClass categorizes records (e.g., “Account,”
“Product”) for Vlocity’s metadata-driven UI and processes.
Q3. (Select all that apply) Which objects are part of the
Vlocity Product Console data model?
A) Product2
B) vlocity_cmt__ProductChildItem__c
C) vlocity_cmt__Promotion__c
D) OpportunityLineItem
Answers: A, B
Rationale: Product2 (standard) and ProductChildItem (custom
junction) define product structures. Promotion is separate;
OpportunityLineItem is standard Salesforce.
,Page 3 of 138
Q4. In Vlocity, the relationship
between vlocity_cmt__Product2__c and vlocity_cmt__Attribute
__c is:
A) Master-Detail
B) Lookup
C) Many-to-Many via junction
D) External lookup
Answer: C
Rationale: Product attributes are linked
via vlocity_cmt__ProductAttribute__c junction object.
Q5. Scenario: A telecom company needs to track service
addresses for each subscriber. Which Vlocity object should be
used?
A) vlocity_cmt__Premises__c
B) vlocity_cmt__Location__c
C) Account
D) Contact
Answer: A
, Page 4 of 138
Rationale: Premises object stores service delivery points
(addresses, coordinates, etc.) specific to industries.
Q6. What does vlocity_cmt__RecordTypeId__c on Vlocity
custom objects control?
A) Salesforce record types
B) Vlocity’s internal record categorization
C) Picklist visibility
D) Page layout assignment
Answer: B
Rationale: It maps to Vlocity’s internal record type system, not
Salesforce’s standard RecordType.
Q7. Which object stores discount rules for promotions?
A) vlocity_cmt__Offer__c
B) vlocity_cmt__Discount__c
C) vlocity_cmt__PricingRule__c
D) vlocity_cmt__PromotionRule__c