Company Corner

Sopra Steria Recruitment Process for Freshers: 2026 Guide

Three-round selection for CSE/IT freshers: online test, technical interview, HR. Eligibility criteria, test pattern, topics, and prep strategy for the 2026 drive.

By FACE Prep Team 5 min read
sopra-steria recruitment-process online-test-pattern placement-prep engineer-trainee aptitude-test company-corner

Sopra Steria runs a three-round selection process for Engineer Trainee freshers in India: an online assessment, a technical interview, and an HR round.

All three stages are eliminatory. A candidate who does not clear one round does not proceed to the next, regardless of performance in other sections.

This article reflects data verified from Sopra Steria’s official career listings (2025 batch drive) and AmbitionBox salary submissions. The slug carries “2019” from the legacy article; the process and figures below are current as of 2026.

About Sopra Steria

Sopra Steria is a European IT services and consulting firm, formed in 2014 through the merger of Sopra Group and Steria.

As of 2024, the company employs approximately 50,000 people across nearly 30 countries and reported revenues of €5.8 billion, per its official careers listing. Its core service lines are IT consulting, systems integration, digital transformation, cloud services, and cybersecurity.

In India, Sopra Steria operates primarily from Noida and Chennai. These are the two standard joining locations for fresh Engineer Trainees.

Fresher hiring targets B.Tech/B.E. graduates from CSE and IT branches. Off-campus drives for the 2025 batch were active in early 2026, with target joining dates in Q2 2026.

Eligibility and Salary

Before applying or attending a campus drive, confirm all criteria are met. Missing any single one disqualifies the application.

CriterionRequirement
Eligible branchesB.E./B.Tech in CSE or IT
Class X70% or above
Class XII70% or above
Graduation60% or above, across all semesters and all subjects
Active backlogsNone permitted at time of application
Academic gapMaximum 2 years

Criteria source: Sopra Steria official careers listing, 2025 batch.

Salary and Service Agreement

Two figures that freshers regularly confuse:

  • CTC range (fresher): ₹5.4 to ₹6.0 LPA, per AmbitionBox (100-plus employee profiles, 2026 data)
  • Service bond: 3-year commitment; leaving before completing 3 years incurs a ₹1.5 lakh penalty per the Sopra Steria careers listing

The bond figure is a penalty for leaving before the 3-year term, not a deduction from monthly pay. Take-home salary is calculated on the CTC range in the list above.

The Three Selection Rounds

RoundFormatFocus areas
1Online Assessment (Technical + Aptitude)Code output prediction, DSA, DBMS, logical reasoning, flowchart tracing
2Technical InterviewProjects, core CS subjects, OOP, basic algorithm reasoning
3HR / Final InterviewMotivation, communication, service agreement acceptance

Each round is scored independently and the cutoff is set by the hiring team for that drive. There is no merit waitlist: clearing the cutoff advances you; not clearing it ends the application.

Some earlier Sopra Steria drives included a Group Discussion (GD) round after the online assessment, covering current affairs and technology topics. Current job postings for the 2025 batch do not list GD as a mandatory step. On-campus drives at specific colleges may still include it, depending on the tie-up terms.

Online Assessment: Sections and Topics

The online assessment is split into two scored sections, both multiple-choice with no partial credit. Candidates work through both sections within the same timed sitting.

Technical Section

The technical section tests programming knowledge through output-prediction questions, not code-writing. Given a code snippet, the candidate picks what the program prints or returns.

Topics covered:

  • C / C++ / Java output questions: tricky pointer behavior, operator precedence, pre/post increment in complex expressions, scope rules
  • Data Structures: stacks, queues, linked lists, binary trees — insertion, deletion, and traversal logic
  • DBMS: types of joins (inner, left, right, full outer), primary and foreign keys, basic SQL queries, normalization concepts

Candidates who score well in this section report spending the most prep time on C output questions. The DSA and DBMS portions are relatively straightforward compared to the language-specific edge cases in C.

Aptitude Section

The aptitude section is logic-first, lighter on quant than tests like TCS NQT. Two question types dominate:

  • Logical reasoning: series completion, number and letter analogies, arrangements, coding-decoding
  • Flowchart-based problems: trace through a given flowchart step by step to determine the output for a given input

The flowchart questions are where candidates lose the most time under exam conditions. They are not inherently difficult, but they require careful step-by-step reading rather than formula recall. The same analytical discipline that solves flowchart problems applies to cryptarithmetic and constraint-based logical reasoning: both reward systematic tracing over pattern-matching speed.

Technical and HR Interviews

Technical Interview

The technical interview at Sopra Steria is resume-led. The interviewer typically opens with a request to walk through the final-year project, then asks questions about the underlying concepts.

Common question areas:

  • Object-oriented concepts: inheritance, polymorphism, encapsulation, abstraction with code-level examples
  • C++ and Java specifics: constructors, virtual functions, interfaces, collections framework
  • SQL and DBMS: normalization (1NF, 2NF, 3NF), transaction management, ACID properties
  • Sorting and searching algorithms: time and space complexity of bubble sort, merge sort, binary search
  • Pseudocode problems: trace or write out logic for a small problem (not necessarily compilable code)

The bar is not depth of theory but clarity of understanding. Candidates at Tier-2 and Tier-3 colleges who can clearly explain one project they genuinely built routinely outperform those who list more complex-sounding work they cannot articulate.

Cadence’s interview process follows a similar pattern of fundamentals plus project discussion. The preparation approach transfers well between the two companies.

HR Interview

Common questions in this round:

  • “Tell me about yourself.”
  • “Why Sopra Steria?”
  • “Are you comfortable with shift timings?”
  • “Are you comfortable with the 3-year service agreement?”
  • “What is one strength and one area you are working on?”
  • “Do you have questions for us?”

The shift timing and service agreement questions are standard for IT services firms. Answering clearly and without hesitation that you have read the agreement and accept the terms closes this round. Uncertainty about the bond terms reads as unpreparedness, not as thoughtful deliberation.

Preparation Approach

Four weeks is enough to prepare for all three rounds, given focused daily sessions.

Weeks 1–2: Core Technical Topics

  • Work through C output questions systematically: pointer arithmetic, bitwise operators, pre/post increment in complex expressions, implicit type conversions
  • Build DSA fundamentals: implement stack, queue, linked list, and binary tree operations from scratch in any language
  • Revise DBMS: write joins from memory, explain normal forms without notes, define ACID properties in plain language

The goal for weeks 1 and 2 is to make the technical MCQ section automatic. Output questions that take 3 minutes when unprepared should take under 90 seconds after a week of focused drill.

Weeks 3–4: Aptitude Practice and Interview Prep

  • Practice flowchart tracing: work through at least 20 flowcharts under timed conditions; the format is unfamiliar the first time and manageable the tenth
  • Run at least 4 full mock tests with no phone and no reference material, timed to the actual duration
  • Revise OOP and SQL specifically for the technical interview, not just the online test — these appear in both
  • Prepare a 2-minute project explanation covering: what the project does, the tech stack, your specific contribution, and one challenge you solved

The D.E. Shaw recruitment process involves a considerably more demanding technical test. Preparing to the level that D.E. Shaw requires puts Sopra Steria’s assessment well within reach.

The flowchart-tracing skill tested in the aptitude section (following logic step by step through a decision tree) is exactly what building with LLM APIs asks of you when tracing how a prompt routes through retrieval, reasoning, and output steps. For engineers who want to build on top of that technical foundation with AI application projects, TinkerLLM is the entry point at ₹299.

Primary sources

Frequently asked questions

What is the Sopra Steria fresher salary in India?

Sopra Steria Engineer Trainee roles pay ₹5.4 to ₹6.0 LPA for freshers in India, per AmbitionBox data from 100-plus employee profiles. The service agreement (₹1.5 lakh if you exit before 3 years) is a bond penalty for early exit, not a deduction from monthly salary.

How many rounds are there in the Sopra Steria selection process?

Three rounds, each eliminatory: an online assessment (technical plus aptitude), a technical interview, and an HR/final interview. Candidates who do not clear one round do not proceed to the next.

What is the Sopra Steria service bond?

Sopra Steria requires a 3-year commitment. Leaving before completing 3 years means paying ₹1.5 lakh as a penalty fee. This is a bond amount stated in the service agreement, separate from your monthly CTC.

What percentage is required for the Sopra Steria selection process?

At least 70% in Class X and Class XII, and at least 60% in graduation across all semesters. No active backlogs are allowed at the time of application. The maximum permitted academic gap is 2 years.

Does Sopra Steria hire from Tier-2 and Tier-3 colleges?

Yes. Sopra Steria's off-campus and on-campus drives are open to any CSE or IT graduate meeting the academic cutoffs. The eligibility filter is percentage-based and branch-based, not institution-based.

What programming topics are tested in the Sopra Steria online assessment?

The technical section covers C, C++, and Java, mostly output-prediction questions. DSA fundamentals (stacks, queues, linked lists, trees) and DBMS basics (joins, keys, SQL queries) are also included. The aptitude section focuses on logical reasoning and flowchart-tracing problems.

Build AI projects

A self-paced playground for building with LLMs.

TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.

Try TinkerLLM (₹299 launch)
Free AI Roadmap PDF