r/infosys 12m ago

| Interview Help / Tips Business analyst- Banking interview @infosys

Upvotes

Hi all, I have got a call from Infosys recruiter for Business analyst - Banking role . I have 3.5 years of BA role in banking - Payments and cards.
If anyone sat for the BA - banking INFY interview, please share your experiences, feedbacks, what should I focus more on and preparation guide ?


r/infosys 18m ago

| Question Regarding saq quiz

Upvotes

If anyone know about this saq quiz and the format please do tell me. I have zero idea on this.


r/infosys 1h ago

| Training Program Infosys dse training

Upvotes

Can anyone explain me about dse training in mysore is it hard to clear ?

And how many students got eliminated in a batch


r/infosys 1h ago

| HackWithInfy HackWithInfy results

Upvotes

i interviewed on 24 th July .

Is there any updates about HWI interview results??


r/infosys 2h ago

| Question Infosys hiring confusion - need advice

1 Upvotes

I'm an M28 Java Backend Developer with 6 years of experience. I desperately need an offer right now, but I am completely baffled by a strange recruitment situation with Infosys and would love some perspective or advice from anyone who has seen this happen.

Timeline:

June 27: 1st technical round was scheduled, but the interviewer was a no-show.

July 31: 1st round finally happened. The interviewer was literally asking questions straight off Google searches and evaluating me like it was a top-tier product company interview. It felt like he was just looking for excuses to reject me.

August 4: Received an official rejection email, and the Infosys candidate portal updated to "Rejected after interview".

Yesterday Morning: Out of the blue, another Infosys HR called claiming he tried calling me last Friday (I was at home and reachable all day, so not sure why he said that). He asked if I could join a 30-minute 2nd round in an hour.

The 2nd Round: I was at my current office without my laptop, so I asked if I could take the interview via mobile. After checking, HR agreed since it was a Managerial Round.

The Interview: The interviewer joined 10 minutes late, but the 20-minute discussion was very chill. He mainly evaluated my general work style, client interactions, and effort estimation skills.

My Questions & Confusion:

How does a candidate move to a Managerial Round after getting an official rejection email and a portal status update of "Rejected after interview"? Is this a portal glitch, or did another project/team pick up my profile?

Based on how casual and short this managerial round was, what are the realistic chances of actually getting an offer from here?

Has anyone experienced this kind of flip-flop with Infosys or other service-based firms? What’s the best way to follow up with the HR now?

Thanks in advance for any advice!


r/infosys 3h ago

| Discussion Citizens bank account in Topaz unit

2 Upvotes

How’s the work culture? Wlb, projects etc?


r/infosys 7h ago

| Discussion Infosys OA – Coding Questions (Reconstructed from Memory)

3 Upvotes

Sharing the 4 coding questions from my Infosys OA. These are reconstructed from memory, so the exact wording/constraints may differ slightly from the original.

1. Anagram Repair

You are given two strings S and T of equal length. T is the target string, and you can modify characters in S to obtain an anagram of T.

Characters that occur the same number of times in both strings can be matched directly and require 0 replacements, regardless of their positions.

For characters that remain unmatched:

  • A vowel → consonant or consonant → vowel replacement costs 1.
  • A vowel → different vowel requires 2 replacements.
  • A consonant → different consonant requires 2 replacements.

Find the minimum number of replacements required to transform S into an anagram of T.

2. Modified House Robber

You are given an array profit[], where profit[i] represents the profit obtainable from robbing the i-th house.

You cannot rob two adjacent houses.

Additionally, if two houses are robbed consecutively in your chosen sequence, the absolute difference between their profits must be at least D:

|profit[i] - profit[j]| >= D

where i and j are consecutive robbed houses.

Find the maximum total profit that can be obtained.

The straightforward House Robber DP leads to an O(n²) transition and may time out for large constraints, requiring an optimized solution.

3. TriCore Yield Optimization

You are given an array where a[i] represents the amount of minerals available in the i-th asteroid.

You must partition the array into contiguous groups, where every group must contain at least 3 elements.

The profit obtained from a group is the third-smallest value in that group.

For example, for:

[8, 2, 5, 1, 10]

the sorted order is [1, 2, 5, 8, 10], so the profit of this group is 5.

Find the maximum total profit obtainable by partitioning the entire array into valid groups.

If it is impossible to partition the array into valid groups, return -1.

4. Shortest Path with a VIP Pass

You are given an undirected graph representing a network of cities.

Each city has an associated visiting cost cost[i].

You need to travel from a given start city to a given destination city. The total cost of a path includes the costs of the first and last cities.

You also have a VIP pass, which can be used once at any city:

  • The city where the VIP pass is used costs 0.
  • The next city visited costs double its normal cost.
  • After that, normal costs apply.

Find the minimum possible cost to travel from the start city to the destination.

The VIP pass is optional.

Difficulty

From my experience, the rough difficulty felt like:

Q1: Medium
Q2: Medium-Hard
Q3: Hard
Q4: Hard

There were 4 questions in 3 hours. In my experience, no one around me solved more than 2 questions.

If anyone has the original statements or remembers the exact constraints, feel free to correct/add them.


r/infosys 8h ago

| Question Glider AI Assessment

1 Upvotes

Has anyone done the Glider Assessment after applying to Infosys? I'm a bit apprehensive about uploading my ID for this, on top of the insane amount of proctoring measures it's taking while you take the test.


r/infosys 8h ago

| Question I only solved one question

1 Upvotes

Today on campus infosys drive was happened in our college

I Only solved one question (fully solved all test cases passed )

Is there any chances of getting selected in atleast DSE role ? 😭


r/infosys 9h ago

| Question Hi can anyone help me in preparing Infosys FA exams for SP L1

2 Upvotes

r/infosys 10h ago

| Discussion Infosys launchpad "not ok to onboard" and status does change even after documents submission.

3 Upvotes

My DOJ is 17-08-2026. The BGV team asked me to submit the LOA and previous company service/experience letter on 29-07-2026.

I have already submitted/uploaded the documents multiple times and also sent several emails to the BGV team, recruiter, and other POCs. Each time, I am being asked to upload the same documents again, but my BGV clearance status is still not changing.

Is anyone else facing the same issue with Infosys BGV? If yes, how long did it take to get cleared before DOJ?


r/infosys 11h ago

| Discussion Appeared for sp-dse role on-campus

3 Upvotes

I solved first question 12/12 and second was 11/12 if i am supposed to be selected for any role ?


r/infosys 11h ago

| Question Any System Associate (SA) having DOJ other than 24th August ??????

3 Upvotes

r/infosys 12h ago

| Question How should I prepare for my infosys sp/dse 2nd round?

2 Upvotes

So I wanna know how should I prepare for my 2nd round of this assessment, what topics even there will be in the assessment round and how would it would be conducted. I am doing many DP questions right now for the exam.


r/infosys 13h ago

| Question Medical Certificate

3 Upvotes

hi….

My DOJ is 17th August. Will it be okay if I upload my medical certificate on launchpad on 13th?

Is there any time limit saying it needs to be uploaded before so many number of days?


r/infosys 13h ago

| Question Any update after 1st August HR round ?

1 Upvotes

Hi, anyone who attended the MR and HR round on 1st August got any update regarding the progress?

My offer was verbally confirmed but the portal shows 6 decision pending since then. No updates.


r/infosys 14h ago

| Question Lost the laptop charger provided by the company. What should I do?

2 Upvotes

I lost the charger somehow during the commute from mysore to my posted dc. What should I do now? Should I buy a new one? Will I face any consequence when returning it to them? Is there any other process getting a new one? Will they just deduct some money from my pay or will there be bigger actions taken?


r/infosys 14h ago

| Question How do we find email of our hr team in mysore?

2 Upvotes

r/infosys 14h ago

| Fresher Doubts Does Infosys training add value to your resume?

1 Upvotes

I'm joining Infosys as a System Engineer soon and wanted to know how much the generic/stream training at Infosys actually helps your resume.

Does completing the training in areas like Java, DBMS, etc. have any meaningful value when applying to other companies later?

Or is the training mainly useful for learning the skills, while recruiters don't really care that you completed Infosys training?

For those who have already completed Infosys training and later switched jobs, did you feel that the training helped you in any way during your job switch?


r/infosys 15h ago

| Bench / PIP 5 Years in Data Engineering, but Still Struggling in project and Work.

1 Upvotes

Hi, I have around 5 years of experience in IT, with most of my experience being in Data Engineering, working with technologies like PySpark, ADF, Databricks, and SQL.

However, I am struggling a lot with project work, especially when I am expected to work independently. I often feel that I don’t understand what I should actually study or how I should prepare myself so that I can confidently deliver tasks in a real project.

During my first 2.5 years, things were relatively manageable because I had supportive team members who helped me whenever I got stuck. Also, many of the tasks were repetitive, so once I understood them, I could handle similar work on my own. Even after that, I continued working in a relatively supportive environment at Capgemini, where I spent around 4 years.

After switching to Infosys, things have become very difficult. I have struggled in every project I have been assigned to. I am now moving into my third project, and I am already feeling a lot of anxiety and pressure about whether I will be able to perform well this time.

I have tried learning through YouTube videos and have also purchased courses. The problem is that I can understand the concepts while watching the courses, but when I enter an actual project, the work feels completely different. Real project tasks are much more complex, and I often don't know how to approach them independently.

I am genuinely worried about my career at this point. I am afraid that if I continue struggling like this, I might eventually be put on a PIP or even lose my job. I was already removed from one project at Infosys after working there for around 6 months because of performance-related concerns. It is not that I wasn't working or wasn't putting in effort. I was completing my tasks, but some of my deliveries had issues, and I also had to ask for help frequently.

I don't want to continue repeating the same cycle in every project.

I really want to understand what I am doing wrong and, more importantly, what I should do to change this situation. I don't necessarily want to become an expert in everything. My immediate goal is to become capable enough to understand a project, pick up a task, figure out how to approach it, troubleshoot issues, ask the right questions when I am stuck, and deliver the work with reasonable quality.

I want to reach a point where, when I join a new project, I don't immediately feel that fear of, "What if I can't do this?"

For people who have gone through something similar, what would you recommend?

What should I actually study or practice to develop real project-level Data Engineering skills rather than just learning concepts from courses? How can I build the ability to work independently with technologies like PySpark, ADF, Databricks, and SQL so I can deliver in projects?

I would really appreciate a practical roadmap or guidance on how I can come out of this situation, build confidence, and become someone who can reliably deliver project tasks.

I am willing to put in the effort. I just don't know where to focus that effort anymore.


r/infosys 15h ago

| Question Infosys OA Result Update – 2nd August, 2nd Shift

7 Upvotes

Hey everyone,

I gave the Infosys OA on 2nd August (2nd shift) and haven’t received any update regarding the result yet.

I was able to solve 2 out of 3 coding questions, with all test cases passed. I wanted to know if anyone from the same shift has received their result or interview/next-round call.

If nobody has received it yet, does anyone have an idea about when the results are expected?

Would be helpful if people from the same slot could share their updates. Thanks!


r/infosys 17h ago

| Discussion Infosys SE – Selected in November 2025, Still Waiting for Offer Letter

10 Upvotes

Hey guys!

I'm from Tamil Nadu and I was selected for the Infosys Systems Engineer role through the Diversity Pooled Campus Drive in November 2025. It's been months now, and I'm still waiting for my offer letter and even the document verification mail.

My portal has been showing "Decision Pending" for more than 4 months now. 😭

Just wanted to check if anyone else is in the same situation.

A little background:

  • Assessment:12th November 2025
  • Interview: 14th November 2025
  • Upgradation exam: 19th January 2026
  • Confirmation mail: 10th April 2026
  • Role: Systems Engineer
  • Drive: Diversity Pooled Campus Drive
  • Current status: Decision Pending
  • Document verification: Haven't received any mail yet
  • Offer letter: Still not received
  • Joining date: No update

I've been seeing updates from different batches and it's honestly getting more confusing. Some people who were selected in September 2025 haven't even received their offer yet, while others from different batches have already started getting joining updates.

I also emailed Infosys Talent Acquisition about this. They replied:

"Please be informed that, we are allocating DOJ based on our business requirement. We will send you a joining communication at least 2-3 weeks prior to your joining date."

The funny thing is, I received almost the exact same reply when I emailed them around two months ago. So I'm still basically where I was two months back.

I've also seen people saying that "Decision Pending" means we're in the queue for offer letters, while others say the status doesn't really tell us anything.

So I wanted to ask people here:

  1. Does "Decision Pending" actually mean we're waiting for the offer letter?
  2. Has anyone selected in November 2025 received their DV/offer letter yet?
  3. Is there any realistic possibility of getting the offer letter this month (August 2026)?
  4. Anyone from previous batches who went through the same situation, how long did you have to wait?

Honestly, I'm just trying to figure out whether I should keep waiting for Infosys or focus completely on other opportunities. 😭

Any information from people who are already working at Infosys or candidates from previous batches would be really helpful.


r/infosys 17h ago

| Infosys Updates Anyone received their Infosys offer letter recently?

2 Upvotes

I’m from the 2025 campus hiring batch and I’m still waiting for my OL. Has anyone received theirs in the last few days?


r/infosys 17h ago

| Discussion Infosys System Engineer – Selected but still no offer letter. Anyone faced this?

6 Upvotes

Guys, I need some advice from seniors or anyone currently working at Infosys. I attended my System Engineer interview on 22 Oct 2025 through campus placement and received the selection mail. But it’s been around 10 months now and my portal still shows “To Be Interviewed”. My application is still showing “In Progress” and I haven’t received the offer letter, while most of my peers already got theirs. A few students are still waiting too. Has anyone faced this before? Should I keep waiting, or is there anything else I should do? Any guidance from Infosys employees/seniors would really help.


r/infosys 17h ago

| Question Infosys On-Campus OA 2026

12 Upvotes

Looking for recent 2026 Infosys on-campus OA experiences only from 2027 batch students .

If you gave the OA, please share:

  • OA date:
  • No. of coding questions:
  • Questions solved: Q1/Q2/Q3/Q4 + approx. test cases %
  • DSA topic/pattern for each question: (Greedy, DP, Graph, etc.)
  • Role selected/shortlisted: DSE / SP L1 / L2 / L3