Top 5 DevOps Interview Preparation Tips | How to crack DevOps Interviews and increase your chances

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • www.coachdevop...
    Are you failing in DevOps Interviews? Are you not be able to next round in the Interview process?
    Let's find out how to fix this:
    First of all you need to have clear story about following five key items:
    #1. Come up with a story to talk about your back ground and over all experience
    What are the Devops tools you have worked in, what cloud platform you are familiar ?
    #2. Have clear idea to talk about your role in your current project
    Your role instead of what whole team did
    #3. Your day to day responsibilities as a DevOps engineer
    How you spend your day 9-5. Starting with stand up, cicd, infra automation, collaborate with teams, meetings and documentation.
    #4. Be ready to talk about the challenges, how you overcome them in your current project
    What challenges you had, how did you over-come and what was the outcome?
    #5. Be clear about what you know and what you don’t know.
    It is OK to say you don’t know or have not worked that specific tool when asked about it. Show some willingness to learn
    For e.g you may be good in CICD but not good in, let’s say in container orchestration tools such as Kubernetes, which is OK.
    Watch here for DevOps roadmap to prepare your learning on a faster track:
    • DevOps Roadmap 2024 | ...
    www.coachdevop...

ความคิดเห็น • 8

  • @Aravinder34
    @Aravinder34 4 หลายเดือนก่อน +1

    Thank you 🔥

    • @DevOpsCoach
      @DevOpsCoach  4 หลายเดือนก่อน

      You're welcome 😊

  • @KJStreaming
    @KJStreaming 4 หลายเดือนก่อน +1

    Thank you ❤

    • @DevOpsCoach
      @DevOpsCoach  4 หลายเดือนก่อน

      You're welcome 😊

  • @lokeshp6576
    @lokeshp6576 5 หลายเดือนก่อน

    Hi bro, Thanks for your videos. I have one doubt. How to configure JNLP Jenkins slave memory configuration request and limits. Can you please help as we are getting JNLP container memory exceeded. Thanks in advance

    • @DevOpsCoach
      @DevOpsCoach  5 หลายเดือนก่อน

      apiVersion: v1
      kind: Pod
      metadata:
      name: jnlp-agent
      spec:
      containers:
      - name: jnlp
      image: jenkins/inbound-agent:latest
      resources:
      requests:
      memory: "512Mi"
      cpu: "500m"
      limits:
      memory: "1Gi"
      cpu: "1"

    • @DevOpsCoach
      @DevOpsCoach  5 หลายเดือนก่อน

      see if the above yaml helps..

    • @lokeshp6576
      @lokeshp6576 5 หลายเดือนก่อน +1

      @@DevOpsCoach sure let me check. thank you