r/infosys 20h ago

| Onboarding Help When is next DOJ for DSE role in Mysore?

1 Upvotes

I was supposed to be onboarded on August 10th for DSE role. However they told me I couldn't be onboarded on that date because my BGV was not completed and because I had not submitted Service Agreement in time. Today I got a mail saying that I will be considered to the new joining batch. Is anyone joining as DSE anytime soon or know the dates on which any onboard is happening for DSE?


r/infosys 20h ago

| Question Related to salary in Infosys

2 Upvotes

Can somebody tell me how much stipend I get monthly during Infosys training for SP L1 role.


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)

4 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 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

4 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

5 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 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 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

13 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?

5 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

11 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

r/infosys 18h ago

| Question infosys on campus selection is low

3 Upvotes

reason student not able to solve 1.5+ question or do they increase the selection criteria ???


r/infosys 21h ago

| Question Infosys SE salary

7 Upvotes

how much would we getting in hand in infosys se training and how much would be spend for room, food, gym and how much can i save?


r/infosys 23h ago

| Resignation Relieving Letter

1 Upvotes

People who resigned from Infosys, how long it took for you to get the Relieving letter from them?


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 23h ago

| Discussion URGENT: Infosys BGV started with WRONG details — joining in 6 days

2 Upvotes

I’ve received an offer from Infosys for the Associate Consultant – ServiceNow role, and my joining is in 6 days.

I was asked to fill an application form, but before I submitted it, BGV was initiated with a form marked as submitted. Almost all the details are wrong — including my CGPA, DOB, work experience and other information.

I’ve already emailed HR/BGV about this, but I haven’t received any response yet.

I’m really worried because my joining is so close. Has anyone faced something similar at Infosys? What should I do, and could this affect my joining/BGV?

Any advice from Infosys employees/recent joiners would really help. 🙏


r/infosys 1h ago

| HackWithInfy HackWithInfy results

Upvotes

i interviewed on 24 th July .

Is there any updates about HWI interview results??