What Zuora UI status can appear as “Active” even when the member’s coverage has already expired?
Active Out of Term
Looking at this subscription version history, how many rows would exist in the account table?
1
If you have a monthly subscription and make all payments successfully, how many invoices should you receive in a year?
12
What is the entry point model for the membership pipeline?
rv_membership_raw
What primary membership model consolidates cancellation rules, dates, statuses, and cancellation categories?
rv_membership_primary_cancellation
What Zuora view is the primary place to troubleshoot changes made to a subscription over time?
Subscription Change History
Looking at this subscription version history, how many rows would exist in the product_rate_plan table?

4
One payment links to multiple invoices. True or False
False
What fragile but effective method uses flags to detect movement between primary membership and CCM?
The 1s and 0s logic
For auto-cancel, what date represents the last day of payment or the first failure that led to cancellation?
end_date
What does every renewal, cancellation, or rate plan change create?
A new subscription version
Looking at this subscription version history, how many rows would exist in the subscription table?
6
When a payment fails, Zuora may retry payment multiple times against what same billing object?
Invoice
What naming convention does Noah prefix his fields with when doing min/max in the primary and spouse logic?
latest_ and earliest_
For auto-cancel, what date represents the final coverage or cancellation date after the failure sequence?
cancel_date
When reviewing subscription history, what field should be used for ordering changes instead of a create_date?
Version number
Looking at this subscription version history, how many rows would exist in the amendment table?
5
What year did the invoice-payment connector logic change, requiring payment history to account for both old and new structures?
2024
Which model is responsible for establishing the 1s and 0s?
A. rv_membership_primary
B. rv_membership_primary_membership_version
C. rv_membership_primary_membership
D. rv_membership_primary_cancellation
C. rv_membership_primary_membership
What would cause a member to have an end_date but no cancel_date?
Their membership expired
What date should be checked against the current date to determine whether a member is truly active or is out of term?
subscription_end_date/term_end_date
Looking at this subscription version history, how many rows would exist in the rate_plan table?

19
1+2+3+4+4+5
Which two tables must be unioned to get complete payment history across the invoice-payment model change?
invoice_item and payment_part
What window function is used when establishing the version group number?
DENSE_RANK()
What 14-day process begins when someone auto-cancels?
Winback