Academic snapshot
Marks: 7.0+ CGPA / 70% (candidate-reported)
Degree: B.Tech / B.E. / M.Tech / MCA
Backlogs: None active preferred
Year: Final-year and recent grads
Walmart is the world’s largest retailer, founded in 1962 and operating stores and ecommerce globally. Walmart Global Tech India in Bengaluru builds ecommerce, supply chain, and retail platforms that support Walmart’s operations. It is a major campus recruiter for software engineering and data roles in India.
Explore: Online Assessment · Download PDF · Placement Process · Interview Experience · Preparation Guide · Certifications & Career
| Route | What usually changes | What stays the same |
|---|---|---|
| Campus | Batch OA window, PPT timing, college CGPA list when printed | Coding bar, interview depth |
| Careers portal / referral | Resume screen volume; sometimes no hard published CGPA | Still expect OA + tech loop |
| Intern → full-time | Conversion interviews may skip a stage | You still defend projects and code |
Off-campus does not mean “easier coding.” It often means more applicants fighting the same ~90-minute filter. If your CGPA sits near 7.0, spend energy on mocks, not on hunting a mythical lower cutoff blog post.
Is 7.0 CGPA enough? It matches the commonly reported floor. Selection still hinges on OA correctness and interview narration. A 7.1 with clean timed coding beats an 8.8 that freezes on edge cases.
Branches: CS/IT/ECE dominate shortlists. ECE and related streams show up when DSA is solid. If your college lists only “circuit branches” for a drive, read the notice - do not assume every related degree is auto-included.
Gaps and backlogs: Active backlogs are the usual blocker at offer time. A short education gap is easier to explain with a skills story (projects, internship, course) than silence. Lying about CGPA or backlog status is an instant integrity fail in HR.
What helps the resume screen: One project you can defend end-to-end (stack choice, hardest bug, metric), any internship with ownership language, and honest tech keywords you can explain. Certificates are optional extras - DSA and OA mocks matter first. See certifications only after fundamentals are solid.
Academic snapshot
Marks: 7.0+ CGPA / 70% (candidate-reported)
Degree: B.Tech / B.E. / M.Tech / MCA
Backlogs: None active preferred
Year: Final-year and recent grads
Branch & skills
Preferred: CS / IT / ECE and related
Languages: Java, Python, C++
Focus: DSA, aptitude, e-commerce / supply-chain systems
Differentiator: Catalog, inventory, fulfillment, customer journeys
| Item | Typical expectation (candidate-reported) | Reality check |
|---|---|---|
| CGPA / % | 7.0+ CGPA / ~70% across 10th, 12th, graduation | Some notices mirror college norms; verify every drive |
| Degree | B.Tech / B.E. / M.Tech / MCA | Related computing degrees on many posts |
| Branch | CS, IT, ECE (and related) | Strong DSA can help adjacent branches on some drives |
| Year | Final year + recent grads (~1-2 years) | Internship → conversion paths also appear |
| Backlogs | No active backlogs preferred | Clear them before offer paperwork |
| Coding languages | Java, Python, C++ | Stick to one for OA + interviews |
Minimum CGPA required (candidate-reported): 7.0+ CGPA / 70% is the commonly cited campus floor for Global Tech fresher roles. Treat it as a shortlisting filter when printed - Walmart still decides on OA correctness and interview narration. Always verify your drive notice.
Walmart Global Tech India shortlists on academics when the JD prints a floor, then filters hard on the Online Assessment. Clearing CGPA only gets you into the funnel - coding speed decides whether you see an interviewer.
Walmart does not publish one universal India cutoff for every SWE drive. Numbers below are candidate-reported from campus notices, JDs, and interview write-ups (as of August 2026). Your placement cell mailer always wins.
Download 2026 Walmart placement papers
2026 in detail
2025 placement papers
2024 placement papers
Previous year question papers
Walmart does not publish one permanent official paper set. “Previous year papers” on this site are pattern trainers for the first filter and early technical rounds - not leaked live assessments.
| Round (typical) | What to practice |
|---|---|
| Online assessment | Timed accuracy on Walmart Online Assessment (~90 min): aptitude speed + coding correctness |
| Technical 1 | Live coding narration: brute force → optimize → edge cases |
| Technical 2 / design | Prompts around cart/checkout, inventory, delivery ETA, recommendation feeds, search |
| HR | Why Walmart Global Tech?, Bengaluru relocation, goals, integrity |
| Theme you saw in a set | What to drill next | Why Walmart asks it |
|---|---|---|
| Top-K / frequent items | Heap + bucket-sort variants | Ranking, popular SKUs, alert priorities |
| Shortest path on grid | Multi-source BFS, obstacles | Store layout / partner assignment intuition |
| Merge intervals | Overlap, insert interval | Delivery slots, discount windows |
| Max orders in window T | Sort + two pointers | Throughput in a time box |
| Inventory threshold map | Hash map + stream updates | Low-stock alerts without drama |
2024 PDFs often drill “merge overlapping delivery slots.” Own the interval template - sort by start, merge when next.start <= cur.end - then drill a related problem with open/closed boundaries. That transfers to interviews; memorising the story text does not.
Walmart Global Tech India hires freshers through campus placement cells, the careers portal, referrals, and occasional challenge or internship conversion paths. After resume screen, the shape is product-company style: timed OA, then coding + domain interviews, then HR.
Campus recruitment
Through college placement cells - PPT, then OA and interviews on a batch timeline.
Online applications
Apply on walmart.com careers for early-career / fresher tech roles; follow the invite mailer for platform and duration.
Referrals
Employee referrals improve visibility. You still need passing OA code and clear interviews.
Placement cell or recruiter checks degree, CGPA floor when printed (7.0+ / 70% commonly reported), backlogs, and year of passing. Projects and internships help when volumes are high. This is a gate, not the hard filter - coding is.
Candidate reports commonly describe a ~90-minute assessment mixing aptitude / reasoning with coding. Exact section splits vary by drive and year; treat the table as a working map, not a sealed blueprint.
| Section (typical) | Questions (reported range) | Time feel | Focus |
|---|---|---|---|
| Aptitude / reasoning | ~15-25 | ~30-45 min | Quant, logic, sometimes verbal |
| Technical MCQs | ~8-15 (when present) | ~20-30 min | CS basics / light domain |
| Coding | 1-3 problems | ~25-45+ min | Arrays, strings, heaps, grids, intervals |
Languages: Java, Python, C++. Platforms: HackerRank and similar appear in write-ups - confirm yours in the invite.
Pass bar in practice: Correct, fully passing solutions beat a brilliant half-answer. Aptitude, when present, punishes slow calculation more than exotic tricks.
Student tip: Spend 3-4 minutes skimming all coding prompts. Bank the solvable one first. Invent two edge cases before submit. Do not burn the clock proving a fancy algorithm if an O(n log n) clear already passes.
| Minute | Move |
|---|---|
| 0-5 | Skim full paper / all coding statements; mark easy wins |
| 5-35 | Aptitude / MCQ block if present - skip sticky puzzles, return later |
| 35-70 | Coding problem(s): restate → brute → optimize → code → sample tests |
| 70-85 | Second coding prompt or harden edge cases on the first |
| 85-90 | Quick revisit of flagged aptitude items; do not open a new hard DSA rabbit hole |
Deeper OA notes and drills: Walmart Online Assessment.
Video or onsite shared editor. Expect 1-2 DSA problems plus a short project warm-up. Patterns candidates report: Top-K / heaps, grid shortest path (BFS), interval merge (delivery slots / discounts), hashing for inventory-style updates.
You should:
Interviewers care about debugging out loud. Silent staring after a failed mental test case is a common reject signal even when the idea was right.
Warm-up before the call: One easy array/hash problem in your interview language so syntax is warm, then close chatGPT tabs - pace rewards recall. Keep water nearby; 60 minutes of narration is tiring.
Example narration shape (Top-K frequent): “Brute force is sort-by-frequency O(n log n). For top-k we can heap in O(n log k) or bucket by frequency.” I’ll use a hash map then a min-heap of size k… Empty input returns empty; ties - I’ll state the rule before coding.” That 40-second plan already signals interview readiness.
Fresher depth, not staff-architect theater. Typical prompts:
Start with users → data → APIs → bottlenecks. Plain language beats “we will use Kafka and Redis” with no requirements. Tie one resume project to retail scale if it fits - catalog, orders, caching - without forcing it.
Worked mini-outline - checkout with stock race:
If the interviewer pivots to search, talk query → candidate documents → rank signals (text match, popularity, stock availability) → empty-result fallback. That is enough for most fresher panels.
Why Walmart Global Tech (not “biggest retailer” only), relocation to Bengaluru, notice period / exams, strengths-weaknesses with proof, conflict and ownership STAR stories. Know the ₹15-25 LPA fresher band so CTC talk is grounded. Ask one real question about the team’s product surface (fulfillment, customer experience, marketplace) - it beats “what is the culture?”
| # | Round | Duration | What they check |
|---|---|---|---|
| 1 | OA (aptitude + coding) | ~90 min | Timed accuracy |
| 2 | Technical 1 (DSA) | 45-60 min | Code + narration |
| 3 | Technical 2 (design + domain) | 45-60 min | Retail systems reasoning |
| 4 | HR | 20-30 min | Fit, location, logistics |
| Phase | Typical duration | Notes |
|---|---|---|
| Apply / campus register | Drive-dependent | PPT week then OA window |
| OA completion → shortlist | Few days common | Some batches move faster |
| Interview loop | ~1-2 weeks | Tech 1 → Tech 2 → HR |
| Offer / paperwork | Days after final round | Written offer wins over verbal |
| End to end | ~2-3 weeks campus batches often | Off-campus can be 2-4+ weeks |
Experienced-hire loops sometimes compress interviews into consecutive days (one round per day) or add offline hiring-manager chats in Bengaluru - treat those as level-specific, not the default fresher campus script.
| Component | Focus | Prep move this week |
|---|---|---|
| Aptitude / logic | Speed + accuracy | Timed mock quiz |
| Coding Q1-Q2 | Heaps, BFS grids, intervals, ranking | Two timed mediums back-to-back |
| Domain follow-ups | Inventory, cart, ETA | Explain one flow in 3 minutes aloud |
| HR | Why GTech, Bengaluru | Two STAR stories + relocation answer |
Online assessment
OA format, timing, and question types.
Coding questions
DSA patterns for OA and technical rounds.
Aptitude / mock quiz
Quant, logic, and timed mock quiz.
Interview experiences
Candidate stories and round notes.
HR interview questions
Common HR questions, sample answers, STAR tips.
Week-by-week prep
Study plan and round-by-round strategy.
If a Walmart invite is 3-8 weeks out, treat this hub as the map and the linked practice pages as the drills. Do not reread eligibility ten times. Check the JD once, then spend hours on the filter that actually rejects people.
Typical fresher CTC chatter for Walmart sits around ₹15-25 LPA (candidate-reported - confirm the letter). Languages students mention most often: Java, C++, Python, C. Pick one and stay with it in OA and interviews.
Eligibility reminder (from student reports): Walmart eligibility for freshers 2026 is candidate-reported, not one official published cutoff. Common campus/SWE baseline: B.Tech/B.E./M.Tech/MCA in CS, IT, ECE, or related fields; final-year students and recent graduates (within ~1-2 years); typically 7.0+ CGPA / 70% across 10th, 12th, and graduation; no active backlogs preferred. Always verify the drive notice or careers posting.
What you are training for: Walmart Global Tech India fresher loops commonly run: Online Assessment (~90 min, aptitude + coding) → Technical 1 (DSA, ~45-60 min) → Technical 2 (system design + e-commerce domain, ~45-60 min) → HR (~20-30 min). Campus batches often finish in about 2-3 weeks from OA to offer; off-campus can stretch.
Short version of the prep split: Treat Walmart Global Tech like product hiring, not a store job. Split time roughly: 50% DSA (heaps, grids/BFS, intervals, ranking), 20% domain scenarios (cart/checkout, inventory, delivery ETA), 15% CS fundamentals and projects, 15% behavioral/HR. Clear timed OA mocks before deep interview prep. Languages: Java, Python, or C++.
Week 1 - pattern, not vibes. Language fluency: rewrite 10 old solutions in one language until you stop hunting syntax. Open the Walmart previous-year sets on this site and mark which sections ate your time. Write the timing on a sticky note. That number is more useful than a 200-problem LeetCode streak you never timed.
Week 2 - the steep filter. Most Walmart drives fail people on the first timed paper or OA. Do three timed sits this week. After each one, log every miss in a two-column note: topic and why (slow, wrong formula, bad edge case, panic). The next sit should only add problems from that log.
Week 3 - talk tracks. Technical interviews at Walmart usually want a clean project story, one or two CS fundamentals, and (if the process has it) a behavioral or values round. Write STAR stories on paper, not in your head. Practise “Why Walmart?” with one concrete product, lab, or business line - not a slogan.
Week 4 - mocks and logistics. Sleep, id photocopies, and a dry run of the oa platform if the invite names one. If you still have energy, redo only the questions you failed in week 2.
| Slice | Share of weekly hours | What “done” looks like |
|---|---|---|
| Timed papers / OA | ~40% | You finish a Walmart-style sit without guessing the clock |
| Coding / role technical | ~30% | You can explain a solution out loud in your chosen language |
| Fundamentals / domain | ~20% | You can teach one OS/DBMS/networks (or domain) topic to a friend |
| Stories + HR | ~10% | Two STAR stories and a specific Why-this-company answer |
If you only have 10 days, keep the same ratios and cut volume, not the timed sits.
Use this hub for the Walmart story (eligibility, rounds, salary). Use those pages for timed reps and interview notes.
If you do one thing after reading this: schedule three timed Walmart papers on three different days, then interview prep on the leftovers.
A TCS/Infosys aptitude deck still helps the quant/logic slice of many Walmart papers, but do not assume the same cutoff culture. Read the process section on this page once, then swap in Walmart-specific coding or domain drills from the nested banks. Shared prep is fine; shared assumptions about rounds are not.
Days 1-3: one timed Walmart paper each day plus error log. Days 4-6: only the topics you missed, plus 4-6 coding problems in one language. Days 7-8: project + STAR + Why Walmart. Day 9: one more full mock. Day 10: light review and sleep. This is worse than four weeks, but it beats rereading notes the night before.
Know your project at the level of what broke and what you changed, not only the tech list on the resume. For Walmart, interviewers often poke the same hole the OA already tested - be ready to re-solve a warm question on a shared editor or whiteboard. If you used AI to draft code while practising, you still need to type it yourself on the day.
A single note with date, paper name, score/time, and three misses is enough. If you cannot name your last three Walmart mistakes, you are collecting content, not preparing.
Figures below are candidate-reported India bands (as of August 2026). Actual offers depend on level, location (Bengaluru), hiring year, and written components (base / bonus / equity).
| Band | Typical CTC (candidate-reported) | Notes |
|---|---|---|
| Software Engineer / SDE-1 (fresher) | ₹15-25 LPA | Primary band for this hub |
| Some GTech offer write-ups | Toward upper end / ~₹18-28 LPA cited in places | Role and year dependent - offer letter wins |
| SDE-2 / mid-level (indicative) | Higher bands (often ₹30 LPA+ in career guides) | Not the fresher campus default |
| Senior+ | Wide spread | Outside fresher prep scope |
Confirm base, joining bonus, and any equity or benefits language on the written offer. Do not treat blog midpoints as guarantees.
Policies vary by BU and year. Candidates commonly care about:
Know the ₹15-25 LPA fresher context, ask how the package splits (fixed vs variable), and clarify joining date vs final exams. One calm clarifying question beats aggressive negotiation with no market anchor.
Typical Walmart Global Tech India fresher path: Online Assessment (~90 min, aptitude + coding) → Technical 1 (DSA) → Technical 2 (system design + e-commerce) → HR. Campus batches often finish in about 2-3 weeks; off-campus timelines vary. Confirm round names on your invite.
Most fresher SWE loops report four stages (OA + two technicals + HR). Mid-level or specialised loops may add LLD, backend depth, or a hiring-manager round. Count the mailer, not a random blog.
Yes. Free Walmart placement papers PDF and 2024-2026 style practice sets are on this site - pattern trainers with solutions, not leaked live papers. No registration for the main downloads. Start with the 2026 PDF or the paper archive.
Candidate-reported OA is often ~90 minutes with aptitude/reasoning and 1-3 coding problems (sometimes heavier coding blocks). Technical MCQs appear on some drives. Languages: Java, Python, C++. Platforms like HackerRank show up in write-ups - verify yours.
Commonly reported floor: 7.0+ CGPA / 70%, CS/IT/ECE-related degrees, final-year or recent grads, no active backlogs preferred. Walmart does not publish one universal cutoff - your drive notice overrides this page.
Candidate-reported Software Engineer fresher CTC often lands around ₹15-25 LPA (as of August 2026), mainly for Bengaluru GTech roles. Some write-ups cite higher bands for certain offers. The written offer letter is the only number that matters.
Bengaluru is the main India hub candidates report for Walmart Global Tech SWE roles. HR usually checks relocation willingness and joining logistics. Be honest about constraints early.
Split time roughly 50% DSA, 20% domain (inventory, cart, ETA), 15% CS/projects, 15% behavioral. Clear timed OA mocks first. Keep one coding language. Details: preparation guide.
Java, Python, and C++ are the usual set. Confirm on the invite. Do not switch languages the week of the drive.
No. This hub covers tech hiring - e-commerce, supply-chain, and retail platforms built by Global Tech. Store associate tracks are separate. Expect real coding interviews, not a retail aptitude-only screen.
Cart/checkout, inventory low-stock alerts, delivery ETA / partner assignment, recommendation feeds, and search ranking at fresher depth: APIs, data, bottlenecks, failure modes in plain language. Practice sketches beat memorised architecture diagrams.
All three care about DSA. Walmart GTech India loops often emphasise retail operations vocabulary (inventory, fulfillment, checkout) with a Bengaluru hub story. Amazon adds Leadership Principles / Bar Raiser culture; Flipkart is another Indian e-commerce product bar. Prep DSA for all; customise domain stories per company.
For campus SWE, DSA + OA mocks + one strong project beat certificate stacks. Cloud or domain certs are optional extras after fundamentals. See certifications.
Bank solvable OA problems first, keep an error log, and rehearse one inventory or cart explanation out loud before Technical Round 2. Correctness under time beats a half-finished clever solution - and never walk in thinking “retail = easy.”
Start with Walmart interview experience on this site, then cross-check recent GeeksforGeeks / community write-ups for your target level. Patterns shift by year - use them as maps, not scripts.
Profile patterns that got selected: B.Tech CSE/IT/ECE, roughly 7.2-8.0 CGPA, tier-2 and tier-1 mix, one internship or a strong project, steady DSA practice rather than last-week panic.
Online assessment: Timed coding on HackerRank or similar. Clean, fully passing solutions beat partial cleverness. Shortlist mail often arrived in a few days. Students who triaged prompts early kept both coding and aptitude (when present) alive.
Technical rounds: Coding such as Top-K frequent elements (heap / bucket), shortest path in a grid (BFS), merge overlapping delivery slots (intervals). Domain chat around inventory and cart/checkout - plain explanations worked better than buzzwords. Project deep dive: stack choice, hardest bug, what you would rebuild. Later rounds sometimes leaned into search: APIs, data choices, failure modes at fresher depth.
HR / managerial: Why this product? Working with unclear requirements? Relocation comfort? Keep answers short: situation → what you did → result.
Takeaway candidates repeated: clear DSA plus a coherent inventory story beats a high CGPA with weak explanation. Talking through the approach before coding mattered as much as the final snippet.
What hurt other candidates in the same cycles: coding before clarifying constraints; treating HR as a formality; system-design jargon without a simple bottleneck story; optimising one hard OA item while leaving an easy problem incomplete; freezing when asked “what breaks at scale?” with zero concrete bottleneck.
A Walmart SDE III (Java Backend, Bangalore) select who interviewed in October 2025 via LinkedIn described three rounds - DSA, LLD+backend, and an offline hiring-manager chat - on GeeksforGeeks. Scheduling was fast: rounds on three consecutive days. Round 2 was a 90-minute WhatsApp-like LLD; Round 3 ran in the Bangalore office for ~45-50 minutes before an offer.
A Walmart SDE-III Bangalore candidate (April 2026) started with an 80-minute HackerRank OA: two LeetCode-medium problems plus a Java/Spring task reading property files by active profile (Interview Experiences). They listed the platform as HackerRank. Round 1 was a 60-minute Zoom DSA session (any IDE, AI tools disabled) expecting fully passing code on Min Stack, Valid Anagram, and linked-list insert.
Freshers should not copy SDE-III LLD depth blindly - but the signals transfer: passing tests, platform discipline, and Bengaluru process speed when the company is hiring hard.
More fresher narratives: Walmart interview experience.