My exam score points
Today I received my result of JNSD exam which took place yesterday.
My score is 64 points (68 to pass). This was my second attempt and I am pretty, pretty sure I am passed.
In first attempt it was 8 points and I know why. No doubts it was only me who made mistakes. I just wasn't prepare enough and spent one hour on two first tasks.
But the last attempt was different. I was confident. I was well prepared. I've triple checked everything. I used Fastify in every task. Everything was perfect. In one hour I made everything.
I've opened a ticket about my exam points review.
Anyone knows what else can I do? I am so frustrated and down right.
Comments
-
Hello @erme88 ,
I had a similar experience. You can pay the Linux Foundation $75 for a manual recheck and they will refund the money if it turns out that you passed. I believe whether they pass you or not they will also give you more details on your score.
If you would like to proceed, you must do so in the first couple days after your exam while they still have your environment to recheck.
Cheers,
Greg
0 -
Hello @gregsheppard !
Thank you for your help. Can you please tell me where I can find this option? I didn’t see it anywhere.
Did it help you?
0 -
@erme88 said:
Today I received my result of JNSD exam which took place yesterday.My score is 64 points (68 to pass). This was my second attempt and I am pretty, pretty sure I am passed.
In first attempt it was 8 points and I know why. No doubts it was only me who made mistakes. I just wasn't prepare enough and spent one hour on two first tasks.
But the last attempt was different. I was confident. I was well prepared. I've triple checked everything. I used Fastify in every task. Everything was perfect. In one hour I made everything.
I've opened a ticket about my exam points review.
Anyone knows what else can I do? I am so frustrated and down right.
I had some problems at my first attempt. I use at work the very good Boomerang extension for test REST API in visual studio and here impossible to install because the version of VS is too old (so I don't test, verify headers etc..and failed)..I had some problems with some strange behaviours not like when I did the training..I need to attempt a second time but I am frustated
0 -
Hello @dtravailloux,
I know of a VS Code plugin that is modeled on Postman, called Thunder Client but I haven't used it much and I don't know what the exam policy is on VS Code plugins.
Since the Node docs are available you could use the built-in http client and not have to worry about remembering the exact syntax.
Personally, I am familiar enough with
curl
that I just used it from memory.Here's a GET:
curl --include --write '\n\nResponse Code: %{response_code}\n\n' https://reqres.in/api/users
And here is a POST:
curl --request POST --data-raw '{"name":"greg"}' --include --write '\n\nResponse Code: %{response_code}\n\n' https://reqres.in/api/users
Cheers,
Greg
0 -
Thanks. I use Boomerang in Chrome and Thunder Client in vs yes. Thanks for the code it could be nice to use Thunder in vs too for exam
0 -
PS, forgot the
--header
flag forcurl
.Can the powers that be here tell us what the rules are on VS Code plugins? I found this information for documentation but no mention of editor plugins:
0 -
I already did a request about Thunder Client, boomerang
0 -
It's seems to have a tool for make API test "'postman" like thunderClient I use on windows.
Virtual Machine (JSNAD and JSNSD Exams ONLY)
The workstation is CentOS 7 based and configured with all the tools and software needed to complete the tasks. This includes:
GNOME Desktop Environment Code Editing Software: VSCode, Vim, WebStorm (sponsored by JetBrains)API/REST Client (Postman)Node.js version 14 LTS0 -
Hello I failed again in my second attempt. I don't understand too. I had some problems when I started my fastify tasks, port already occuped...I think maybe the tool for do the graduation try to start and if it can't start it it's failed and you have O points. I test all my task with postman. How we do for make a ticket ? It's really quite frustrating....
0 -
If the port was blocked, wouldn't your tests with postman fail? Or are you saying you experienced this issue momentarily to start with, resolved it, tested your services with postman and then received 0 points?
If the port was already occupied it would be one of two things
- you had a zombie node process running somewhere, a prior attempt that was blocking the port (
pkill node
can solve that) - there is an issue on the testing platform - this cannot be a problem on every test session otherwise no one could pass, so if it was a problem in your case it would have been an unusual occurrence. On top of that, the grading is not executing on the same vm you work on, it's specialised for grading and the port is changed every time the server is started - if you didn't set the port according to the environment variables as specified then you would receive a zero mark because there's nothing for the grading software to connect to and test.
1 - you had a zombie node process running somewhere, a prior attempt that was blocking the port (
-
@davidmarkclements
Hello
I gave up, the support asked me $150 for a re-examination while here some people were talking about $75... I gave up, disappointed. Thanks for your answer but I don't understand what I do bad in JSNAD0 -
sorry to hear that @dtravailloux
0 -
I had a similarly frustrating experience with the JSNSD. I am an experienced Software Engineer. I just failed the JSNSD exam for the second time sadly. On my first attempt, I didn't complete the exam and got a dismal 35%. It was clear that I wasn't adequately prepared. So, I redoubled my preparation efforts, and was well-prepared before my second attempt. On my second attempt, I implemented working solutions to most of the problems with fastify. I know they worked because I unit tested them in a web browser and Postman and got the expected results. The other two tasks that I did not unit test had implementations that should have earned at least partial credit. By my estimate, I should have earned 75-80%. The next day I found out I failed again. I got a score of only 60%! There are tricky stipulations in many of the problems that say, do XYZ or you get a zero! Keep that in mind if you are planning to take this exam. I submitted a Jira support ticket, requesting an audit of my score. I was told the exam results are auto-graded by scripts. If I wanted to challenge the results, I would have to pay $150 and wait nearly a month. They said results are rarely overturned. One thing I discovered taking the LFW212 course is that the validate.js scripts included with the labs tended to assume a specific implementation, i.e. express vs fastify. Therefore, some of the validate scripts SIMPLY WOULD NOT "pass" your obviously working code unless you followed the assumed implementation. The point here is that the validate scripts are not infallible. Exam results should be reviewed by a human being. If you are going to expect folks to shell out nearly $400 for the privilege of taking the JSNSD, there needs to be better transparency, accountability, and fairness in the way the exam is constructed, administered/proctored, and graded. Sorry, but this is completely unacceptable. The help desk said, "The course is not meant to specifically teach the exam." Sure, but it reflects poorly on the quality of the LFW212 course. Just saying.
0 -
I had a similar experience with JSNAD, I have taken the exam twice and I got a 17% score, I know that the exercises are good, I have more than 6 years of experience whith node.js and they are very short exercises. I can't understand how this happens.
Does anyone know how I can request a manual review?
0 -
Hi @magarcia,
Please open a ticket with our Customer Support Team at trainingsupport.linuxfoundation.org. It can take several business days (no holidays or weekends) for the Support team to respond, depending on the volume.
Regards,
Magda
The Linux Foundation Training Team0
Categories
- All Categories
- 167 LFX Mentorship
- 219 LFX Mentorship: Linux Kernel
- 795 Linux Foundation IT Professional Programs
- 355 Cloud Engineer IT Professional Program
- 179 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 127 Cloud Native Developer IT Professional Program
- 112 Express Training Courses
- 112 Express Courses - Discussion Forum
- 6.2K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 17 LFC131 Class Forum
- 35 LFD102 Class Forum
- 227 LFD103 Class Forum
- 14 LFD110 Class Forum
- 39 LFD121 Class Forum
- 15 LFD133 Class Forum
- 7 LFD134 Class Forum
- 17 LFD137 Class Forum
- 63 LFD201 Class Forum
- 3 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 1 LFD233 Class Forum
- 2 LFD237 Class Forum
- 23 LFD254 Class Forum
- 649 LFD259 Class Forum
- 109 LFD272 Class Forum
- 3 LFD272-JP クラス フォーラム
- 10 LFD273 Class Forum
- 152 LFS101 Class Forum
- 1 LFS111 Class Forum
- 1 LFS112 Class Forum
- 1 LFS116 Class Forum
- 1 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 7 LFS144 Class Forum
- 3 LFS145 Class Forum
- 1 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 1 LFS157 Class Forum
- 33 LFS158 Class Forum
- 8 LFS162 Class Forum
- 1 LFS166 Class Forum
- 1 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 1 LFS178 Class Forum
- 1 LFS180 Class Forum
- 1 LFS182 Class Forum
- 1 LFS183 Class Forum
- 29 LFS200 Class Forum
- 736 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム
- 14 LFS203 Class Forum
- 102 LFS207 Class Forum
- 1 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 301 LFS211 Class Forum
- 55 LFS216 Class Forum
- 48 LFS241 Class Forum
- 42 LFS242 Class Forum
- 37 LFS243 Class Forum
- 15 LFS244 Class Forum
- LFS245 Class Forum
- LFS246 Class Forum
- 50 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 154 LFS253 Class Forum
- LFS254 Class Forum
- LFS255 Class Forum
- 5 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 111 LFS260 Class Forum
- 159 LFS261 Class Forum
- 41 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 20 LFS267 Class Forum
- 24 LFS268 Class Forum
- 29 LFS269 Class Forum
- 1 LFS270 Class Forum
- 199 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- 3 LFS281 Class Forum
- LFW111 Class Forum
- 260 LFW211 Class Forum
- 182 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 782 Hardware
- 198 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 83 Storage
- 743 Linux Distributions
- 80 Debian
- 67 Fedora
- 15 Linux Mint
- 13 Mageia
- 23 openSUSE
- 143 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 348 Ubuntu
- 461 Linux System Administration
- 39 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 90 Linux Security
- 77 Network Management
- 101 System Management
- 46 Web Management
- 64 Mobile Computing
- 17 Android
- 34 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 19 Study Material
- 507 Programming and Development
- 285 Kernel Development
- 204 Software Development
- 1.8K Software
- 211 Applications
- 180 Command Line
- 3 Compiling/Installing
- 405 Games
- 309 Installation
- 97 All In Program
- 97 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)