Sample

What your bank looks like

Three questions from three different branches, taken from real resume phrasing. Your bank has fifty to sixty of these, grouped by the project or experience they came from.

Project: Multi-tenant billing platform

Q1.You have written that the billing platform was multi-tenant. Walk me through how one tenant’s data stays invisible to another.

Why they ask: Resume claims multi-tenant architecture experience · Very likely

Every table carried a tenant id, and all queries went through a repository layer that injected it from the request context, so no query could be written without it. On top of that we turned on row-level security in Postgres as a second net, in case application code ever got it wrong. For noisy neighbours we rate-limited per tenant at the gateway. If I were building it again for larger customers I would look at a schema per tenant, because the single-table approach made per-tenant backups harder than I expected.

Concepts & terminology

Q2.What do you understand by modal dispersion?

Why they ask: You mentioned optical fibres in project · Likely

In a multi-mode fibre the core is wide enough that light can travel along several different paths, or modes, at once. Each path is a slightly different length, so the parts of a pulse arrive at slightly different times and the pulse spreads out. That spreading is modal dispersion, and it limits how fast you can send bits before neighbouring pulses start overlapping. It is the main reason single-mode fibre is used over longer runs: one path means no spread.

Skills & Tools

Q3.Your skills section lists ANSYS. Tell me about a time the simulation and the physical result did not agree.

Why they ask: You listed ANSYS under technical skills · Very likely

On the bracket for our SAE car, ANSYS predicted a peak stress well under yield, but the physical part deformed at the fillet. My mesh was too coarse right at the fillet, and I had modelled the bolted joint as fully bonded, which made it stiffer than reality. I refined the mesh locally, switched to a frictional contact with a preload, and the new result matched the test closely. What I took from it is that a simulation is only as honest as its boundary conditions.

Now do it with your resume

Ten questions free, no card needed. Takes about three minutes.

Upload your resume