cancel
Showing results for 
Search instead for 
Did you mean: 
rwazan
Mission Specialist
Mission Specialist
  • 17.6K Views

EX200 wrong exam result

Jump to solution

hi all,

 

i just got my second attempt results for the EX200 exam, and i am confident that 20 questions out of 22 were answered correctly. however i have failed. 

this was pretty shocking as i have been working and practicing redhat for a long time, that i can teach the course.  and even if i retake the exam again i will do the tasks as i did the last time. as i am pretty sure the tasks have been done correctly, during the exam i was checking everything, and i was getting the same results that the exam was asking about.

i am requesting someone who can help me with this issue that i am facing.

hopefully someone will take it into high considrations and respond promptly.

below you can see my score results,

Exam domain number:     2

Passing score:          210

Your score:             157

 

Result: NO PASS

 

Performance on exam objectives:

 

                OBJECTIVE: SCORE

                Understand and use essential tools: 88%

                Operate running systems: 14%

imposible to get this score 

                Configure local storage: 0%

imposible to get this score

                Create and configure file systems: 33%

imposible to get this score

                Deploy, configure and maintain systems: 25%

imposible to get this score

                Manage users and groups: 75%

imposible to get this score

                Manage security: 100%

                Manage containers: 0%

imposible to get this score

 

,,,,,,,,,

'i also can prove what i did in the exam, but i dont want to publish the exam questions

 

 

Labels (3)
1 Solution

Accepted Solutions
Tracy_Baker
Starfighter Starfighter
Starfighter
  • 10.2K Views

@Andrey-Asoskov wrote:

 

Just keep in mind that there it is a robot that checks your results so the exam is not always about getting it solved but about understanding what is expected from you, how robot checks it and what is written between the lines of a task. As we know in IT one task could be done in many ways so the goal is to undewrstand which one is the most correct.

Umm, no. The exam scoring boils down to this: Did you meet the task as specified or didn't you? It isn't something as esoteric as a "robot" (which is more likely a script) trying to "understand what is expected of you." There is no "most correct," there is only correct.

That's it. It does not matter how you get there.

For example, let's say you were told to put the text "Hello World" (without the quotes) into the /tmp/example.txt file. You could:

vim /tmp/example.txt and, once the editor is open, type in Hello World and then write and quit the file.

Or you could do this: echo "Hello World" > /tmp/example.txt

Either way ends in the same result -- and that's all the grading script (or robot) cares about.

@rwazan 

As to the OP's concerns. Not to put too fine a point on it, you probably earned the score you received. I understand that you think you did things correctly. While it is possible that the scoring mechanism (a script, a robot, or whatever) may be scoring things incorrect when they're actually correct, it is highly improbable.

Furthermore, it is not "imposible to get this score," because you did. People get 0% in sections all the time.

Saying that you, "can teach the course," doesn't really mean anything when it comes to taking the exam. Trust me, I know because I do teach the classes (I'm the lead Professor at my college for our Red Hat Academy). Even though I teach the material, I still failed the RHCE twice before finally earning it.

(I failed because [1] I went into the test with too much hubris, thinking I knew more than I did and [2] I didn't pay close enough attention to the details - to the specifics in the instructions that were given. Once I slowed down and really read and understood the questions is when I passed.)

You should be using the link Red Hat provided you in the email they sent you with your results to ask your questions about the exam score -- that's why it is there.

Program Lead at Arizona's first Red Hat Academy, est. 2005
Estrella Mountain Community College

View solution in original post

37 Replies
Andrey-Asoskov
Flight Engineer
Flight Engineer
  • 10.2K Views

Hi,

there is a link in an email that you've received to dispute your score. You can try it but chances are low.

Just keep in mind that there it is a robot that checks your results so the exam is not always about getting it solved but about understanding what is expected from you, how robot checks it and what is written between the lines of a task. As we know in IT one task could be done in many ways so the goal is to undewrstand which one is the most correct.

I've done several exams where I solved all the tasks and is pretty confident about them but got only around 75%. Even RedHat'ers sometimes fail on their exams :-)

 

 

 

 

Tracy_Baker
Starfighter Starfighter
Starfighter
  • 10.2K Views

@Andrey-Asoskov wrote:

 

Just keep in mind that there it is a robot that checks your results so the exam is not always about getting it solved but about understanding what is expected from you, how robot checks it and what is written between the lines of a task. As we know in IT one task could be done in many ways so the goal is to undewrstand which one is the most correct.

Umm, no. The exam scoring boils down to this: Did you meet the task as specified or didn't you? It isn't something as esoteric as a "robot" (which is more likely a script) trying to "understand what is expected of you." There is no "most correct," there is only correct.

That's it. It does not matter how you get there.

For example, let's say you were told to put the text "Hello World" (without the quotes) into the /tmp/example.txt file. You could:

vim /tmp/example.txt and, once the editor is open, type in Hello World and then write and quit the file.

Or you could do this: echo "Hello World" > /tmp/example.txt

Either way ends in the same result -- and that's all the grading script (or robot) cares about.

@rwazan 

As to the OP's concerns. Not to put too fine a point on it, you probably earned the score you received. I understand that you think you did things correctly. While it is possible that the scoring mechanism (a script, a robot, or whatever) may be scoring things incorrect when they're actually correct, it is highly improbable.

Furthermore, it is not "imposible to get this score," because you did. People get 0% in sections all the time.

Saying that you, "can teach the course," doesn't really mean anything when it comes to taking the exam. Trust me, I know because I do teach the classes (I'm the lead Professor at my college for our Red Hat Academy). Even though I teach the material, I still failed the RHCE twice before finally earning it.

(I failed because [1] I went into the test with too much hubris, thinking I knew more than I did and [2] I didn't pay close enough attention to the details - to the specifics in the instructions that were given. Once I slowed down and really read and understood the questions is when I passed.)

You should be using the link Red Hat provided you in the email they sent you with your results to ask your questions about the exam score -- that's why it is there.

Program Lead at Arizona's first Red Hat Academy, est. 2005
Estrella Mountain Community College
Andrey-Asoskov
Flight Engineer
Flight Engineer
  • 10.2K Views

I would recommend you to take any of the difficult exams (the ones that have numbers higher than 400) and you would see that the tasks are not always defined as simple as put that text in that file. Sometimes it's more like configure that. For example file audit. And you can do it several ways. On a syscall level or on a file level. Both ways are applicable. Sometimes the pretty big task is defined just with a few lines and you have to guess the rest of the details.

Of course scripts could be wrong as they are created by humans. You can check grading scripts on RHLS courses to see that they are not perfect. There are many messages regarding that on that forum. But with RHLS courses we have so many testers (users) that can check the script and report to RH. With exams I guess only a few people have an access to scripts and an error could be there for years. 

What if they use just bash scripts and grep to check the result? And what if you use in some part of a task a special symbol that breaks the whole logic of checking. And it could be fully ok with task definition. They can tell you that you can use any name. Are we sure that they defined an exception for cases like this?

0 Kudos
rwazan
Mission Specialist
Mission Specialist
  • 10.2K Views

@Tracy_Baker thanks for your response.

but since you do teach the course, you know all the needed verification for each and every task that you have been asked to do during the exam. " basically what you are saying, after a candidate finish the exam, he wont be able to tell how did he do in the exam ??!!", sorry but i dont agree with that, its even i know i did well or not.

what would you say if you did the verification, and you didnt get any errors, however you get the requested results that you have been asked in the question. are you still going to say that i think i did things correctly.

and regarding "highly improbable", it dose not mean impossible, it means low chance to happen, in other words, it may happen to me.

last thing, when i said that its is impossible to get this score, because this is my second attempt during one week, my first attempt i got 186, how could it be logical that i get less score in the second attempt. 

 

first attempts: 

Exam domain number:     19

Passing score:          210

Your score:             186

 

Result: NO PASS

 

Performance on exam objectives:

 

                OBJECTIVE: SCORE

                Understand and use essential tools: 75%

                Operate running systems: 57%

                Configure local storage: 40%

                Create and configure file systems: 50%

                Deploy, configure and maintain systems: 62%

                Manage users and groups: 75%

                Manage security: 50%

                Manage containers: 0%

 

0 Kudos
wfjr
Cadet
Cadet
  • 8,191 Views

"There is no "most correct," there is only correct."

I can 100% guarantee that this is NOT the truth. And using a very close example as to what you said about scripting (leading to the same result), but I cant go into further details as per NDA.

0 Kudos
exceed
Flight Engineer
Flight Engineer
  • 7,463 Views

Where do you get this information ?

If you do any of the labs in the official Red Hat training for the course you will get a fail even though you did the task correctly, but not how it was expected to be done. It is worth mentioning however that sometimes it does make sense that you do it the way they expect it because it shows that you have understood the subject. 

Sometimes it seems like you could use the telinit command or a similar old command and it would work because its a symlink to the appropriate systemctl command, but you are not suppose to do that even though it works and in that regard I get why you would get a fail.

If you configure a service and it works, but you did not understand that you were suppose to use a better configuration I think that is questionable, but I think a Red Hat certification might be you having to know, learn and understand the optimal way of using RHEL and not just finding a solution that works. If you, as a certified Red Hat professional get a job at a company it would be in your, the company and Red Hat's best interest that you apply the best practice for using RHEL, at least in my opinion.

It certainly is concerning that you always have to know the expected solution since you will probably get it wrong a least a few times when you might have a solution that works properly or is even better.

0 Kudos
  • 46 Views

I failed my RHCSA exam twice...If I didn't use the wget to pull the http source for the repositories and then mount it, lastly creating the repositories, would this cause me to fail? I know I used the wget to pull it, but I did not mount it. Also I used the actual http source they gave as my baseurl...any assistance would be great...

Can you give me advice Mr Baker?

0 Kudos
  • 39 Views

 

I am trying to understand why I failed my RHCSA exam, and I believe the issue may have

[BaseOS]
name=BaseOS
baseurl=url***/rhel9.iso/BaseOS
enabled=1
gpgcheck=0
 
[AppStream]
name=AppStream
baseurl=url***/rhel9.iso/AppStream
enabled=1
gpgcheck=0

 

 

Additionally, I never mounted the ISO using:

mkdir -p /mnt/rhel9 mount -o loop /rhel9.iso /mnt/rhel9
 

Could these mistakes be the reason why my system failed to reboot to a usable state and ultimately led to my exam failure? I would appreciate any clarification you can provide so that I can correct my approach for the future.

0 Kudos
melnajim
Flight Engineer
Flight Engineer
  • 28 Views
Hi
During exam you shouldn’t mount repository
0 Kudos
Join the discussion
You must log in to join this conversation.