Interview preparation

Target interview process & preparation

Target currently has 242+ live openings on OnJob.io, concentrated in Software Engineer, Sales / Business Development and Product Manager roles. There are no leaked or company-specific questions here — instead, prepare with the general, role-based interview rounds and most-asked questions for those role types below, then practise them free with OnJob's AI mock interview.

Honest note: OnJob.io does not publish leaked or company-confidential interview questions. The guides below are general, role-based preparation — the standard rounds and commonly-asked questions for the role types Target is currently hiring for. Use them to prepare; your real Target interview may differ.

What to expect when interviewing for Software Engineer, Sales / Business Development and Product Manager roles at companies like Target

Target is currently advertising these role types on OnJob.io. Each guide is the general interview structure and most-asked questions for that role — prepare with it, then rehearse free with the AI mock interview.

General Software Engineer interview prep

12 live roles at Target

Coding, data structures, algorithms and system design — the core software engineering loop used by product companies and startups across India.

Typical Software Engineer interview rounds

  1. 1 Online assessment. Timed coding problems on arrays, strings and hashing on HackerRank or HackerEarth.
  2. 2 DSA / problem solving. 1–2 live coding rounds on data structures, algorithms and complexity analysis.
  3. 3 System design. Designing a scalable service (mid/senior); low-level design for early-career.
  4. 4 Hiring manager / culture fit. Past projects, ownership, behavioural questions and team fit.

Commonly-asked Software Engineer questions

  • Reverse a linked list, both iteratively and recursively.
  • Find the two numbers in an array that add up to a target sum.
  • Detect whether a linked list has a cycle.
  • What is the difference between a process and a thread?
  • Explain time and space complexity (Big O) with examples.
  • How does a hash map work internally, and what happens on collisions?
  • Find the longest substring without repeating characters.
  • What is the difference between an array and a linked list?

General Sales / Business Development interview prep

9 live roles at Target

Pitching, objection handling, pipeline and targets — the sales / BD interview for SaaS, startups and inside-sales teams.

Typical Sales / Business Development interview rounds

  1. 1 Screening / fit. Motivation, communication and comfort with targets.
  2. 2 Role-play / mock pitch. Sell a product, handle objections, close.
  3. 3 Behavioural & track record. Past numbers, deals closed and how you hit quota.
  4. 4 Manager round. CRM, sales process and how you handle rejection.

Commonly-asked Sales / Business Development questions

  • Sell me this pen (or our product) right now.
  • Walk me through your sales process from lead to close.
  • How do you handle objections like 'it's too expensive' or 'we're happy with our current vendor'?
  • How do you qualify a lead — what makes it worth your time?
  • Tell me about the biggest deal you closed and how you did it.
  • How do you handle rejection and stay motivated?
  • What is your approach to cold calling or cold outreach?
  • How do you build rapport with a prospect quickly?

General Product Manager interview prep

7 live roles at Target

Product sense, analytical thinking, prioritisation and metrics — the PM interview for product companies, startups and consumer apps.

Typical Product Manager interview rounds

  1. 1 Product sense / design. Design or improve a product for a target user.
  2. 2 Analytical / metrics. Define success metrics, diagnose a metric drop, size a market.
  3. 3 Execution & prioritisation. Roadmaps, trade-offs and stakeholder management.
  4. 4 Behavioural / leadership. Past products shipped, conflict resolution and influence.

Commonly-asked Product Manager questions

  • How would you improve our product (e.g. WhatsApp, Swiggy, or our app)?
  • Design a product for [a specific user group, e.g. delivery riders or senior citizens].
  • What is your favourite product and why? How would you improve it?
  • Daily active users dropped 15% overnight — how do you investigate?
  • How would you decide what to build next with limited engineering resources?
  • What metrics would you track for a feature you just launched?
  • How would you estimate the market size for [a product] in India?
  • Walk me through how you'd prioritise a backlog of 20 feature requests.

General Customer Support interview prep

6 live roles at Target

Communication, empathy, problem-solving and process — the customer-support / customer-success interview for BPOs, SaaS and D2C teams.

Typical Customer Support interview rounds

  1. 1 Communication screen. Spoken clarity, tone and listening.
  2. 2 Scenario / role-play. Handle an angry customer or a tricky query live.
  3. 3 Behavioural. Past support experience, handling pressure and escalations.
  4. 4 Process & tools. CRM, ticketing, SLAs and metrics.

Commonly-asked Customer Support questions

  • How would you handle an angry or frustrated customer?
  • Tell me about a time you turned an unhappy customer into a happy one.
  • What does good customer service mean to you?
  • How do you handle a customer asking for something you can't provide?
  • What would you do if you don't know the answer to a customer's question?
  • How do you stay calm and professional under pressure?
  • Explain the difference between empathy and sympathy in support.
  • How do you prioritise when multiple customers need help at once?

General AI Engineer interview prep

3 live roles at Target

LLMs, prompt engineering, RAG and AI application development — the fast-growing generative-AI engineering interview at Indian product startups, GCCs and AI-first companies. Distinct from a classic ML engineer: the focus is building on top of foundation models, not training them.

Typical AI Engineer interview rounds

  1. 1 LLM & GenAI fundamentals. How transformers and LLMs work, tokens, embeddings, context windows and prompting.
  2. 2 RAG & application design. Retrieval-augmented generation, vector databases, chunking and grounding.
  3. 3 Coding round. Python coding plus building an API around an LLM with a framework like LangChain.
  4. 4 System design & evaluation. Designing a production AI feature, handling cost, latency, safety and evaluation.

Commonly-asked AI Engineer questions

  • What is the difference between fine-tuning, prompt engineering and retrieval-augmented generation?
  • Explain how RAG works end to end, from a user query to a grounded answer.
  • What are embeddings and how are they used in semantic search?
  • What is a vector database and how does similarity search work?
  • What is a context window, and how do you handle inputs that exceed it?
  • What causes hallucinations in LLMs and how do you reduce them?
  • What is the difference between temperature and top-p sampling?
  • How would you chunk documents for a RAG pipeline, and why does chunk size matter?

General Data Scientist interview prep

3 live roles at Target

Machine learning, statistics, Python and case studies — the data science interview for analytics-heavy product and consulting teams.

Typical Data Scientist interview rounds

  1. 1 Statistics & probability. Hypothesis testing, distributions and inference.
  2. 2 Machine learning. Algorithms, bias-variance, overfitting and evaluation metrics.
  3. 3 Coding (Python/SQL). Pandas, NumPy and SQL data manipulation.
  4. 4 Case study / ML design. Frame a business problem as an ML problem end to end.

Commonly-asked Data Scientist questions

  • Explain the bias-variance tradeoff.
  • What is overfitting and how do you prevent it?
  • Explain the difference between supervised and unsupervised learning.
  • How does a random forest work, and why is it better than a single decision tree?
  • What is the difference between precision and recall, and when do you optimise for each?
  • Explain how logistic regression works and what the sigmoid function does.
  • What is regularisation (L1 vs L2) and why do we use it?
  • How do you handle imbalanced datasets?

Rehearse your Target interview, free

Run a realistic AI mock interview for your target role and get instant feedback on your answers — or take a timed mock test to check your fundamentals before the real thing.

Interview prep at other companies

Target interview — FAQs

How do I prepare for a Target interview?

Prepare by role: identify the role you're applying for, then practise the standard interview rounds and most-asked questions for that role type. Target is currently hiring for Software Engineer, Sales / Business Development and Product Manager roles, so focus there. Use OnJob's free AI mock interview to rehearse with instant feedback, and review the role-specific question lists below. These are general role-based questions, not leaked Target questions.

What questions are asked in a Target interview?

We don't publish leaked or company-specific Target questions. What we do provide is the general, frequently-asked interview questions for the role types Target hires for — such as Software Engineer, Sales / Business Development and Product Manager roles. For example, Software Engineer interviews commonly cover: Reverse a linked list, both iteratively and recursively. Find the two numbers in an array that add up to a target sum. Detect whether a linked list has a cycle. Prepare with these general questions and OnJob's free AI mock interview.

How many rounds does a Target interview have?

It depends on the role. A typical Software Engineer interview runs across 4 rounds — Online assessment, DSA / problem solving, System design, Hiring manager / culture fit. Round counts vary by company and seniority; treat this as the general structure to prepare for, not a guarantee of Target's exact process.

Is Target hiring right now?

Yes — Target has 242+ live openings on OnJob.io, refreshed daily, mostly for Software Engineer, Sales / Business Development and Product Manager roles. Browse the live Target jobs and see your AI match score on each before you apply.

Free forever — no credit card

Get matched to Target roles you're ready for

Create a free profile to see your AI match score on every live Target opening, practise the interview, and apply in one click.