Hooray! 🚀 Big thanks!!!! Your video was my certification superhero guide! 🏆 Followed your steps, nailed it, and now I'm proudly certified! 💯 You rock! 🌟
Thank you your prsnl notes helped be alot for my last min revision . surely it increased my confidence and around 10-20% to my result 😃.. cheers...!!!!
At what point do you think learning terraform becomes valuable? meaning should someone learn a cloud platform(s), a programing language, linux, etc before terraform?
Thank you for your excellent guidance. I am unable to download your "My personal notes" personal notes. Could you kindly provide me with the correct hyperlink?
Does the exam asks questions on aws more than any other cloud provider ? This because I see lot of preference towards aws on hashicorp tutorial, exam guide , and also other Udemy type courses If not does exam have any reference to providers or its completely agnostic on all the questions ?
Hi Risabh, I am working as system administrator and want to switch to devops but i am unable to get any job as no pripr experience in cloud profile. How can i switch profile? Please let me know and kindly help me , what needs to be done? can i make my own proof of concepts on aws account and apply for jobs? what's the right way if you could please let me know it would be a great help.
Hey there. If you still haven''t made the jump then i would start by learning ci/cd tooling, IaC tools and then move to a single cloud provider. If you go over jenkins, ansible, terraform and get hefty experience with them and then apply that knowledge on some cloud environment while chasing a couple of certifications for them e.g Azure fundamentals, admin, devops and terraform associate then you are as good to go as it gets. The rest will come from job experience. Oh and most likely docker/kubernetes and helm is a must. I know that it sounds like a lot but for a guy that comes from an administrator background it's gonna be easy in a few months. You already understand servers, configurations, concepts like high availability, clustering, load balancers stuff like that. The hardest part in all of these is gonna be the cloud provider since learning one is as boring as it gets. I was a linux admin for 6 years and made the switch by having implemented ansible, jenkins, some terraform+packer and docker in my previous work. I had no kubernetes experience whatsoever and no cloud provider other some personal AWS usage from my free time study. I learned kubernetes and helm on my new job. Deployments are done via bamboo but since i had experience with jenkins it was easy to understand. Kubernetes was easy to learn due to my knowledge of dockers and systems. And helm was easy to master from my knowledge of ansible templating. Making the switch is honestly really easy from someone working as a sysadmin. You just got to throw some study first on a few things and if you have no prior work experience get some certificates to have something as proof. Most jobs will not require you to use all of that stuff. Most jobs will most likely implement all these tools in a "not so good" way and will have enough people to manage the workload, plus any decent company will allow you some time in the start to catch up with their stack. In the end of the day most DevOps people are: - deploying/automating stuff , a sysadmin already did that via scripts most of the time and services for uptimes,logs etc - debugging network, application, db, service, system errors, a sysadmins day - managing infrastructure, a sysadmins day - on call rotations, a lot of sysadmins do that - securing the clusters, sysadmins secure servers and/or business infra - coding solutions, a sysadmin could be doing that as well DevOps is really close to a sysadmin but mostly focused on automations and tooling in a best effort to deliver the best software rather than dealing with bare metal servers, managing hosted projects, performance, users etc.Depending on your roles you might be managing the deployments to kubernetes, the pods health and resources, the clusters. It's literary the same as managing VMs/Bare metals and their apps/services. Sometimes i cannot tell the difference. But truth be told the overall tooling knowledge you need is quite larger. But is i said. It's really doable and easy for someone for your field. best of luck!
@@niksen3300 Hey thanks for commenting this. Can I shift from QA Automation to Devops. I currently have Google CDL and Microsoft Azure fundamentals certificate. Thanks
Hey @@niksen3300, Even I'm a Test Environment analyst handling Release and Configuration management and want to move into complete DevOps engineer role. I completely agree what you've said and I hope to get my dream job..
Hooray! 🚀 Big thanks!!!! Your video was my certification superhero guide! 🏆 Followed your steps, nailed it, and now I'm proudly certified! 💯 You rock! 🌟
Awesome, congratulations!
Thank you your prsnl notes helped be alot for my last min revision . surely it increased my confidence and around 10-20% to my result 😃.. cheers...!!!!
Let’s go 🚀🔥
Did you take 02 or 03 version exam
bro , i''m unable to view complete 250 questions , it is asking subscription , please suggest me any aleternatives
I have scheduled the exam but it is showing associate exam without secure browser. you please tell me what is without secure browser ?
interesting, I have not seen that.
At what point do you think learning terraform becomes valuable? meaning should someone learn a cloud platform(s), a programing language, linux, etc before terraform?
I personally think it should be after you have learned a Cloud Provider and have some linux cli skills
learn aws (assosciate) first. took me about 3 months personally. then learning terraform after that is easy, took me about 2 weeks
I did the freecodecamp course and the 250 practice questions on medium
Thank you for your excellent guidance. I am unable to download your "My personal notes" personal notes. Could you kindly provide me with the correct hyperlink?
Sure thing: rishabkumar.com/notes
Great
Where to get the exam vouchers for Terraform Associate (003) exam ?
Thank you!
Are the personal notes still available?
Yes, here at rishabkumar.com/notes
Does the exam asks questions on aws more than any other cloud provider ?
This because I see lot of preference towards aws on hashicorp tutorial, exam guide , and also other Udemy type courses
If not does exam have any reference to providers or its completely agnostic on all the questions ?
Thanks for sharing
Hi Risabh,
I am working as system administrator and want to switch to devops but i am unable to get any job as no pripr experience in cloud profile. How can i switch profile? Please let me know and kindly help me , what needs to be done? can i make my own proof of concepts on aws account and apply for jobs? what's the right way if you could please let me know it would be a great help.
Hey there. If you still haven''t made the jump then i would start by learning ci/cd tooling, IaC tools and then move to a single cloud provider.
If you go over jenkins, ansible, terraform and get hefty experience with them and then apply that knowledge on some cloud environment while chasing a couple of certifications for them e.g Azure fundamentals, admin, devops and terraform associate then you are as good to go as it gets. The rest will come from job experience.
Oh and most likely docker/kubernetes and helm is a must.
I know that it sounds like a lot but for a guy that comes from an administrator background it's gonna be easy in a few months. You already understand servers, configurations, concepts like high availability, clustering, load balancers stuff like that. The hardest part in all of these is gonna be the cloud provider since learning one is as boring as it gets.
I was a linux admin for 6 years and made the switch by having implemented ansible, jenkins, some terraform+packer and docker in my previous work. I had no kubernetes experience whatsoever and no cloud provider other some personal AWS usage from my free time study. I learned kubernetes and helm on my new job. Deployments are done via bamboo but since i had experience with jenkins it was easy to understand. Kubernetes was easy to learn due to my knowledge of dockers and systems. And helm was easy to master from my knowledge of ansible templating.
Making the switch is honestly really easy from someone working as a sysadmin. You just got to throw some study first on a few things and if you have no prior work experience get some certificates to have something as proof. Most jobs will not require you to use all of that stuff. Most jobs will most likely implement all these tools in a "not so good" way and will have enough people to manage the workload, plus any decent company will allow you some time in the start to catch up with their stack.
In the end of the day most DevOps people are:
- deploying/automating stuff , a sysadmin already did that via scripts most of the time and services for uptimes,logs etc
- debugging network, application, db, service, system errors, a sysadmins day
- managing infrastructure, a sysadmins day
- on call rotations, a lot of sysadmins do that
- securing the clusters, sysadmins secure servers and/or business infra
- coding solutions, a sysadmin could be doing that as well
DevOps is really close to a sysadmin but mostly focused on automations and tooling in a best effort to deliver the best software rather than dealing with bare metal servers, managing hosted projects, performance, users etc.Depending on your roles you might be managing the deployments to kubernetes, the pods health and resources, the clusters. It's literary the same as managing VMs/Bare metals and their apps/services. Sometimes i cannot tell the difference. But truth be told the overall tooling knowledge you need is quite larger. But is i said. It's really doable and easy for someone for your field.
best of luck!
@@niksen3300 Hey thanks for commenting this. Can I shift from QA Automation to Devops. I currently have Google CDL and Microsoft Azure fundamentals certificate. Thanks
Hey @@niksen3300,
Even I'm a Test Environment analyst handling Release and Configuration management and want to move into complete DevOps engineer role.
I completely agree what you've said and I hope to get my dream job..
Hi Rishab,
I have a question, could you tell me during Terrafrom examination can we open terraform officials documents ?
No, you are not allowed to open any windows, apps, etc. You can't have any material with you including mobile, tablet, etc.
Hi Risabh,
I failed exam yesterday with 66%. I felt down in the dumps. Could you tell me what resource I need to follow?
Priyanka, I would recommend going through the docs and also checkout these best practices for Terraform - www.terraform-best-practices.com/
hey @priyanka patil did u cleared the exam
@@khushbugupta5849 yes I cleared
@@rishabincloud I cleared my exam Thanks!
@@priyankapatel9461 That is awesome!
Do you get free retake if failed or need to pay again the whole fee?
No, you don't get a free retake.
can i use bluetooth or earphone headset? during the online exam? can we write this exam in exam centre? in 2022 October?
I don't think so, here is more info: www.hashicorp.com/certification#faq
To practice devops tools i5 6th gen processor is enough?????
Plz reply me broo
Yeah it is. 💯 Just use Linux to start.
@@urdarkside1 thnx buddy😍
Yep, it should be enough.
Got it in 3 says 🥲 No prep..
I am trying the same 5 days is my goal!
Thank you!