What data we store
Subscriptions and entitlements
Includes plan type, expiration time, period quota, and used amount.
Voice session data
Includes session start and end time, transcript content, conversation messages, and minute deduction result.
Interview and exam records
Includes record type, time range, content text, and relationships between records.
Knowledge base data
Includes uploaded document information, segmented text, and retrieval index data.
Orders and payment records
Includes order status, payment associations, and coupon or redemption-code usage status.
What this data is used for
- Keeping core features available: voice sessions, knowledge-base retrieval, quota calculation, and deduction.
- Displaying training results: interview and exam records, knowledge-base lists, and statistics.
- Supporting transactions and reconciliation: subscription status, payment results, coupon checks, and redemption checks.
Local desktop data
- Starting from
2.0.6, the desktop client saves exam and interview records to local Markdown files first, so you can keep and review them. - The default local directory is
Documents/GankInterview Records/<session-time>/, with separate subdirectories forCoding test recordsandInterview records. If the Documents directory is unavailable, the client falls back to the application data directory. - API keys for custom APIs are stored only on the current device. They are not sent back to GankInterview servers and are used only when requesting the API service you configured.
Data you can manage yourself
Delete a single practice record
You can delete a specified interview or exam record. Related relationships are handled according to rules.
Delete selected knowledge-base documents
You can delete documents by scope, and related index data is removed together.
Clear the entire knowledge base
You can clear all knowledge-base documents and indexes under the current account at once.
Upload a new resume to replace the old one
Updating a resume replaces the related old resume documents and indexes to avoid duplicate buildup.
Upload limits and protection
| Rule | Current limit |
|---|---|
| Single file size | Maximum 50MB |
| Total document count | Up to 10 documents per account |
| Single document content length | Up to 200,000 characters |
| Index error handling | If indexing fails after upload, the system rolls back automatically and deletes that document record. |