Category: RPA

Using AI as Decision Paths Inside your RPA Processes

Right now, I’d separate AI into two broad categories: Off the shelf (OTS), generic AI that doesn’t need any specialized knowledge to understand. The functions that this AI provides is something that a child could probably perform, such as categorizing/identifying things in images, reading (doing OCR), text sentiment analysis, etc. These types of AI services are provided by all of...

READ MORE Using AI as Decision Paths Inside your RPA Processes

Blue Prism Technical Architect Exam Notes ATA01

This exam is pretty easy if you’ve passed the Installation Engineer exam. There is around ~70% overlap in terms of the documentation that you need to read in order to prepare. It makes sense to schedule the two exams to be taken in close proximity. I found it significantly easier compared to the Installation Engineer exam, and the recommended reading...

READ MORE Blue Prism Technical Architect Exam Notes ATA01

Blue Prism Installation Engineer Exam Notes AIE02

Here’s the notes that I made to prepare for this exam. Provisioning a DB Collation: Key is codepage 1252 and CI Latin1_General_CI_AS, SQL_Latin1_General_CP1_CI_AS Recommended to install every single part on a different drive: OS, sql server, tempdb, data file, log file Enable Instant File Initialization. This feature typically benefits the speed at which transaction log files can be grown automatically...

READ MORE Blue Prism Installation Engineer Exam Notes AIE02

Blue Prism Developer Exam Notes AD01

Here are the notes that I created to study for the AD01 exam. No guarantees that any of these actually appear on the exam but hopefully someone will find these useful. • Detailed understanding of Blue Prism native functions and their correct application. • Date Functions: DateAdd() DateDiff() FormatDate() MakeDate() Now() Today() DateAdd(interval, number, date): interval 0 1 4 5...

READ MORE Blue Prism Developer Exam Notes AD01