
Andrew introduces the UiPath certified professional associate course. He explains a hands-on approach that implements exam material, includes a 292-question pool, and offers a 30-day refund policy.
Apply the UiPath path associate exam overview, covering general and RPA develop tracks. The exam comprises 60 questions in 90 minutes with a 70% pass mark.
Explore the UiPath Certified Professional Associate 2022 course structure, featuring practicals, cheat sheets, and questions and answers aligned with exam topics like robotic process automation fundamentals and orchestrator.
Download UiPath Studio, sign in with your email, and activate a community license to begin building automated bots in the studio.
Identify sample use cases for automated processes and workloads, differentiate attended versus unattended robots, and explain UiPath Studio, Orchestrator, and robots, including Studio Community vs Enterprise.
Discover how the robotic enterprise framework uses a four-state state manager to initialize, get transaction data, and process transactions, handling success, business exception, and system exception.
Understand recorder types in UiPath: basic, desktop, web, image, native secrets, and computer vision. Learn how desktop uses partial selectors and attaches to a window for stable multi-action automation.
Discover UiPath products and key components—studio, robot, and orchestrator—compare Studio, Studio X, and attended versus unattended automation, and review community and enterprise editions and AI Fabrique.
Explore logging in UiPath by setting log levels from verbose to fatal and recording messages during bot execution. Access logs locally and in the orchestrator, and add custom log fields.
Apply UiPath best practices by breaking processes into smaller workflows and reusing components across projects. Remove unreferenced variables and disabled code, and name workflows descriptively for easier handoffs.
Master automation debug functions, including breakpoints, learn to manage packages, and explain why connecting an automation project to the virtual control system matters.
Master using breakpoints to pause and inspect a UiPath process during debugging, then continue or step through steps, toggle and remove breakpoints from the breakpoints panel.
Explore advanced debugging techniques in UiPath, including breakpoints, step into, step over, and step out, watch and locals panels, and running at adjustable speeds to verify automation flow.
Discover how to manage UiPath packages and libraries, install from local and official sources, publish custom libraries, and manually update dependencies to keep versions current.
Learn the basics of version control for team projects, comparing git, subversion, and tfsa; master key commands like clone, checkout, commit, push, pull, and managing local and remote repositories.
Identify variable types, manage scope, and compare variables with arguments in UiPath Studio; learn best practices from the variables panel and the arguments panel.
Learn to create and use variables in UiPath, including data tables and dictionaries with key value pairs, invoking methods, and logging results to the console.
Define and create variables such as first name and last name; join them with an explicit space when printing; manage scope to access variables across sequences, and remove unused variables.
Explore how arguments pass input and return output in UiPath processes, including in, out, and property arguments, using a calculator example to show adding two numbers.
Explore data table activities by looping through each row, accessing columns by name or index, and handling types to display names and ages from a sample data table.
Identify and describe how dynamic and static selectors differ, explain when to use partial versus full selectors, and demonstrate using your explorer to modify selectors and create a reliable selector.
Learn the difference between dynamic and static selectors by using variables in attributes to target notepad files. Observe how the selector title changes with hello or goodbye.
Compare full and partial selectors in UiPath by recording with basic and desktop recorders, showing how full selectors include top-level window attributes while partial selectors rely on parent window context.
Learn to extract invoice totals from PDFs using anchors in UiPath, locating the total price next to a reference label for a stable, get text based workflow.
Use the UI explorer to indicate elements by clicking, launch the explorer, and view the hierarchical application tree; use F for delayed selection and escape to cancel.
Use wildcard selectors in UiPath to match any notepad titled '20 20' with any trailing text, improving selector reliability across dynamic file titles.
Explain how to use control flow activities and workflow types, such as sequencers, flow charts, and functions, and describe error handling implementation.
Contrast sequences and flowcharts in UiPath with a name input and hello message, plus a flowchart that asks age and who to vote for, illustrating entry points and connections.
Learn to implement if statements and switch cases to log messages based on age and weather, using true/false conditions, default cases, and multiple switch branches.
Explore the difference between while and do while loops in UiPath, counting with a counter and logging messages. Do while runs at least once before checking.
Learn how the foreach loop iterates over an array of items, printing each shopping list item such as milk, cookies, and bread.
Explore processing a shopping list with a foreach loop and an if statement that breaks when cookies are found, exiting the loop and ending the process.
Learn how UiPath parallel activities run multiple log messages and processes at the same time, speeding automation across apps such as Chrome and Internet Explorer.
Learn to gracefully handle exceptions in UiPath by wrapping the Notepad automation in a try catch block, showing a friendly message when Notepad isn't open, and running the finally block.
Learn to enforce business rules by validating message type with a throw; ensure only sms messages pass while email or other types raise a custom exception for robust processes.
Create a global exception handler in a UiPath process to capture exceptions, log errors to the console, and retry up to three times before aborting.
Explore why data manipulation matters and how string manipulations, collections, data tables, and arrays are used to extract items, such as names, by accessing specific positions.
Explore string manipulation in UiPath using substring with start indices and lengths, and format templates with mustache-style placeholders to insert values by position.
Explore arrays by assigning a car list (BMW, Audi, Mercedes) to a variable and accessing Audi with a zero-based index (index 1), printing the result.
Explore retrieving data from a built data table in UiPath by row and column indexes or by column name, log the name and age, and extract the age value.
Identify valid vs invalid variable types in UiPath questions, noting that boolean, string, data table, and number may be tested, with numbers sometimes marked incorrect.
Explore automation concepts and techniques, learn how automation is used, describe Microsoft Excel and data table functions, Excel activities for data manipulation, and pdf data extraction using ocr.
Read Excel data with UiPath using read range into a data table, then loop rows to extract product code, quantity, unit price, and cost center for adding to order system.
Learn to read a specified row from an Excel file in UiPath, selecting the orders sheet, reading the row, and logging the first cell as the product code.
Learn how to get an Excel cell color with the get cell color activity in UiPath, specify the sheet name, and log the color value including the alpha channel.
Export a data table named friends, with Bob and Mary and ages, to an Excel file using write range inside an Excel application scope, demonstrating autosave and if not exists.
Learn to read a csv file in UiPath by loading it into a data table, using the has headers option, and iterating or indexing rows to extract specific fields.
Learn to sort an Excel table in UiPath using an Excel table activity, sorting the orders table by quantity ascending, with backup safeguards.
Master Excel application scope in UiPath by enabling macro settings for xlsm files and using separate scopes to open multiple workbooks, such as orders.
Learn to send emails using outlook mail message, exchange email, IBM notes email, and SNC protocol; change the from address with exchange mail message when you have account access.
Learn to delete email messages in UiPath using get exchanged e-mail messages, filtering, and deleting selected items, while understanding platform differences among exchange, IMAP, and Outlook.
Learn how to apply the filter option in the get Alkmaar messages activity to search emails by from address or name using jet queries or tassell queries.
Know the differences in email types: smtp can only send messages, with no delete or move options. Create a concise, single-page reference sheet of email activities for quick reference.
Master the get full text screen scraping method, the fastest growing scraping approach, to extract UI text, store it as full text, and log it with hidden-text option.
Learn how to get on-screen text with OCR, log results, and understand coordinates and provider options like Tesseract, Google, and Microsoft.
Discover how to provision robots in orchestrator by uploading packages from Studio, define machines and environments, and deploy automations to run or schedule processes on robots.
Learn to set up UiPath orchestrator, connect a machine, create an unattended robot, publish a process as a package, and run a test automation in a dedicated environment.
Explore how environments group robots to deploy processes in UiPath, with defaults and per-robot overrides, and learn to manage environment-specific settings via assets or configuration files.
Learn the full range of UiPath job states, from pending and connecting to running, successful, failed, suspended, and stopped, with guidance to interpret each status in practice.
Create and populate a UiPath queue with items and unique references, then design a separate processor to fetch each item, extract the name, and mark the transaction as successful.
Learn how item statuses in UiPath orchestrator drive queue processing, including new, in progress, successful, failed, and abandoned states, with retries, reasons, and history tracking.
Explore how deadlines take precedence over priority in a queue, guiding processing by deadline first, then priority; items with no deadline follow the priority order.
Allocate a process to one or more bots by configuring display name, environment, input, and variables, then start a job on available robots.
Learn by doing
In this course you can use either all three or pick and choose your preferred methods of study. You will pass the UiPath Certified Professional Associate exam by undertaking
1) Real instructor lead training within UiPath the exam topics. The practicals will dive straight to the content you need to know for the exam.
2) A cheatsheet for each topic (8 total) covering all of the UiPath Certified Professional Associate content
3) Practice Questions and Answers - the biggest pool of test questions and answers to skill yourself up
Learn from an instructor who delivers enterprise scale projects and has been actively involved in engagements that has won international RPA awards.
Intelligent Automation is at the forefront of disruption, also known as the "digital workforce". It is transforming the efficiency of every organization function from finance, tax, HR and IT. This saves hundreds of hours of peoples time to focus on more higher value tasks.
What does this mean for you?
There are HUGE opportunist in this space right now, RPA grew by 63.1% in 2018 to $846 million. It is currently the fasted-growing segment of the global enterprise software market. This course will enable you to get a first mover opportunity in this market, and also prepare yourself if your role is at risk!
Ok so what topics will we cover?
The exam itself!
Robotic Process Automation (RPA) Fundamentals
UiPath Studio Overview
UiPath Studio – Variables and Arguments
UiPath Studio – Selectors
UiPath Studio – Control Flow
UiPath Studio – Data Manipulation
UiPath Automation Concepts and Techniques
UiPath Orchestrator Overview
The biggest pool of test questions and answers there is
All my courses include:
Unlimited lifetime access to the course
Unconditional, no questions asked full 30 day money back guarantee