No video

Python Coding Interview Questions & Answers | Freshers & Experienced Candidates | Beginner Level

  Рет қаралды 41,975

Analytics Vidhya

Analytics Vidhya

Күн бұрын

Пікірлер: 24
@Analyticsvidhya
@Analyticsvidhya 29 күн бұрын
Book FREE 1:1 Mentorship for Gen AI / Data Science Link 🔗 bit.ly/3wlIIGz
@user-im7sd6uv9e
@user-im7sd6uv9e 3 ай бұрын
These are so basics. I gave more than three to four interviews they are asking very tricky questions because count of freshers increases(recession period) so the level of interviews increases.
@sadhana8115
@sadhana8115 3 ай бұрын
what were the questions they asked you in the technical interview ?
@user-im7sd6uv9e
@user-im7sd6uv9e 3 ай бұрын
@@sadhana8115 Starting with basics to hard level questions like counting frequency in dictionary and append it in list, map function code, missing element in array with def function likewise.
@all_in_one_7262
@all_in_one_7262 2 ай бұрын
If you want to clear interview in Easy Follow these channel youtube.com/@tech.python07?si=o72jZn1OUzoucn0L
@Fullstackdeveloper13
@Fullstackdeveloper13 4 ай бұрын
make intermediate and high level interview coding questions also soon..
@Tarun_1907
@Tarun_1907 10 ай бұрын
Good basic interview questions 👍
@Analyticsvidhya
@Analyticsvidhya 10 ай бұрын
Glad you liked ❤️
@swetasharma8467
@swetasharma8467 10 ай бұрын
Excellent video! Thanks for clearly explaining each question in such a clear and calm manner. 👏
@Analyticsvidhya
@Analyticsvidhya 10 ай бұрын
You're very welcome!
@MANISH12665
@MANISH12665 3 ай бұрын
kindly make intermediate and high level interview questions
@all_in_one_7262
@all_in_one_7262 2 ай бұрын
If you want to clear interview in Easy Follow these channel youtube.com/@tech.python07?si=o72jZn1OUzoucn0L
@user-ok3xp3un8y
@user-ok3xp3un8y Ай бұрын
Factorial is a terrible example. 1. Don't implement factorial in Python yourself. You have a built-in math library, it has a factorial() function. Don't teach beginners (who are clearly the target audience of your video) to reinvent the wheel; don't support the interviewers' habit of giving stupid examples as problems. 2. I understand that you needed to pull out an example with recursion and memoization, and the interviewers, apparently, can't come up with anything better than factorial. If you really need an example with memoization, don't teach beginners to invent their own again. Functools has an lru_cache decorator for this. 3. There is a big difference in efficiency between the loop solution and the recursion solution: loop is more efficient on average, but Python optimizes tail recursion and the difference is not so noticeable. This issue has nothing to do with what you said in the video about the efficiency of these algorithms. "Simple", "for beginners" and "just incorrect" are different things.
@Analyticsvidhya
@Analyticsvidhya Ай бұрын
Thanks for your feedback.
@preetshah3793
@preetshah3793 10 ай бұрын
Please make a video on R Programming launguage.
@Analyticsvidhya
@Analyticsvidhya 10 ай бұрын
We heard you Preet. Thanks for sharing :) Your requirement will be shared with the Content team.
@nitikasharma831
@nitikasharma831 10 ай бұрын
Helpful video👍
@Analyticsvidhya
@Analyticsvidhya 10 ай бұрын
Thank you Nitika ❤️
@akhiladevangamath1277
@akhiladevangamath1277 3 ай бұрын
thanks for this video. but in the last part, there is no recursive call in the function print fibonacci
@Analyticsvidhya
@Analyticsvidhya 3 ай бұрын
Hey, thanks for bringing this up. Will be great if you could write the code & share it herewith - for the benefit of the community. ♥
@vikinist
@vikinist 3 ай бұрын
@@Analyticsvidhya def fibonacci_generator(n): a, b = 0, 1 for _ in range(n): yield a a, b = b, a + b fib_gen = fibonacci_generator(10) fib_result = list(fib_gen) print(fib_result)
@kotlabhavanisankar5706
@kotlabhavanisankar5706 5 ай бұрын
2 also prime number but it fails
@Analyticsvidhya
@Analyticsvidhya 5 ай бұрын
Thanks for pointing that out! It's always great to have viewers engaged with the content.
@arsha1625
@arsha1625 Ай бұрын
when the number we enter is '2', inside the 'for loop' the range will become (2, int(2^0.5)+1), that is (2, int(1.414)+1), which equals (2,1+1) =(2,2) , this is an empty range because according to the range, it should start with 2 and end before 2..so that 'for loop' won't be executed. it will exit the loop and print "2 is a prime number". I hope this is clear to you.
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 17 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 19 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 28 МЛН
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 5 МЛН
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 644 М.
Google Coding Interview With A High School Student
57:24
Clément Mihailescu
Рет қаралды 4,1 МЛН
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 142 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 507 М.
Coding Interviews Be Like
5:31
Nicholas T.
Рет қаралды 6 МЛН
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 17 МЛН