I don't know why, but the interviewer gives some kind of positive vibes. The way he corrects the mistakes, puts forwards questions is polite yet firm. Too good environment for freshers 🙌
we can assign 2 values to the 3 variables with the help of extended iterable unpacking a,b,*c = 1,2 print(a,b,c) #output : 1,2 or tuple and unpack: values=(1,2) a,b = values c=None # assigning none to the c value print(a,b,c) #output: 1 2 None
i think 3:25 he will said its giving a same address and same location contain the variable because the value is same but my way it is incorrecet its x ,y , z, have a unique address but same data not a same variable
Excellent information sir But the beard leads to fail in getting job Please remove your beard and maintain near hairstyle and good communication Then you get 59 percentage of chance to get job
like whattt seriously?? this is soo basic tbh.. like I'm still a first year student and I don't know how interviews happen...but the questions which he asked was very easyy!!!
Multiple variable can be assigned the same data in the same memory location In that case they are duplicates of each other and changing one will also affect the others
Dear friends, there are plenty of opportunities in IT, please do few certificates and start your job in IT, what you are learning in college is nothing, just do few certificates like CCNA, MCSE, RHCE, AWS cloud, Security etc., this will give definite jobs and you can live decent life. I have 25+ yrs of IT experience, I am sharing my experience, however its unfortunate none of you ready to start their jobs in IT, instead you are blaming unemployment in India. Instead of focusing other line and getting low salary, just focus on IT, you will get minimum 1 lac within 2 yrs.
Hi can u plz suggest me any job iam searching for react and hava skills in javascript,html,css, Node js and also some knowledge in SQL but very scary about interview because no experience .plz can u suggest me how to get a job ? If once I get iam very honest and works very hard
I don't know why, but the interviewer gives some kind of positive vibes. The way he corrects the mistakes, puts forwards questions is polite yet firm. Too good environment for freshers 🙌
This is not an interview it's mock interview
One important key to success is self confidence.An important key to self confidence is preparation.....
Im just 2days into class and im able to answer all of his questions...💪✊
After watching this session my confidence level is improve to attend interview sir can u upload more session in python like that tanks you sir
Got more confidence to learn Python🤝
great bro... r u telling the answers veru freely and without tension
Questions are based on normal programming questions but not particularly on python.
Thanku sir for upload this video
I learned seeing this video how to give an interview
Sir I am student off BCA and MCA pursuing student
Did you crack it?
0:49 That is the starting of every Engineer's standard answer 😂😂
After watching this session my confidence level is improve to attend interview🥰sir can u upload more session in python like that.
Ok
But real interviews are not like this bro
@@rajgunturgamer how it is going in real interview bro can u explaine 🙏
😂😂😂😂😂
@@rajgunturgamer then how they will conduct bro?
This is very very easy questions I don't think so this questions would be asked in interview 😅
True I agree with you
First of alll, the way the interview was conducted itself it's wrong.
Hahaha 😂😂😂 funny interview
Excellent interview bro
Its very useful for each and every one...
it looks like its useful for me👍tqs for ur support..
Broo.. magneq software lo coaching thisukunava
This looks more like an university viva than a job interview.
Yeah if companies would ask this level questions every one would be placed 😂 and Companies would make money to raise employees 😂😂
If they will ask like this i will crack definitely ❤
Features
1.python lives in jungle
2.very big
3.nice colours on skin
4.can swallow a buffalo
5.baby python can survive on their on when they hatch
🤣🤣
😂
😂😂🤣
Ok, thank you for your time😂😂
Confidence Level 🔥
Tamil medium students watching this video 😂😂
Yes i am .. in internet soothadi's confirm 😢
Yes
English medium also bro 😢🏃♂
Yes bro😅
Sry Gujarati medium
It's very useful for me 🎉🎉
comparison operator is same as the relational operator
5:21 this question in Hacker rack 2nd question
5:51 lekha odd even ka code or print me positive negative wah
Dude didn't take off the cap
Python chikhte chikhte dude ko cap pahanna shikha diya
Cap ki piche purnima ka chand hai😂
The boyss
He must be half bald that's why
@@deborshikashyap6745but even removing cap is better discipline i think
Good job brother. 👌👍🎉
Hii sir can you upload informatica interview
we can assign 2 values to the 3 variables with the help of extended iterable unpacking
a,b,*c = 1,2
print(a,b,c) #output : 1,2
or
tuple and unpack:
values=(1,2)
a,b = values
c=None # assigning none to the c value
print(a,b,c) #output: 1 2 None
Learning Python questions doesnt make strong we should able to debug the code and modify the code accordingly project inputs .
I know all the answers, So easy
i think 3:25 he will said its giving a same address and same location contain the variable because the value is same but my way it is incorrecet its x ,y , z, have a unique address but same data not a same variable
Yes, even I thought the same
Yes
Yes
Very good trainee
Excellent information sir
But the beard leads to fail in getting job
Please remove your beard and maintain near hairstyle and good communication
Then you get 59 percentage of chance to get job
Can u please make video thath how to communicate with them in very good manner so thatha we can improve
Bro memorized and outputed in his own way
Need a reviewer like him
Well answered.
like whattt seriously?? this is soo basic tbh.. like I'm still a first year student and I don't know how interviews happen...but the questions which he asked was very easyy!!!
basics of basic interview of python .......
This is why education is really important in our India. Some bullshit cram interviews are given more importance than actual knowledge.
3:51 epic
syntax error in input function i.e missing )
n = int(input("enter a number"))
no syntax error
he, correct
Entha interview laiyum ippadi questions kekurathu illaiyae ..ivula simple ahh ...
Useful information
Is core python enough for an interview or advanced
Me who printed helo world and mentioned in the resume python as a technical skill😂😢
😢😂 same
Same 😂
Bro it's viva in higher level 🤯
Relational operators and he don't know 😅😅, is this really a movk interview for yse to understand or he was not knowing
I'm MBA graduated ...would I be able to go for an technical interview but I'm well skill of python
Ofc u can
@@vinsmokesanji_2kbro why don't you look for mba related job
I want mock interview how to contact you sir?
Pls reply me
How many steps of interview for freshers as Python full stack developer
Very helpful
I just watched 1 hr python course as a bignner and able to answer evry single question 😂😂
from my point of view he told that id of 3 different variables having same id(memory location) it is wrong ? am I right any ?
Yea as far as I know all the variables get their own memory location
for normal variables having same value the id is same...but in case of lists id will change even after having the same elements in it
Multiple variable can be assigned the same data in the same memory location
In that case they are duplicates of each other and changing one will also affect the others
Manaku freshers ke real interviews lo kuda elane adugutaru.. Plz chepandi
Depends on intetviewer
This is my 12th practical viva
Good information
Can we give interview with cap?
Yes, if there is any problem with your hair
Simple fundamentals question
Python more vedios sir
Nice 👍🙂
Python technical interview on oops plz
kk
I think this not looks like the real interview... 😒
good....👍👍
Context manager also plzz
This questions learn in class11
Very good 👍
The example is not visible sir
Interviewer looking more nerves then student
Easy 🔥
I don't understand why people are shaking their hands your hands arr moving not looks good..
Nice
0:49 engineering degree confirmed
interviewer should be calm and stable . please sir it seems like you are in hurry
Can we wear cap while Interview process?
Sir uploading java interview
kk
It is basic interview only
Very nice bro
What is the job role in this interview
😂😂 for this job hahahhaa
Dear friends, there are plenty of opportunities in IT, please do few certificates and start your job in IT, what you are learning in college is nothing, just do few certificates like CCNA, MCSE, RHCE, AWS cloud, Security etc., this will give definite jobs and you can live decent life. I have 25+ yrs of IT experience, I am sharing my experience, however its unfortunate none of you ready to start their jobs in IT, instead you are blaming unemployment in India. Instead of focusing other line and getting low salary, just focus on IT, you will get minimum 1 lac within 2 yrs.
Hi can u plz suggest me any job iam searching for react and hava skills in javascript,html,css, Node js and also some knowledge in SQL but very scary about interview because no experience .plz can u suggest me how to get a job ? If once I get iam very honest and works very hard
Bro first apply for internship and get some experience@@sujatha204
Sir what is your linked in id
really ??? .. these simple questions are asked in interviews ??????
Oops toh oops hoo gaya sir
First Take off your cap then face the interview this is basic rule bro didn't you know that.
HR asking more questions
This is too much 😢
That's the thing make people nervous and get a job
Institute ke dono admi hai.....
He’s my b tech lecturer aurora college Uppal
warangal bidda ...im also warangal 🤩
I want fresher resume help me
here
Sir B.A wale python kar sakte hai kya
Where u learned broo
Is anyone from Odisha? 😂😂
Openshift interviews please
Is it that easy?
Python is very big and bulky❤
Interview lo hut evadaina veskuntada
He was selected
Yah to 1-2 year experience type interview h😅, fresher s general knowledge python pucha jata h😅 yah to 1-2 year experience walo ka interview h
Per mere ko sab answer aate hai 😂😂....per main fresher hi hu😅
I'm confused about Why he hiding his face by wearing cap in HR round?
😂😂
Did he get the job?
Id will be different