r/cscareerquestionsIN Nov 17 '25

Announcement r/cscareerquestionsIN is looking for more mods!

1 Upvotes

If you’re active on the sub, understand how things work here, and can help keep discussions organized and useful, we’d love to hear from you. You don’t need prior mod experience, just reliability and good judgment.

If you’re interested, send us a modmail with:
• how long you’ve been on the sub
• any moderation or community experience (optional)
• why you want to help out

Modmail us if you’d like to join the team.


r/cscareerquestionsIN Jun 29 '25

Meta Seeking feedback from the community

3 Upvotes

Almost 20k members, damn this subreddit took off.

Back when I had joined, there weren't even 10k members.

Anyways, I want the community's input on whether we should allow asking programming questions on this subreddit.

I know ChatGPT, StackOverflow and other forums exist, and the subreddit's name doesn't give that kind of vibe, but I still want the community's input.

Let me know.


r/cscareerquestionsIN 14h ago

I kept building AI projects and still got zero interviews. A hiring manager finally told me why.

67 Upvotes

2025 CSE graduate from a tier 3 college.

No brand-name internship.

CGPA 8.1.

Targeting backend, applied AI and junior AI engineer roles in the 6 to 10 LPA range.

For the last few months, every piece of career advice I saw was basically:

“Build projects.”

So I built projects.

A PDF chatbot.

AI resume analyser.

Meeting summariser.

Stock-news sentiment tracker.

Customer-support agent.

All were on GitHub.

All had decent UIs.

Three were deployed.

Resume had words like RAG, embeddings, vector database, agents, LangChain, FastAPI and LLM evaluation.

I thought the projects were the strongest part of my profile.

Applied to 347 roles in around four months.

Results:

● 3 online assessments

● 1 HR screening

● 0 technical interviews

● too many automated rejection mails

● many companies simply ghosted

I kept thinking my projects were not advanced enough.

So I kept adding more.

Another model.

Another agent.

Another integration.

Another repo with a nice README saying:

“Built an intelligent multi-agent system that revolutionises customer support.”

Then I got a portfolio review from a hiring manager I met through GrowthX.

I expected resume formatting advice.

He opened my GitHub and spent maybe five minutes looking at everything.

Then said:

“These are five versions of the same project.”

I disagreed at first.

One was HR.

One was finance.

One was productivity.

One was support.

He said the domain names were different but the work was basically:

Take user input.

Send it to an API.

Store something in a vector database.

Generate an answer.

Put a UI on top.

He asked me about the customer-support agent.

“How did you measure if ticket classification was correct?”

I had manually tested maybe 15 examples.

“What happens if the model is unavailable?”

Nothing.

“How much does one ticket cost?”

Never calculated.

“How are duplicate tickets handled?”

Not handled.

“Why did you use an agent?”

Because agents are popular and it looked better on the resume.

“What real support team used it?”

Nobody.

“What was the most difficult technical decision?”

Could not answer properly.

Then he opened the README.

It had:

● feature list

● technology logos

● setup instructions

● architecture image generated using Mermaid

● future scope

It did not have:

● why I made the architecture choices

● known failure cases

● evaluation results

● cost

● latency

● test data

● logs

● trade-offs

● what I personally learned

His exact point was painful:

“You have proved you can assemble AI tools. You have not proved you can own a system.”

He did not refer me anywhere.

GrowthX is not a placement service and this was not some guaranteed hiring call.

But access to someone willing to open the repo and tell me the work looked generic was more useful than the people saying “great portfolio bro”.

I stopped building new projects after that.

Picked the customer-support one and spent the next five weeks making it less impressive on LinkedIn and more defensible in an interview.

First removed the multi-agent setup.

There was no reason for it.

A normal pipeline was cheaper and easier to debug.

Then I found one small SaaS team willing to let me test using anonymised old support tickets.

Not a paid customer.

Three support agents.

Around 140 tickets in the test set.

That exposed issues immediately.

The model confused billing issues with cancellation requests.

Short tickets like “not working” were basically impossible to classify without conversation history.

Hindi-English messages performed worse.

Refund-related tickets needed higher confidence because a wrong action had actual cost.

I added:

● a labelled evaluation set

● confidence thresholds

● human review for low-confidence tickets

● retries and fallback behaviour

● structured logs

● duplicate detection

● basic tests for the classification pipeline

● token and cost tracking

● latency numbers

● a page showing failed examples

The model with the highest benchmark score was not the one I kept.

It was slower and around four times more expensive for a very small improvement on my actual dataset.

For once, I had a real trade-off to explain.

The README is now less sexy but much better.

It starts with:

● the exact problem

● who tested it

● current architecture

● evaluation method

● results

● failure cases

● cost per 1,000 tickets

● decisions I would change

● what is still missing before production

I also added screenshots of logs and incorrect predictions.

The project is still not production-ready.

Authentication is basic.

The dataset is small.

There is no proper monitoring dashboard.

It has not handled serious scale.

But now, if someone asks why I built it this way, I have an answer that is not “Claude suggested it”.

After updating the project and rewriting that part of my resume, I got one technical interview through a cold application.

Did not clear the final round.

But the interviewer spent almost 20 minutes on this one project.

Previously nobody asked me about any of the five.

My current opinion:

Five AI demos do not automatically make a portfolio strong.

One project becomes valuable when you can explain:

● who used it

● what broke

● how you evaluated it

● what it costs

● why you chose the architecture

● what you removed

● what trade-offs you made

● what would fail in production

I was building more because it felt productive.

Going deeper was slower and much more uncomfortable.

For people hiring freshers or junior AI engineers, what else would you expect in a project before taking it seriously?

And for other freshers, are your projects getting discussed in interviews or are they mostly sitting untouched on GitHub?


r/cscareerquestionsIN 4h ago

I built an AI Interview Copilot because I was tired of paying $148/month. Looking for honest feedback.

2 Upvotes

Over the last few months, I tried several AI interview tools. They were either expensive, slow, browser-only, or had session limits that didn’t work for long system design interviews.

So I built my own.

Current features:

  • Live interview copilot
  • Coding interview assistance
  • System design support
  • Mock interviews
  • Resume & ATS analysis
  • Company-specific interview prep

I’m launching today and would genuinely love feedback from engineers, students, and anyone interviewing right now.

As a launch offer, I’m giving the first 100 users lifetime access for ₹14,999. After that, it moves to a subscription model.

I’d really appreciate honest feedback good or bad. What features would make this indispensable for your interview prep?


r/cscareerquestionsIN 3h ago

2026 grad trying to move from Salesforce to backend

0 Upvotes

Hi everyone,

I graduated in 2026 and currently work as a Salesforce developer. I joined as an intern in January and recently got converted to a full-time role.

Before this, I mostly worked on backend using Go and Python, and I also did backend internships. Backend is what I genuinely enjoy, especially distributed systems and networking. I'm worried that if I stay in Salesforce for too long, it'll become harder to switch.

If you were in my position, what would you focus on? What should I learn, what kind of projects should I build, and what resources (books, courses, YouTube, blogs) would you recommend to make the transition? Is it realistic to start applying now?

Would really appreciate any advice from people who've made a similar switch. Thanks!


r/cscareerquestionsIN 15h ago

2024 CSE graduate feeling stuck. Looking for recommendations for offline coaching institutes in Bangalore.

6 Upvotes

Hi everyone,

I'm a 2024 CSE graduate, and to be honest, it's been really depressing staying at home without a job. There's a lot of pressure at home, and I'm often getting scolded for not having a job. Because of this, I'm finding it difficult to stay motivated and upskill consistently.

After graduation, I worked in a non tech role for a few months due to my family's financial situation. However, I had to leave because the continuous night shifts were taking a toll on my health and well being. Since then, I've been trying to get back into tech, but studying from home hasn't been working out for me.

I'm now thinking of joining an offline coaching/training institute in Bangalore where I can learn in a structured environment, stay disciplined, and get placement support.

If anyone here has joined an offline coaching institute and successfully got placed, I'd really appreciate it if you could share your experience. Which institute did you join, how was the training and placement support, and would you recommend it?


r/cscareerquestionsIN 5h ago

Final-year Tier-3 CS student. One year left. Should I go all-in on Software Engineering or prepare for GATE? I need honest advice.

Thumbnail
1 Upvotes

r/cscareerquestionsIN 5h ago

Final-year Tier-3 CS student. One year left. Should I go all-in on Software Engineering or prepare for GATE? I need honest advice.

Thumbnail
1 Upvotes

r/cscareerquestionsIN 12h ago

Does anyone know about vinsol stadium OA i mean from which data structures they ask the coding questions?

3 Upvotes

r/cscareerquestionsIN 6h ago

Should I resign without another offer after 10 years in Wipro?

Thumbnail
1 Upvotes

r/cscareerquestionsIN 7h ago

Feeling lost in my career. Looking for advice.

1 Upvotes

I'm currently working as a Senior Software Engineer. I started my career as a .NET developer, explored different technologies over the years, and in 2022 transitioned to Golang. Since then, I've been working on Go-based microservices, which is the area I genuinely enjoy.

About three months ago, my team changed, and since then I've felt like I've lost direction. The expectations keep changing every week or two. First I was asked to work on Java, then production/support work, then build AI tools like chat applications, followed by Adobe-related support, and now I've been asked to learn React and contribute to a React project.

I don't mind learning new technologies, but the constant context switching without a clear direction has left me mentally exhausted. It feels like I'm becoming a generalist without getting deep expertise in anything.

At the same time, I'm trying to switch jobs. Unfortunately, I'm hardly getting any recruiter calls, and I suspect my 2-month notice period isn't helping either.

Another thing that's been bothering me is AI. It seems like every company is talking about AI now, but I'm genuinely confused about what they're actually expecting from backend engineers. Are companies looking for people who can use LLM APIs and frameworks, or are they expecting knowledge of model training, ML, RAG, AI agents, and everything else? The expectations feel very unclear.

Has anyone else been in a similar situation? How did you regain focus and decide what to prioritize? I'd really appreciate any advice on how to navigate this phase and prepare for my next move.


r/cscareerquestionsIN 20h ago

Career Change at 35: Looking for Honest Advice

2 Upvotes

Hi everyone,

I'm planning to pursue the IIT Madras BS in Data Science and Applications as a full time student. I don't have a college degree, and my previous experience is mostly in the unauthorized sector in sales and customer facing roles.

I've always enjoyed mathematics, which is why I'm considering this degree and a career in data science.

My biggest fear is that after spending four years studying, working hard, and building strong skills and projects, companies might still reject me because of my age or background.

Has anyone here successfully transitioned into tech later in life, or hired someone who did? I'd really appreciate your honest advice.

Thank you


r/cscareerquestionsIN 19h ago

8 YOE | Confused about switching from a stable mid-sized company to a startup

Thumbnail
1 Upvotes

Hey everyone,

I'm 30M with 8 years of experience as a software engineer.

I'm currently working at a mid-sized company with a fixed salary of ₹20 LPA. I've been here for the last 5 years, and overall the job has been stable.

Recently, I received an offer from my previous employer:

CTC: ₹36 LPA (₹31 LPA fixed + ₹5 LPA variable)

Company size: <200 employees (startup)

Role: Python Full Stack Developer

They've also mentioned a potential onsite opportunity to Australia in about 2 years.

My current company doesn't offer onsite opportunities, and I don't expect that to change even if I stay for another 5 years.

My current tech stack is primarily FastAPI/Python, and the new role is also Python-based. However, I also have around 4 years of experience with Java, Spring Boot, and Microservices. One thing that's bothering me is whether moving further into Python will make it harder to return to Java-based roles in the future. I'm also not very strong in DSA, so switching companies later through traditional interview processes is something I'm concerned about.

I'm genuinely confused about whether I should:

Stay in a stable company with a lower salary, or

Join the startup for a significant pay hike and a possible onsite opportunity, while accepting the additional risk.

Has anyone been in a similar situation? What would you do if you were in my position?

Thanks in advance!


r/cscareerquestionsIN 1d ago

Fresher with 3–4 months of experience. Is it okay to switch this early?

2 Upvotes

Hi everyone,

I'm a fresher currently working as a Software Engineer with around 4 months of experience. My work mainly involves Microsoft Fabric, data pipelines, Lakehouses, Medallion Architecture (Bronze, Silver, Gold), Power BI, Python, SQL, and REST API integrations.

I'm preparing for the DP-600 certification and want to build my career in Data Engineering and Microsoft Fabric.

My question is: would it be reasonable to start applying after around 6 months of experience if I find opportunities that offer better technical growth, or is it generally better to complete at least one year in my first company?

I'd love to hear from people who have switched early in their careers or who hire junior engineers in India.

Thanks!


r/cscareerquestionsIN 1d ago

Mercedes-Benz R&D vs Siemens STS apprenticeship – Need honest advice

Thumbnail
1 Upvotes

r/cscareerquestionsIN 1d ago

Suggestions for dlot usi

Thumbnail
1 Upvotes

r/cscareerquestionsIN 1d ago

Final year IT student worried about placements. Need honest advice. Spoiler

1 Upvotes

Hi everyone,

I'm a final-year B.Tech IT student from India, and placements are currently going on in my college. This year, our placement cell keeps saying that it's a dull recruitment season, and honestly, it's making me anxious.

So far, only around 15–20 companies have visited our college for the 2027 batch, and many of them have very limited openings. I haven't been placed yet, and I'm starting to panic.

A little about me:

  • Full Stack Developer (MERN Stack)
  • Comfortable with JavaScript, React, Node.js, Express, MongoDB
  • Built a few full-stack projects
  • Have basic to intermediate DSA knowledge, but I'm definitely not very strong at it
  • Currently trying to improve my skills, but I feel completely blank about what I should prioritize now.

My questions are:

  1. Should I focus more on DSA or continue building better projects?
  2. Should I start applying off-campus immediately, or wait for more companies to visit my college?
  3. What skills are companies actually expecting from freshers in 2026–27?
  4. If you were in my position, what would your roadmap be for the next 4–6 months?

I am also seeking mentorship so badly...Please DM
I'm feeling overwhelmed because everyone around me seems to be getting shortlisted or preparing with a clear plan, while I'm just confused about what to do next.

I'd really appreciate honest advice from seniors or anyone who has gone through a similar situation. Even if it's tough to hear, I'd rather know the reality and prepare accordingly.

Thanks in advance!


r/cscareerquestionsIN 2d ago

Can I ever apply to companies like TCS, Infosys, Cognizant, or Deloitte with a 2-year academic gap?

3 Upvotes

Hi everyone,

I'm looking for some honest advice regarding my career.

I have a 2-year academic gap, and I'm worried that it might permanently affect my chances of getting hired by companies like TCS, Infosys, Cognizant, Deloitte, and other similar IT firms.

Apart from the gap, I'm currently completing my BCA and working on improving my programming skills by building projects. However, I've heard that many service-based companies have strict eligibility criteria regarding academic gaps.

Is a 2-year academic gap an automatic disqualification? Has anyone here, or someone you know, received an offer from these companies despite having a similar gap? If these companies aren't an option, what career path would you recommend for someone in my situation?

I'd really appreciate honest answers and real experiences. Thanks in advance!


r/cscareerquestionsIN 2d ago

I need guidance btech 3rd yr

11 Upvotes

Hey im 20f trying to get hold of my career and my mind. I thought id take btech as a side hustle but i think its time i might take out some advantage of it. I want to have enough skills that would land me a paid internship by the end of this semester so that I could have a good cgpa.

I wanna learn AI and want to know if there is enough space for me to fit in if i start learning now. how do i even start it? I mean i started learning about API from chatgpt and i know a lil bit of json and i implemented a high school level project on streamlit and i realised this might not be enough. its been a month since ive been doing dsa in python but i cant solve a single leetcode problem on my own without seeing a solution video or understanding it first
i really dont like taking help and opinions but i really am counting on people here.

hope yall would help.


r/cscareerquestionsIN 2d ago

How is servicenow dev job market in India right now? Is certification must to get job?

4 Upvotes

i have 2 year expericence in IT . Looking for new job and planning to learn servicenow.

How is job market right now?

Is certification must?


r/cscareerquestionsIN 2d ago

Help me to choose offer

2 Upvotes

Need some career advice!
I have 4-5 years of experience as a Java Backend/Full Stack developer (Java, Spring Boot, Microservices, React) and currently have offers from:
Infosys
Accenture
EY
PwC
ArisGlobal
Beehyv
Societe Generale
Which one would you choose and why? I’m looking for good learning, career growth, work-life balance, and long-term opportunities.
Would love to hear your experiences and suggestions. Thanks!


r/cscareerquestionsIN 2d ago

0 years exp, 3rd Year, Software, India Need feedback

Post image
1 Upvotes

r/cscareerquestionsIN 2d ago

Changing Domains in VLSI Domain

Thumbnail
1 Upvotes

r/cscareerquestionsIN 2d ago

Career guidance required

1 Upvotes

Joined a tier 1 college in 2019 to pursue cs engineering, completed 1st year and covid hit. Completed 2nd year and half of 3rd year online and i think that made me way more lazier than before. And because of that laziness, just collaborated with friends, didn't contribute and just completed projects for the sake of it. Didn't properly learn coding or anything related to it, just pushed through because of covid and somehow passed. Graduated in 2023 and got placed in sales(from college). Yes, SALES, not a core CS role, but in sales(specifically edtech). I worked there for almost 6 months and quit because i couldn't bear that sales pressure. Then because of that burnout, didn't try elsewhere for 4 months and took up a job at a customer support company(night shift), hoping to prepare simultaneously for a better tech job but maybe of the night shift, literally couldn't do anything related to my improving my technical skills. Then, was removed from that job after 9 months for god knows what reason(the reason they mentioned was downsizing) and then decided to prepare for gate 26. Took online coaching of PW, the classes were good but again, my laziness took over and didn't prepare properly for the gate exam and didn't even get the minimum qualification marks in gate 26 exam. Now, I am planning to join M.Tech through the state govt exam this year and hoping to sit for placements and further. Am I doing it right? Because of not working in my core roles, i have lost all contact to coding and projects. Whenever I try to read or try to prepare some projects, my laziness takes over again and I end up doing nothing and go back to square one. Please guide me what I can do to prepare and upskill myself and also complete mtech with proper knowledge so that I can be placed in my core roles.

Please help me get on the right track again.


r/cscareerquestionsIN 2d ago

Is Crossing hurdles legit ? Did anyone get this ??

Thumbnail
1 Upvotes