Aricent Placement Papers: 2026 Guide for Capgemini Engineering Prep
Aricent was acquired by Capgemini in 2018 and is now Capgemini Engineering. These placement papers still apply to Capgemini Engineering R&D roles in 2026.
Aricent placement papers remain a useful preparation resource even though Aricent stopped operating as an independent company in 2018, when Capgemini completed its acquisition. The question patterns and test structure carried over. If you are targeting Capgemini Engineering for embedded systems, telecom, or networking roles, working through these papers is time well spent.
What Happened to Aricent and Why These Papers Still Apply
Aricent was an engineering and technology services company focused on telecom, semiconductors, and networking. Capgemini acquired it in 2018. In 2020, Capgemini also acquired Altran, a Paris-based engineering consultancy. The two acquisitions were then combined under a single brand: Capgemini Engineering, which launched in 2021.
When you see Aricent mentioned in campus placement calendars or on job portals today, it is either old data or a reference to Capgemini Engineering’s R&D and embedded systems unit. The hiring entity is now Capgemini Engineering. The test pattern and interview structure are largely the same.
This matters for two reasons. First, Aricent placement papers are widely circulated and represent exactly the type of technical and aptitude questions Capgemini Engineering uses in its fresher process. Second, companies in this space (engineering services focused on telecom, semiconductors, VLSI, and networking) recruit from ECE, CSE, EEE, and IT branches specifically. This is not a broad all-branch pool. If you are from one of those four branches and targeting an R&D or engineering services role, Aricent papers are the right preparation material.
The Written Test Format
The Aricent written test had four sections. Capgemini Engineering’s fresher test follows a similar structure:
| Section | Key Topics |
|---|---|
| Quantitative Ability | Percentages, profit and loss, time-speed-distance, ratios, algebra |
| Verbal Ability | Reading comprehension, sentence correction, synonyms and antonyms |
| Logical Reasoning | Coding-decoding, blood relations, syllogisms, number series |
| Technical Ability | Networking fundamentals, OS concepts, programming output prediction |
The test is not divided by strict per-section timers in most documented drives. Both speed and accuracy matter: the quant section in particular penalises students who attempt every question without checking, because an incorrect answer on a chained-ratio problem compounds into wasted time.
Section by Section: Sample Questions and Verified Answers
Quantitative Ability
Expect problems on percentages, ratios, and profit-loss chains. Here is a representative question with a full derivation:
- Question: The selling price of 13 guavas equals the cost price of 26 pineapples. The selling price of 16 pineapples equals the cost price of 12 guavas. If the profit on selling a pineapple is 20%, what is the profit percentage on selling a guava?
- Let SP(g) = selling price of one guava, CP(g) = cost price of one guava, and the same notation for pineapple.
- From the first condition: SP(g) times 13 = CP(p) times 26, so SP(g) = 2 times CP(p).
- From the second condition: SP(p) times 16 = CP(g) times 12, so SP(p) = (3/4) times CP(g).
- Profit on pineapple is 20%, so SP(p) = 1.2 times CP(p).
- Substituting: 1.2 times CP(p) = (3/4) times CP(g), giving CP(p) = (5/8) times CP(g).
- Therefore SP(g) = 2 times (5/8) times CP(g) = (5/4) times CP(g).
- Profit on guava = (SP(g) minus CP(g)) divided by CP(g) = (5/4 minus 1) = 1/4 = 25%.
- Answer: 25%
This style of chained ratio problem appears frequently in the quant section. Practice setting up the equations from word problems before reaching for shortcuts. The algebra is faster than approximation here.
Other common quant topics: time-speed-distance with relative motion (trains, boats), compound interest, and work-rate problems. None of these are unusual for engineering campus tests; the difficulty sits at a moderate level.
Verbal Ability
Reading comprehension passages in the Aricent test were short, typically 3 to 5 sentences, with one direct inference question per passage. Sentence correction questions tested subject-verb agreement and misplaced modifiers. Vocabulary questions used near-synonyms rather than obscure words.
Preparation approach: read 2 to 3 short editorial passages per day and practise identifying the central claim in one sentence. That trains the inference skill the test measures and also improves sentence correction instincts since most errors come from overly complex sentences.
Logical Reasoning
Coding-decoding was a consistent topic. Here is a verified example:
- Question: If DELHI is coded as 73541 and CALCUTTA is coded as 82589662, what is the code for CALICUT?
- Mapping from DELHI: D=7, E=3, L=5, H=4, I=1.
- Mapping from CALCUTTA: C=8, A=2, L=5, U=9, T=6.
- CALICUT = C(8), A(2), L(5), I(1), C(8), U(9), T(6).
- Answer: 8251896
Expect blood relations, syllogisms, and number series alongside coding-decoding. The logical section typically runs 20 to 25 questions. Accuracy matters more than speed here: eliminate wrong options systematically rather than guessing.
Technical Ability
The technical section is multiple-choice, not a coding round. It tests conceptual clarity across three areas:
- Operating systems: process vs. thread distinctions, CPU scheduling algorithms (FCFS, SJF, Round Robin), virtual memory and paging, swap space (used to hold process data that does not fit in active RAM)
- Networking: OSI model layers and their functions, TCP vs. UDP, IP addressing basics, MAC addresses
- Programming fundamentals: pointer arithmetic in C, basic OOP concepts (inheritance, polymorphism, encapsulation), output-prediction questions in C or Java
Students from ECE and EEE branches who have not taken a formal OS course often find this section harder than quant. Spend at least one week on OS and networking concepts separately before attempting mock tests.
Technical and HR Interview Rounds
Students who clear the written test move to a Technical Interview. Standard questions include:
- Explain the difference between C++ and Java (focus on memory management, specifically garbage collection vs. manual allocation, and how this affects embedded use cases)
- Von Neumann vs. Harvard architecture (directly relevant because Aricent’s work involved embedded processors)
- Write a program to remove spaces from a string, or check if a string is a palindrome
- Explain the role of a linker and loader in the compilation process
- Walk through your final-year project: what problem it solved, your specific contribution, and what you would change with more time
The interviewer typically starts with two or three standard technical questions and then moves to the project. Students who cannot clearly explain their own project do not pass this round regardless of performance on the standard questions. Have a one-sentence summary, a one-minute explanation, and a five-minute deep-dive ready. The interviewer decides which depth they want.
The HR Interview is the final stage. Common questions:
- Tell me about yourself (keep to 90 seconds: background, degree, one project, what you are looking for)
- Why engineering services, and why Capgemini Engineering specifically
- Where do you see yourself in five years
- Describe a time you handled a technical problem under time pressure
Answer HR questions with specifics: dates, the role you played, the outcome. Vague answers do not differentiate candidates in an HR round where the interviewer is meeting 15 to 20 students in a day.
Preparation Approach
A structured four-week plan for the written test:
- Week 1: Quant foundations — percentages, profit-loss, time-speed-distance. Solve 30 problems per day, checking every answer, not just the wrong ones.
- Week 2: Logical reasoning — coding-decoding, blood relations, syllogisms, series. Focus on accuracy in the first half of the week, then build speed in the second half.
- Week 3: Technical ability — OS and networking concepts. Use a standard OS textbook for scheduling and memory management; supplement with networking layer summaries. Practice output-prediction questions in C.
- Week 4: Full-length mock tests under timed conditions. Identify your slowest section and allocate the final three days specifically to it.
For the technical interview, prepare parallel to the written test. The Cisco placement paper pattern and the Texas Instruments test structure both lean on networking and embedded systems fundamentals. Students targeting Capgemini Engineering often use all three sets of papers in rotation, since the question style overlaps considerably.
Beyond Aptitude: Showing You Can Build
The Aricent profile, and by extension Capgemini Engineering’s R&D intake, has always been engineering-heavy. Clearing the quant and logical sections gets you to the technical interview. What separates the shortlist from the rest is often one concrete thing you have built, something the interviewer can ask about beyond the standard project submission.
TinkerLLM is where you build that project without the setup overhead. For Rs. 299, you get real LLM API calls, guided build prompts, and a structure that produces a deployable mini-application you can put on your GitHub before the next Capgemini Engineering drive. When the technical interviewer asks “what have you actually built and shipped?”, having a live API-connected project answers that in a way a final-year lab report cannot.
Primary sources
Frequently asked questions
Is Aricent still hiring freshers in 2026?
Aricent no longer exists as a standalone company. It was acquired by Capgemini in 2018 and is now part of Capgemini Engineering. Fresher hiring for the work Aricent used to do now happens through Capgemini Engineering's campus drive process.
What sections are in the Aricent placement written test?
The Aricent written test had four sections: Quantitative Ability, Verbal Ability, Logical Reasoning, and Technical Ability. Capgemini Engineering's fresher test follows a similar four-section structure.
What is the difficulty level of the Aricent aptitude section?
The quantitative and logical sections were moderate to difficult, comparable to CoCubes or AMCAT level. Percentage problems, time-speed-distance questions, and coding-decoding were common.
Can ECE and EEE students apply for Capgemini Engineering roles?
Yes. Aricent historically recruited ECE, EEE, CSE, and IT branches for embedded systems, telecom, and VLSI roles. Capgemini Engineering continues to take students from these branches for R&D and engineering services positions.
What topics should I focus on for the technical interview?
Prioritise data structures (arrays, linked lists, trees), operating system concepts (memory management, scheduling, processes versus threads), networking basics (OSI model, TCP vs UDP), and be ready to walk through your final-year project in detail.
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)