AWS Mock Interview Day 1 || Real Time Interview Questions For AWS || Industry Based AWS Interview

  Рет қаралды 38,881

DevOps With Namdev

DevOps With Namdev

Күн бұрын

Пікірлер: 52
@namdev.devops
@namdev.devops 5 ай бұрын
If you find this video 🎥 useful, Please let me know in the comments 💬 🙂
@bhanuprasanthi1751
@bhanuprasanthi1751 5 ай бұрын
Hi Sir, please keep on going. It is really really helpful. This is tehg video that looks very related with real time interview model and questions, Thanks for your good work.
@namdev.devops
@namdev.devops 5 ай бұрын
I will try my best
@ranjansingh427
@ranjansingh427 Жыл бұрын
Very informative.. very informative video....thank you..thank u so much sir
@namdev.devops
@namdev.devops Жыл бұрын
Most welcome
@premd5958
@premd5958 7 ай бұрын
Amazing conversation.. Great job done both of you. These videos shows Correct path to the AWS job seekers. ❤❤❤
@miteshbagthariya4254
@miteshbagthariya4254 5 ай бұрын
best video covered all major services
@iSalmaniac_
@iSalmaniac_ Жыл бұрын
atleast 10-11 of all these questions were asked to me for just 2yrs of experience. Interviewers these days i think ask almost same questions to evryone be it 2 yr or 9-10years experienced.
@namdev.devops
@namdev.devops Жыл бұрын
These are for AWS only. If you go for DevOps role then they will ask more on Docker, Kubernetes, Terraform and CICD
@iSalmaniac_
@iSalmaniac_ Жыл бұрын
@@namdev.devops yeah. please make an interview session for Devops Role as Well. Thankyou !
@namdev.devops
@namdev.devops Жыл бұрын
Yes. Already working on it. Will release soon
@iSalmaniac_
@iSalmaniac_ Жыл бұрын
@@namdev.devops Thankyou sir
@VinothKumar-ik1fc
@VinothKumar-ik1fc Жыл бұрын
Even though you answered all the questions they won't consider the next step. They simply reject and go with the other candidates who do proxy they will pick them.
@pankajlasurkar-xo4gk
@pankajlasurkar-xo4gk 7 ай бұрын
Thank Namdev, this is very helpful and informative. all things you explain in detail 🙏
@namdev.devops
@namdev.devops 7 ай бұрын
Glad it was helpful!
@sangeethavijay4410
@sangeethavijay4410 Жыл бұрын
Very informative session,Thank you for the video😊.
@namdev.devops
@namdev.devops Жыл бұрын
Glad you liked it!
@udupimirror2068
@udupimirror2068 7 ай бұрын
Namdev . Bro U r Awesome . thanks
@targetachiever5014
@targetachiever5014 Жыл бұрын
Thanks namdev , this is very helpful 🙏
@kadambalahari
@kadambalahari Жыл бұрын
Very informative session thank you for lot the vedio❤❤❤
@namdev.devops
@namdev.devops Жыл бұрын
Glad you liked it
@ayushanand348
@ayushanand348 9 ай бұрын
impressed ❤
@ranjansingh427
@ranjansingh427 Ай бұрын
Very informative video..thank you thank you so much sir
@namdev.devops
@namdev.devops Ай бұрын
Most welcome
@dineshrathod3902
@dineshrathod3902 6 ай бұрын
This is very helpful videos... great bro
@namdev.devops
@namdev.devops 6 ай бұрын
Glad to hear that
@vikasbhardwaj8989
@vikasbhardwaj8989 Жыл бұрын
Good content, keep it up guys. Thanks
@namdev.devops
@namdev.devops Жыл бұрын
Our pleasure!
@practicewithshikha
@practicewithshikha 8 ай бұрын
I am preparing for aws cloud engineer job with 2 years of experience... please help me with your this type of videos
@practicewithshikha
@practicewithshikha 8 ай бұрын
Sir need your help to get job.. please upload more videos
@vipulrajtiwari2592
@vipulrajtiwari2592 2 ай бұрын
@@practicewithshikha have you got the job ?
@udaydito721
@udaydito721 Жыл бұрын
Usefull video
@namdev.devops
@namdev.devops Жыл бұрын
Thanks a lot
@kartikphirke8599
@kartikphirke8599 Жыл бұрын
6:30 most asked question
@namdev.devops
@namdev.devops Жыл бұрын
Thank you.
@hemanthbattu3128
@hemanthbattu3128 8 ай бұрын
Thank you, it's very informative.
@JatinDeshpande15
@JatinDeshpande15 Жыл бұрын
13:22
@kanchan6037
@kanchan6037 Жыл бұрын
Hello please create indept a video on topic vpc that will be very helpful
@namdev.devops
@namdev.devops Жыл бұрын
Thank you for your suggestions. I will cover this in my coming playlist - AWS for Beginners
@Cloudpointsk1303
@Cloudpointsk1303 Жыл бұрын
Please make one video for GIT interview questions
@namdev.devops
@namdev.devops Жыл бұрын
Sure. Noted
@iyiolapeter6554
@iyiolapeter6554 Жыл бұрын
I have an AWS support engineer technical interview with a dream company and I'm a bit scared of what to expect..
@namdev.devops
@namdev.devops Жыл бұрын
Sure. I will help out. Can you please send me JD on namdev.devops@gmail.com
@Chandra-f6w
@Chandra-f6w Жыл бұрын
I have one small doubt about start and stop the servers at perticular time one way is using lambda functions, what is the other way in aws
@namdev.devops
@namdev.devops Жыл бұрын
You can use the system manager maintenance window option or instance scheduler aws.amazon.com/solutions/implementations/instance-scheduler-on-aws/ Or you can use system manager state manager features
@mahatmagandhi5671
@mahatmagandhi5671 Жыл бұрын
Here in Swarg (heaven), I use below steps to auto stop and start the EC2 Instances - 1. I have created an EventBridge rule with the schedule, as per the stop - start requirement, and attached one Lambda trigger into it. 2. Created one Lambda function with python runtime which has tags, like during_business_hours = on and off_business_hours = off, of all the EC2 Instances. 3. My eventbridge rule invokes the auto stop start lambda function as per it's schedule. 4. Also, I have configured a SNS topic in auto stop - start Lambda trigger, which notifies my team about auto stop - start activities.
@nehakohli5419
@nehakohli5419 Жыл бұрын
How to assign particular Private IP to Ec2 instance
@namdev.devops
@namdev.devops Жыл бұрын
Here is the my video on this question kzbin.info/www/bejne/pJq8enqImpuLn8ksi=eKN36p_i1-KMfIte
@amaresisrikanth
@amaresisrikanth Жыл бұрын
When starting ec2 server there is an option on network primary ip address selection. We can give ip address in vpc cidr range
@AjaySingh-w9c3p
@AjaySingh-w9c3p Жыл бұрын
can u take the same interview with me also
@namdev.devops
@namdev.devops Жыл бұрын
Sure send me your cv on namdev.devops@gmail.com
@GopalRoy-nn6ft
@GopalRoy-nn6ft 8 ай бұрын
Quite good. But i dont ask my candidate to remember paths, commands and so microlevel. Interview on high level ie enough to evaluate candidates
AWS Cloud Architect Interview Series | SCENARIO based Questions | Part - 1
20:18
knowledgeindia - LearnCloud
Рет қаралды 164 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Excellent 11yrs exp DevOps Engineer Interview. Watch and Learn !
32:02
DevOps and Cloud Labs
Рет қаралды 6 М.