iNautix Recruitment Process 2026: Test Pattern & Overview
iNautix Technologies (BNY Mellon) campus hiring: 4-round process, online test sections, technical interview topics, and preparation strategy for freshers.
iNautix Technologies, a BNY Mellon subsidiary headquartered in Chennai, runs a four-round campus hiring process: an online aptitude-and-technical test, a technical interview, an HR discussion, and offer onboarding.
The company is not a mass-hirer on the scale of TCS or Infosys. It recruits selectively from engineering campuses, primarily targeting CSE and IT graduates interested in financial services technology. Understanding the company’s context alongside the test structure leads to more targeted preparation.
About iNautix Technologies
iNautix is BNY Mellon’s India-based technology subsidiary. BNY Mellon is one of the world’s largest custody banks and investment services firms, managing financial infrastructure for institutional asset managers, pension funds, and financial intermediaries across global markets.
The India entity builds and maintains the technology platforms that support BNY Mellon’s core operations: custody and clearing systems, investment data platforms, risk management infrastructure, and digital banking tools. Engineers at iNautix work on data pipelines, financial messaging systems, and enterprise applications at scale.
For a fresher, that context matters. The work sits closer to data-intensive systems engineering than to typical IT services delivery. The technical interview reflects that: it probes how well a candidate reasons about algorithms and data structures under practical constraints, not just whether they can recite syntax.
iNautix primarily hires from campuses in Chennai and other South Indian cities, though the drive calendar can include colleges from other regions. The Chennai headquarters is the primary engineering centre for India-based hiring.
Eligibility and Application
Campus drives for iNautix Technologies are conducted selectively across engineering institutions. The eligibility profile from documented drives looks like this:
| Criterion | Typical Requirement |
|---|---|
| Eligible branches | CSE, IT, ECE, MCA, M.Tech |
| Minimum academic aggregate | 60% or above throughout (10th, 12th, graduation) |
| Active backlogs | Not permitted at time of application |
| Graduation year | Final-year students (varies by drive cycle) |
Applications for campus drives go through your college placement cell. Off-campus candidates can check open positions on the BNY Mellon careers page, filtering for India-based technology roles under the relevant business unit. Campus drives are the primary hiring channel for freshers; off-campus routes are secondary.
A note on the academic cutoff: the criterion applies to each stage individually (10th, 12th, and graduation separately), not just to the final UG aggregate. Strong aggregate with a weak 10th or 12th score can still disqualify a candidate in some drives. Check the specific criteria in your placement cell’s drive notification.
Recruitment Process Overview
The iNautix campus process moves through four stages in sequence:
| Round | Type | What it gates |
|---|---|---|
| 1 | Online aptitude and technical test | Reasoning speed, quantitative accuracy, programming fundamentals |
| 2 | Technical interview | DSA depth, language fluency, database understanding |
| 3 | HR interview | Communication, cultural fit, career intent |
| 4 | Offer and onboarding | Role confirmation, compensation, joining formalities |
The online test is often administered in advance of the campus day, or on the morning of the drive. Candidates who clear the online cutoff proceed to technical and HR interviews, typically completed within the same campus day.
The process is similar in structure to what analytics-oriented firms like ZS Associates run, with a comparably rigorous technical screening. The key difference: iNautix weights data structures more heavily than business case analysis, reflecting the engineering-first nature of the role.
Online Test: Section Breakdown
The online test covers four sections. Each tests a distinct skill:
| Section | Topic areas |
|---|---|
| Quantitative Aptitude | Number series, probability, time-speed-distance, data interpretation, ratios, percentages, profit and loss |
| Logical Reasoning | Puzzles, coding-decoding, seating arrangement, blood relations, direction sense, analogies |
| Verbal Ability | Sentence correction, reading comprehension, synonyms and antonyms, para-jumbles, sentence completion |
| Technical MCQs | Basic programming concepts, arrays, linked lists, stacks, queues, sorting algorithms, time complexity basics |
Quantitative Aptitude
Number series and data interpretation carry higher difficulty weight in a financial technology context. Time-speed-distance and ratio problems are standard across campus tests. Practise without a calculator: the test is timed and mental calculation speed is what separates candidates at this stage.
Data interpretation questions in fintech-adjacent tests often use simple tables or bar charts with financial data. The data format is different from the math; focus on reading the table correctly before computing.
Logical Reasoning
Seating arrangement and coding-decoding questions tend to be time-consuming relative to their marks. If you find reasoning slower than quant, attempt the shorter question types first (blood relations, direction sense, analogies) and return to arrangement problems with remaining time.
Verbal Ability
Reading comprehension passages sometimes draw from financial or business texts at fintech companies. The questions test inference and argument structure, not domain vocabulary. Do not slow down because you encounter unfamiliar financial terms in the passage; focus on what the passage explicitly states.
Sentence correction questions typically test subject-verb agreement, tense consistency, and idiomatic usage. A daily 20-minute reading session with editorial content builds this skill better than rote grammar rules.
Technical MCQs
Output prediction and algorithm selection are the dominant question types. Know the time complexity of standard operations for arrays, linked lists, stacks, queues, and binary trees. C and C++ pointer questions appear regularly. Basic sorting algorithm knowledge (bubble, selection, insertion, merge, quick) is tested at the conceptual level, not implementation from scratch.
For a section-wise breakdown with solved examples of how campus placement evaluation tests are structured more broadly, the FACE Prep campus placement evaluation test guide covers the full three-section model used across most campus recruiters.
Technical Interview: What Gets Tested
The technical interview is where depth is actually measured. Two areas dominate the conversation:
Data Structures and Algorithms
Interviewers typically ask candidates to implement or trace through:
- Linked list operations: reverse a list, detect a cycle, merge two sorted lists
- Binary tree traversal: in-order, pre-order, post-order, and level-order
- Sorting: explain the difference between merge sort and quick sort, and when you would choose one over the other
- Stack and queue applications: balanced parentheses check, BFS and DFS sketches
The problems are not necessarily difficult. The interviewer is checking whether you can implement cleanly, reason about time and space complexity, and explain your approach in plain language. Walk through your logic before writing code.
Database Management
SQL questions at this stage cover:
- SELECT with WHERE, GROUP BY, HAVING, and ORDER BY
- Joins: inner, left, right, and the semantic difference between them
- Normalization: 1NF, 2NF, 3NF and when practical systems deliberately denormalize
- Indexing: what an index does, when it speeds up reads, and what it costs on writes
A multi-table join query written from scratch is a common task. Practise writing these without looking up syntax; the interviewer is watching whether you can construct the query conceptually.
Programming Language Depth
Pick one language from C, C++, Java, or Python and know it at a level where you can:
- Trace through pointer arithmetic (C/C++) or reference semantics (Java/Python)
- Explain memory allocation and object lifetime
- Implement a linked list or binary tree from scratch without library support
Spreading preparation across all four languages is less effective than deep fluency in one. The interviewer will follow your stated language preference.
Preparation Strategy
Given the four-section online test and a DSA-weighted technical interview, a structured sequence matters more than raw total hours.
A three-week preparation model:
- Week 1: Cover all Quantitative Aptitude and Logical Reasoning topics. Work from timed practice sets. For a curated list of resources organised by section type and difficulty, the FACE Prep best books for placement preparation guide is a good starting reference.
- Week 2: Verbal Ability revision (one 30-minute session per day) alongside Technical MCQ work on data structures and complexity. Solve one DSA problem per day to build the muscle for the technical interview.
- Week 3: Full mock tests under timed conditions. Review wrong answers the same day. Do not let the review step slip to the next day; pattern recognition from errors compounds fastest when the session is fresh.
Two common mistakes to avoid: spending disproportionate time on topics you already know, and skipping Verbal Ability entirely because it feels softer. Verbal cutoffs eliminate a significant fraction of candidates in competitive drives. Treat it as a separate section with its own preparation track, not an afterthought.
Closing
iNautix’s technical work sits at the intersection of financial algorithms, large-scale data systems, and enterprise software. The technical interview probes algorithmic reasoning and data-structure fluency, which are skills that carry directly into data engineering and AI-assisted analytics work as that domain grows.
If the data-systems side of financial technology interests you and you want to explore what building with modern AI tools looks like before your placement season ends, TinkerLLM is an entry point at ₹499: a hands-on LLM sandbox that develops the same reasoning about data pipelines and structured problem-solving that iNautix’s technical interview is ultimately testing.
Primary sources
Frequently asked questions
Is iNautix Technologies still hiring freshers from campus?
iNautix Technologies, operating as BNY Mellon's India technology arm, conducts campus drives selectively. Check the BNY Mellon careers page and verify current drives with your college placement cell — the schedule and eligibility criteria vary by academic year.
What sections are in the iNautix online aptitude test?
The iNautix online test covers four sections: Quantitative Aptitude (number series, probability, time-speed-distance, data interpretation), Logical Reasoning (puzzles, coding-decoding, seating arrangement), Verbal Ability (sentence correction, reading comprehension, synonyms and antonyms), and Technical MCQs on programming concepts, data structures, and algorithms.
What programming languages are tested in the iNautix technical interview?
The technical interview covers C, C++, Java, and Python. The interviewer typically asks output-prediction questions and implementation logic for data structures in the candidate's preferred language. Pick one language you know well and be ready to trace through code line by line.
Does the iNautix online test have negative marking?
The test instructions, disclosed at the start of the session, state whether negative marking applies. There is no blanket published policy. Read the instructions carefully before starting and calibrate your answering strategy — skip rather than guess when the penalty applies.
What percentage does iNautix require for campus placements?
The typical threshold cited in campus recruitment notifications for BNY Mellon-affiliated entities in India is 60% or above throughout academics, with no active backlogs at the time of application. Confirm the exact requirement with your placement officer for the current drive cycle.
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 (₹499)