a week ago
Hi everyone,
I have attempted the DEV01 Exam twice now and I seem to be just off the margin of passing. I have redone all the end of module mini tests, the practice quiz and have had practical project building experience. Is there anything specifically that I can focus on that will help me tackle the exam better?
Here is my precentage breakdowns for both tests I have taken:
Thanks,
Rebecca
a week ago
Hey @rebeccabowe - that sounds really frustrating but, don't worry, we've got some wonderful folks in the community who can help.
I'm going to summon our resident MVP and certification expert @devneetmohanty07, as well as my good friend @bweschke who can recommend some resources and revision tips! (Thank you both in advance!).
Question for you @rebeccabowe - is there any part of the exam which you felt were difficult, or you were unsure on how to answer?
Friday
Hey @rebeccabowe , glad to hear that you are perservering in taking your exam despite your setbacks for achieving your goal. I have no doubt that you will achieve what you want because you are here asking for help. 😊
I would like to recommend that you look at this webinar- Blue Prism® Developer Certification Readiness - Webinar. This webinar was delivered by a few members of our team who have taken the exam and have some suggestions for how to be sucessful. I would suggest you start at about 25 minutes in for content related to your issue. This might spark questions that you have about the content of the exam and areas which you are unsure of that you can post about here so we can help you get what you need to pass your next exam.
Friday
Thanks @Michael_S for tagging me in this post and apologies for the delayed response from my end.
@rebeccabowe - I know it can be really frustrating to not pass the exam after repeated tries. Something similar happened to me when I appeared for Installation Engineer certification which I was able to clear on my second attempt rather than the first one. It was a setback of its own because I cleared all the other certifications in the first try itself. What it taught me was that there were primarily two things which were holding me back:
Hope these pointers help you out and I am looking forward to your next certification pretty soon!
Regards,
Devneet
Sunday - last edited Sunday
Hi @rebeccabowe,
I'd like to add just two pieces of advice to the excellent suggestions above.
The first would be to delve deeper into best practices and exception handling. The exam goes beyond simply knowing how to use Recover and Continue — it really tests your understanding of why you're handling exceptions in a particular way: when to propagate them, how to design retries, and how you ensure your logs offer complete visibility. Sometimes we have preconceived notions that can lead us to error. A great exercise is to take one of your existing automations and recreate it with an exclusive focus on error management — simulate different business and system exceptions, observe how they behave, and check if each one follows the appropriate recovery path based on the exception handling guide. Try testing and reviewing.
Active practice — I also recommend using the quizzes and questions from Blue Prism Academy. After finishing one, try creating your own version, slightly altering the scenario. This helps train your mind to think like you're taking the test, applying concepts in new contexts instead of just memorizing answers. Doing this type of practical review often helps uncover "blind spots".
Regards,