Fresher Mock Interview PYTHON | Technical Round | PYTHON Interview for Fresher | HR Interview

  Рет қаралды 777,944

Magneq Software

Magneq Software

Күн бұрын

Пікірлер: 218
@chinkuralilifestyle6813
@chinkuralilifestyle6813 Жыл бұрын
I like her confidence level atleast she is a able to deliver the answers ... As a fresher its good start some people hesitate to go to interview itself
@kvpkrishna7304
@kvpkrishna7304 Жыл бұрын
In the beginning she is not confident but gradually she improved her self in the interview overall good I like her performance
@sherycreations899
@sherycreations899 6 ай бұрын
Interview ❌ Semester Exam ✅
@abdullahshahid7537
@abdullahshahid7537 Жыл бұрын
1. What is the definition of the class and Object? 2. What is Encapsulation 3. What is Inheritance 4. Advantage of Inheritance 5. Types of Inheritance 6. What is Method overloading 7. What is the Method overriding 8. What is Polymorphism 9. Why do we call Python is Dynamically typed language 10. Define Namespace in Python 11. Scope resolution in Python 12. What is the Python path 13. How do you split function in Python 14. What is the Difference between end and sep parameters? 15. What is a list? 16. Methods of list? 17. What is a tuple? 18. WAP to remove duplicates in a string?
@chalobeats2361
@chalobeats2361 Жыл бұрын
Bro Anni questions final year lo vaa lekaa previous year lo vi kooda aduguthunnaraa
@charuwaka1
@charuwaka1 Жыл бұрын
Class: A class is a blueprint for an object. It defines the object's properties and methods. Object: An object is an instance of a class. It has the properties and methods defined by the class. Encapsulation: Encapsulation is the concept of hiding the implementation details of a class from its users. This is done by declaring the class's attributes as private or protected. Inheritance: Inheritance is the ability of one class to inherit the properties and methods of another class. This allows us to reuse code and reduce the amount of code we need to write. Types of Inheritance: There are two types of inheritance: single inheritance and multiple inheritance. Single inheritance is when a class inherits from only one other class. Multiple inheritance is when a class inherits from more than one other class. Method Overloading: Method overloading is when a class has two or more methods with the same name, but different parameters. Method Overriding: Method overriding is when a subclass has a method with the same name and parameters as a method in its superclass. The subclass's method will override the superclass's method. Polymorphism: Polymorphism is the ability of an object to behave in different ways depending on its context. This is achieved through method overloading and method overriding. Why do we call Python is Dynamically typed language: Python is a dynamically typed language because the type of a variable is not declared at the time of declaration. The type of a variable is determined at runtime, based on the value that is assigned to it. Define Namespace in Python: A namespace is a way of organizing variables and functions. It is a collection of names that are associated with objects. Scope resolution in Python: Scope resolution is the process of determining which name is associated with a variable or function. This is done by looking at the namespace in which the name is used. What is the Python path: The Python path is a list of directories that Python searches for modules. When you import a module, Python looks for the module in the directories on the path. How do you split function in Python: The split function in Python splits a string into a list of strings. The split function takes two arguments: the string to split and the delimiter. The delimiter is the character that is used to split the string. What is the Difference between end and sep parameters? The end parameter in Python is used to specify the character that is used to terminate the output. The sep parameter is used to specify the character that is used to separate the output items. What is a list? A list is a data structure that can hold a collection of objects. The objects in a list can be of any type. Methods of list? The list object has a number of methods that can be used to manipulate the list. Some of the most common methods are: append(): Adds an object to the end of the list. insert(): Inserts an object into the list at a specified index. remove(): Removes an object from the list. sort(): Sorts the list in ascending order. reverse(): Reverses the order of the list. What is a tuple? A tuple is a data structure that can hold a collection of objects. The objects in a tuple are immutable, which means that they cannot be changed once they have been created. WAP to remove duplicates in a string? Here is a Python code to remove duplicates in a string: Python def remove_duplicates(string): seen = set() new_string = "" for char in string: if char not in seen: seen.add(char) new_string += char return new_string Use code with caution. I hope this answers all your questions.
@h44r96
@h44r96 Жыл бұрын
@@charuwaka1 brooooo. Good job✌️
@pankajkumar-xh6ud
@pankajkumar-xh6ud Жыл бұрын
@@charuwaka1 great sir♥️♥️
@pankajkumar-xh6ud
@pankajkumar-xh6ud Жыл бұрын
@@charuwaka1 respect🖖
@prime-showcase
@prime-showcase Жыл бұрын
append() method is a list method in Python and it is used to add an element to the end of a list, it does not work on a string.
@kiyo1328
@kiyo1328 Жыл бұрын
Yes 👍
@kuchipoo2057
@kuchipoo2057 Жыл бұрын
Correct bro
@saitejaguntupalli9085
@saitejaguntupalli9085 Жыл бұрын
Replace method tho sting latter change cheyyachu
@mkzzzzzzzzzz1
@mkzzzzzzzzzz1 Жыл бұрын
That's why she used a joined bro.
@nanishasusan7847
@nanishasusan7847 Жыл бұрын
# remove duplicates in a string String='adddp' String="".join(set(string)) print(string)
@mrfreefiretamil4716
@mrfreefiretamil4716 6 ай бұрын
😢
@moonlight-td8ed
@moonlight-td8ed 5 ай бұрын
we shouldnt be using predefined functions.. while doing these kind of questions...
@balgondabalgonda5916
@balgondabalgonda5916 Жыл бұрын
Namespace nothing but a collection of currently symbolic name along with the information about the objects with the name reference.
@ankitpandita1369
@ankitpandita1369 Жыл бұрын
It's more like a viva rather than an interview😂😂😂
@vanshmistry2581
@vanshmistry2581 6 ай бұрын
right
@santhoshsanjay9875
@santhoshsanjay9875 5 ай бұрын
It's a technical round
@Pravalika_sweety
@Pravalika_sweety 2 ай бұрын
Even I can say viva properly than her..😂
@prasannasankar6449
@prasannasankar6449 Жыл бұрын
Good kalpana... Plz attend more mock interviews
@thepresistence5935
@thepresistence5935 Жыл бұрын
My mind is telling she is memorized all answers, I don't know why :)
@chetanya070
@chetanya070 Жыл бұрын
Rattafication
@realshahalam
@realshahalam Жыл бұрын
@@chetanya070 cramming* is the correct word
@chetanya070
@chetanya070 Жыл бұрын
@@realshahalam desi mai yehe bole hai
@pabitra1531
@pabitra1531 Жыл бұрын
bcz she is a leady,all leady are not know about knowledge but they are copy the book
@harekrishna9995
@harekrishna9995 Жыл бұрын
​@@pabitra1531you know everything????
@hrishikeshshinde7569
@hrishikeshshinde7569 Жыл бұрын
Optimized code :- String=input("enter a string") Set1=set(string) list1=list(set1) Output=''.join(sorted(list1) Print(output)
@blackjagur2808
@blackjagur2808 Жыл бұрын
x = input() s = "" for i in range(0, len(x)): if x[i] not in s: s += x[i] print(s) bro it is more optimized
@darkshadow8414
@darkshadow8414 Жыл бұрын
​@@blackjagur2808right bro that's easy ❤
@darkshadow8414
@darkshadow8414 Жыл бұрын
Tumhara shi h mgr unordered ho jayegi
@iyyappaniyyappa4051
@iyyappaniyyappa4051 Жыл бұрын
It's like a oral test she is asking more questions related to studies
@ItsJustMaha
@ItsJustMaha Жыл бұрын
Thank you so much I go job in Nasa from these mock interviews 🙏🏽
@solmanraj3140
@solmanraj3140 2 ай бұрын
If you try more may get in CIA & RAW also. Good luck..
@Yagnasri100
@Yagnasri100 10 ай бұрын
Program for remove duplicates x=set(input("enter a string:")) print(sorted(x))
@smartchandru6498
@smartchandru6498 5 ай бұрын
Super bro ❤
@vavilapallisaisumanth9882
@vavilapallisaisumanth9882 11 ай бұрын
She blindly wrote the byhearted code we can simply write by 1. Taking elements into a list 2. Convert the list to set ( if you want the output in list then list(set(acquired list)))
@kraze3143
@kraze3143 7 ай бұрын
Exactly broo!
@balgondabalgonda5916
@balgondabalgonda5916 Жыл бұрын
Tuple is immutable and cant modify its represent hold the ()
@vishva00073
@vishva00073 Жыл бұрын
One more thing Very important Eye contact
@srikantheedapu4730
@srikantheedapu4730 Жыл бұрын
Kalpanakka supperrrr 🎉🎉🎉🎉
@HeidiBich-mw7os
@HeidiBich-mw7os Жыл бұрын
Excellent performance
@saumyatiwari6912
@saumyatiwari6912 Жыл бұрын
I have completed my diploma.. Can I give interview in your company?
@kakashi_vladivostok
@kakashi_vladivostok Жыл бұрын
1:31 what kind of movies and her smile 😂😂
@srihari2792
@srihari2792 Жыл бұрын
Kalapana awesome Exaplain is so good
@sahilpasha1103
@sahilpasha1103 9 ай бұрын
I don’t feel this as a interview I feel like ViVA is going on
@ushakiran22
@ushakiran22 Жыл бұрын
It is very usefull video who want to join python
@solmanraj3140
@solmanraj3140 2 ай бұрын
After seeing kalpana name i rememberd Dubai seenu movie scene ravi teja with Shiyaji shinde party scene as ravi teja giving hint to kalpana..
@AtharReviews
@AtharReviews Жыл бұрын
Multitasking can fix one thing but screws many things. Best rule one by one. STOP MULTI-TASKING human is not computer.
@lavanyayadavvelpula9870
@lavanyayadavvelpula9870 Жыл бұрын
Well done ma...❤
@Teja_00
@Teja_00 Жыл бұрын
Salary package entha iche untaru Prends ?
@codewithshwe
@codewithshwe Жыл бұрын
Good one, next time try without memoraizing
@thrushithareddy4229
@thrushithareddy4229 Жыл бұрын
Well done 👍
@pravinkolambkar3595
@pravinkolambkar3595 10 ай бұрын
Aise by heart karke kya hota hai? Even Interviewers approach doesn't look good. candidate looks too sincere
@tumatisowmya3542
@tumatisowmya3542 Жыл бұрын
It just seems that she memorised all
@jafarmakandar17
@jafarmakandar17 Жыл бұрын
Mam behaviour was some rude
@thethemeofvoyage2822
@thethemeofvoyage2822 10 ай бұрын
How many marks you scored in viva voice in this practical ?
@nayandokhale3114
@nayandokhale3114 Жыл бұрын
Biggest mistake is saying mam or sir in every sentence 😅
@happykids127
@happykids127 Жыл бұрын
She do well. But her sound was very low.😊😊😊
@alginmerymery5629
@alginmerymery5629 Жыл бұрын
It due to nervousness
@b.krishnareddy5255
@b.krishnareddy5255 Жыл бұрын
write a code to remove duplicates in a string code is wrong. because append is a list method it's not work on a string.
@msabout_tech
@msabout_tech Жыл бұрын
icchina string ni set lo convert cheste aipothadi bro
@tejaswinichamarthi6601
@tejaswinichamarthi6601 Жыл бұрын
Good work
@Certified.Youtube
@Certified.Youtube Жыл бұрын
Python does not support method overloading.
@youngTigerNtr20583
@youngTigerNtr20583 Жыл бұрын
This is for company or interview training
@vinayofficial11
@vinayofficial11 Жыл бұрын
hello mam, mera left ear dead ho gya hai jisse main kam sun pata hai toh kya main interview de sakta hu. please tell me mam.
@divyasai1823
@divyasai1823 Жыл бұрын
Super kalpana🎉
@brokenheros_11
@brokenheros_11 Жыл бұрын
It would be a 30 seconds video, if i was there
@100srecordwarehouse6
@100srecordwarehouse6 Жыл бұрын
you mean they would have kicked you after the first question
@dillibabus5995
@dillibabus5995 Жыл бұрын
​@@100srecordwarehouse6😏
@senthilmathan
@senthilmathan 9 ай бұрын
😂​@@100srecordwarehouse6
@mvamshipatel5721
@mvamshipatel5721 Жыл бұрын
Madam coaching echi job kii interview haa madam
@mahendrarajuveligandla
@mahendrarajuveligandla Жыл бұрын
Very good 😊
@MohammedNizlan-2328
@MohammedNizlan-2328 Жыл бұрын
😂😂what's the purpose of testing software engineers english vocolbary?🙄🙄
@ravindraanagani7644
@ravindraanagani7644 Жыл бұрын
She don't know about list functions, but how she wrote the append in program..😅, she was explaining also.. i was totally confused 😂 it is......?
@ajaychimnani7985
@ajaychimnani7985 6 ай бұрын
Hesitation to tell bro
@s.aswini9375
@s.aswini9375 Жыл бұрын
Fabulous kalpana😊
@saidurgaraom3556
@saidurgaraom3556 Жыл бұрын
Mamdam your voice is good but interview voice is very low mam
@paluman4992
@paluman4992 5 ай бұрын
Please Soek Loudly, Awaz Record Ni ho Thii 😢
@nagasai7681
@nagasai7681 Жыл бұрын
Keep posting.
@simransinha6736
@simransinha6736 11 ай бұрын
OMG! she is so amazing.
@saicharannancharla3409
@saicharannancharla3409 9 ай бұрын
Asking python interview questions from interview bit in the same order
@TheKiranAcademy
@TheKiranAcademy 8 ай бұрын
Watch our PYTHON Mock Interview | Program Solving : kzbin.info/www/bejne/fqKxoaeuodd-arc
@mrperfectboy9041
@mrperfectboy9041 7 ай бұрын
She just memorised whole questions😂😂
@jayasuryasurya7213
@jayasuryasurya7213 6 ай бұрын
Yes😂
@nirmalaveera2301
@nirmalaveera2301 7 ай бұрын
I'm also food technologist but still I'm a python developer
@harish62tech
@harish62tech Жыл бұрын
Can we ask what about you in the return when the interviewer ask us how are you?
@Pooja-92
@Pooja-92 Жыл бұрын
You can ask how about you instead
@nandieswaraokurapati337
@nandieswaraokurapati337 Жыл бұрын
Recently i have completed My Graduation ani cheppi in 1999 ani annadhi enti bayya e ammai 😮
@udayraj7017
@udayraj7017 Жыл бұрын
Kalpana akka kadha ah maaathram vunntadhi bayya😅😅😅
@loony4280
@loony4280 10 ай бұрын
if I could write make code simple a = set(input("Enter a string:")) print(a) here would be my code for that
@raviarun5849
@raviarun5849 Жыл бұрын
I have one doubt. I speak tamil more comfortably than english...so can i speak tamil in interview?
@ALF_VINCENZO
@ALF_VINCENZO Жыл бұрын
It is a scripted vedio I think so Because all are saying "what about u mam"
@manjumanjuchannel3473
@manjumanjuchannel3473 Жыл бұрын
Very good kalapna
@SamiTajQureshi-sx5bq
@SamiTajQureshi-sx5bq Жыл бұрын
Bombastic bro 💖🌼
@Saicharan_Bairagoni.
@Saicharan_Bairagoni. 10 ай бұрын
To get job learn about python language that's enough
@dpnkr9981
@dpnkr9981 Жыл бұрын
If I ware one of them, I could not upload my video, why they create contents using us🙂🙂🙂
@BCAboy_akash
@BCAboy_akash Жыл бұрын
video me jinhone interview diya tha unhe job mil gyi ?
@fireridergaming3221
@fireridergaming3221 11 ай бұрын
Person who attend inview will they got job
@soren9296
@soren9296 Жыл бұрын
College exam wla Viva chl rha ki interview
@nikshedbale24
@nikshedbale24 9 ай бұрын
By the way every interviews are questions in theory
@sakthisai6415
@sakthisai6415 Жыл бұрын
Which location in this company? it's coimbatore?
@worldofcartoon967
@worldofcartoon967 Жыл бұрын
Actually...ilaanti questions ae aduguthaara 🙄
@Nani_official________281
@Nani_official________281 11 ай бұрын
i have been completeing my BE .can i give interview in your company?
@mraviteja3794
@mraviteja3794 6 ай бұрын
It's training cum placement I think
@GamingEvo07
@GamingEvo07 Жыл бұрын
@mahgneqsoftware - mene online certificate course kiye hay coding me or muje coding ke baare me B.C.A. walo jitna knowlage hay lekin mene B.C.A. nahi kiya tho kya muje kisi private company me ek ache package ki job mil sakti hay kya ???
@anudeepg7337
@anudeepg7337 Жыл бұрын
She doesn't even know that tuple is immutable.
@anudeepg7337
@anudeepg7337 Жыл бұрын
She only learnt some questions and came to interview
@Praveen-844
@Praveen-844 Жыл бұрын
But she answered for many other questions
@somashekharaiahsomu
@somashekharaiahsomu Жыл бұрын
Super akka
@fuse018
@fuse018 Жыл бұрын
Are there movies in python
@TANICUTEBABY
@TANICUTEBABY Жыл бұрын
2014 passed out cheyyacha
@sankars9731
@sankars9731 Жыл бұрын
Useful information
@Charan_1818
@Charan_1818 14 күн бұрын
Interview ❌ Viva ✅ 😂
@praveensahu7625
@praveensahu7625 Жыл бұрын
Voice is not clear
@kumarrajuguduru1997
@kumarrajuguduru1997 Жыл бұрын
Verry good excellent
@poornachowdary4831
@poornachowdary4831 Жыл бұрын
Nyc 😊
@aishwaryajanagama6559
@aishwaryajanagama6559 Жыл бұрын
Super akka😊
@mounivemula-y5c
@mounivemula-y5c Жыл бұрын
keep posting
@Irfanimran-xh4xo
@Irfanimran-xh4xo 5 ай бұрын
Nice kalpana
@Irfanimran-xh4xo
@Irfanimran-xh4xo 5 ай бұрын
😊😊😊😊kalpana
@TriveniGhanta-k3v
@TriveniGhanta-k3v Жыл бұрын
Well done ma...
@subramanyamraju3480
@subramanyamraju3480 Жыл бұрын
Good skills
@revathi_0337
@revathi_0337 Жыл бұрын
Super_Akkaaa😌
@ambikapokhriyal4973
@ambikapokhriyal4973 3 ай бұрын
resume hath me leke name pooch re h
@jhansiranimodugumudi8380
@jhansiranimodugumudi8380 Жыл бұрын
Nice
@vallepuanilvallepuanil9258
@vallepuanilvallepuanil9258 Жыл бұрын
Is it real interview or not
@magneqsoftware6896
@magneqsoftware6896 Жыл бұрын
mock interview
@itz_kittu_ff
@itz_kittu_ff Жыл бұрын
Is She Selected 😮
@jayakrishna1575
@jayakrishna1575 Жыл бұрын
​@@itz_kittu_ff No
@sandymicheal4319
@sandymicheal4319 10 ай бұрын
I believe that the interviewer needs coaching on how to interview. It's not advisable to be commanding or bossing off & that was evident. Second, the interviewee must not deliver learnt it by heart answers. The best bid is to sound natural. Last of all grammar needs to be polished from both ends.
@Humanonearth-y8y
@Humanonearth-y8y Жыл бұрын
Viva chal raha hey kya idara😂😂
@noormohammad3315
@noormohammad3315 Жыл бұрын
Nice madam
@Pallavisharm
@Pallavisharm Жыл бұрын
Guys plz dont follow blindly..this memmoized way you cant clear interview.
@VENUARAVINDR
@VENUARAVINDR Жыл бұрын
Not resum it’s resumeee😅
@pradeepguduru8522
@pradeepguduru8522 Жыл бұрын
Good
@avishekpattnaik697
@avishekpattnaik697 Жыл бұрын
Hindi mai nahi bol sakte hai kya??
@mallireddy4507
@mallireddy4507 Жыл бұрын
Not audible
@sesuraj1682
@sesuraj1682 Жыл бұрын
Its real or reel
@anilreddynagireddy007
@anilreddynagireddy007 5 ай бұрын
1:18
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
TCS Campus Interview I Campus Placements I Gauri Shrimali I Arvind Singh Pemawat
18:09
Dr. Arvind Singh Pemawat
Рет қаралды 7 МЛН
Infosys I Accenture I Wipro Campus Interview I Purvi Dwivedi I Arvind Singh Pemawat
31:45
Dr. Arvind Singh Pemawat
Рет қаралды 3,9 МЛН
Fresher Python Mock Interview  | Technical Round | Best Training Institute in Hyderabad
7:38
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН