Blue Prism Certified ROM 2 Professional
Blue Prism logo

Blue Prism Certified ROM 2 Professional

blue-prism-rom-2-professional

Validate your advanced Blue Prism skills with the ROM 2 Professional certification for senior RPA developers.

Exam syllabus, organized by domain

Try a real question

Sample Blue Prism Certified ROM 2 Professional exam question

Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.

MasterSolution Architecture

A Business Object includes a retry loop for a web service call. The code uses a Recover stage inside the object to catch exceptions, log them, increment a counter, and then resume. The count is stored as a local data item. What is the primary concern with this design?

blue-prism-object
Business Object: WebService_Customer

count=0
Loop:
  If count >= 3 then Exit Loop
  Call WebService (HTTP stage)
  If Exception:
    Recover:
      Log Error
      count = count + 1
      Resume
    End Recover
    Go to Loop
  End If
  'Success path continues
End Loop
'Note: count is a local data item

Frequently asked questions

Key facts about the Blue Prism Certified ROM 2 Professional certification and how to prepare for it.

Skills & Requirements

What you need to know before attempting the Blue Prism Certified ROM 2 Professional exam.

Compare related certifications

Explore other certifications in the same category and see how they stack up.