BouncyBagel
BouncyBagel

DSA Language

Does it matter which language I use in interviews to solve DSA questions? My majority of work has been in Java/Python. I have practiced DSA in C++.

22mo ago
Jobs
One interview, 1000+ job opportunities
Take a 10-min AI interview to qualify for numerous real jobs auto-matched to your profile 🔑
+322 new users this month
SparklyKoala
SparklyKoala
Oracle22mo

No it doesn't. However I would still recommend start preparing in the language you use at work, some crack heads in the recruitment process do consider the language you use in DSA as the one you're only proficient in

MagicalQuokka
MagicalQuokka

+1 to this suggestion. Never understood why companies let morons like these take interviews without proper interviewer training.

FloatingMuffin
FloatingMuffin
Google22mo

You're just shooting yourself in the foot in DSA if your code is anything other than python. If you look at the solutions to Leetcode questions, python consistently has the shortest solutions and would help you tremendously to save time

GroovyPretzel
GroovyPretzel

I usually prefer to use JavaScript for DSA, but this time I'm currently interviewing at one of the MANG companies and recruiter specifically asked me to do DSA in Kotlin.

But yeah, not much of a bother since I generally treat language as only a tool and have done interviews in Java, Kotlin, Haskell, C#, JavaScript and Swift before.

WigglyPickle
WigglyPickle

Be proficient in any one language. Preferably the one you have working experience.Also in general during interview we are asked to code in hackerrank or some other platform but not any IDE.So memorizing the commonly used methods would be useful.

Discover more
Curated from across
FAANG
by WigglyDonutSoftware Developer

JavaScript or Java?

I started my DSA journey with Java as my first programming language, but I found my first job in the MERN stack domain. Now, with 1 year of experience in a Node.js environment, I want to restart my DSA journey. I am more comfortable with...

IT Company Discussion
by WigglyDonutSoftware Developer

Java or JavaScript?

I started my DSA journey with Java as my first programming language, but I found my first job in the MERN stack domain. Now, with 1 year of experience in a Node.js environment, I want to restart my DSA journey. I am more comfortable with...

Software Engineers
by SparklyHamsterGojek

Interview advice needed: DSA & LLD

I am a Golang Developer, with around 3yr of experience. Previously, in college, I have practiced DSA in C++. Also, I knew some Java which I used while learning OOPS(LLD) in college.

Now since I am considering to switch, I need to revise...