PNB Backend Executive Excel Interview QA
PNB Backend Executive Excel Interview QA
How can you use Excel to reconcile daily cash or transaction reports?
Compare system vs. physical data using VLOOKUP or INDEX-MATCH. Use SUMIFS to total by
date.
How do you analyze customer data for cross-selling opportunities using Excel?
Use filters, Pivot Tables, and IF functions to identify high-value customers without other
products.
How can you generate a report showing total deposits and withdrawals by
branch?
Use Pivot Tables: Rows=Branch Name, Columns=Transaction Type, Values=Sum of Amount.
How do you find the total balance of all accounts for a specific customer type?
Use SUMIF: =SUMIF(A2:A100, 'Senior Citizen', B2:B100).
How can Excel help with regulatory reporting like KYC compliance?
Maintain KYC status, expiry dates; use conditional formatting to highlight missing/expired
records.
What Excel tools do you use to check for data accuracy in banking entries?
Use Data Validation, IFERROR, ISNUMBER, conditional formatting, and checksum formulas.
How can you separate and analyze customer transactions by date, region, and
product?
Use Pivot Tables: Rows=Region, Columns=Product, Filter=Date, Values=Sum of
Transactions.