r/PlacementsPrep 12m ago

Deutsche Bank Apprentice Role (Bangalore) - Anyone got a background verification (BGV) email from First Advantage?

Upvotes

Hey guys,

Did everyone here who applied for the Deutsche Bank apprentice role in Bangalore receive a background verification (BGV) email from First Advantage?

I just got an email asking me to fill out the PF declaration form again. The email stated that this was due to "latest changes." Since completing it, I haven't received any further updates.

Is anyone else in the same boat, or has anyone heard back after submitting the form?


r/PlacementsPrep 28m ago

Drive on 17th

Upvotes

Has anyone got mail for kpit drive pool on 17th or 18th


r/PlacementsPrep 32m ago

Vit 390 prime and 950 digital 💀

Post image
Upvotes

You can expect many posts in this sub from VITians in the coming days


r/PlacementsPrep 57m ago

UAN & BGV dilemma: Startup vs MNCs (LTM/Capgemini/Cognizant, TCS Ninja). Need advice!

Thumbnail
Upvotes

r/PlacementsPrep 1h ago

Graduated With a BTech in CSE, But Still No Job

Upvotes

Hello to the person reading this. I hope life is treating you well. I genuinely wish that, because right now, mine feels a little overwhelming.

I’m a 2026 BTech CSE graduate from a tier-3 college. Like every other student, I had dreams of getting my first job, making my parents proud, becoming financially independent, and finally feeling that excitement of starting my career.

But things haven’t gone the way I imagined.

The biggest problem is that my college didn’t really have proper placement opportunities. Unlike colleges where students have access to regular campus drives and multiple companies coming in to hire freshers, we barely had meaningful opportunities. There were no proper mass hiring drives that could give most students a realistic chance of getting placed. So for many of us, graduation ended without a job offer in hand.

Now that college is over, I’m trying for off-campus opportunities, but honestly, I barely see openings for the 2026 batch. The uncertainty is scary.

The hardest part is not just being unemployed — it’s dealing with the constant pressure around it.

In Indian society, everyone seems to have an opinion about your career. Relatives, neighbors, family friends… the first question is always: “Did you get a job?” or “What are you doing now?” Even when people mean well, it becomes exhausting.

Initially, my parents were very supportive. They believed I would eventually get a job. But now, seeing me still unemployed while some of my friends have started working, I can sense the comparisons. Sometimes it feels like they think I’m not good enough or that I didn’t work hard enough.

Because of all this, I’ve started isolating myself. I interact less with friends and family, spend most of my time in my room applying for jobs, and honestly, I don’t even realize how much it is affecting me. My parents say I’m becoming more irritated and distant.

The most confusing part is that I’m slowly losing interest in the field I once loved.

Back in school, I genuinely loved computers. Java was the language I enjoyed the most. I was excited about programming and technology. But now, I struggle to even sit down and practice DSA, learn new skills, or build projects. Sometimes I wonder if choosing CSE was a mistake.

I know I shouldn’t compare myself with others. I know everyone has their own timeline. I know I need to trust the process and keep trying.

But it’s difficult when you feel stuck while everyone around you seems to be moving ahead.

Opening LinkedIn has honestly become stressful. It feels like everyone has everything figured out — jobs, internships, achievements, perfect career paths. I know social media doesn’t show the full picture, but it still gets to you.

I’ve thought about options like MTech or MBA, but due to some personal reasons, I can’t pursue them right now. Getting a job is the priority, and the feeling of wasting time and falling behind is getting heavier every day.

I just wanted to share what I’m going through and hear from people who might relate.

Are other 2026 BTech graduates facing the same situation? How is the job market looking for freshers right now? What are you doing to stay motivated and keep moving forward?

Would really appreciate hearing your experiences, advice, or even just knowing that I’m not alone in this.


r/PlacementsPrep 1h ago

Finally got 2 offers after a strong rejection

Upvotes

Failed in Infosys L3 (21 LPA) disappointed me since I didn't even got the DSE role.

But after that cracked TCS Digital (7 LPA) (Interviewed for Prime) and today got mail for Infosys L1 (11 LPA).


r/PlacementsPrep 1h ago

TCS Hiring Statistics PNQT 2027 Shortlisted Vs Final Offer

Upvotes

TCS Hiring Statistics

Before Interview:

  • Digital: 17
  • Prime: 62 (Was Shortlisted for Prime)
  • Ninja: 57
  • Total: 136

After Interview (Final Offers):

  • Digital: 30 (Got Offered Digital)
  • Prime: 3
  • Ninja: 13
  • Total: 46

Overall, 46 candidates received final offers.


r/PlacementsPrep 1h ago

Finally my turn to announce

Post image
Upvotes

TCS Digital YOP 2027

Thank you everyone who help me in clearing my doubts and also who posted TCS interview Experience really that helped a lot.


r/PlacementsPrep 1h ago

Looking for advice and recent experiences with Autodesk campus interviews

Upvotes

Hi everyone I'm a 4th year cse student and I'm going to attend an interview in autodesk interview late jan probably so I have no idea what to study except dsa,oop,system design

If anyone knows something or have already attended there interview process please help me out

ANYTHING HELPS😭🙏


r/PlacementsPrep 1h ago

TCS DIGITAL it is !!!!!!!

Post image
Upvotes

interview- 29 july

offerletter- 8 sept

state govt college,

gave interview for digital

2027 batch.

i shifted interview around

ai+cloud+computer networks + ip address+ how hosting works+ aws + ssh+ why linux....

2 dsa question + 1 sql(nth highest salary--> gave two approaches)

insert node in doubly linked list (handled edge cases)

write code for pascal triangle

ONE QUESTION I DIDN'T ANSWERED WAS --> (WHAT IS ROWNUM? checked later it's a pseudo column in oracle db).

MR didn't even saw my resume, i started projects in my introduction and he continued from there only and asked more then more from my words.


r/PlacementsPrep 1h ago

HSBC is coming to our campus give tips pls

Upvotes

HSBC is coming this month and i am a noob when it comes to coding, I have done only around 100 LC questions
I know i can manage the aptitude but regarding the coding questions can anyone give their experience as in what topics are asked and level of difficulty


r/PlacementsPrep 2h ago

Bnp paribas after selection ctc

Upvotes

Is there anyone who has done the internship in bnp paribas by the hackathon based hiring with the ctc of 8.38.
Can you tell me about the in hand salary per month or basic pay from this 8.38
Also the work culture and role u were assigned with.?


r/PlacementsPrep 3h ago

Microsoft SDE II Azure MySQL Interview: Four Rounds and Offer

Upvotes

Hey everyone,

I recently completed the Microsoft SDE II interview process for an L62 role with the Azure MySQL team and received an offer.

I applied through the Microsoft careers website and received the screening invitation approximately three weeks later.

Round 1: Hiring Manager Screen

Date: August 26
Duration: Approximately 45 minutes

The Hiring Manager asked one coding question involving an expression evaluator. It was similar to LeetCode 150: Evaluate Reverse Polish Notation.

The standard solution uses a stack:

  • Push operands onto the stack.
  • When an operator appears, remove the two most recent operands.
  • Apply the operator and push the result.
  • Return the final value remaining in the stack.

One important detail is operand order for subtraction and division. If right is popped before left, the operation must be evaluated as:

left operator right

Round 2: Project Architecture and HLD

Date: August 28
Duration: Approximately 50 minutes

This was scheduled as a coding interview, but the interviewer instead focused on my current project architecture.

I explained:

  • The main services and their responsibilities
  • Request and data flows
  • Database choices
  • Communication between components
  • Scalability and availability
  • Failure handling
  • Important technical trade-offs

The interviewer introduced several hypothetical changes and asked how the architecture would behave under higher load or partial failures.

My takeaway was to prepare project architecture as thoroughly as a standard system-design question. Interviewers may go several layers deeper than the overview shown on a resume.

Round 3: Database Backup Retention

Date: September 1
Duration: Approximately 55 minutes

I received a list of database backups containing timestamps and metadata.

The initial requirement was to:

  • Retain the seven most recent backups.
  • Return the backups that should be deleted.

The interviewer expected production-ready code rather than a short algorithmic solution. The discussion covered:

  • Input validation
  • Timestamp parsing and time zones
  • Duplicate backups
  • Deterministic ordering
  • Empty input
  • Safe and idempotent deletion
  • Failure handling
  • Testability
  • Extensibility

The retention requirements were then expanded:

  • Keep the most recent backup for each day in a seven-day window.
  • Keep the most recent backup for each week in a monthly window.
  • Keep the most recent backup for each month during the previous four months.

A clean design is to model each rule as a retention policy:

RetentionPolicy
    selectBackupsToKeep(backups, currentTime)

The final protected set is the union of the backups selected by every policy. Any backup outside that union becomes a deletion candidate.

This avoids deleting a backup that is protected by one rule but not another. In a production system, I would first generate a deletion plan and validate it before performing any destructive action.

Round 4: AA Round

Date: September 4
Duration: Approximately 50 minutes

The final round included a backtracking problem.

Two players take turns rolling a three-faced die. Each roll adds 1, 2, or 3 to the active player’s score. The first player to reach the target score wins.

The task was to count all valid game sequences.

The natural state is:

(scorePlayer1, scorePlayer2, currentTurn)

From each state, try the three possible roll values. A sequence ends when one player reaches the target.

The exact recurrence depends on details that should be clarified:

  • Do the players always alternate?
  • Does reaching or exceeding the target count as winning?
  • Do both players use the same target?
  • Should the answer be returned modulo a number?
  • Are different roll sequences counted separately?

A direct backtracking solution may repeat the same states. Memoizing the state reduces the work to approximately O(target²) states, with three transitions from each state.

Offer

I received the final update on September 7, 2026.

The process tested more than DSA. The most important round for me was the database-backup problem because it evaluated code structure, operational safety, edge cases, and extensibility together.

My detailed compensation breakdown is available in this Microsoft L62 Azure MySQL offer post.

Preparation Takeaways

  • Practice stack-based expression evaluation.
  • Know your current project architecture in depth.
  • Prepare to explain scalability and failure scenarios.
  • Treat production-oriented coding differently from LeetCode.
  • Clarify calendar boundaries, time zones, and retention-policy overlap.
  • Discuss safe deletion, retries, idempotency, and observability.
  • Recognize when backtracking can be optimized using memoization.

I hope this helps anyone preparing for a Microsoft SDE II or L62 interview.


r/PlacementsPrep 3h ago

Folks who got hired by Deloitte via on campus placements, what was your experience?

Upvotes

Deloitte is visiting my campus soon and I'd like to prepare strategically.

Is there something specific they look for in one's resume?

What kind of questions are asked in the OA? What to expect during interview round?

Any and all help is appreciated :)


r/PlacementsPrep 4h ago

Ex-IIITian here: Guys don't take admission in IIIT Dharwad

Thumbnail
Upvotes

r/PlacementsPrep 4h ago

Anyone gave Accenture oa today?

Upvotes

Those who gave tell the insights


r/PlacementsPrep 4h ago

Accenture OA?

Upvotes

Accenture ka OA tha aaj kisi ka?


r/PlacementsPrep 4h ago

any update regarding amazon round 2 ? sde intern job id : 10488368

Thumbnail
Upvotes

r/PlacementsPrep 4h ago

Finally placed 2027 batch

Post image
Upvotes

Cant explain how happy I am after so many attempts and a ninja offer I am finally placed at 11lpa couldn't be more happier todayyy


r/PlacementsPrep 5h ago

TCS NQT July 9th Interview – Is there still hope for candidates who haven't received an update?

Thumbnail
Upvotes

r/PlacementsPrep 5h ago

The Ultimate Guide to Landing a Summer Internship in 3rd Year

Thumbnail
Upvotes

r/PlacementsPrep 5h ago

Can somebody help me how to prepare for this company I have no idea about it.

Post image
Upvotes

r/PlacementsPrep 5h ago

TCS Offer letter for Prime role but less than 60% in 10th and 12th

Thumbnail
Upvotes

r/PlacementsPrep 6h ago

Experian Hyderabad – Early Careers Associate Software Engineer 2027 | Interview Update

Upvotes

Anyone attended the Experian Hyderabad in-person interview for Early Careers Associate Software Engineer 2027 through referral, then had the second round virtually and is currently waiting for the result or got result?

Please DM/comment — would like to know your timeline and if you’ve received any update.

I am exhausted, when would they announce results 😭😭😭


r/PlacementsPrep 7h ago

Offcampus referrals

Upvotes

How to get offcampus referrals? I am already cold mailing and also messaging on LinkedIn. But still no progress.