• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

1263 Business Analysis courses

Oracle 19c PL/SQL Fundamentals (TTOR12019)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for anyone needing to interface with an Oracle database such as end users, business analysts, application developers and database administrators / DBAs. Overview Working within in a hands-on learning environment, guided by our expert team, attendees will develop a practical approach to Oracle Database Technology. Throughout the course participants will explore: Using PL/SQL programming language for database applications and development incorporating PL/SQL modules within the application architecture from the initial design and planning phase The essentials of building executable PL/SQL program units Each of the major segments of a working program and how these interact with each other during program execution Important error or exception handling capabilities of the language. How database-resident program units can be used as part of the overall database application architecture Applying these new skills to the development of PL/SQL packages. Advanced database programming capabilities and benefits How database triggers can be used as part of an advanced database application design Oracle 19c PL/SQL Fundamentals is a three-day, hands-on course that introduces Oracle database programming using the PL/SQL programming language. Throughout the course students will explore the core syntax, structure and features of the language. This course will also lay the foundation for the entire Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. The course also explores applying the newly learned skills to the development of database applications. Participants will learn how to use database-resident stored program units such as procedures, functions, packages and database triggers. Students will also learn about the latest features in Oracle 19c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL *Plus Setup JDeveloper About BIND and Substitution Variables Using SQL Developer Using SQL *Plus Choosing a Database Programming Language What is Database Programming PL/SQL Programming PL/SQL Performance Advantages Integration with Other Languages PL/SQL Language Essentials PL/SQL Program Structure Language Syntax Rules Embedding SQL Writing Readable Code Generating Readable Code Generating Database Output SQL * Plus Input of Program Block DECLARE Section About the Declare Section Declare Primitive Types Declaration Options Not Null Constant Data Dictionary Integration % Type Declare Simple User-Defined Types Type ? Table Type ? Record Extended User Defined Types BEGIN Section About the Begin Section Manipulating Program Data Logic Control & Braching GOTO LOOP IF-THEN-ELSE CASE EXCEPTION Section About the Exception Section Isolating the Specific Exception Pragma Exception_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT & Select ? Into Beyond the Basics : Explicit Cursors About Explicit Cursors Extend Cursor Techniques For Update of Clause Where Current of Clause Using for ? Loop Cursors Introduction Database Resident Programming Units About Database ? Resident Programs Physical Storage & Execution Types of Stored Program Units Stored Program Unit Advantages Modular Design Principles Creating Stored Procedures and Functions Stored Procedures & Functions Create Procedure / Create Function Creating Procedures & Functions Raise_Salary() Procedure Salary_Valid() function The Parameter Specification Default Clause System & Object Privileges Using the Development Tools Executing Stored Procedures and Functions Calling Procedures & Functions Unit Testing with Execute Anonymous Block Unit Testing Specifying a Parameter Notation SQL Worksheet Unit Testing Calling Functions from SQL Maintaining Stored Programming Units Recompiling Programs Mass Recompilation Using UTL_RECOMP() Dropping Procedures & Functions Drop Procedures & Functions Drop Procedure / Function Data Dictionary Metadata Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies Dependency Internals Tracking Dependencies The Dependency Tracking Utility SQL Developer Dependency Info Dependency Strategy Checklists Creating & Maintaining About Packages Creating Packages Maintaining Packages Performance Considerations Advanced Package Capabilities Definer & Invoker Rights White Lists & Accessible By Persistent Global Objects Defining Initilization Logic Object Orientation Support Advanced Cursor Techniques Using Cursor Variables Using SYS_REFCURSOR Using Cursor Expressions Using System Supplied Packages DBMS_OUTPUT() UTL_FILE() FOPEN() Example Database Trigger Concepts About Database Triggers DML Event Trigger Sub-Types Database Trigger Scenario Trigger Exhaustion Mechanisms Trigger within SQL Worksheet Creating Database Triggers Statement Level Triggers Using Raise Application_Error() Row-Level Triggers Examples of Triggers Employee_Salary_Check Example Employee_Journal Example Budget_Event Example Instead of Triggers Triggers within and Application Maintaining Database Triggers Call Syntax Trigger Maintenance Tasks Show Errors Trigger Drop Trigger Alter Trigger Multiple Triggers for a Table Handling Mutating Table Issues Implementing System Event Triggers What are System Event Triggers Defining the Scope Available System Events System Event Attributes

Oracle 19c PL/SQL Fundamentals (TTOR12019)
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to SQL Programming Basics (TTSQL002)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory level SQL course, appropriate for anyone needing to interface with an Oracle database or those needing a general understanding of Oracle database functionality. That would include end users, business analysts, application developers and database administrators. Overview Working in a hands on learning environment led by our expert practitioner, attendees will explore: Basic RDBMS Principles The SQL Language and Tools Using SQL Developer SQL Query Basics WHERE and ORDER BY Functions ANSI 92 Joins ANSI 99 Joins Subqueries Regular Expressions Analytics A company?s success hinges on responsible, accurate database management. Organizations rely on highly available data to complete all sorts of tasks, from creating marketing reports and invoicing customers to setting financial goals. Data professionals like analysts, developers and architects are tasked with creating, optimizing, managing and analyzing data from databases ? with little room for error. When databases aren?t built or maintained correctly, it?s easy to mishandle or lose valuable data. Our SQL Programming and Database Training Series provides students with the skills they require to develop, analyze and maintain data and in correctly structured, modern and secure databases. A full presentation of the basics of relational databases and their use are also covered. Basic RDBMS Principles Relational design principles Accessing data through a structured query language Entity relationship diagrams Data Domains Null values Indexes Views Denormalization Data Model Review The SQL Language and Tools Using SQL*Plus Why Use SQL*Plus When Other Tools Are Available? Starting SQL*Plus EZConnect SQL Commands PL/SQL Commands SQL*Plus Commands The COLUMN Command The HEADING Clause The FORMAT Clause The NOPRINT Clause The NULL Clause The CLEAR Clause Predefined define variables LOGIN.SQL Command history Copy and paste in SQL*Plus Entering SQL commands Entering PL/SQL commands Entering SQL*Plus commands Default output from SQL*Plus Entering Queries What about PL/SQL? Using SQL Developer Choosing a SQL Developer version Configuring connections Creating A Basic Connection Creating A TNS Connection Connecting Configuring preferences Using SQL Developer The Columns Tab The Data Tab The Constraints Tab The Grants Tab The Statistics Tab Other Tabs Queries In SQL Developer Query Builder Accessing Objects Owned By Other Users The Actions Pulldown Menu Differences between SQL Developer and SQL*Plus Reporting Commands Missing In SQL Developer General Commands Missing In SQL Developer Data Dictionary report User Defined reports Using scripts in SQL Developer WHERE and ORDER BY WHERE clause basics Comparison operators Literals and Constants in SQL Simple pattern matching Logical operations The DUAL table Arithmetic operations Expressions in SQL Character operators Pseudo columns Order by clause basics Ordering Nulls Accent and case sensitive sorts Sampling data WHERE and ORDER BY in SQL Developer All, Any, Some Functions The basics of Oracle functions Number functions Character functions Date functions Conversion functions Other functions Large object functions Error functions The RR format mode; Leveraging your knowledge ANSI 92 JOINS Basics of ANSI 92 Joins Using Query Builder with multiple tables Table Aliases Outer joins Outer Joins In Query Builder Set operators Self-referential joins Non-Equijoins ANSI 99 Joins Changes with ANSI99 CROSS Join NATURAL Join JOIN USING JOIN ON LEFT / RIGHT OUTER JOIN FULL OUTER JOIN Subqueries Why use subqueries? WHERE clause subqueries FROM clause subqueries HAVING clause subqueries CORRELATED subqueries SCALAR subqueries DML and subqueries EXISTS subqueries Hierarchical queries TOP N AND BOTTOM N queries Creating subqueries using Query Builder Regular Expressions Available Regular Expressions Regular Expression Operators Character Classes Pattern matching options REGEX_LIKE REGEXP_SUBSTR REGEXP_INSTR REGEXP_REPLACE REGEXP_COUNT Analytics The WITH clause Reporting aggregate functions Analytical functions User-Defined bucket histograms The MODEL clause PIVOT and UNPIVOT Temporal validity More Analytics RANKING functions RANK DENSE_RANK CUME_DIST PERCENT_RANK ROW_NUMBER Windowing aggregate functions RATIO_TO_REPORT LAG / LEAD Linear Regression functions Inverse Percentile functions Hypothetical ranking functions Pattern Matching Additional course details: Nexus Humans Introduction to SQL Programming Basics (TTSQL002) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to SQL Programming Basics (TTSQL002) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to SQL Programming Basics (TTSQL002)
Delivered OnlineFlexible Dates
Price on Enquiry

Understanding Microservices | A Technical Overview (TT7050)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This overview-level course is ideally suited for professionals seeking an introduction to microservices architecture and its application within a business context. Ideal attendee roles include software developers, system architects, technical managers, and IT professionals who are part of teams transitioning to a microservices approach. It's also an excellent starting point for non-technical roles such as product owners or business analysts who work closely with technical teams and want to better understand and become conversant in the language and principles of microservices. Overview This course combines engaging instructor-led presentations and useful demonstrations with engaging group activities. Throughout the course you'll explore: Understand the Basics of Microservices: Get to know the fundamental principles and characteristics of microservices and how they revolutionize traditional software development approaches. Explore the Design of Microservices: Gain an overview of how microservices are designed based on business requirements and what makes them unique in the software architecture world. Overview of Managing and Scaling Microservices: Get an introduction to how microservices are managed and scaled independently, and understand the significance of these features in your business operations. Familiarize with the Microservices Ecosystem: Learn about the typical patterns, best practices, and common pitfalls in the microservices world, setting a foundation for future learning and implementation. Introduction to Microservices in a Business Context: Acquire a basic understanding of how microservices can be aligned with specific business capabilities, and get a glimpse into how they can coexist with legacy systems in a business setting. Microservices have rapidly emerged as a popular architectural style, breaking down applications into small, independent services that can be developed, deployed, and scaled individually. Microservices offer a robust method to address a variety of projects, such as e-commerce platforms and content management systems, enhancing scalability and boosting productivity. This technology, when employed correctly, can greatly increase software delivery speed and system resilience, making it a crucial skill set for modern technology professionals.Understanding Microservices - A Technical Overview is a one-day course ideally suited for technical professionals seeking an introduction to microservices architecture and its application within a business context. Under the guidance of an industry expert, this engaging class combines lecture-style learning with lively demonstrations, case study review and group discussions.Throughout the course you?ll explore the principles and characteristics that define microservices, how to identify suitable projects for a microservices approach, the factors to consider when designing them, and the strategies to effectively manage and scale them within complex systems. You?ll also learn about the best practices, patterns, and anti-patterns, arming you with the knowledge to make the right architectural choices. This course also explores the real-world implementation of microservices in a business enterprise. We'll discuss how to align the application of microservices with your organization's specific business capabilities, and offer strategies for smoothly integrating this technology within existing legacy systems. Introduction to Microservices Understand what microservices are and their role in modern software development. Introduction to Microservices: what they are and why they matter. Monolithic vs Microservices: highlighting the shift and benefits. Key principles and characteristics of microservices. Identifying suitable applications for microservices transformation. Demo: Analyzing a sample application and identifying potential microservices Architecting and Managing Microservices Learn the basic strategies for scaling and managing microservices. Scaling Microservices: from a single service to hundreds. Key components of a microservices architecture. Introduction to resilience patterns: Circuit-Breakers and Bulkheads. Load management and provisioning in a microservices setup. Understanding the role of cloud services in microservices. Optional Demo: Illustrating how a microservice-based application scales in real-time Designing Microservices Learn the key aspects to consider when designing microservices. Defining microservice boundaries: Deciding the scope of a microservice. Communication patterns in microservices. Understanding Microservice endpoints. Exploring data stores and transaction boundaries in microservices. Overcoming challenges in Microservices design. Demo: Designing microservices for a hypothetical business requirement Implementing Microservices in a Business Enterprise Understand the process and considerations for implementing microservices in an enterprise context. Assessing enterprise readiness for microservices. Building the business case for microservices: strategic advantages and potential challenges. Aligning microservices with business capabilities. Organizational changes: Team structures and processes for microservices. Dealing with Legacy Systems: Strategies for microservices integration. Demo: Exploring a case study of successful microservices implementation in a business enterprise The Microservices Ecosystem Understand the key tools and best practices in the Microservices ecosystem. Understanding the typical Microservices Stack. Monitoring and Logging in Microservices. Introduction to Docker: Containerization of Microservices. Deployment strategies in a Microservices setup. Introduction to Orchestration in Microservices Demo: Containerizing and deploying a simple microservice Microservices Deployment Strategies Understand various ways to safely introduce changes in a microservices environment. The concept of Blue-Green Deployment: changing services without downtime. Canary Releases and Feature Toggles: slowly rolling out changes to users. Database changes in a microservices environment: keeping data consistent. Demo: Examining various deployment strategies Microservices Best Practices and DevOps Learn key strategies to ensure a smooth operation of your microservices setup. The DevOps culture in Microservices: collaboration for efficiency. Defining a Minimum Viable Product in a Microservices setup: building small, delivering fast. Dealing with data in a distributed setup: managing Data Islands. The importance of Continuous Integration/Continuous Delivery in a microservices setup. Governance: Keeping track of your services and their consumers. Demo: Visualizing a simple continuous delivery pipeline Microservices Patterns and Anti-Patterns Learn about common do's and don'ts when working with microservices. Understanding patterns that help with efficient microservices operation. Recognizing and avoiding anti-patterns that can hinder performance. Dealing with common challenges: dependencies between services, managing service boundaries. Demo: Examples of real-world patterns and anti-patterns Simple Overview of OAuth and OpenID for Microservices Introduction to OAuth and OpenID: What they are and why they matter in Microservices. The role of tokens in OAuth 2.0: How they help in securing communications. A simplified look at OpenID Connect: Linking identities across services. Demo

Understanding Microservices | A Technical Overview  (TT7050)
Delivered OnlineFlexible Dates
Price on Enquiry

Online Options

Show all 1243

Business Analysis Course - BCS Foundation

5.0(12)

By Duco Digital Training

Duco Digital Training's BCS Foundation Certificate in Business Analysis has been designed to provide learners with knowledge and understanding of business analysis concepts, principles and techniques for roles such as business a analyst.

Business Analysis Course - BCS Foundation
Delivered Online On Demand40 hours
£500

Foundation Certificate in Business Analysis

5.0(1)

By Career Transitioners

The BCS Foundation Certificate in Business Analysis is a foundation- level certification that provides a broad understanding of business analysis principles and techniques. It is offered by the British Computer Society (BCS), a professional association for IT professionals.

Foundation Certificate in Business Analysis
Delivered OnlineFlexible Dates
£690

Foundation Certificate in Business Analysis

5.0(1)

By Career Transitioners

The BCS Foundation Certificate in Business Analysis is a foundation- level certification that provides a broad understanding of business analysis principles and techniques. It is offered by the British Computer Society (BCS), a professional association for IT professionals.

Foundation Certificate in Business Analysis
Delivered Online On Demand
£500

Business Analysis Fundamentals: In-House Training

By IIL Europe Ltd

Business Analysis Fundamentals: In-House Training This course is part of IIL's Business Analysis Certificate Program (BACP), a program designed to help prepare individuals to pass the IIBA® Certification exam to become a Certified Business Analysis Professional (CBAP™). This course teaches participants the overall process of business analysis and where it fits in the bigger picture of the project life cycle and the business context. The course is interactive and combines discussion, active workshops, and demonstrations of techniques. The goal is bottom-line results that cut through the real-world problems facing people seeking to improve the way they operate to develop new and improved systems and products or otherwise deliver results through project performance. What you will Learn At the end of this program, you will be able to: Define the solution scope Work with the development team in the systems testing stage Ensure the solution is usable in the business environment Foundation Concepts Defining the business analyst (BA) function The role of the BA as change agent An introduction to the BABOK® Guide BA roles and relationships through the project life cycle (PLC) Business Analysis Planning and Monitoring Overview of business analysis planning and monitoring (BAP&M) Business analysis planning and monitoring - process and tools Business analysis planning and monitoring - roles and responsibilities Business analysis planning and monitoring - governance, information management, and performance improvement Elicitation and Collaboration Overview of elicitation and collaboration Elicitation and collaboration techniques Requirements Life Cycle Management Overview of requirements life cycle management Requirements life cycle management task details Strategy Analysis Overview of strategy analysis Analyze current state Define future state Assess risks Define change strategy Requirements Analysis and Design Definition Overview of requirements analysis and design definition (RA&DD) The anatomy of requirements RA&DD task descriptions RA&DD techniques Solution Evaluation Overview of solution evaluation Solution evaluation tasks Solution evaluation in development stages Underlying Competencies Overview of underlying competencies (UC) Underlying competencies

Business Analysis Fundamentals: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£1,495

Business Analysis Practice Course - BCS Practitioner

5.0(12)

By Duco Digital Training

Thinking about a career in Business Analysis? The BCS Practitioner Certificate in Business Analysis has been designed to provide valuable learning for those in roles such as business analyst, business architect, business systems analyst, data analyst, enterprise analyst, management consultant, process analyst, product manager, product owner, project manager, and systems analyst.

Business Analysis Practice Course - BCS Practitioner
Delivered Online On Demand18 hours
£950

Business Analysis Training

By Imperial Academy

Free Level 7 QLS Endorsed Certificate | CPD Accredited | 150 CPD Points | Advanced Learning Materials | Lifetime Access

Business Analysis Training
Delivered Online On Demand
£100

BCS International Diploma in Business Analysis - Start Today!

5.0(12)

By Duco Digital Training

Duco Digital Training's self study BCS International Diploma in Business Analysis course will help build your career as a business analyst, business architect, data analyst, enterprise analyst, management consultant...

BCS International Diploma in Business Analysis - Start Today!
Delivered Online On Demand12 days
£4,549

Business Analysis Fundamentals: Virtual In-House Training

By IIL Europe Ltd

Business Analysis Fundamentals: Virtual In-House Training This course is part of IIL's Business Analysis Certificate Program (BACP), a program designed to help prepare individuals to pass the IIBA® Certification exam to become a Certified Business Analysis Professional (CBAP™). This course teaches participants the overall process of business analysis and where it fits in the bigger picture of the project life cycle and the business context. The course is interactive and combines discussion, active workshops, and demonstrations of techniques. The goal is bottom-line results that cut through the real-world problems facing people seeking to improve the way they operate to develop new and improved systems and products or otherwise deliver results through project performance. What you will Learn At the end of this program, you will be able to: Define the solution scope Work with the development team in the systems testing stage Ensure the solution is usable in the business environment Foundation Concepts Defining the business analyst (BA) function The role of the BA as change agent An introduction to the BABOK® Guide BA roles and relationships through the project life cycle (PLC) Business Analysis Planning and Monitoring Overview of business analysis planning and monitoring (BAP&M) Business analysis planning and monitoring - process and tools Business analysis planning and monitoring - roles and responsibilities Business analysis planning and monitoring - governance, information management, and performance improvement Elicitation and Collaboration Overview of elicitation and collaboration Elicitation and collaboration techniques Requirements Life Cycle Management Overview of requirements life cycle management Requirements life cycle management task details Strategy Analysis Overview of strategy analysis Analyze current state Define future state Assess risks Define change strategy Requirements Analysis and Design Definition Overview of requirements analysis and design definition (RA&DD) The anatomy of requirements RA&DD task descriptions RA&DD techniques Solution Evaluation Overview of solution evaluation Solution evaluation tasks Solution evaluation in development stages Underlying Competencies Overview of underlying competencies (UC) Underlying competencies

Business Analysis Fundamentals: Virtual In-House Training
Delivered OnlineFlexible Dates
£850

Business Analysis

By iStudy UK

Business Analysis Overview Do you ever wonder how businesses bring amazing ideas to life? Imagine being the secret weapon that turns those ideas into reality! This Business Analysis course is your key to becoming a game-changer in any organization. In plain English, business analysts are the superheroes who take a business idea and figure out exactly how to make it happen. This course gives you all the tools you need to join this exciting field. Through clear explanations and exercises you'll learn the steps involved in bringing a business idea to life, from start to finish. You'll discover how to identify the best solutions and make sure everything gets done on time and on budget. You'll also learn how to talk to everyone involved in the project, from the big boss to the team members, to keep everyone happy and moving in the right direction. This Business Analysis course is your chance to learn the skills that businesses are looking for and launch a successful career as a problem-solving rockstar! Learning Outcomes Gain a comprehensive understanding of the core phases of business analysis, from eliciting stakeholder requirements to evaluating solutions and monitoring project progress. Develop proficiency in key investigative techniques, ratio analysis, and gap analysis to diagnose problems and identify opportunities for improvement. Refine your communication and interpersonal skills to effectively manage stakeholder expectations, gather crucial information, and foster collaboration throughout the project lifecycle. Learn to document business requirements clearly and concisely using industry-standard practices, ensuring project deliverables meet strategic objectives. Explore the diverse career opportunities available to business analysts in the UK and gain insights into the skills and qualifications sought after by employers. Why You Should Choose Business Analysis Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Business Analysis is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Business Analysis is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Business Analysis Module 01: Introduction to Business Analysis Introduction to Business Analysis 00:14:00 Module 02: Business Processes Business Processes 00:44:00 Module 03: Business Analysis Planning and Monitoring Business Analysis Planning and Monitoring 00:25:00 Module 04: Strategic Analysis and Product Scope Strategic Analysis and Product Scope 00:28:00 Module 05: Solution Evaluation Solution Evaluation 00:24:00 Module 06: Investigation Techniques Investigation Techniques 00:45:00 Module 07: Ratio Analysis Module 08: Stakeholder Analysis and Management Stakeholder Analysis and Management 00:22:00 Module 09: Process Improvement with Gap Analysis Process Improvement with Gap Analysis 00:25:00 Module 10: Documenting and Managing Requirements Documenting and Managing Requirements 00:26:00 Module 11: Career Prospect as a Business Analyst in the UK Career Prospect as a Business Analyst in the UK 00:13:00

Business Analysis
Delivered Online On Demand4 hours 26 minutes
£25

Business Analysis Courses

5.0(10)

By Apex Learning

14 in 1 Bundle only at £79 Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now Tired of browsing and searching for a Business Analysis course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this extensive bundle that has everything you need to succeed. After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one Business Analysis bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand Business Analysis course that will enhance your skills and prepare you for the competitive job market. Also, our experts are available for answering your queries on Business Analysis and help you along your learning journey. Advanced audio-visual learning modules of these Business Analysis courses are broken down into little chunks so that you can learn at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in Business Analysis, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Business Analysis Bundle Consists of the following Premium courses: Course 01: Business Analysis Level 3 Course 02: Strategic Business Management Course 03: Financial Analysis Course 04: Capital Budgeting & Investment Decision Rules Course 05: Basic Business Finance Course 06: SAP Controlling (CO) - Product Costing S4HANA Course 07: Research Methods in Business Course 08: Introduction to Data Analysis Course 09: Business Intelligence and Data Mining Masterclass Course 10: Basic Google Data Studio Course 11: Statistical Analysis Course 12: Payroll Management Course Course 13: Level 3 Tax Accounting Course 14: Certificate in Anti Money Laundering (AML) Enrol now in Business Analysis to advance your career, and use the premium study materials from Apex Learning. How will I get my Certificate? After successfully completing the Course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) Course Curriculum Course 01: Business Analysis Level 3 Module 01: Introduction to Business Analysis Module 02: Business Processes Module 03: Business Analysis Planning and Monitoring Module 04: Strategic Analysis and Product Scope Module 05: Solution Evaluation Module 06: Investigation Techniques Module 07: Ratio Analysis Module 08: Stakeholder Analysis and Management Module 09: Process Improvement with Gap Analysis Module 10: Documenting and Managing Requirements Module 11: Career Prospect as a Business Analyst in the UK Course 02: Strategic Business Management Module 01: Introduction to Strategic Management Business Module 02: Corporate Governance Module 03: Industry Analysis Module 04: Strategy Formulation Module 05: Strategy Implementation Module 06: Evaluation and Control Module 07: Building a Brand Module 08: Generating Success from the Customer Relationship Module 09: Social Responsibility and Ethics in Strategic Management Module 10: Getting Ready for Business Improvement Course 03: Financial Analysis Section-1. Introduction Section-2. Profitability Section-3. Return Ratio Section-4. Liqudity Ratio Section-5.Operational Analysis Section-6. Detecting Manipulation Course 04: Capital Budgeting & Investment Decision Rules Section 01: Introduction Section 02: NPV Method Section 03: Payback Period Method Section 04: Internal Rate of Return (IRR) Section 05: Evaluating Projects in Different Lives Section 06: Conclusion Course 05: Basic Business Finance Module 01: What is Business Finance? Module 02: Why Businesses Fail Module 03: The Principles of Business Finance Part 1 Module 04: The Principles of Business Finance Part 2 Module 05: The Balance Sheet Module 06: The Income Statement Module 07: The Cashflow Statement Module 08: A Business Finance Exercise Module 09: Financial Performance Indicators Module 10: Investment Analysis Module 11: Investment Analysis Exercise Module 12: Key Learning Points in Business Finance Course 06: SAP Controlling (CO) - Product Costing S4HANA Section 1: Introduction Section 2: Material Master Data and Pricing Controls Section 3: BoM, Activities and Routing Section 4: Overheads in Costing Section 5: Costing Sheet Section 6: Costing Variant Section 7: Routing and Work Centres Section 8: Cost Component Structure Section 9: Execution of Standard Cost Estimation Course 07: Research Methods in Business Section 01: Applied Project & Research Methods in Business Section 02: Writing a Purpose / Quantitative and Qualitative Research Approaches Section 03: Mixed Method Research Approaches, Ethical Considerations & Writing Effectively Written Methodology Part 3 !@@ Section 04: Writing Data Collection Tools, Qualitative & Quantitative Data Analysis Section 05: Comparing Findings to Literature and Writing the Final Paper Course 08: Introduction to Data Analysis Module 01: Introduction Module 02: Agenda and Principles of Process Management Module 03: The Voice of the Process Module 04: Working as One Team for Improvement Module 05: Exercise: The Voice of the Customer Module 06: Tools for Data Analysis Module 07: The Pareto Chart Module 08: The Histogram Module 09: The Run Chart Module 10: Exercise: Presenting Performance Data And much more... Course 09: Business Intelligence and Data Mining Masterclass Module 01: What is Business Intelligence? Module 02: Starting Case in understanding BI needs in diff phase of business Module 03: Decision Making Process and Need of IT systems Module 04: Problem Structure and Decision Support System Module 05: Introduction to BI Applications Module 06: Dashboard presentation systems Module 07: Different Types of Charts used in 131 Dashboards Module 08: Good Dashboard and BSC Module 09: Examples of Bad Dashboards 1 Module 10: Examples of Bad Dashboards 2 And much more... Course 10: Basic Google Data Studio Module 01: Introduction to GDS Module 02: Data Visualization Module 03: Geo-visualization Module 04: A Socio-Economic Case Study Course 11: Statistical Analysis Module 01: The Realm of Statistics Module 02: Basic Statistical Terms Module 03: The Center of the Data Module 04: Data Variability Module 05: Binomial and Normal Distributions Module 06: Introduction to Probability And much more... Course 12: Payroll Management Course Module 01: Payroll System in the UK Module 02: Payroll Basics Module 03: Company Settings Module 04: Legislation Settings Module 05: Pension Scheme Basics Module 06: Pay Elements Module 07: The Processing Date Module 08: Adding Existing Employees Module 09: Adding New Employees Module 10: Payroll Processing Basics And much more... Course 13: Level 3 Tax Accounting Module 01: Tax System and Administration in the UK Module 02: Tax on Individuals Module 03: National Insurance Module 04: How to Submit a Self-Assessment Tax Return Module 05: Fundamentals of Income Tax Module 06: Advanced Income Tax Module 07: Payee, Payroll and Wages Module 08: Capital Gain Tax And much more... Course 14: Certificate in Anti Money Laundering (AML) Module 01: Introduction to Money Laundering Module 02: Proceeds of Crime Act 2002 Module 03: Development of Anti-Money Laundering Regulation Module 04: Responsibility of the Money Laundering Reporting Office Module 05: Risk-based Approach Module 06: Customer Due Diligence And much more... CPD 140 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Business Analysis bundle. Requirements Our Business Analysis course is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. Career path Having this Business Analysis expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included P.S. The delivery charge inside the UK is £3.99, and the international students have to pay £9.99.

Business Analysis Courses
Delivered Online On Demand
£79

Educators matching "Business Analysis"

Show all 241
Business Analyst School

business analyst school

London

We offer a variety of courses and programs to help non-tech professionals get the right coaching, skills & certifications to grow their income to six figures using Agile Business Analysis skills. The Business Analysis School was founded by Eno Eka, an accountant who successfully transitioned into Business Analysis, grew her income to six figures and became a thought leader in the Business Analysis space helping over 7000 people through her training and coaching programs. Eno Eka is a business analyst and change manager based in Calgary, Alberta. She is an award-winning career coach and speaker who has been recognized for helping more than 7,000 professionals, especially immigrants kickstart their professional careers in Canada. She is a business analysis content developer and course instructor at the University of Manitoba.She is the CEO & Founder of Eny Consulting Inc, a boutique consulting firm in Canada. In about 3 years of arriving in Canada, Eno has touched the lives of thousands of immigrants to Canada. She has curated mentorship and coaching programs for immigrants to Canada which have sought her recognition & awards globally. Eno is an embodiment of service as she volunteers with several non- profit organizations to help immigrants to Canada integrate successfully and become gainfully employed. Eno volunteers as a mentor with Calgary Region Immigrant Employment Council (CRIEC) and sits on the Board of the IIBA Calgary Chapter as Director of Education.She also volunteers at the Calgary Drop-in Centre and Calgary Dream Centre. She is a Giving Back Sponsor for the Women in Need Society (WINS). She is the host of the Livestream Podcast, Fireside Chat With Eno where she shares valuable insights on job search tips and strategies for new immigrants. Her awards and achievements include: Forbes 30 under 30 nominee 2020, Education Category Alberta Top 30 under 30 recipient 2021 Calgary Top 40 under 40 nominee 2019 & 2020 Universal Women’s Network, Winner 2019 Award for Mentorship RBC Women of Influence 2020 Award Recipient Top 100 Black Women to Watch in Canada 2020 Award Recipient Canada’s Most Powerful Women: Top 100 award in the RBC Future Launch Future Leaders category nominee. RBC Top 25 Canadian Immigrant Awards Nominee 2020 2020 Tällberg/Eliasson Global Leadership Prize Nominee Top 8 Female Business Analysis Influencers To Watch in 2021-Globally Recognized & Featured by the IIBA Campaign Ambassador for the United Nations and the Office of the United Nations High Commissioner for Refugees Host of the Global Business Analyst Online Meetup IIBA Global Corporate Member IIBA Endorsed Education Provider for all IIBA certifications Authorized Training Partner for Agile & Scrum through ScrumStudy She has launched an online academy for Business Analysts where you can learn some of the most in demand skills globally.

IRM UK

irm uk

WELCOME TO IRM UK, THE PREMIER DESTINATION FOR EVENTS, PUBLIC COURSES, AND IN-HOUSE TRAINING IN ARCHITECTURE AND STRATEGY, BUSINESS CHANGE & TRANSFORMATION, BUSINESS ANALYSIS, ENTERPRISE DATA, BUSINESS INTELLIGENCE, AND DIGITAL WORKPLACE. Face-to-face events [https://irmuk.co.uk/conferences/] Immerse yourself in our Face-To-Face Events in London where we bring together visionary speakers and decision-makers from both the public and private sectors worldwide. With a focus on end-user case studies, our events offer valuable insights into past successes and challenges of organizations. During the networking program you can engage with and have meaningful discussions among peers, as you exchange virtual business cards via the Networking App. Additionally, our exhibitions provide a platform to openly discuss challenges and explore cutting-edge technology from leading solution providers. Exciting upcoming events include the Business Analysis Conference Europe, taking place from 18th to 20th September 2023 in London, and the Enterprise Architecture and Business Process Management Conference Europe, scheduled for 9th to 12th October 2023 in London. Moreover, don't miss the Enterprise Data and Business Intelligence & Analytics Conference Europe from 7th to 10th November 2023, also held in London. Online Training Courses Explore our online training courses led by expert speakers who possess exceptional technical knowledge, teaching skills, and extensive business experience. Our presenters, some of the most influential technologists, methodologists, and original thinkers in the industry, deliver virtual courses that empower participants with practical skills and insights. Find out more: https://irmuk.co.uk/online-training-courses/ [https://irmuk.co.uk/online-training-courses/] In-house Training [https://irmuk.co.uk/inhouse-training/] Experience the tailored approach of IRM UK In-House Training, where we design bespoke programs to address your specific needs. Whether in person or virtually, our world-renowned trainers, experts, and leaders in their respective fields, ensure your team is equipped to tackle your company's challenges effectively, delivering a top-notch training service. Find out more: https://irmuk.co.uk/inhouse-training/ [https://irmuk.co.uk/inhouse-training/] Webinars [https://irmuk.co.uk/webinars/] Stay updated with the latest industry challenges and solutions by joining our complimentary webinars, featuring renowned global experts who share their insights. Find out more: https://irmuk.co.uk/webinars/ [https://irmuk.co.uk/webinars/] AT IRM UK, WE ARE COMMITTED TO PROVIDING EXCEPTIONAL LEARNING OPPORTUNITIES, FOSTERING PROFESSIONAL GROWTH, AND ENABLING ORGANIZATIONS TO THRIVE IN A RAPIDLY EVOLVING BUSINESS AND IT LANDSCAPE.