VibeSecurity

India

Startup Security Questionnaire India: Answer It Honestly

Your first hospital or enterprise customer sends a spreadsheet with 120 security questions, and the deal hangs on it. A startup security questionnaire in India is rarely a test of whether you are perfect. It is a test of whether you know your own system and tell the truth about it. This guide shows how to prepare a one-page security note, how to answer common questions, and what to say about gaps. It is not legal advice.

By the VibeSecurity team8 min read

What is a buyer really asking?

A hospital security reviewer or enterprise procurement team is trying to decide one thing: if we put our data or our patients' data in this product, do we understand the risk? They do not expect a five-person startup to have the controls of a bank. They do expect you to know where the data sits, who can reach it, and what happens on a bad day.

Most questionnaires are a bank of the same topics reworded: data location, access control, encryption, backups, logging, vendors, incident response, staff practices. If you can answer those eight topics in your own words with evidence behind each, you can answer almost any questionnaire, whatever its format.

Write the one-page security note first

Before a questionnaire arrives, write a single page that you can attach to any reply. The act of writing it forces you to find out what is actually true, which is usually the hard part for an AI-built product where nobody remembers every setting the tool chose.

Keep it factual and dated. Every line should be something you could show a screen or document for.

  1. 1What the product does and what personal or sensitive data it handles, in two sentences.
  2. 2Where the data is stored: cloud provider, region, and the vendors that receive any of it.
  3. 3How users and staff authenticate, and who has administrative access to production.
  4. 4How data is protected in transit and at rest, and how secrets are kept out of code.
  5. 5How backups are taken, how often, where they are stored, and the last time you tested a restore.
  6. 6What you log, how long you keep logs, and who reviews them.
  7. 7What you would do in an incident and who the contact is.
  8. 8Known gaps and the date you plan to close each one.

The questions you will get, and how to answer them

The pattern for every answer is the same: say what is true now, in plain words, then name the evidence. Do not answer yes to a control you have half-built. "Partially, here is the scope" is a stronger answer than a yes that collapses when someone asks for a screenshot.

Common questionnaire questions with an honest answer pattern
QuestionHonest answer patternEvidence to keep
Where is our data stored?Name the provider and region for the database, file storage and backups. Name vendors that receive data, and say what each receives.Cloud console screenshot showing region, vendor list with data categories.
Who can access production data?State the number of people with production access by role, how access is granted and removed, and whether shared accounts exist.Access list export from your cloud and database console, offboarding checklist.
Is multi-factor authentication enforced?Say where it is on (cloud, code host, email, admin panel) and where it is not yet, with a date.Screenshots of MFA enforcement settings for each system.
Is data encrypted?Separate in transit and at rest. State what your provider does by default and what you added yourself, without claiming more than you configured.TLS test result for your domain, provider documentation for storage encryption.
Do you take backups and test restores?Give frequency, retention and the date of the last restore test. If you never tested, say so and schedule it.Backup settings screenshot, note of the last restore test.
How do you control access between customers or users?Describe the mechanism, for example row-level policies or tenant checks, and how you tested it with two accounts.Policy definitions and a record of the two-account test.
Do you log and monitor access?State what is logged, where, for how long, and who looks at it and how often.Sample log entry with personal data removed, retention setting.
What is your incident response process?Name an incident owner and contact, describe how you would contain, assess and notify, and say whether you have rehearsed it.One-page incident plan, contact details, date of any tabletop run.
Do you use third-party vendors and AI services with our data?List them, what data they get, and whether contracts and settings limit their use of it.Vendor list, links to each vendor's data terms.

What to say about gaps

You will have gaps. The dangerous move is a confident yes that is not true, because questionnaire answers are often incorporated into the contract, and a false answer becomes a contractual problem and a trust problem at once. Many buyers also verify a few answers at random.

A good gap answer has four parts: the honest current state, the risk in one sentence, the compensating control if any, and a dated commitment. For example: MFA is enforced on the cloud console and code host but not yet on the admin panel; the admin panel is reachable only from a fixed set of addresses in the meantime; we will enforce MFA there by a named date. That reads as a team that knows its system.

Do not promise a certification you do not have. If a buyer asks for a framework such as ISO 27001 or SOC 2, say whether you are pursuing it, and describe the controls you do have. Whether a specific framework is a hard requirement is the buyer's call, and their procurement team can tell you.

Evidence: keep a small folder, not a big program

Create one shared folder with dated screenshots and exports that back each answer: cloud region, access lists, MFA settings, backup settings, the last restore test, the vendor list and your incident plan. Refresh it each quarter and before each renewal.

Strip real personal data from anything you save. A screenshot of a customer table pasted into a shared drive for a questionnaire is itself an exposure. Store the folder somewhere with restricted access, and note the date next to each item so you never present stale evidence as current.

CERT-In incident reporting basics

The Indian Computer Emergency Response Team (CERT-In) issued directions on 28 April 2022 under section 70B(6) of the Information Technology Act, 2000. They apply to service providers, intermediaries, data centres, body corporate and government organizations. A startup that runs a service in India as a company is likely to be a body corporate, but whether the directions apply to you in a given case is a question for a lawyer.

Several points from the directions text are relevant to a questionnaire. Covered entities must report the types of cyber incidents listed in Annexure I to CERT-In within 6 hours of noticing them or being told about them. The listed types include unauthorized access of IT systems or data, data breach, data leak, attacks on servers such as databases, attacks on applications, and malicious activity affecting cloud systems or AI and machine learning systems. Reports can go by email to incident@cert-in.org.in or by phone on 1800-11-4949, and CERT-In publishes reporting formats on its website.

The directions also require logs of all ICT systems to be enabled and kept securely for a rolling 180 days, maintained within the Indian jurisdiction, and provided to CERT-In on request or with an incident report. Entities must synchronize system clocks to NIC or NPL time sources or sources traceable to them, and must designate a point of contact to interface with CERT-In, sent to CERT-In in the annexed format. Read the directions and CERT-In's site for current forms and any later clarifications before you rely on this summary.

Putting it together for your first reply

Attach the one-page note, answer in the table pattern above, cite evidence by file name, and send a short cover message that names your security contact. Offer a call. A ten-minute conversation where you explain your architecture clearly often resolves half the spreadsheet.

Then fix in order of risk. Access control on customer data, MFA on admin systems, a tested restore and a written incident plan usually come before anything cosmetic. Update the note when they are done, so your next questionnaire starts from a stronger page.

Frequently asked questions

What is a security questionnaire and why do customers send one?

It is a structured list of questions a buyer sends to check how a vendor protects data before signing. Hospitals and enterprises use it to assess risk from third parties. Topics usually include data location, access control, encryption, backups, logging, vendors and incident response.

Can a startup with no certification pass a security questionnaire?

Often yes, if it answers honestly and shows evidence. Many buyers care more about clear answers, real controls and a plan for gaps than about certificates. Some buyers do require a specific certification, so ask the procurement team what is mandatory.

What should I say when I do not have a control the questionnaire asks about?

Say it is not yet in place, explain the risk and any compensating control in one sentence, and give a dated plan. Never answer yes to a control you have not implemented, because answers can be checked and may be referenced in the contract.

How fast must a cyber incident be reported to CERT-In?

The CERT-In directions of 28 April 2022 say listed incident types must be reported within 6 hours of noticing them, by email to incident@cert-in.org.in or phone 1800-11-4949. Check CERT-In's website for current formats and confirm with a lawyer whether the directions apply to you.

Put it into practice

Sources

  1. 1.CERT-In: Directions under section 70B(6) of the IT Act, 2000, 28 April 2022
  2. 2.CERT-In: official website (incident reporting and formats)
  3. 3.MeitY: Digital Personal Data Protection Rules, 2025 (Rule 6, security safeguards)