10 Coding Questions Asked In Interviews (31 Real-Time Scenarios) From My 200+ Interview Experience

10 Coding Questions Asked In Interviews (31 Real-Time Scenarios) From My 200+ Interview Experience

NitMan Talks

2 года назад

84,500 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@suhassumu8456
@suhassumu8456 - 03.05.2022 09:48

❤️

Ответить
@aadiityapatil420
@aadiityapatil420 - 12.05.2022 17:25

Which IDE You're Using ??

Ответить
@karthikkn6738
@karthikkn6738 - 13.05.2022 09:43

please include subtitles for these q&a videos soon .

Ответить
@AnilkumarPaturu
@AnilkumarPaturu - 21.05.2022 18:08

For question at time 50.00, we can use string swap case and then string replace methods.

Ответить
@pranab9429
@pranab9429 - 24.05.2022 02:07

But bro when you are suggesting to write loops instead of using Python pre defined functions then what is the point of using python. It will same as C or C++ then and also all these questions are fresher level questions bro and no one will ever ask these to a 2-3 years experience candidate.

Ответить
@SHIVAMSOLVER
@SHIVAMSOLVER - 26.05.2022 13:43

nitin please share sql pdf file.

Ответить
@sneha6999
@sneha6999 - 14.06.2022 17:10

Great job ! please keep it up . Its really really helpful :)

Ответить
@binishkurup
@binishkurup - 21.06.2022 07:37

how can we reverse a number when a zero is added at end(like i/p123450 -o/p 054321)

Ответить
@pramitdash7063
@pramitdash7063 - 23.06.2022 09:59

Thanks for the video, its really helpful.
could you please explain recursion in any simple way.

Ответить
@sugarandlime
@sugarandlime - 29.06.2022 20:20

In the first example you have mentioned that you are using split method but actually that's called slicing. Splitting is something else!

Ответить
@yashdashore6840
@yashdashore6840 - 04.07.2022 16:30

# optimized progeram to count specefic character
def count_occurance(s,char):
count = 0
for i in s:
if i == char:
count += 1
if count:
print(f"Given character '{char}' occurs {count} times in the string ")
else:
print(f"Given character '{char}' is not present in the string ")
s = "kkkjjjsssssggteeeeeee"
count_occurance(s,"*")

Ответить
@Harsh-vl5mr
@Harsh-vl5mr - 06.07.2022 15:29

Can you plz explain while loop for string compression i am not able to understand using while loop

Ответить
@jatinbhardwaj9020
@jatinbhardwaj9020 - 16.07.2022 17:19

Please Listen To My Request. I Approached With A Lot Of Hope I Want Coding Questions Solutions Detailed Video On Clavax Technologies And Other Companies And If You Read This Comment Then Give Your WhatsApp Number On My Email ID So That We Can Talk With Each Other. Also, One Request I Want Solution In Python 3 And Java. ♥♥♥ Good Day

Ответить
@167supriyabharti6
@167supriyabharti6 - 20.07.2022 17:22

Thank you so much sir

Ответить
@shwetadas350
@shwetadas350 - 24.07.2022 13:35

try this for the compress string program
3.compress string -aabbcccdd-a2b2c3d2
def compress(n):
c=0
l=[]
dup=[]
for i in n:
c=n.count(i)
st=i+str(c)
l.append(st)
for j in l:
if j not in dup:
dup.append(j)
print(''.join(dup))

Ответить
@komaldhote
@komaldhote - 26.07.2022 07:58

Sir aapko data structure ke qustions nhi puche the kya

Ответить
@suryavarma9760
@suryavarma9760 - 29.07.2022 19:22

Can someone comment here all points mentioned in video. I'm telugu

Ответить
@ShoebShaikh-jk7jk
@ShoebShaikh-jk7jk - 02.08.2022 18:59

Thank you for all your efforts nitin sir..

Ответить
@shubh2128
@shubh2128 - 06.08.2022 13:08

Very helpfulll..tq sir..🤗
Sir plz can u make more videos on python coding interview questions ...

Ответить
@Rajesh-xo4ym
@Rajesh-xo4ym - 23.08.2022 11:03

Thanks alot bro for helping us..Your effort pay us alot.

Ответить
@jayantsinghtomer4703
@jayantsinghtomer4703 - 07.09.2022 20:59

Recursion alag se deep knowledge me vedio bna do bro

Ответить
@sangeethak725
@sangeethak725 - 09.09.2022 13:28

Great job! Thank you so much

Ответить
@shubhamsatyam2720
@shubhamsatyam2720 - 13.09.2022 23:09

its nice to have a person like you who are helping python developer to know what real time questions can be asked in the interview , thanks for the answers Nitman , really appreciate the work you do.

Ответить
@mamamiakool
@mamamiakool - 18.09.2022 08:32

Great work Nitin !! For taking your valuable time out and explaining the questions and solution in detail

Ответить
@beingcheercool
@beingcheercool - 18.09.2022 19:01

We want part 2 of this video ☺️
I love you sir mere bade Bhaiyya 🥰😍

Ответить
@vaibhavboraganve7670
@vaibhavboraganve7670 - 26.09.2022 20:32

Hi nitin, this is for how many of years experience developer questions and also 52 questions also including ?

Ответить
@bilalkhan-bb9bo
@bilalkhan-bb9bo - 09.10.2022 09:55

Did anyone cleared any interview with these questions, very curious about this

Ответить
@lubnashaikh1610
@lubnashaikh1610 - 11.10.2022 18:24

Sir apne padhaya huva achhe se samajh atta hai 🙏 thank you for this... Kya app data structure and algorithms padha sakte ho.. in your teaching style..❤️

Ответить
@psrath2006
@psrath2006 - 28.10.2022 19:46

I really like and appreciates this vedio. Very impressive and elaborative to clear fundamental of programming in python. Sir pls upload some vedio of data structure and time and space complexity of programs

Ответить
@deepali2157
@deepali2157 - 03.11.2022 10:20

Nitin!!!!!! you r gem ..Thank you so much for helping us 😊

Ответить
@SahilSharma-tp3ji
@SahilSharma-tp3ji - 10.11.2022 22:13

Thanks bhai.. vedios ke liye.. kya hum hindi me interview de skte hai MNC compny me

Ответить
@factinducer9798
@factinducer9798 - 17.11.2022 18:00

Videos on DSA bro..❤️❤️❤️❤️❤️love ur content.. getting confidence after watching your videos

Ответить
@FekuEntertainmentLtd
@FekuEntertainmentLtd - 26.11.2022 09:54

This is why I've subscribed to your channel. Thank a lot Nitin for all this knowledge. Btw, for the first split method, we can also directly do s == s[::-1], instead of using a temp. Please keep making more such videos..

Ответить
@sidehussle432
@sidehussle432 - 18.12.2022 23:53

Very good video 🦸🎉 ..iska pdf hai kisi ke paas 🥲

Ответить
@omkarbelpatre5
@omkarbelpatre5 - 10.01.2023 09:47

Thank you so much sir

Ответить
@shivpratapraj8403
@shivpratapraj8403 - 27.01.2023 00:08

In least occuernce program. If the string has aaaaddgg times. It only prints d. but g is also two times.

Ответить
@truellove-vu2rl
@truellove-vu2rl - 30.03.2023 23:46

Padhane ki aaeaj bahut aacha bahut aage tk jaoge

Ответить
@rohitshelke8411
@rohitshelke8411 - 17.04.2023 17:11

Thank you for such helpful video 🥰😊

Ответить
@shashvatsehgal622
@shashvatsehgal622 - 25.05.2023 16:56

such a help u are you-tube pai django sikha do na plzzz koi source acha nhi mil rha

Ответить
@ij953
@ij953 - 10.07.2023 02:14

Very helpful and elaborate explanation. Thanks. Can you also document the programs in video ?

Ответить
@PriyankaKumari-bg3dc
@PriyankaKumari-bg3dc - 02.08.2023 08:48

do you have any doc or website like git to get question answer?

Ответить
@thealphabong9195
@thealphabong9195 - 05.09.2023 18:21

Create a next level question answer video

Ответить
@AjaySaini-hc9ho
@AjaySaini-hc9ho - 16.09.2023 16:13

Thanks a lot brother, I liked you content.

Ответить
@manan8304
@manan8304 - 15.01.2024 11:13

Thanks Bhai, it was really helpful.

Ответить
@VishnuVardhan-dc7rt
@VishnuVardhan-dc7rt - 26.03.2024 13:56

which online editor it is?

Ответить
@tomthomas6985
@tomthomas6985 - 01.04.2024 04:48

Please speak in english...bro...

Ответить
@user-ct9bh2gx9b
@user-ct9bh2gx9b - 05.04.2024 22:22

is this for fresher candidate?

Ответить
@sangeethack27
@sangeethack27 - 28.05.2024 18:49

Can do videos in English because I won't understand Hindi

Ответить