Ansible RHCE 9 (EX294) Exam Paper Complete Solution 2023 | Ansible Certification Exam | NehraClasses

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 98

  • @awssoorinje747
    @awssoorinje747 Год назад +8

    Sir, your ability to break down complex topics is so extraordinary that even paid trainers and centers could learn a thing or two from you! They must be secretly envious of your teaching skills. Keep up the fantastic work ))

  • @Benzitho
    @Benzitho 15 дней назад +1

    Hi Nehra is the Dump still relevant in 2024 , I saw Redhat is pushing roles for LVMs and partitions , also all playbooks are ran using ansible-navigator ? Anyone who has written this year from June 2024 please confirm ...

    • @NehraClasses
      @NehraClasses  14 дней назад

      Our course is as per the latest syllabus of RHCE on RHEL9. You can follow our RHCE playlist to easily clear the exam.

  • @SinkyPriya
    @SinkyPriya 14 дней назад +1

    Hello sir, I went through your video and it is extremely well defined and narrated. Got to understand everything part by part. But sir one doubt I have, I'm going to give exam in coming Oct-Nov24. Is there anything from the content which has changed so far? Is there anything else I should follow?

    • @NehraClasses
      @NehraClasses  14 дней назад

      Thank you for the kind words about the RHCE video! It's great to hear that the content was clear and helpful. Our course is as per the latest syllabus of RHCE on RHEL9. You can follow our RHCE playlist to easily clear the exam.

  • @awssoorinje747
    @awssoorinje747 Год назад +3

    Sir, Thank you once again for offering valuable Linux content for free. Would you consider adding solutions for EX-358? I believe it's worth making it paid content due to the time and effort required.

  • @pushkumar71
    @pushkumar71 4 месяца назад +1

    Need these Exam dump
    1. EX316 - Red Hat OpenShift virtualization
    2. ⁠EX436 - RHCS in High Availability
    3. ⁠EX415 - RHCS in Security
    4. ⁠EX380 - RHCS in OpenShift automation
    5. ⁠EX480 - RHCS in MultiCluster management
    6. ⁠EX370 - RHCS in OpenShift data foundation

  • @abdulfatah786
    @abdulfatah786 11 месяцев назад +2

    Sir, you teaching method is unique. Thank you very much for providing the course with question.
    I have doubt in Question 8, that where did you define "hostvars" variable? when i m doing this question, it give me error in executing the playbook.

  • @gregorkokalj9326
    @gregorkokalj9326 День назад +1

    Nehra thank you u helped me pass the RHCE exam on first try! Simply amazing videos, just more english please 😅

    • @NehraClasses
      @NehraClasses  День назад +1

      Thank you, I will

    • @gregorkokalj9326
      @gregorkokalj9326 День назад

      @@NehraClasses also, just curious will you do more redhat exams for becoming RH arhitect? Like Openshift, satellite, troubleshooting etc.? Thanks again!

  • @utsavkhadka
    @utsavkhadka 9 месяцев назад +2

    I always find your videos very educative and helpful for all. Just wanted to let you know that Q14. did not work until I changed the user_list.yml file:
    users:
    - {name: harry, uid: '3001', job: developer}
    - {name: porter, uid: '3002', job: manager}
    - {name: reporter, uid: '3003', job: developer}

    • @utsavkhadka
      @utsavkhadka 9 месяцев назад

      It constantly complained this:
      [WARNING]: While constructing a mapping from /home/khadka/ansible/user_list.yml, line 2, column 3, found a duplicate dict key (name). Using last defined value only.
      [WARNING]: While constructing a mapping from /home/khadka/ansible/user_list.yml, line 2, column 3, found a duplicate dict key (job). Using last defined value only.
      [WARNING]: While constructing a mapping from /home/khadka/ansible/user_list.yml, line 2, column 3, found a duplicate dict key (uid). Using last defined value only.

  • @paingthu8569
    @paingthu8569 Год назад +1

    Sir, Can you share this exam paper solution.docx file for me? Coz I need to practice for exam. Thank you.

  • @dbuptime-a
    @dbuptime-a Год назад +3

    As always Sir, your content is beyond praises. Excellent session! I just had 1 doubt:
    Q: For EX294v9, is it recommended to run all playbooks with -> ansible-navigator run -m stdout example.yml -v ?
    or ansible-playbook example.yml should be fine?
    I mean marks deduct nei karenge na that v9 mein ansible-navigator hi use karna hoga?

    • @sidtechstack898
      @sidtechstack898 6 месяцев назад

      Same doubt

    • @NehraClasses
      @NehraClasses  Месяц назад

      For the **EX294v9** exam, the preferred tool is `ansible-navigator`. However, **`ansible-playbook`** is also acceptable and commonly used. Here’s a breakdown:
      ### **Using `ansible-navigator`**
      - **`ansible-navigator`** is a newer tool that provides a more interactive experience and offers features like a graphical interface and improved execution control.
      - **Command Example:**
      ```bash
      ansible-navigator run -m stdout example.yml -v
      ```
      - `-m stdout` specifies the mode of output.
      - `-v` increases verbosity.
      ### **Using `ansible-playbook`**
      - **`ansible-playbook`** is the traditional command for running playbooks and is well-supported.
      - **Command Example:**
      ```bash
      ansible-playbook example.yml -v
      ```
      ### **Exam Recommendations**
      - **Check Exam Guidelines:** Always refer to the specific exam guidelines provided by Red Hat or the latest official exam objectives. If they specify using `ansible-navigator`, it’s best to follow that recommendation.
      - **Consistency:** For the exam, ensure consistency with the tools and methods you use during preparation. If the exam environment allows both tools, using `ansible-playbook` should not result in a penalty, but it’s safer to use `ansible-navigator` if explicitly recommended.
      ### **Summary**
      - **Use `ansible-navigator`** if it’s recommended or required by the exam instructions.
      - **`ansible-playbook`** is still valid and often used, but be mindful of any specific requirements or guidelines.
      Always stay updated with the latest information from Red Hat regarding exam requirements to ensure you’re using the correct tools and methods.

  • @srk8572
    @srk8572 5 месяцев назад +1

    Hello Nehra sir,
    Excellent delivery and detail coverage of the topics, i like your classes.
    But, today I'm hear to clarify on Q16 on creating lv, in this playbook at the
    end it and in the 'always' block, the when condition throws me off , could you please
    confirm
    When: "'research' in ansible_lvm.lvs"
    shud be
    When: "'data' in ansible_lvm.lvs"
    Thanks

    • @NehraClasses
      @NehraClasses  4 месяца назад

      please share the screenshot in our telegram group.

  • @shazdin
    @shazdin 11 месяцев назад +2

    I appeared in the exam yesterday. All questions were same but few questions were different like to create repo they asked to create repo.yml file instead of bash file. There was no squid question for me also there so no chrony timesync role question for me. For user creation i had to add one more parameter in the file which was password exipiry 30 days for all users. Order of the questions was somewhat changed. In the exam nowhere they asked to use ansible navigator, and there were multiple questions based on roles and on ansible galaxy. I got total 18 questions

    • @javierenrique8280
      @javierenrique8280 10 месяцев назад

      Hello. Somethig about the collection community.general because in the official material there IS nothing... ? Everything with rhel roles

    • @gauravb9399
      @gauravb9399 9 месяцев назад

      Can you tell me list of questions which you get in your exam sequence wise please, my exam is in 20 days

    • @abdulmuqtadir7779
      @abdulmuqtadir7779 8 месяцев назад

      @@gauravb9399 Pls share your experiences about exam.

    • @sidtechstack898
      @sidtechstack898 7 месяцев назад

      can we use only ansible-playbook not ansible-navigator

    • @johndaniel3907
      @johndaniel3907 7 месяцев назад

      @@gauravb9399 how was your exam?

  • @edermonteiro650
    @edermonteiro650 5 месяцев назад +1

    Hello, I d like to thank you for the content. It helped me to achieve the RHCE EX294 certification. Thank you very much!!!

  • @Ifeatu.osegbo
    @Ifeatu.osegbo 5 месяцев назад +2

    Thanks a lot @NehraClasses. I passed my RHCE this morning 295/300. Your tutorial got me thru it all the way. Thanks a lot.

    • @NehraClasses
      @NehraClasses  5 месяцев назад +1

      Congratulations 🎊

    • @karan44ful
      @karan44ful 2 месяца назад

      Still same questions coming in the exam?

    • @Ifeatu.osegbo
      @Ifeatu.osegbo 2 месяца назад +2

      @@karan44ful very similar

    • @karan44ful
      @karan44ful 2 месяца назад

      Thank you so much

    • @waelkhammassi1913
      @waelkhammassi1913 Месяц назад

      hello brother , will the 18 questions in this exam dump be enough to go pass the exam ?

  • @sanketmhaske2706
    @sanketmhaske2706 4 месяца назад

    Hi All,
    For Q11) to generate the hardware report question, how we can generate for the below two parameters:
    - Size of disk device vda
    - Size of disk device vdb
    what to write in jinga file, please can someone help here?

  • @chrispeltz6698
    @chrispeltz6698 11 месяцев назад +1

    This was an excellent course, and thank you so much for the english subtitles! One question about the exam though... RedHat says that the community.general modules are unsupported, but you utilize them especially when building lvs and partitioning. Will the community.general modules be available during the exam, or at least available to download during the exam, or do we need to figure out a way to only utilize the builtin and posix modules to complete the questions?

    • @NehraClasses
      @NehraClasses  11 месяцев назад

      If some module is required to be installed during the exam, they will provide you the name of the module.

  • @marcksonjunior
    @marcksonjunior 5 месяцев назад

    Hello Sir, thankyou for this video. I have Just a question about the task 2, during the exam we dont need to create the repository server on the ansible-server? in the video you created an external.repo file but there is already the original redhat.repo, and as you didn't mention mounting the repofile in /mnt/BaseOS or /mnt/Appstream, i thinking if the nodes are getting the packages from external.repo repositories or from redhat.repo original web repositories.

  • @JALALUDDINSHAIKH-nx1ej
    @JALALUDDINSHAIKH-nx1ej Год назад +1

    Sir regarding study material how should I request using link, link does not open here, i already enrolled for RHCE

    • @NehraClasses
      @NehraClasses  Год назад

      App members automatically get the access, please check your mail after 8 PM

  • @gendamWING
    @gendamWING 10 месяцев назад +2

    The material is very similar to the actual exam, for those who want to study/practice to take the RHCE Exam, just master this video to pass the exam

    • @chandravir.singhumath1792
      @chandravir.singhumath1792 6 месяцев назад

      hey brother , did you get the same questions

    • @gendamWING
      @gendamWING 6 месяцев назад +1

      more or less,, just take a lot of practicing with his questions & explanation,, i think you're ready to go,, good luck,,

    • @chandravir.singhumath1792
      @chandravir.singhumath1792 6 месяцев назад

      Yaa I will be giving this paper within 2weeks

  • @Me-em4bs
    @Me-em4bs Месяц назад +1

    When writing the playbooks, how do you enable the cursor in Vim to highlight over the letters or is that a feature in MobaXterm ?

    • @NehraClasses
      @NehraClasses  Месяц назад

      follow the playlist you will come to know.

    • @Benzitho
      @Benzitho 16 дней назад

      ctrl + v it's always best type this command nnoremap on . vimrc .....This command substitutes ctrl + v with Ctrl + b . The terminal also has ctrl+v shortcut to open a new tab . Shift + v highlights the whole line ....

  • @arshadqureshi5997
    @arshadqureshi5997 Год назад +1

    Sir, Your session is awesome...
    I have some doubts, In RHEL(V9) we have to install ansible-navigator, and the execution image from podman for installation.
    Can we skip the podman execution image to download.
    Second one is that you are running ansible playbook using the ansible-playbook command, but in RHCE(V9) ansible-navigator is used so whic command to run the playbook.

    • @NehraClasses
      @NehraClasses  Год назад +1

      You can use ansible-playbook command until they don't ask you to use ansible navigator exclusively

    • @abdirashiddahirahmed484
      @abdirashiddahirahmed484 Год назад

      ​@@NehraClassesHello sir is there any English session also paid

  • @sakshideshpande746
    @sakshideshpande746 4 месяца назад +1

    Where can i find this question paper with answer pdf?

    • @NehraClasses
      @NehraClasses  4 месяца назад

      its available at the advanced level membership.

  • @adonmad2396
    @adonmad2396 4 месяца назад

    Sir creating apache rol question is not really asking to enable https, and also don't install firewalld.
    Because Firewalld is installed by default in any rhel system above 8 for sure ( state disabled and not started ).
    Anyway, I am from Europe. really good content video easy to understand and to follow if you have already being practicing.
    Subtitles works great.
    But there are many things you are doing which is not required from the questions to do.
    Can you please explain this.
    I did not pass the exam I need take a retake 188 score.
    And for the custom role to create do you have to create all those vars in vars/main.yml
    What about handlers as well.
    Please reply captain

    • @NehraClasses
      @NehraClasses  4 месяца назад

      first check whether firewalld module is there on rhel 9 or not.

  • @shazdin
    @shazdin Год назад +1

    sir if i master this solution. can i write exam and pass with decent score

    • @NehraClasses
      @NehraClasses  Год назад

      You should ideally complete the entire playlist first

  • @sagargandhi5175
    @sagargandhi5175 11 месяцев назад

    I’m preparing for RHEL-9 . Could you please share the details how can I get access of your study material?

  • @hemantdhiman6179
    @hemantdhiman6179 3 месяца назад +1

    Thanks Nehra sir, this session helps me to practice the exam questions,
    Yesterday I passed my exam!!!

    • @NehraClasses
      @NehraClasses  3 месяца назад

      Well done

    • @jimmycachinho6709
      @jimmycachinho6709 3 месяца назад

      Hello all the question are the same of this one ? Or not ? They update some question.
      I am watching exam 2024 HSN village.

    • @karan44ful
      @karan44ful 2 месяца назад

      Same question I was about to ask? Is it still the same questions?

    • @waelkhammassi1913
      @waelkhammassi1913 Месяц назад

      @hemantdhiman6179 hello bro is the exam with the same questions like the videos?

  • @PraveenKumar-yk8gs
    @PraveenKumar-yk8gs Год назад +1

    Sir, can I crack the exam of red hat 9 nine by reading the syllabus of red hat 8 or not?

    • @gauravb9399
      @gauravb9399 Год назад +2

      See the difference between rhel 9 rhce and rhel 8 rhce is that rhel9 has ansible-navigator in more focus, which is not present in rhel8

    • @PraveenKumar-yk8gs
      @PraveenKumar-yk8gs Год назад

      thanks you 🙏

    • @PraveenKumar-yk8gs
      @PraveenKumar-yk8gs Год назад

      But sir hasn't taught red hat 9

  • @karimmahmoud1645
    @karimmahmoud1645 11 месяцев назад

    can you provide us with the exam paper word document . Thank you very much

  • @aheteshamshaikh8164
    @aheteshamshaikh8164 10 месяцев назад

    Very helpful video, just wanted to check do we need to login into any container before we start the exam , and perform all task in that container.

  • @manojkumar-jt3fw
    @manojkumar-jt3fw 11 месяцев назад

    sir, i donont know hindi . Do u have english version of ur RHCE course ?

  • @shazdin
    @shazdin 11 месяцев назад

    Sir for RHCE which exam version is easy to pass 8.4 or 9

  • @himanshukaushal3885
    @himanshukaushal3885 11 месяцев назад

    Sir, would i still need a bachelor's for job if i have both rhsca and rhce?

  • @Dileepkumar578
    @Dileepkumar578 11 месяцев назад

    45:52 sir, we should install role using anaible galaxy and is there anyway to see available variables to a role...?

  • @rajatpundir701
    @rajatpundir701 Год назад +1

    Thank you soo much sir

  • @gurudeenkori4079
    @gurudeenkori4079 Год назад +1

    Yes sir

  • @navneetsingh4334
    @navneetsingh4334 Год назад +1

    Good Evening Sir, Really amazing Session Sir, your efforts are really very much appreciable🙌

  • @ardakemalkayaalp
    @ardakemalkayaalp Месяц назад +1

    Thank you

    • @waelkhammassi1913
      @waelkhammassi1913 Месяц назад

      Hello brother , have u passed the exam ? if yes are the questions the same ? thank you

  • @ericbrsp
    @ericbrsp 9 месяцев назад

    where can I get the paper? tks!

  • @Maelikaah
    @Maelikaah 9 месяцев назад

    Exam with camera or not ?

  • @derrick683
    @derrick683 8 месяцев назад

    English version of this video please?

    • @NehraClasses
      @NehraClasses  8 месяцев назад

      Subtitles are available in this video

  • @Zia-o1s
    @Zia-o1s Год назад

    Hello sir,
    This exam paper solution is for RHCE Version 8 or 9?

    • @NehraClasses
      @NehraClasses  Год назад

      RHCE version 9

    • @Zia-o1s
      @Zia-o1s Год назад

      @@NehraClasses but sir I RHCE Version 9 all playbooks are running using ansible-navigator command?
      So which command should we used to run playbook

    • @NehraClasses
      @NehraClasses  Год назад +1

      You can use both

  • @rishabhpande97
    @rishabhpande97 10 месяцев назад

    Indentation

  • @MaheshM_tamil
    @MaheshM_tamil 5 месяцев назад

    Please put the class in English

    • @NehraClasses
      @NehraClasses  3 месяца назад

      subtitles are already available with the video.

  • @BasharAnmar-p9c
    @BasharAnmar-p9c 9 месяцев назад

    not sure why the title in English

  • @bog9867
    @bog9867 Год назад

    No English lessons?

  • @javierenrique8280
    @javierenrique8280 11 месяцев назад

    I understand that for the exam the community.general module will not be used. In the content of the material Red Hat Enterprise Linux Automation with Ansible (RH294) does not appear anywhere, everything is done with the RHEL SYSTEM ROLES. Is it included comunnity.general into the exam? , I understand that we will have access to all the information provided by the modules with ansible-navigator doc and the README.md roles files or not will be possible. and excellent course, thank you very much for your time

    • @karaokedojuba3448
      @karaokedojuba3448 7 месяцев назад +1

      Hello! Yes, they'll ask you to download and install both ansible.posix and community.general collections.

    • @cernalvaro
      @cernalvaro 6 месяцев назад +1

      Hello@@karaokedojuba3448 , did you pass the exam?, can you share some tips and main questions for the exam?

    • @gads00
      @gads00 5 месяцев назад

      @@karaokedojuba3448 caso solicite dessa forma separadamente o ansible.posix e o community.general, quais seriam os comandos para instalar?