Skip to main content
HimalayasHimalayas logo
Interviewing

What to Do If You Can't Answer an Interview Question

Learn what to say when you cannot answer an interview question, including technical scripts, recovery steps, mistakes to avoid, and follow-up examples.

Abi Tyas TunggalAT

Abi Tyas Tunggal

What to Do If You Can't Answer an Interview Question

If you can't answer an interview question, pause, ask for clarification if the question is unclear, say what you do know, explain how you would find the answer, and move forward without pretending. A calm, honest recovery usually creates a better signal than rambling or bluffing.

Blanking on a question does not automatically ruin the interview. Interviewers know candidates get nervous, especially during technical screens, panel interviews, and tricky questions like brain teaser interview questions. What matters is whether you can stay composed, communicate your thinking, and show how you handle uncertainty.

Use this approach when you genuinely do not know the answer, when you only know part of the answer, or when your mind goes blank even though you prepared.

Job interview

What to do if you cannot answer an interview question

When you cannot answer an interview question, your goal is not to hide the gap. Your goal is to show judgment. The best response has four parts:

  1. Pause.
  2. Clarify.
  3. Share what you know.
  4. Explain the next step.

That sequence works because it gives the interviewer useful information. They see that you can slow down under pressure, separate certainty from uncertainty, ask good questions, and reason your way through a problem.

Job interview preparation

Pause before you speak

Take a breath before answering. A short pause feels longer to you than it does to the interviewer. It is better to take three seconds and answer clearly than to start talking before you know where the answer is going.

You can say:

"Let me think about that for a moment."

Or:

"I want to answer that carefully, so I am going to take a second."

Do not apologize repeatedly. One calm pause is professional. A long apology makes the gap feel larger than it is.

Ask for clarification

Sometimes you do not know the answer because the question is too broad, vague, or missing context. In that case, ask a clarifying question before you answer.

Job interview via Zoom

Use questions like:

  • "Are you asking about how I would approach the problem, or about a specific tool I have used?"
  • "Do you want a technical explanation, or a higher-level business answer?"
  • "Could you share the scenario you have in mind?"
  • "Are you looking for an example from work, school, or a personal project?"

Clarifying is not stalling when it improves the answer. It shows that you are listening for the actual need behind the question.

If you are in a video interview, keep your delivery simple: sit still, look toward the camera, and avoid filling silence with nervous chatter. These Zoom interview tips can help if remote interviews make you more likely to blank.

Say what you know

If you know part of the answer, start there. Partial knowledge is useful when you label it honestly.

You can say:

"I have not used that exact framework, but I understand the problem it is trying to solve."

Or:

"I do not want to overstate my experience. What I do know is..."

This is stronger than pretending. It lets the interviewer assess the real boundary of your knowledge and whether you can connect related experience to a new problem.

Explain how you would find the answer

If the role requires learning unfamiliar things, your recovery can become a strength. Explain the first steps you would take to get to a reliable answer.

For example:

"I have not implemented that before. I would start by checking the official documentation, looking at a small working example, testing it in a sandbox, and then asking a teammate to review my approach before applying it in production."

That answer is not a substitute for core skills you need on day one. But it is much better than guessing, because it shows a practical learning process.

Ask to come back to it later

If you are truly stuck, ask to return to the question near the end of the interview.

Job interview

You can say:

"I am blanking on the best answer right now. Could we come back to it near the end? I want to give you a thoughtful response without slowing down the rest of the conversation."

If they come back to it and you still do not know, be honest:

"I still do not have a strong answer, so I do not want to invent one. What I can say is how I would approach finding the answer..."

That is a clean close. You acknowledged the gap, protected the interview flow, and avoided a fake answer.

What to do if you cannot answer a technical interview question

Technical interview questions are often designed to reveal how you think, not only what you have memorized. If you cannot answer a technical interview question, do not bluff. State the boundary of your knowledge, talk through the parts you understand, and explain how you would verify the answer.

Job interview

If you know the concept but not the implementation

Say:

"I understand the concept, but I would need to look up the exact implementation details. At a high level, my understanding is..."

Then explain the concept in plain language. If the interviewer asks you to keep going, reason out loud and label assumptions:

"I may be wrong on the syntax, but I think the steps would be..."

This works for algorithms, APIs, data structures, analytics methods, and technical systems where the exact answer matters but the interviewer also wants to see your thinking.

Say:

"I have not used that specific tool. The closest experience I have is with [related tool], where I handled [similar problem]. I would expect the same core tradeoffs to be..."

This keeps the answer honest while showing transferable experience.

If you have no idea

Say:

"I have not encountered that before, so I do not want to guess. If this came up on the job, I would first identify what decision depends on the answer, then check the documentation or ask someone with domain context before implementing anything."

That answer is especially useful for roles where being wrong confidently could create risk, such as engineering, data, security, finance, healthcare operations, or customer-facing technical work.

If it is a coding or whiteboard question

Start with what you can define:

  • the input
  • the output
  • constraints
  • obvious edge cases
  • a simple brute-force approach
  • where you get stuck

You can say:

"I do not see the optimal solution yet. I can start with a simple approach, explain its limitations, and then work from there."

For many interviewers, that is more useful than silence. It gives them a chance to prompt you, and it shows whether you can collaborate under pressure.

What to say when you do not know the answer

The right script depends on why you are stuck.

Situation What to say
You need a moment "Let me think about that for a second."
The question is unclear "Could you clarify whether you mean X or Y?"
You know part of the answer "I do not know the full answer, but here is the part I do understand."
You have related experience "I have not done that exact thing, but I have handled a similar problem."
You need to learn it "I would need to look that up, and here is how I would verify it."
You are completely blanking "I am blanking on that right now. Could we come back to it near the end?"
You still do not know "I do not want to make up an answer. I would approach it by..."
Job interview

Example: technical question

Interviewer: "Can you explain how a binary search algorithm works and when you would use it?"

Candidate: "I know binary search is used when you can repeatedly split a sorted search space, but I am not confident enough to explain every implementation detail from memory. At a high level, I would compare the target with the middle value, discard the half that cannot contain the target, and repeat that process until I find the value or exhaust the range. If I were implementing it, I would pay close attention to off-by-one errors and test empty arrays, one-item arrays, and missing values."

Why it works: the candidate admits uncertainty, explains the core idea, and shows practical implementation judgment.

Example: behavioral question

Job interview

Interviewer: "Tell me about a time you had to deal with a difficult stakeholder."

Candidate: "I am not immediately thinking of the perfect stakeholder example. A similar situation was when I had to resolve a disagreement with a teammate about priorities. I can walk through that using the STAR method if that would be useful."

Why it works: the candidate does not fake a story. They offer a nearby example and give the interviewer a chance to accept or redirect.

If behavioral questions are where you tend to freeze, review how to answer behavioral interview questions before your next interview.

Example: vague question

Interviewer: "How would you improve our process?"

Candidate: "Could I ask which process you mean: the customer onboarding process, the internal product development process, or the hiring process? I can give a much better answer if I know which one you want to focus on."

Why it works: the candidate does not guess at the wrong scope.

Example: end-of-interview question

Interviewer: "Do you have any questions for me?"

Candidate: "I had a few prepared, but I am blanking on one of them. I would still like to ask: what would make someone successful in this role in the first 90 days?"

Why it works: the candidate recovers without making the moment awkward. You can prepare more questions to ask the interviewer before the next round.

What not to do when you blank in an interview

Job interview

Avoid these responses:

  • Do not invent an answer. If the interviewer knows the topic, they will notice.
  • Do not ramble until something sounds right. Rambling makes it harder for the interviewer to see your actual strengths.
  • Do not blame the question. Ask for clarification without sounding defensive.
  • Do not make a joke at your own expense. A small smile is fine. Undercutting yourself is not.
  • Do not let one missed answer ruin the next five minutes. Reset and keep going.
  • Do not use live AI assistance during the interview unless the employer explicitly allows it. Practice tools are useful before the interview. Secretly using help during the interview can violate hiring expectations.

One missed answer is recoverable. Dishonesty and loss of composure are much harder to recover from.

How to recover after the interview

If you think of the answer later, include it briefly in your follow-up email after the interview. Do not write a long essay. Keep it short, useful, and connected to the role.

Use this template:

Hi [Name],
Thank you again for speaking with me today. I also wanted to briefly follow up on the question about [topic]. I was not fully satisfied with my answer in the moment, and after thinking about it, my clearer answer is: [one to three sentence answer].
I appreciated the chance to learn more about [team/company/role], and I remain excited about the opportunity.
Best,
[Your Name]

This works best when the missed answer was important and your follow-up is concise. If the question was minor, use the follow-up email to reinforce your interest instead.

How to practice answering questions you do not know

You cannot predict every interview question, but you can practice the recovery skill. The goal is to get comfortable saying, "I do not know yet, but here is how I would think about it."

Job interview preparation

Try this practice plan:

  1. List five questions you hope they do not ask.
  2. For each one, write the honest boundary of your knowledge.
  3. Add one clarifying question you could ask.
  4. Add one sentence about what you do know.
  5. Add one sentence about how you would learn or verify the answer.
  6. Practice saying the answer out loud without apologizing.

Mock interviews are useful because they let you rehearse pressure, not just content. Himalayas AI interview practice can generate interview questions for a specific job and company, then give feedback on your answers. Use it to practice the uncomfortable parts: pauses, clarifying questions, partial answers, and recovery after a blank.

If you are earlier in the process, start with the broader checklist for how to prepare for a job interview. If your next round is mostly behavioral, practice STAR stories. If your next round is technical, practice explaining tradeoffs and verification steps, not just memorizing definitions.

FAQ

Coworkers reviewing job applicants

Can you say "I don't know" in an interview?

Yes, but do not stop there. Say what you know, explain what you would do next, or ask a clarifying question. "I don't know" with no follow-up can sound disengaged. "I don't know yet, but here is how I would approach it" shows honesty and problem solving.

Will one missed answer cost me the job?

Usually, no. One missed answer matters less than how you respond to it. A missed core skill for the role can hurt your chances, but a calm recovery can still protect your overall impression.

Should I ask the interviewer to repeat the question?

Ask them to repeat it if you genuinely did not hear it. If you heard it but do not understand it, ask for clarification instead. For example: "Could you clarify whether you mean the technical implementation or the customer impact?"

Is it okay to ask to come back to a question later?

Yes, if you use it sparingly. It is best for moments when you are blanking, not for every hard question. If you ask to return later, make sure you actually return to it before the interview ends.

What if I blank during a panel interview?

Answer the person who asked the question, but keep your body language open to the group. A simple pause, clarifying question, and concise response work better than looking around the room for rescue.

What if I blank because of nerves, not knowledge?

Name it lightly and reset. You can say, "I know this, but I am blanking for a second. Let me restart." Then give yourself a moment and answer from the beginning.

Final thoughts

Not knowing an answer is uncomfortable, but it is also a realistic workplace moment. Employees run into unfamiliar systems, unclear requests, missing data, and new problems all the time. A good interviewer is watching how you respond when certainty disappears.

Pause. Clarify. Share what you know. Explain how you would find the answer. Then move on.

That response will not save every interview, especially if the question reveals a must-have skill gap. But it gives you the best chance of showing the traits employers actually want when the work gets difficult: honesty, composure, curiosity, and sound judgment.

Find your next remote job on Himalayas

Himalayas remote job search

Himalayas helps job seekers find remote jobs and prepare for interviews with less guesswork. You can search remote jobs, discover remote companies, and practice for your next interview with AI interview practice.

Use filters for role, time zone, salary, and company preferences so you can focus on opportunities that match how and where you want to work.

Find your dream job

Sign up now and join over 250,000+ remote workers who receive personalized job alerts, curated job matches, and more for free!

Sign up
Himalayas profile for an example user named Frankie Sullivan

Related articles

Read these articles next for actionable insights and advice.

Read more on the blog