Banking Financial Awareness · Commerce Accountancy

Credit, Debt, and Finance

1,435 Questions

This topic covers essential concepts of credit, debt, and finance including bankruptcy, debt recovery, and financial acts. These questions are frequently asked in banking and IBPS exams. Test your knowledge of financial terminology and loan classifications.

Debt recovery actsBankruptcy filing proceduresFinancial classificationsMedium term financeCredit loss management

Credit, Debt, and Finance Questions

Multiple choice technology mainframe
  1. The maximum limit that a customer can utilize the credit that was provided by the issuer.

  2. The maximum limit that a customer can withdraw money from the ATM.

  3. The minimum amount for which the customer can use his card for a single purchase.

  4. None of the above.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Credit Limit is the maximum outstanding balance a cardholder can carry at any given time, as set by the card issuer. It represents the total credit extended to the customer, not the withdrawal limit from ATMs (that's a cash advance limit) or a minimum purchase threshold. Customers can use up to this limit for purchases, cash advances, or balance transfers, subject to the limit amount.

Multiple choice technology mainframe
  1. It is the fee that will be charged if the customers don’t pay the Minimum due amount that was requested in the statement within the due date specified.

  2. It is the fee that will be charged if the customers don’t pay the Outstanding Balance that was requested in the statement within the due date specified.

  3. It is the fee that will be charged if the customers don’t pay the Outstanding Balance that was requested in the statement before the next Statement Day

  4. It is the fee that will be charged if the customers don’t pay the Minimum due amount that was requested in the statement before the next Statement Day

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A late fee is charged to a customer's account if they fail to pay at least the Minimum Due Amount by the specified payment due date. Failing to pay the full outstanding balance does not trigger a late fee (though it may trigger interest), and the grace period ends on the due date, not the next statement day.

Multiple choice technology mainframe
  1. It is the minimum amount that will be requested to pay every year.

  2. It is the minimum amount that will be requested to pay so that the customer will not go into delinquency

  3. It is the spend amount of the customer that needs to be paid every month.

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Minimum Due Amount is the lowest amount a credit cardholder must pay by the due date to keep the account active and avoid late fees and delinquency. Paying only this amount prevents delinquency but may still incur interest on the remaining balance. Other options refer to annual payments or full monthly spend.

Multiple choice technology mainframe
  1. It is an offer provided by the issuer to the merchants.

  2. It is the plan which specifies the credit limit set by the issuer for a customer.

  3. It is an offer provided by the merchants to the customer.

  4. It is an offer provided by the issuer to the customer.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A Credit Plan is an offer or scheme provided by the card issuer to the customer, often allowing them to convert large purchases into easy EMIs (Equated Monthly Installments) or avail special financing terms. Option A is incorrect because credit plans are customer-facing, not merchant offers. Option B refers to credit limits, which are separate from credit plans. Option C is wrong because credit plans originate from issuers, not merchants - they're financing options for customers.

Multiple choice technology mainframe
  1. It is the plan which specifies the credit limit, set by the issuer, for the supplementary cards held by a customer.

  2. It is the transaction detail(s) of the merchant that utilized the offers provided by the issuer.

  3. It is the individual/consolidated transaction details of the customer that utilized the offers.

  4. It is details of the supplementary credit cards held by the customer.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Credit Plan Segment refers to the transaction record(s) of customers who have utilized or participated in credit plans (like EMI conversions or special financing offers). It tracks individual or consolidated details of these specific transactions. Option A incorrectly refers to supplementary card limits. Option B wrongly describes merchant transaction details. Option D refers to supplementary card details, which are unrelated to credit plan segments.

Multiple choice technology mainframe
  1. Closed End Credit is a secured one time borrowing and paying back in installments till the balance is cleared. Revolving Credit is risk based continuous process of utilizing within the credit limit and pays back the requested amount.

  2. Closed End Credit is a process of repayment which includes principal and interest paid on principal over a period of time. Revolving credit is a basic process of repayment of amount in equal installment over a period of time.

  3. Closed End Credit is risk based continuous process of utilizing within the credit limit and pays back the requested amount. Revolving Credit is a secured one time borrowing and paying back in installments till the balance is cleared.

  4. Closed End Credit will give a line of credit against which customer can borrow and make payments multiple times. Revolving credit can be treated as a separate loan and pay back money in easy and flexible installments.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Closed-end credit represents one-time loans (like auto loans or mortgages) paid back in fixed installments over a set period. Revolving credit (like credit cards) offers a continuous line of credit that can be repeatedly used and repaid up to a limit. Other options switch these definitions or mischaracterize the terms.

Multiple choice technology platforms and products
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Revolving credit products allow customers to carry a balance forward by making only a minimum payment. Unlike charge cards, revolving products do not require full repayment of the closing balance by the due date. Customers can pay interest on the remaining balance and continue using the credit line.

Multiple choice technology platforms and products
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

For charge cards, the minimum due is typically calculated as either a fixed percentage (often 5-10%) of the outstanding balance OR a fixed minimum amount, whichever is higher. 14% is not the standard minimum due percentage for charge cards - this value varies by product and issuer but is rarely as high as 14%.

Multiple choice technology packaged enterprise solutions
  1. A. Accounts Receivables

  2. B. Cash Management

  3. C. Accounts Payables

  4. D. Fixed Assets

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Credit memos in Oracle Accounts Receivable represent amounts owed to customers. When these are paid (refunded), the payment processing happens through Accounts Payable, which handles outgoing payments. Accounts Receivable manages incoming payments, Cash Management handles bank reconciliation and cash positioning, and Fixed Assets manages capital assets - none of these handle credit memo payments.

Multiple choice technology packaged enterprise solutions
  1. Final Authority approves the PO, but then forwards it some one for additional approval

  2. With the encumbrance budgeting even though PO eligible for approval,but the funds have not yet been reserved for it

  3. Both Option 1 and Option 2

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A PO shows Pre-Approved status when the final authority approves it but forwards it for additional approval, or when using encumbrance budgeting where the PO is approval-eligible but funds aren't yet reserved. This status indicates the PO has passed initial approval stages but requires additional steps before full approval.

Multiple choice
  1. {t (Customer name) / t $\in$ borrow $\land$ t [amount] > 1200}
  2. {t / t(Customer name) $\in$ borrow $\land$ t [amount] > 1200}
  3. {t / $\exists$ s $\in$ borrow (t[Customer name] = s[Customer name]) $\land$ s[amount] > 1200)}
  4. Both (1) and (2)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The SQL statement is select customer. Customer name from customer, Borrow where Borrow Customer name = customer Customer name and Borrow. amount > 1200 Hence, relational calculus statement is {t / $\exists$ s $\in$ borrow (t[Customer name] = s[Customer name]) $\land$ s[amount] > 1200)}

Multiple choice
  1. Payable after one year to ten year

  2. Repayment are done in instalments

  3. Term loans are utilised for acquisition of fixed assets

  4. All of above

  5. only 1 and 2 are correct

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Term loans are payable after one year to ten years and repayments  are done in  instalments . Term deposits are utilised for acquisition of fixed assets.

Multiple choice
  1. once in a month

  2. once in a quarter

  3. once in half a year

  4. once in a year

  5. once in two years

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The base rate is the minimum lending rate below which banks are not permitted to lend. RBI regulations require banks to review this rate at least quarterly to ensure it reflects current market conditions.