Тёмный

54 Django Developer Interview Questions Answers [Hindi+English] | Written Notes | My 200+ Interviews 

NitMan Talks
Подписаться 42 тыс.
Просмотров 111 тыс.
50% 1

#djangorestframework #softwaredeveloper #Djangointerview #Djangoinonevideo
In this video, I will Provide You all the answers to the question that I mentioned in the Video - "54 Django Developer Interview Questions From my 200+ interviews"
Chapters:
00:00 - Introduction
00:20 - 4 Parts Of Questions
QuerySet/Command Based Questions(1-11 Ques-Ans)
01:01 - What is the command to install Django and to know about its version?
01:37 - What is the command to create a project and app in Django?
02:10 - What is the command to run a project in Django?
02:57 - What is the command for migrations in Django?
04:15 - What is the Command To Create a Superuser in Django?
04:47 - What is the Django command to view a database schema of an existing (or legacy) database?
04:58 - How to view all items in the Model using Django QuerySet?
05:20 - How to filter items in the Model using Django QuerySet?
05:44 - How to get a particular item in the Model using Django QuerySet?
06:03 - How to delete/insert/update an object using QuerySet in Django?
07:03 - How can you combine multiple QuerySets in a View?
Mostly Asked Questions (1-16 Ques-Ans)
09:14 - Explain Django Architecture? Explain Model, Template, and Views.
13:29 - Explain how a request is processed in Django?
18:25 - What is the difference between a project and an app in Django?
22:33 - Which is the default database in the settings file in Django?
22:41 - Why is Django called a loosely coupled framework?
22:52 - Which is the default port for the Django development server?
24:15 - Explain the Migration in Django.
26:31 - What is Django ORM?
28:24 - Explain how you can set up the Database in Django?
29:31 - What do you mean by the CSRF Token?
30:51 - What is a QuerySet in Django?
31:32 - Difference between select_related and prefetch_related in Django?
33:57 - Difference between Emp.object.filter(), Emp.object.get() and Emp.objects.all() in Django Queryset?
36:18 - Which Companies Use Django?
36:37 - How Static Files are defined in Django? Explain its COnfiguration and uses.
39:03 - What is the difference between Flask, Pyramid, and Django?
Common Question (1-16 Ques-Ans)
40:09 - Give a brief about the Django admin.
43:00 - What databases are supported by Django?
43:33 - What are the advantages/disadvantages of using Django?
46:17 - What is the Django shortcut method to more easily render an HTML response?
46:25 - What is the difference between Authentication and Authorization in Django?
48:57 - What is django.shortcuts.render function?
50:23 - Explain Q objects in Django ORM?
51:36 - What is the significance of the manage.py file in Django?
52:23 - What is the use of the include function in the urls.py file in Django?
54:31 - What does {% include %} do in Django?
55:41 - What is Django Rest Framework(DRF)?
56:35 - What is a Middleware in Django?
57:45 - What is a session in Django?
58:19 - What are Django Signals?
59:14 - What is the context in Django?
1:00:21 - What are Django exceptions?
Rarely/advanced Questions (1-11 Ques-Ans)
1:02:46 - What happens if MyObject.objects.get() is called with parameters that do not match an existing item in the database?
1:04:02 - How to make a variable available to all the templates?
1:04:25 - Why does Django use regular expressions to define URLs? Is it necessary to use them?
1:07:19 - Difference between Django OneToOneField and ForeignKey Field?
1:07:49 - Briefly explain Django Field Class and its types
1:08:31 - Explain how you can use file-based sessions?
1:08:41 - What is Jinja templating?
1:09:32 - What is serialization in Django?
1:10:13 - What are generic views?
1:10:49 - What is mixin?
1:11:29 - Explain the caching strategies in Django?
1:13:23 - Conclusion
************************************************
Stay Connected!! Connect with me:
Instagram: / nitinmangotra
LinkedIn:
Facebook: / nitmantalks
Twitter: / nitinmangotra07
************************************************
#pythoninonevideo #Django #interviewexperience
#nitinmangotra Nitin Mangotra | Nitman Talks
54 Django Developer Interview Questions Answers
54 Django Developer Interview Answers
Top 10 Django Developer Interview Questions Answer
Django Interview Questions
Django Interview Questions and answers for Experienced
Top 10 Python Developer Interview Questions Answer
Python Interview Questions Answer
Django Interview
Django Interview Questions for freshers
Django Interview Questions and answers for freshers
Django Developer Roadmap
Django Interview Questions 2021
Interview experience Software Engineer
Software Developer Experience
Nitin Mangotra
************************************************
54 Django Questions Answers - docs.google.com/presentation/...
Thanks and Much Love To You ALL!!!❤
Regards,
NitMan

Опубликовано:

 

25 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 197   
@NitManTalks
@NitManTalks 2 года назад
Thank you all for your love and Support. And I really hope this video helps you to crack your interviews. 54 Django Questions Answers - docs.google.com/presentation/d/1aCDZ08dlIh4DGsIawYPBJrBD_qMTZYedch6XcdRm7X8/edit?usp=sharing Thanks and Much Love To You ALL!!!❤ PS: Do let me know in the comments if this video helps you in order to get shortlisted in any company. ❣💥🤘 Regards, NitMan
@shubhamjain339
@shubhamjain339 2 года назад
Sir by providing PDF earlier could make someone's future. We all will be supporting you as always. Hope you will understand our wish.
@abikrsen3205
@abikrsen3205 2 года назад
If you really care about our shortlisting this much, then you should post the notes, man. :|
@karthikkn6738
@karthikkn6738 2 года назад
Hi bro it would really be helpful if you could share the pdf notes you have 8k subs and got almost 14k views that itself is great by having 200k views target is kind of a stretch given the time the video been posted already also I'm from south if you cant share pdf right now at least please add subs that would help more people consume the content without language barrier. thankyou
@NitManTalks
@NitManTalks 2 года назад
@@karthikkn6738 shared!
@allinonebysurajbhatele5534
@allinonebysurajbhatele5534 Год назад
But sir you are not discussing about decorators
@imranshaikh6224
@imranshaikh6224 2 года назад
Questions: 1.what is the command to install django? To know about it version? 2.what is the command to run a project in django? 3.wha is the command for migrations in django? 4.what is the command to create superuser in django? 5.what is the django to view a database schema of an existing(or legacy) database? 6.how to view all the items in the model using django queryset? 7.how to filter items in the model using django queryset? 8.how to delete/insert/update an object using queryset in django? 9.how can you combine multiple queryserts in a view? 10.exaplain django architecture? Explain model,view,templates ? 11.what is the difference between project and application in django? 12.which is the default database in the settings file in django? 13.why is django called loosely coupled framework? 14.which is the default port for the django development server? 15.explain the migration in django? 16.what is the django ORM? 17.explain how you can set up the database in django? 18.what do you mean by the CSRF token? 19.what is a queryset in django? 20.diffrence between select_related and prefetched_related in django? 21.difference between Emp.objects.filter(),Emp.objects.get(),Emp.objects.all() in django queryset? 22.which companies use Django? 23.how static files are defined in Django? Explain its configuration and uses? 24.what is the difference Flask,Django and Pyramid? 25.give a bried about the Django Admin? 26.what databases supported by Django? 27.advantage and disadvantage in django? 28.what is django shortcut method to more easily render an HTML response? 29.differene between Authentication and Authorization in django? 30.explain Q objects in Django? 31.what is the significance of the manage.py file in django? 32.what is the use of include function in the urls.py file in django? 33.what does {% include %} do in django? 34.what is Django Rest Framework(DRF)? 35.what is a session in Django? 36.what are django signals? 37.what is context in django? 38.what are django exception? 39.what happens if Myobject.objecs.get() is called with parameters that do not match existing item in the database? 40.how to make a variable available to all the templates? 41.difference between OneToOneField and ForeignKey in django? 42.briefly explain django Field Class and its types? 43.explain how you can use file-based-sessions? 44.what is JINJA templating? 45.what is serialization in django? 46.why does django use Regular Expression to define URL’s? Is it necessary to use them? 47.what is generic views? 48.what is mixin? 49.explain the caching strategies in django? 50.conclusion
@TDNoteBook
@TDNoteBook Год назад
Thank you very much because I got selected in interview and I am feeling very happy. Your video made my career start in IT industry.
@NitManTalks
@NitManTalks Год назад
Congratulations 🎉
@TDNoteBook
@TDNoteBook Год назад
Thank you 😊
@hemant3123
@hemant3123 Год назад
How did you start ? Please share you journey.
@TDNoteBook
@TDNoteBook Год назад
@@hemant3123 I just started watching video then complete video as well I prepared a note 🗒.
@hemant3123
@hemant3123 Год назад
@@TDNoteBook which videos bhai??
@PiyushAtghara
@PiyushAtghara 2 года назад
This is the exact list of questions every candidate should be prepared for. Thanks for putting it all together.
@seethroughmyeyes423
@seethroughmyeyes423 2 года назад
Perfect video to cover main topics of Django!!
@basavrajningadali4919
@basavrajningadali4919 25 дней назад
maine agar tapka video 10 interview dene se pehle dekha hota, to shayad interview clear ho chuka hota....thanks alot, this covers each and every question I faced till now
@shabanaafsar4796
@shabanaafsar4796 2 года назад
Excellent JOB ,you are nailing it. Keep going my friend
@muhammadsaud5986
@muhammadsaud5986 3 месяца назад
kamal hh bhai dil jeet lia love you brother
@gauravdond4886
@gauravdond4886 2 года назад
I had need of this video. Thanks for making this video
@gangaprasadshirale2853
@gangaprasadshirale2853 2 года назад
Great work sir. Best Interview preparation video for Django❤
@sujit12x10
@sujit12x10 Год назад
Thankyou bhai itna hardwork kon krta h aajkal kisi k liye thankyou so much....
@khetrabasitechvideo362
@khetrabasitechvideo362 2 года назад
Thank you so much sir... really superb video ❤️
@amritpanta2302
@amritpanta2302 2 года назад
Really , excellent video for DJango developer 🤟. Thanks bro.... Waiting such type of video for dajngo REST framework . Hope it will come fast👍🏻👍🏻
@KomalSingh-oc6jb
@KomalSingh-oc6jb 2 года назад
Thank you for creating an awesome video👍👍
@MrRavindra4
@MrRavindra4 2 года назад
Very Helpful and Informative Video. Thank you Bro.
@jigarpal6173
@jigarpal6173 Год назад
love u Nitman .your content is always good after watching your series I am highly motivated by your efforts and your honesty. Your All Video Is Very Useful Keep It Up, Brother.❤
@niveshchourey1158
@niveshchourey1158 Год назад
Hello Brother... I am having 3+ year of experience in python and in django too.. I have seen mannyyy lecture videos on python django in these 3-4 years.. Attended coachings in hyderabad watched many lectures in past...But the way you have made these videos for preparation... Amazzzingg bro.. All the main imp quens you have collected in your videos python quens and django quens both... Aapka samjhane ka tarika or collection of quens ekdum wahi hai jo puchhe jaate hai... keep doing bro..👍
@amankawade5521
@amankawade5521 2 года назад
Great Work Sir, Its help me allots for interview preparation.
@ashokpawar6413
@ashokpawar6413 Год назад
Such a important information about django ...Thank you.
@NareshKumar-hw5td
@NareshKumar-hw5td 2 года назад
Great work Nithin
@adityashewale7983
@adityashewale7983 11 месяцев назад
great lesson sir, all revision in lesson, Thank you so much for preparing such lesson.
@tridipkumar1296
@tridipkumar1296 2 года назад
Found best piece on internet today.
@sainachhetri9038
@sainachhetri9038 2 года назад
Thank you bhaiya. This video has everything for beginners as well as advanced learners.🙌🙌
@NitManTalks
@NitManTalks 2 года назад
My pleasure 😊
@rahulpanchal7086
@rahulpanchal7086 2 года назад
Great sir, this video is really helpful
@sachinbidkar658
@sachinbidkar658 2 года назад
SUPER for INTERVIEW preparation AND excellent define answer
@NitManTalks
@NitManTalks 2 года назад
Thank you very much
@arhamansari1312
@arhamansari1312 Месяц назад
Cant thank you enough bhai.. Excellent work
@NitManTalks
@NitManTalks Месяц назад
Happy to help
@sirajkhan-dt5rl
@sirajkhan-dt5rl Год назад
Great work sir thank you for this video
@yellaharshavardhan9851
@yellaharshavardhan9851 Год назад
15:30 very nice Explanation thnx
@kishanmunjapara5216
@kishanmunjapara5216 Месяц назад
Best Explained video.... Great sir
@shivuss3927
@shivuss3927 2 года назад
Thank you Nitin, Same questions were asked, in python and Django. Waiting for new project in Django. 🙏
@NitManTalks
@NitManTalks 2 года назад
Great 👍
@charlesk6378
@charlesk6378 5 месяцев назад
Thnaks bro , it helped a lot, Believe it guys , interviews q were very similar
@thesocialbus8786
@thesocialbus8786 2 месяца назад
Thanks I have revised a lot of things
@user-ud5zl9uq2f
@user-ud5zl9uq2f 10 месяцев назад
awesome sir
@deadhand2619
@deadhand2619 7 месяцев назад
Very nice explanation ❤
@amrutharamesh1097
@amrutharamesh1097 9 месяцев назад
Amazing content bro
@meralmaradia4774
@meralmaradia4774 2 месяца назад
Great Content NitMan 👍
@priyankagorkhe2870
@priyankagorkhe2870 Год назад
Tell them that to create an app u need to be in the directory of the project. Well done!
@priyankapatil-jn9wx
@priyankapatil-jn9wx 2 года назад
Very helpful 👍
@umeshtaily4602
@umeshtaily4602 Год назад
Hats off ⚡💥
@sktalkiessj
@sktalkiessj Год назад
Thank you so much 🥰 sir🙏
@sivanshlmao
@sivanshlmao Год назад
Greay job man !!
@deepankarmullick3121
@deepankarmullick3121 2 года назад
amazing video
@PsychoStudent01
@PsychoStudent01 2 года назад
Thanks a lot brother, now we need a tutorial on javascript interview questions like this and Django video. Please make as soon as possible.
@NitManTalks
@NitManTalks 2 года назад
Will upload soon
@PsychoStudent01
@PsychoStudent01 2 года назад
@@NitManTalks 🙏🙏🤗
@PraveenKumar-uf9bq
@PraveenKumar-uf9bq 2 года назад
Thank you so much once again Nitin !🙌 When you have already prepared the 52 Django questions sheet, this acts as a quick revision and adds additional point to one's self made notes. Thank you for all the hard work you have put in ! Next video on - Django hands on projects from interview point of perspective PLEASE 🙏
@NitManTalks
@NitManTalks 2 года назад
Thanks!! Surely, Will Make Soon!
@unknown8280
@unknown8280 2 года назад
I am also waiting for this video.... +1
@dipusarker8072
@dipusarker8072 2 года назад
@@NitManTalks sir plz give us pdf like python
@NitManTalks
@NitManTalks 2 года назад
@@dipusarker8072 Done. Please check out my telegram group or pinned comment on this video.
@ViruSahastrabuddhe
@ViruSahastrabuddhe 2 года назад
Gotchaaaa!! 😸
@Ranasinghji
@Ranasinghji Год назад
very helpful video.🥰
@pythonqaforum5239
@pythonqaforum5239 2 года назад
Thanks a lot bayya
@sushmithasushmi1584
@sushmithasushmi1584 2 года назад
Nice explanation
@TDNoteBook
@TDNoteBook Год назад
Thank you very much
@shantanupatil9432
@shantanupatil9432 2 года назад
Bhaiya ye bohot accha hai... Flask pe video banao plz
@adityarathore6809
@adityarathore6809 2 года назад
Hello. Thanks for your support but we need flask interview questions as well.. Please make video for same
@unsung_
@unsung_ 2 года назад
Hey brother , your python interview question video was very helpful and I am hoping same for it too. And thank you so much for putting this much efforts into this video . I appreciate it . And yeah not gonna watch it right now . Will watch it tonight in free time . Thank you so much 🤍
@NitManTalks
@NitManTalks 2 года назад
Glad my videos helped you!! And I hope You Watch this video asap and share your valuable feedback!
@pranshu_tiwari
@pranshu_tiwari 2 года назад
Nice bro great effort 👌👌 ...ab django developer bann jauga
@NitManTalks
@NitManTalks 2 года назад
Surely bro!! I hope this video helps you!
@user-cw2yo3dv4x
@user-cw2yo3dv4x 11 месяцев назад
thank you dude
@dishakumbhar5889
@dishakumbhar5889 11 месяцев назад
Very helpful
@tanooparavind9450
@tanooparavind9450 3 дня назад
thank you sir
@sunilparmar5954
@sunilparmar5954 2 года назад
Great
@indepedentbusinessconsulta5705
@indepedentbusinessconsulta5705 2 года назад
excellent
@fictionanimates5432
@fictionanimates5432 6 месяцев назад
thank you sir respect++
@NitManTalks
@NitManTalks 5 месяцев назад
Most welcome 🙏
@abdullahamin4504
@abdullahamin4504 Год назад
Hellow ----- My self Abdullah from bangladesh . I Watch your video regularly and now i complete django playlist. i learn everything from your youtube --- thank you --- I have a request to you that please make a video how to use django custom admin panel instead django default admin templare.... please please please --------- i wait for your notification
@srsofts7885
@srsofts7885 8 месяцев назад
Thanks
@digambar6191
@digambar6191 Год назад
Thnx sir
@easyprogramming9074
@easyprogramming9074 Год назад
👌👌👌
@amjadalikhan1194
@amjadalikhan1194 3 месяца назад
Good explanation. Ok Still Localization, Database connectivity, Channels and publishing web application etc require.
@roopikachari1709
@roopikachari1709 Год назад
Hey hi Nitin.. Thank you for this django interview questions video of yours it really helped a lot to get a good project just had a call with manager and first thing I am doing after the call to write a thanks note to you.... Thank you once again...Please keep educating people this way...wish you have a great long year ahead!!!🙂
@NitManTalks
@NitManTalks Год назад
Glad to hear that... Congratulations 🎉
@shivamsharma-op2ep
@shivamsharma-op2ep Год назад
thanks
@kumaraneesh1420
@kumaraneesh1420 Год назад
Good 1
@deoabhinavshrivastava9984
@deoabhinavshrivastava9984 9 месяцев назад
Thankyu So much providing such type of useful content for us
@RAVIKANT-ts7dr
@RAVIKANT-ts7dr Год назад
❤️❤️❤️
@pratyushbehere3580
@pratyushbehere3580 2 года назад
Correct me if I'm wrong, but doesn't the request go to the webserver first (Apache/nginx), then the python webserver (Gunicorn) and then the Django webapp?
@akshayugalmogale
@akshayugalmogale Год назад
Best Video.. please make Django series playlist tutorial
@NitManTalks
@NitManTalks Год назад
Thanks!!! After Python, will work on Django Series
@MaloyBaroi
@MaloyBaroi Год назад
6:19 filter and delete works together?
@dipusarker8072
@dipusarker8072 2 года назад
Please make advance django interview question
@nisargaharish2132
@nisargaharish2132 2 года назад
Your question answer vedios are very helpful for interviews. Thank you please keep making more vedios
@AiBeast
@AiBeast 10 месяцев назад
Router in django
@iamanonymous2
@iamanonymous2 Месяц назад
bro, do i need to learn Django templating language, if iam already good with django rest framework and react. And also do i need to learn class based views, if i know function based views? please reply.
@nbadya2674
@nbadya2674 2 года назад
Hi bro, this video is very helpful to me. Please do any project in industry level. It is helpful to me. Iam waiting for your answer. thanking you
@NitManTalks
@NitManTalks 2 года назад
Sure I will
@nishakumarisahu6035
@nishakumarisahu6035 Год назад
Why we use serializer during creating an api while we can create an api using model?
@shaikirrted2767
@shaikirrted2767 2 года назад
Bro Django Rest Frame work also plzzzzzzzzz🤞
@user-ds9lj7ys1z
@user-ds9lj7ys1z 8 месяцев назад
At 21:06 command to create a project is in correct. it should be django admin startproject nitman
@alphonseprakash7459
@alphonseprakash7459 Год назад
bhai today i had my Django Interview for Internship. They asked me is Django synchronous or asynchronous i was not able to answer this. They even asked me the difference between client side caching and server side caching... Verdict: Got rejected😥😥 any suggestion for how can i prepare for these concepts?
@mendixHub
@mendixHub 2 года назад
I want React or MERN interview questions plz🥺
@jitendrasus7376
@jitendrasus7376 Год назад
Hello sir I am new subscriber of your chennal..please I have one request to explain again this question in Hindi step by step I did not understand from little explain... Questions is that.... Why django is loosely coupled framework? Explain again code by code whatever you are written on your Answer........ 🙏 🙏 🙏 Make one video on this Topic because I am going to start the interview on python+Django developer...
@AbhishekSingh-bf1bc
@AbhishekSingh-bf1bc 2 года назад
How you can set up the database in Django? please help me sir
@lovelyraikwar29
@lovelyraikwar29 4 месяца назад
Django developer k liye coding round me kya question puch skte h ??
@kartikeyakaushik8010
@kartikeyakaushik8010 2 года назад
Bhai i have intermediate knowledge of Python, Django, Django REST Framework and basics of version control i.e Git and GitHub. Please suggest me what else should i be doing i am a fresher right now. 🙏
@NitManTalks
@NitManTalks 2 года назад
You should apply for jobs now!! It's high time for you to apply.
@kartikeyakaushik8010
@kartikeyakaushik8010 2 года назад
Thanks bhai ❤️
@nitinshenigaram6781
@nitinshenigaram6781 2 года назад
This video is really very helpful🙏.Should we also project our project to the interviewer as fresher.please reply❤️🙏
@NitManTalks
@NitManTalks 2 года назад
Yes obviously!!! Project are advantages in Interview.
@nitinshenigaram6781
@nitinshenigaram6781 2 года назад
@@NitManTalks thanks❤️
@riyagupta7103
@riyagupta7103 2 года назад
Loosely coupled means models and views exist on client machine or server machine?
@PraveenKumar-uf9bq
@PraveenKumar-uf9bq 2 года назад
server machine (MVT architecture).
@NitManTalks
@NitManTalks 2 года назад
Ooops!! it's on Server Machine. Sorry...Typo mistake!
@viharbarvaliya8992
@viharbarvaliya8992 9 месяцев назад
country rest api ka video banao na
@tanimadas3678
@tanimadas3678 2 года назад
In your opinion which language is best in near future..python or java(in salary point of view)
@NitManTalks
@NitManTalks 2 года назад
In my opinion, Java is evergreen language. But I like Python More (Even in terms of Salary 😅😜)
@tanimadas3678
@tanimadas3678 2 года назад
Yes , true...for mine also
@AmanPal-rt8sy
@AmanPal-rt8sy 2 года назад
Thanks bro. please give us pdf also so that we can revise before going to interview.
@NitManTalks
@NitManTalks 2 года назад
Will shate before 14may.
@NitManTalks
@NitManTalks 2 года назад
Done. Please check out my telegram group or pinned comment on this video.
@apeksharathod1053
@apeksharathod1053 Год назад
Thanks 👍 Is there any pdf of these QandAs
@NitManTalks
@NitManTalks Год назад
Yes. Please check the comment section or my telegram group! Thanks
@pranayapatil8435
@pranayapatil8435 2 года назад
Please explain setting.py in detail
@rneditz3250
@rneditz3250 28 дней назад
I wonder Everytime???How any man can give 200+ Interviews???
@sharibakhtar5655
@sharibakhtar5655 2 года назад
why we create the virtual environment and why we do not go directly and create the project?
@NitManTalks
@NitManTalks 2 года назад
Virtual env we create to separately install our all dependency that is required for that particular project only! There can be a situation when 2 or more project that you create in your local machine, require different dependency or different version of libraries. So in order to maintain that consistency separately we use this!
@sharibakhtar5655
@sharibakhtar5655 2 года назад
@@NitManTalks Thanks
@KK7155.
@KK7155. 2 года назад
Bhai muze ek question hai. Please possible ho to iska reply kar dena. Actually maine tumhara vo video dekha jisme tume bataya ki tumne kaise ITS domain se Django developer ko switch kiya. Lekin muze ye janna hai ki iske baad tumne survive kaise kiya. Actually mai bhi software testing se Django development mai switch kar raha hu. Meri ek jagaha selection bhi hui lekin abi 30 days mai join karna hai. Lekin mai nervous hu ki jab job shuru hogi to muze vo sab ayega ya nahi. Maine Django learn kiya aur dekh dekh ke ek Ecommerce website bhi banaye. To thoda bohot idea aa gaya hai lekin sirf nervousness hai ki jamega ki nahi. Please kuch ideas ya suggestions de pao to de dena Muze 2 years ka software testing mai exp hai lekin mai usme se 1 year testing automation(selenium) aur 1 year Django development ka fake exp bata raha hu
@pranshu_tiwari
@pranshu_tiwari 2 года назад
Nice question bro i too have similar confusion ...as i m in support role there i don't have any technology or language..how i will survive when I will switch and work in technology as a python or django developer .. because working in industry is different then just having working in 1 -2online project and just munging up interview questions
@NitManTalks
@NitManTalks 2 года назад
Thoda difficult to hota hai, lekin you should be prepared for the challenges. I guess mene usi video m thoda bht explain kiya h ki meri situation kaisi thi after joining new company. But I will surely make a new video where I will explain my whole situation and will give you some advice. It's not possible in comment section to explain everything. But Surely will make that video soon (before your joining)
@KK7155.
@KK7155. 2 года назад
@@NitManTalks Thanks 👍
@montybisen5117
@montybisen5117 5 месяцев назад
​@@KK7155.Plz help me how u guys switch to different fields
@KK7155.
@KK7155. 5 месяцев назад
@@montybisen5117 You have to learn new technology and put some fake exp within your total exp. You should be able to crack interviews
@amolsaste1496
@amolsaste1496 Год назад
I'm non it person,2018 pass out can i learn python for getting job? And how much time it will take to get complete. It's been so long I'm jobless since 2020. Please anyone can guide me,which steps i need to follow here onwards.
@aajitsingh7798
@aajitsingh7798 Год назад
Htlm, css aur javascript sikh lo aur thodi si python uske baad Django bas kaam ho jayega
@CBI_0966
@CBI_0966 3 месяца назад
24:25
@rahulpanchal7086
@rahulpanchal7086 2 года назад
Can you plz give the link to download your notes
@NitManTalks
@NitManTalks 2 года назад
Done. Please check out my telegram group or pinned comment on this video.
@shivamsharma-op2ep
@shivamsharma-op2ep Год назад
interview wala part hindi m btao please
Далее
10 Minutes to Hired - Gartner
9:39
Просмотров 7 тыс.
Middleware in Django (Hindi)
1:35:41
Просмотров 38 тыс.