Тёмный

DevOps Real Time Scenarios Interview Questions | DevOps Manager Interview Questions and Answers 

LogicOps Lab
Подписаться 32 тыс.
Просмотров 6 тыс.
50% 1

DevOps Real Time Scenarios Interview Questions | DevOps Manager Interview Questions and Answers | How to Manage Terraform State | Terraform State: How to Keep your Infrastructure Up and Running | Manage Git Branches
Hey Folks,
"This question was asked in an interview, and was in a GCP certification, as well"
Welcome back to another video in the DevOps Real Time Scenarios
series or DevOps Real Time Issues. In today's video, we are going to talk about the following:
Problem Statement:
• You are responsible for creating and modifying the Terraform templates that define your Infrastructure.
• Because two new engineers will also be working on the same code, you need to define a process and adopt a tool that will prevent you from overwriting each other's code.
• You also want to ensure that you capture all updates in the latest version.
• What would you do?
LogicOps Lab - / @logicopslab
LogicOps Lab - Hindi - / @logicopslabhindi
GitHub - bit.ly/3lsUjdE
Twitter - ​ / logicopslab
Instagram - bit.ly/3tJ9Jyf
Facebook - bit.ly/3ziMoVq
Like | Share | Subscribe | Follow
Music Credits:
Link - uppbeat.io/t/soundroll/fashio...
YT - • No Copyright Music Bac...
Name - Soundroll - Fashion Worship
devops real time scenarios interview questions,devops real time challenges,devops real world problems,devops real time scenarios,real time scenarios in devops,how to manage terraform state,branching strategy in git,devops manager interview questions,devops manager round interview questions,devops manager interview questions and answers,devops team lead interview questions,devops team lead,how to be a devops developer,sre manager interview questions

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

 

26 июн 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@rahilrizwi7503
@rahilrizwi7503 Год назад
Bro thanks for incredible content
@LogicOpsLab
@LogicOpsLab Год назад
Thanks a lot, Rahil.
@jalandharbehera2456
@jalandharbehera2456 Год назад
This is the channel that we got much more informative and real time scenario things....the way you are explaining thats no words for you Bhai 🙏🙏🙏
@LogicOpsLab
@LogicOpsLab Год назад
Glad you liked it!
@Learn_IT_with_Azizul
@Learn_IT_with_Azizul 5 месяцев назад
very useful topic. just a request, plz try to create another content on Springboot application in JUnit & integration testing using ECS (Fargate / EC2). Ty
@LogicOpsLab
@LogicOpsLab 5 месяцев назад
Sure I will
@dhanashrikothawade
@dhanashrikothawade Год назад
Well explained 😊 keep the good work
@LogicOpsLab
@LogicOpsLab Год назад
Thanks for all the love and support 🙏🏻
@Rameshpowervlogs
@Rameshpowervlogs Год назад
super bro
@LogicOpsLab
@LogicOpsLab Год назад
Thanks a lot!
@umeshsaini3109
@umeshsaini3109 Год назад
Again a helpful video. Learn new things that how to integrate unit tests in terraform pipeline. Currently, Our team is using terraform CI/CD but not integrated unit tests, Maybe I can do a POC :P
@LogicOpsLab
@LogicOpsLab Год назад
Cool stuff, do it and get the first mover advantage and praises! All the very best!
@LogicOpsLab
@LogicOpsLab Год назад
And, I am glad that we have an example of someone who use CI-CD for TF scripts. Amazing!
@lingrajbiradar4416
@lingrajbiradar4416 Год назад
hi please can you explain how we should expalin ci-cd process?
@LogicOpsLab
@LogicOpsLab Год назад
Hi, take a look at other videos in this series, you will find one. If not, let me know, I will send you the link.
@sagarahire-ys3uj
@sagarahire-ys3uj Год назад
bro plz cover shell scripting interview questions and scenarios...this is the topic on which not much of a content is available
@LogicOpsLab
@LogicOpsLab Год назад
Soon
@ahamaddevops2094
@ahamaddevops2094 Год назад
Eyerything is Awsomly explained but imy doubt is .. why we need to do unit tests in aspects of terraform coz we are deploying infrastructure ryt not cicd....?
@LogicOpsLab
@LogicOpsLab Год назад
Amazing question! Yes, a lot of companies now deploy terraform scripts through CI-CD, thus your infra creation (terraform scripts) becomes a part of deployment
@thamizharasanrp7404
@thamizharasanrp7404 Год назад
Just consider 2 Dev work in same time at same file one Dev completed and his code is merged to main branch with PR if another Dev raised PR as approver we can reject PR or it cause any merger conflict?
@LogicOpsLab
@LogicOpsLab Год назад
Do not reject the PR. The Dev #2 will get a merge conflict if it is the same file that has been changed. Accept the incoming changes done by Dev #1, and then do your changes. Commit and push. Or, just stash your changes, take the changes from Dev #1, then do your changes, then commit, then push.
@vsshhnu
@vsshhnu Год назад
By using terraform refresh command also we get all the info about what infrastructure we created through terraform, right? Correct me if i am wrong...
@LogicOpsLab
@LogicOpsLab Год назад
The terraform refresh command reads the current settings from all managed remote objects and updates the Terraform state to match. This won't modify your real remote objects, but it will modify the Terraform state. You shouldn't typically need to use this command, because Terraform automatically performs the same refreshing actions as a part of creating a plan in both the terraform plan and terraform apply commands. This command is here primarily for backward compatibility, but we don't recommend using it because it provides no opportunity to review the effects of the operation before updating the state. Source - developer.hashicorp.com/terraform/cli/commands/refresh
@vsshhnu
@vsshhnu Год назад
@@LogicOpsLab thankyou so much
@udaydito721
@udaydito721 Год назад
Hi bro, What exactly is Manager Round in Interview, what sort of questions we can expect on this round? Thanks
@LogicOpsLab
@LogicOpsLab Год назад
Check this out ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NSMm72RZkkc.html
@udaydito721
@udaydito721 Год назад
@@LogicOpsLab Thanks brother
@udaykumar-tb5kn
@udaykumar-tb5kn Год назад
Will u not show all these practically??
@LogicOpsLab
@LogicOpsLab Год назад
This series has the issues that I have faced in my career. It's quite hard to replicate them. Here I am only showing the approach, apologies but can't show the real code here.
@udaykumar-tb5kn
@udaykumar-tb5kn Год назад
@@LogicOpsLab THAT'S fine
@imharry404
@imharry404 Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-12HHZOmBYAc.html sir aapki devops real time interview ki playlist ki videos show ni ho rahi .. bht acha the playlist. please public kr dijiye,🫠🫠
Далее
Кошка-ГОНЧАР #шортс #shorts
00:28
Просмотров 671 тыс.
Engineering Manager Mock Interview ft. Robinhood EM
21:55
Interview with DevOps manager Susan Crampton
34:37
Просмотров 2,9 тыс.