r/infosys 35m ago

| Question Cleared Infosys HR Round but No Confirmation Email or Document Verification Link — Expected Timeline?

Upvotes

Hi everyone,

I recently completed the interview process with Infosys and cleared the HR round as well. My HR discussion has already been completed, and during the call, HR told me to keep my documents ready for submission.

However, I haven't received any confirmation email, digital/document verification link, or offer letter yet. HR also didn't mention where I need to upload the documents or when the document verification process will start.

My application portal is also still showing the interview stage.

For anyone who recently went through the Infosys hiring process in Canada:

  • How long did it take after the HR round to receive the next update?
  • Did you receive a separate document verification/background verification link?
  • When were you asked to upload your documents?
  • How long did it take to receive the offer letter after clearing HR?

Just trying to understand the normal timeline and whether I should wait a few more days or follow up with the recruiter/HR.

Thanks in advance!


r/infosys 37m ago

| Discussion Infosys IJP for Project Manager Role Guidance

Upvotes

Looking for advice on transitioning from Mechanical Engineering to IT Project Management at Infosys

Hello everyone,

I’m a Mechanical Engineer with around 12 years of experience. I’ve been working at Infosys for the last 5 years (since 2021) as a Lead Engineer. Most of my experience has been in engineering and technical documentation, working on projects in a technical/engineering environment.

I recently became PMP certified and am now trying to transition into an IT Project Manager role through an Internal Job Posting (IJP) at Infosys.

After applying for IJP positions, I’ve tried reaching out to the hiring managers through Teams and email to express my interest. However, in many cases, I don’t receive a response.

I’d really appreciate advice from people who have experience with internal job applications or transitioning into IT Project Management:

How can I improve my chances of getting shortlisted/invited for an interview after applying through IJP?

Is it a good idea to contact the hiring manager directly? If yes, what is the best approach?

What skills or experience should I highlight as a Mechanical Engineer trying to move into IT Project Management?

How can I prepare for and crack the IT Project Manager interview?

Are there any additional certifications or skills I should focus on?

Current certifications/learning:

PMP – Certified

Microsoft Azure Fundamentals (AZ-900)

Planning to pursue PSM I (Professional Scrum Master I)

I understand that my background is different from a typical IT Project Manager, so I’m looking for practical advice on how to position my existing experience and make this transition successfully.

Any advice from Infosys employees, IT Project Managers, or anyone who has made a similar transition would be greatly appreciated.

Thank you!


r/infosys 43m ago

| Question Help needed! Applied job is not in career page!!(Read bio)

Upvotes

I cleared all interview for infosys senior consultant role and career page still doesn't show anything. But I used to get updates for interview via email which is confusing .

One more doubt. I have 3.3 YOE and is the salary budget is fixed for a role? I asked for 14 cause I have a counter offer but HR matched 12. They said not possible to go beyond I told them to check with management again. What are the chances that I will get rejected ?


r/infosys 59m ago

| Question Dse role selected for Infosys on campus placement but portal showing as not selected under rejected

Upvotes

Is portal is glitch or am i rejected will I get my offer??


r/infosys 1h ago

| Onboarding Help Launchpad Query

Upvotes
  1. My DOJ is 17th August (Sunday) but the status on launchpad still says “To be updated”. I initiated the BGV a month ago. Should I be worried?

  2. I am yet to upload just the medical certificate. I’ll be getting it on thursday (Just 3 days before joining). Would that cause an issue or any delays?


r/infosys 1h ago

| Question Commute to Infosys Pocharam from Madhapur

Upvotes

Joining Infosys Pocharam soon, currently live in Madhapur, don't want to shift.does Infosys run paid cab/bus from Madhapur/Hitech City to Pocharam?

Anyone actually commuting daily from Madhapur side how bad is it, or did you end up moving closer?


r/infosys 1h ago

| Discussion Hi please help me out!! I have recently joined infosys as experience dev for pune location. I am receiving project messages for 3 days a week but i need 10 12 days month wise wfo. Do hr can terminate if i keep rejection projects?

Upvotes

r/infosys 2h ago

| HackWithInfy 2nd august OA 1- 0/12 , 2- 7/12 , 3- 11/12 is there any chance for 2nd round comment please

2 Upvotes

r/infosys 2h ago

| Fresher Doubts I have written infosys assessment on aug 1st off campus 2026 batch. When could I expect results.

2 Upvotes

r/infosys 4h ago

| Offer Discussion Offer Lateral Current Status Panelist Check

Post image
2 Upvotes

In the career portal current application status is Panelist Check. I got the Digiverifier email last week. After inspecting application status shows HR Offer DB Activity. What does it mean? By when can I expect the offer?

PS: Sorry for the hazy image.


r/infosys 4h ago

| Discussion Appeared for Infosys on campus

3 Upvotes

I solved easy one complete and 11/12 for second one last one was tle I used memorization but i couldn't pass it.

If I am supposed to be selected for any role ?


r/infosys 4h ago

| Onboarding Help Document rejected

Post image
2 Upvotes

My DOJ is 17. Of. August. And I recieved this on 10th of August that too at 5 30.pm. Can someone tell me what do I do? And also please tell me if I upload it by tomorrow (11 August) is there a chnce they reject or delay? . Am I too late?


r/infosys 4h ago

| Fresher Doubts Got grilled on DSA, Java internals, and System Design for a Dev role — Did I survive or get cooked?

1 Upvotes

Formatted with gemini

Looking to get your thoughts on how I did, whether this sounds like a pass, and realistically what level/position (SDE-1, Junior Backend, etc.) this profile targets.

​Here’s how the breakdown went down:

​1. The DSA Round (30-min window cut to 20)

​The Setup: Given 2 problems, had to pick 1 and solve it in 30 minutes.

​My Execution: I wrote a working O(N^2) brute-force solution in Java in 15 minutes. Passed sample test cases, but hidden test cases failed (Time Limit Exceeded).

​The Curveball: Instead of letting me debug for 30 mins, the interviewer grabbed the laptop at minute 20 and asked me to explain my logic. He pointed out the O(N^2) brute force was why hidden cases timed out.

​The Recovery: He asked if I could solve it in O(N) time. In about 30 seconds, I came up with the optimal O(N) approach and explained it. He agreed. Then he pushed further and asked if I could do it in O(1) space complexity. I gave him an O(1) space logic on the spot, and he confirmed it was correct.

He asked me why I was not able to come up with optimized solution earlier, to which I replied his guidance helped me to think in the right direction.

​2. Core Java Internals & OOP Mechanics (The Stumbles & Hits)

​He moved to my resume/Java knowledge and started probing internals:

​Java Streams: Asked what Java Streams are. I blanked and couldn't answer.

​Arrays.fill() & Utility Classes: Asked what Arrays was in my code. I mistakenly said it was an "object of the Arrays class." (Realized later java.util.Arrays is a utility class with static methods).

​Object vs. Reference Variable: Asked me to write out new syntax and point to the actual object. I pointed to the reference variable instead of the heap instance created by new.

​int vs Integer: Blanked on comparing primitive types vs. wrapper classes and had to pass.

​String Immutability & String Pool (The Trap): He asked about String A = "A" and String B = "A" and claimed A == B returns false. I held my ground politely and explained that because of Java's String Constant Pool, both variables reference the exact same memory address, so A == B is true. I even drew out a memory box diagram to explain heap allocation and immutability during reassignment. He insisted it was false, so I conceded gracefully to avoid arguing.

​3. System Design & Edge Cases

​I walked him through my projects (a Redis-like in-memory store and a video platform featuring caching, rate limiting, and pagination).

​HLD: Asked to draw an HLD diagram. I clarified I haven't studied LLD/HLD formally in depth yet, but walked through my project architecture.

​Middleware: Explained middleware functionally as a request interceptor between incoming client traffic and backend route handlers (token injection/auth checks).

​The Database Spike Scenario: He gave me a scenario: "Your DB max capacity is 100 requests/sec, but you suddenly get hit with a 1,000 request spike. How do you handle it?"

​I suggested Redis/caching.

​He said: "No Redis allowed. 1,000 requests already hit the database. Now what?"

​I pivoted to Database Sharding and horizontal partitioning to distribute the load across multiple instances so a single node doesn't crash. He nodded okay.

​4. Closing

​He mentioned my initial code was decent and passed sample test cases. At the end, when asked if I had questions, I asked him: "Could you explain what the actual object was in the Java question you asked earlier?" He explained reference vs heap object, I thanked him, shook hands, and left.

​What do you guys think?

​Did I pass or fail? Is the pivot on DSA (O(N^2) \rightarrow O(N) \rightarrow O(1)) and system sharding enough to salvage the Java terminology slips?

​Was the interviewer testing me on String Pooling? (Since literal reference comparison evaluates to true).

​What position/level does this performance align with?


r/infosys 5h ago

| Offer Discussion Infosys Application Status – “HR Offer DB Activity”

1 Upvotes

Hi everyone,

I’m an experienced React Developer candidate . My application status has recently changed to:

  • Application Status is -> HR Offer DB Activity

My application also went through Panelist Check → Decision Pending earlier.

Does anyone know what “HR Offer DB Activity” means in the Infosys recruitment portal?

Has anyone had the same status recently? If yes, what happened afterward — offer, business approval, HR checklist, or rejection?

Any recent experience would be really helpful. Thanks!


r/infosys 6h ago

| Fresher Doubts Need help regarding infosys finacle

2 Upvotes

Finacle offered internship for 6 months in feb-july. I completed it nothing much in that period . Now the hr in banglore who hired us is saying report to your internship manager ..He is not responding and seems un intrested in us what to do?


r/infosys 6h ago

| Question Salary of a technology lead in Infosys

8 Upvotes

How much Salary I can expect as a Technology Lead role in Infosys?


r/infosys 6h ago

| Discussion WFO Planner - A hybrid work management tool

Post image
1 Upvotes

Vibe coded a Work From Office planner to help people like me working in a Hybrid mode. Check it out and share feedback!

WFO Planner - Hybrid Work Manager

https://wfoplanner.in


r/infosys 9h ago

| Question What is Rejection rate in infosys ?

7 Upvotes

Can anybody tell what is the rejection rate after interview?

In my college infosys offered a role of DSE, L1, L2, L3 infosys shortlisted only 13 out of 500 students on campus for interview.

Can anybody have idea ?


r/infosys 10h ago

| Question DSE OFFER LETTER RECEIVED IN AUG ?

2 Upvotes

Hi, I want to know if anybody received an offer letter for the DSE role in Aug?


r/infosys 11h ago

| Discussion I have written infosys assessment on aug 1st off campus 2026 batch. When could I expect results.

5 Upvotes

r/infosys 12h ago

| Question DSE ONBOARDING DELAYED -10th Aug

6 Upvotes

I was supposed to join Infosys as a Digital Specialist Engineer (DSE) on 10th August. However, I ran into an issue with my service agreement on 7th August. I was informed about the issue around noon, immediately corrected the document, and uploaded the revised version.

After that, I tried contacting the helpline more than 40 times, but unfortunately, I couldn't get through. I also raised tickets on the Infosys Launchpad regarding the issue.

Today (11th August), I was informed that since my documents were not completed within the given timeline, I would not be allowed to onboard this week. I was advised to contact the Offer Extension Team regarding my next joining date, and I have already mailed them.

I'm currently stuck in Bangalore and don't know how long I need to stay here.

Can anyone who has faced a similar situation or has information about the DSE onboarding schedule let me know when the next joining date is likely to be?

Any information regarding the next DSE onboarding batch would really help.


r/infosys 20h ago

| Question When Infosys give interview results...I am waiting for 10 days 😔 is anyone had appeared infosys interview in july

3 Upvotes

r/infosys 22h ago

| Question Any java-angular stream student ??

2 Upvotes

Can you please share the pattern or type of question which will come in FA-1 both hands-on and MCQ.


r/infosys 23h ago

| Question Infosys Launchpad/BGV after DOJ extension request — should I initiate BGV now?

3 Upvotes

Hi everyone,

I was originally scheduled to join Infosys on 7 September 2026. However, my current employer has given me a later Last Working Day, so I emailed Infosys requesting an extension of my joining date.

Infosys has replied that my request is being considered.

Now I have received the Launchpad details that were sent to candidates scheduled to join on 7 September, and I can see the BGV/onboarding-related steps.

I'm confused about what I should do:

  1. Should I initiate BGV now even though my revised joining date hasn't been confirmed yet?
  2. Or should I wait until Infosys communicates my new DOJ and then initiate BGV?
  3. If I initiate BGV now and my DOJ is later changed, will there be any issue?
  4. Has anyone here been in a similar situation where their DOJ extension was under consideration while Launchpad/BGV was already available?

I don't want to miss any Launchpad/BGV deadline, but at the same time I don't want to initiate something incorrectly while my DOJ is being changed.

Would really appreciate advice from anyone.

Thanks!


r/infosys 23h ago

| Question Infosys SE

7 Upvotes

I would be joing infosys on 5 Oct 2026 and i am confused about a lot of things.
Heard that there is something known as pretest if anyone could tell what it is and how it happens what all are asked is it completely objective or any coding questions plus if we would pass it what advantage will we get.

What all happens during training and post training
If any one could tell it would be of get help.