PapersAdda
archivelatest 3 sept 2026source-led
est. 2026
delhi/ncr edition
content stamp 3 Sept 2026
PapersAdda
placement and prep archive, source-anchored
guides, routes, and source notes
source notes on individual briefs
section: Company Placement Papers / interview questions / Slice SDE
16 Aug 2026
placement brief / Company Placement Papers / interview questions / Slice SDE / 16 Aug 2026

Slice SDE-1: 2021 Campus Questions and Rounds

A source-scoped guide to Modabbir Tarique's 2021 Slice SDE-1 campus experience, from its reported eligibility and test through three interviews.

on this page§ 08
advertisement

The source and its time boundary

The source is Modabbir Tarique's first-person Medium post, "My Journey to Slice." He identifies himself as an IIT Guwahati Chemical Engineering student and says that Slice visited his campus for an SDE-1 role during the 2021 placement period. The post was published in January 2022. Its value is the detailed sequence and named questions, not proof of a current company-wide process.

The post states that this drive used CGPA 7.00 and was open to all B.Tech branches at the resume-shortlisting stage. The author's broader advice about maintaining CPI at that level reflects his campus experience and should not be converted into a current Slice rule. The source does not disclose compensation, so this article does not supply or estimate it.

The online test had 15 aptitude questions and two coding questions. The first described information spreading through an N-ary company hierarchy, with information moving from a parent to a child. The second linked directly to Codeforces problem 1133/C. Practising these tasks is useful for the skills they exercise, but the source does not say that they will recur in another Slice test.

The author reports that 3 of 6 candidates in his group moved past the first interview, and that he alone moved past the next interview. Those are raw counts from one group. They do not establish an overall selection rate, cutoff, or difficulty level. He describes a roughly 15-minute HR conversation and remembers receiving the selection call about 30 minutes later. That timing is a personal recollection, not a service-level promise for another candidate.

Round-by-round breakdown: questions, format, conversion

Here is the candidate-reported structure in one table. It describes only the author's group and sequence.

RoundDurationFormatReported questionsConversion
Online testNot specified15 aptitude MCQs + 2 codingN-ary tree information propagation, Codeforces 1133/CNot reported
Round 1 (Technical)45 minCS fundamentals + coding + projectMax sum path in a binary tree, max path sum between two leaves, project deep-dive3 of 6 cleared
Round 2 (Technical, Director)Not specifiedSQL + system design + project + probability3-table SQL join, design a pizza-billing system (sizes and toppings), project deep-dives, probability1 selected (author)
Round 3 (HR)~15 minInformal conversationBackground, interests, cultural fitOffer notified ~30 min after

Round 1 included maximum-sum path questions on binary trees. A defensible preparation approach is to define what a path may include, clarify whether endpoints must be leaves, handle all-negative values, separate a downward contribution from a complete path, and explain the traversal and state. Do not attach a made-up completion-time target to the task.

The second technical round, which the author says was conducted by a director, included a three-table SQL join, pizza-billing design, project questions, and probability questions. For the SQL task, practise stating table keys, join conditions, duplicate behaviour, and missing relationships. For the design task, clarify supported sizes and toppings, represent pricing rules, validate requests, and keep calculation logic testable. These are preparation deductions from the reported prompts, not extra Slice requirements.

What a complete answer should expose

For the N-ary information task, clarify whether a person can inform one child or several children at a time, whether each transfer has the same cost, and whether child order can be chosen. Those details determine the recurrence. Draw a small hierarchy, state the scheduling rule, and trace when each subtree finishes. Do not assume a parallelism rule merely because the story uses employees.

For the binary-tree path tasks, distinguish a path that may start and end anywhere from one whose endpoints must be leaves. Decide what each recursive call returns and what can update the overall answer. Explain how the solution behaves when node values are adverse or a node has only one child. This makes the two reported prompts meaningfully different.

For the three-table join, state table keys before writing SQL. Explain whether unmatched rows should remain, whether duplicates are legitimate, and how aggregation changes the result. Run the query against a tiny hand-built example that includes a missing relationship and more than one matching row.

For pizza billing, keep price rules separate from presentation. Define how a size and topping selection is validated, how the calculation receives catalogue prices, and how a bill records the applied rule. If discounts, tax, or currency are not in the prompt, ask instead of inventing them.

Preparation derived from the reported work

Use this account to select skills, then use the current job listing to set scope. Progress should be measured by whether you can solve, explain, test, and revise a task, not by an arbitrary calendar or problem quota.

Verify eligibility and make the resume defensible

  • Read the current role or campus notice. Do not reuse the 2021 drive's CGPA rule without confirmation.
  • For every project, identify your contribution, decisions, tests, observed result, limitations, and what you would change.
  • Remove impact numbers you cannot support. A smaller truthful result is stronger than a fabricated metric.

Rehearse the reported coding concepts

  • Solve binary-tree path problems until you can explain the state returned by recursion and the state used for the global answer.
  • Solve the specific N-ary tree information-propagation problem and Codeforces 1133/C as listed in the account. Both are public problems with editorial solutions.
  • After solving, test empty, minimal, skewed, duplicate, and adverse-value cases where the problem contract allows them. State complexity from the implementation you actually wrote.

Practise SQL and small-system design

  • Practice writing actual 3-table join queries in MySQL or PostgreSQL, not pseudo-SQL on a whiteboard. Round 2 included a 3-table join, and the interviewer was a Director.
  • For pizza billing, clarify inputs and rules before choosing entities or classes. Separate catalogue data from an order, represent selected options, validate unsupported combinations, and make the calculation auditable.
  • The account says Round 2 included probability questions but does not name the subtopics. Use the current role or assessment scope to choose which probability concepts to review.

Rehearse explanation and truthful examples

  • Practise solving without an IDE because the author reports writing in a shared document. Explain assumptions and test cases before declaring the solution complete.
  • Prepare a concise account of your background, interests, and reason for the specific current role. Tie it to official role information rather than a generic company pitch.
  • Rehearse project follow-ups with someone who can challenge your personal contribution and technical trade-offs.

Common mistakes and red flags

  • Ignoring a disclosed assessment section. The historical test included 15 aptitude questions, but the source gives no cutoff or topic list.
  • Pseudo-SQL instead of executable reasoning. Round 2 reportedly asked a 3-table join. State keys and join semantics, then write syntax consistent with the chosen database.
  • Adding requirements to the design. Do not introduce distributed infrastructure, discounts, or scale unless the prompt supplies a need.
  • Vague project descriptions. Both technical rounds included project follow-ups. Explain your own architecture, data flow, tests, and trade-offs truthfully.
  • Ignoring source age. The account describes a 2021 campus process and cannot establish current eligibility or rounds.

Real-world data points

  • Reported CGPA eligibility: 7.00, all B.Tech branches, for the author's 2021 campus drive.
  • Online test structure: 15 aptitude MCQs + 2 coding questions (candidate-reported).
  • Round 1 duration: 45 minutes (candidate-reported).
  • Round 1 conversion: 3 of 6 candidates cleared (candidate-reported).
  • Round 2 conversion: 1 candidate selected, the author (candidate-reported).
  • Round 3 (HR) duration: roughly 15 minutes (candidate-reported).
  • Offer notification time: roughly 30 minutes after the final round (candidate-reported).
  • CTC: not disclosed in the source account.

FAQ

What CGPA was stated in the reported Slice SDE-1 drive?

Modabbir Tarique's account states that his 2021 campus drive used CGPA 7.00 and was open to all B.Tech branches at the resume-shortlisting stage. This is historical drive evidence, not a current Slice cutoff. Check the current notice.

How many rounds are there in the Slice SDE-1 interview process?

The candidate-reported process ran three rounds: a 45-minute technical round, a second technical round conducted by a Director, and a roughly 15-minute HR round. The offer was communicated about 30 minutes after the final round.

What coding questions were asked in the Slice SDE-1 online test?

The online test had 15 aptitude MCQs plus 2 coding questions: an N-ary tree information-propagation problem and Codeforces problem 1133/C. Both were reported in the same candidate first-person account.

What was the system design question in the Slice SDE-1 interview?

Round 2 included a system design question to design a pizza-billing system handling sizes and toppings, along with a 3-table SQL join query and probability questions, as reported in the candidate's Medium account.

Sources & credits

advertisement
Sources and review notesreviewed 16 Aug 2026
Article-specific sources
Verification window
Page last edited 16 Aug 2026 by Aditya Sharma. A review date records an editorial edit, not a guarantee that every external fact is still current.
Evidence labels

Official notices, candidate reports, offer documents, and editorial practice questions carry different confidence levels. The visible source list lets you inspect the evidence instead of relying on a blanket verification badge.

Verification policy: /editorial-standards/. Found something incorrect? Submit a correction - we respond within 48 hours.

topic cluster

More resources in Company Placement Papers

Use the category hub to browse similar questions, exam patterns, salary guides, and preparation resources related to this topic.

Open Company Placement Papers hubBrowse all articles

paid contributor programme

Sat Slice SDE this year? Share your story, earn ₹500.

First-person experience reports help future candidates prep smarter. We pay verified contributors ₹500 via UPI per accepted story with byline.

Submit your story →

ready to practice?

Take a free timed mock test

Put what you learned into practice. Our mock tests match the 2026 pattern with timer, navigator, reveal, and score breakdown. No signup.

Start free mock test →
related guides
more from PapersAdda
Interview QuestionsPine Labs SDE Trainee: Candidate Interview Account
7 min read
Interview QuestionsUpstox SDE Intern: 2023 Off-Campus Account
7 min read
Interview QuestionsInMobi 2024 SDE-1 Funnel: 120 to 5 in 4 Rounds
8 min read
Interview QuestionsAngular Coding Interview Questions 2026, 28 Q&A with Components and Signals
5 min read

Share this guide