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

21 Application Performance Monitoring (APM) courses

55337 Introduction to Programming

By Nexus Human

DURATION 5 DAYS 30 CPD HOURS THIS COURSE IS INTENDED FOR THIS COURSE IS INTENDED FOR ANYONE WHO IS NEW TO SOFTWARE DEVELOPMENT AND WANTS, OR NEEDS, TO GAIN AN UNDERSTANDING OF PROGRAMMING FUNDAMENTALS AND OBJECT-ORIENTED PROGRAMMING CONCEPTS. THEY WILL TYPICALLY BE HIGH SCHOOL STUDENTS, POST-SECONDARY SCHOOL STUDENTS, OR CAREER CHANGERS, WITH NO PRIOR PROGRAMMING EXPERIENCE. THEY MIGHT WANT TO GAIN AN UNDERSTANDING OF THE CORE PROGRAMMING FUNDAMENTALS BEFORE MOVING ON TO MORE ADVANCED COURSES SUCH AS PROGRAMMING IN C#. OVERVIEW EXPLAIN CORE PROGRAMMING FUNDAMENTALS SUCH AS COMPUTER STORAGE AND PROCESSING. EXPLAIN COMPUTER NUMBER SYSTEMS SUCH AS BINARY. CREATE AND USE VARIABLES AND CONSTANTS IN PROGRAMS. EXPLAIN HOW TO CREATE AND USE FUNCTIONS IN A PROGRAM. CREATE AND USE DECISIONS STRUCTURES IN A COMPUTER PROGRAM. CREATE AND USE REPETITION (LOOPS) IN A COMPUTER PROGRAM. EXPLAIN PSEUDOCODE AND ITS ROLE IN PROGRAMMING. EXPLAIN THE BASIC COMPUTER DATA STRUCTURES SUCH AS ARRAYS, LISTS, STACKS, AND QUEUES. IMPLEMENT OBJECT-ORIENTED PROGRAMMING CONCEPTS. CREATE AND USE CLASSES IN A COMPUTER PROGRAM. IMPLEMENT ENCAPSULATION, INHERITANCE, AND POLYMORPHISM. DESCRIBE THE BASE CLASS LIBRARY (BCL) IN THE .NET FRAMEWORK. EXPLAIN THE APPLICATION SECURITY CONCEPTS. IMPLEMENT SIMPLE I/O IN A COMPUTER PROGRAM. IDENTIFY APPLICATION ERRORS AND EXPLAIN HOW TO DEBUG AN APPLICATION AND HANDLE ERRORS. IDENTIFY THE PERFORMANCE CONSIDERATIONS FOR APPLICATIONS. DESCRIPTION IN THIS 5-DAY COURSE, STUDENTS WILL LEARN THE BASICS OF COMPUTER PROGRAMMING THROUGH THE USE OF MICROSOFT VISUAL STUDIO 2022 AND THE VISUAL C# AND VISUAL BASIC PROGRAMMING LANGUAGES. THE COURSE ASSUMES NO PRIOR PROGRAMMING EXPERIENCE AND INTRODUCES THE CONCEPTS NEEDED TO PROGRESS TO THE INTERMEDIATE COURSES ON PROGRAMMING, PROGRAMMING IN C#. THE FOCUS WILL BE ON CORE PROGRAMMING CONCEPTS SUCH AS COMPUTER STORAGE, DATA TYPES, DECISION STRUCTURES, AND REPETITION BY USING LOOPS. THE COURSE ALSO COVERS AN INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING COVERING CLASSES, ENCAPSULATION, INHERITANCE, AND POLYMORPHISM. COVERAGE IS ALSO INCLUDED AROUND EXCEPTION HANDLING, APPLICATION SECURITY, PERFORMANCE, AND MEMORY MANAGEMENT. 1 - INTRODUCTION TO CORE PROGRAMMING CONCEPTS * Computer Data Storage and Processing * Application Types * Application Lifecycle * Code Compilation 2 - CORE PROGRAMMING LANGUAGE CONCEPTS * Syntax * Data Types * Variables and Constants 3 - PROGRAM FLOW * Introduction to Structured Programming Concepts * Introduction to Branching * Using Functions * Using Decision Structures * Introducing Repetition 4 - ALGORITHMS AND DATA STRUCTURES * Understand How to Write Pseudocode * Algorithm Examples * Introduction to Data Structures 5 - ERROR HANDLING AND DEBUGGING * Introduction to Program Errors * Introduction to Structured Error Handling * Introduction to Debugging 6 - INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING * Introduction to Complex Structures * Introduction to Structs * Introduction to Classes * Introducing Encapsulation 7 - MORE OBJECT-ORIENTED PROGRAMMING * Introduction to Inheritance * Introduction to Polymorphism * Introduction to .NET and the Base Class Library 8 - INTRODUCTION TO APPLICATION SECURITY * Authentication and Authorization * Code Permissions on Computers * Introducing Code Signing 9 - CORE I/O PROGRAMMING * Using Console I/O * Using File I/O 10 - APPLICATION PERFORMANCE AND MEMORY MANAGEMENT * Value Types vs Reference Types * Converting Types * The Garbage Collector ADDITIONAL COURSE DETAILS: Nexus Humans 55337 Introduction to Programming 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 55337 Introduction to Programming 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.

55337 Introduction to Programming
Delivered Online6 days, Jun 3rd, 13:00 + 2 more
£2975

AZ-400T00 Designing and Implementing Microsoft DevOps Solutions

By Nexus Human

DURATION 4 DAYS 24 CPD HOURS THIS COURSE IS INTENDED FOR STUDENTS IN THIS COURSE ARE INTERESTED IN DESIGNING AND IMPLEMENTING DEVOPS PROCESSES OR IN PASSING THE MICROSOFT AZURE DEVOPS SOLUTIONS CERTIFICATION EXAM. DESCRIPTION THIS COURSE PROVIDES THE KNOWLEDGE AND SKILLS TO DESIGN AND IMPLEMENT DEVOPS PROCESSES AND PRACTICES. STUDENTS WILL LEARN HOW TO PLAN FOR DEVOPS, USE SOURCE CONTROL, SCALE GIT FOR AN ENTERPRISE, CONSOLIDATE ARTIFACTS, DESIGN A DEPENDENCY MANAGEMENT STRATEGY, MANAGE SECRETS, IMPLEMENT CONTINUOUS INTEGRATION, IMPLEMENT A CONTAINER BUILD STRATEGY, DESIGN A RELEASE STRATEGY, SET UP A RELEASE MANAGEMENT WORKFLOW, IMPLEMENT A DEPLOYMENT PATTERN, AND OPTIMIZE FEEDBACK MECHANISMS PREREQUISITES SUCCESSFUL LEARNERS WILL HAVE PRIOR KNOWLEDGE AND UNDERSTANDING OF: * CLOUD COMPUTING CONCEPTS, INCLUDING AN UNDERSTANDING OF PAAS, SAAS, AND IAAS IMPLEMENTATIONS. * BOTH AZURE ADMINISTRATION AND AZURE DEVELOPMENT WITH PROVEN EXPERTISE IN AT LEAST ONE OF THESE AREAS. * VERSION CONTROL, AGILE SOFTWARE DEVELOPMENT, AND CORE SOFTWARE DEVELOPMENT PRINCIPLES. IT WOULD BE HELPFUL TO HAVE EXPERIENCE IN AN ORGANIZATION THAT DELIVERS SOFTWARE. * AZ-104T00 - MICROSOFT AZURE ADMINISTRATOR * AZ-204T00: DEVELOPING SOLUTIONS FOR MICROSOFT AZURE 1 - INTRODUCTION TO DEVOPS * What is DevOps? * Explore the DevOps journey * Identify transformation teams * Explore shared goals and define timelines 2 - CHOOSE THE RIGHT PROJECT * Explore greenfield and brownfield projects * Decide when to use greenfield and brownfield projects * Decide when to use systems of record versus systems of engagement * Identify groups to minimize initial resistance * Identify project metrics and key performance indicators (KPIs) 3 - DESCRIBE TEAM STRUCTURES * Explore agile development practices * Explore principles of agile development * Define organization structure for agile practices * Explore ideal DevOps team members * Enable in-team and cross-team collaboration * Select tools and processes for agile practices 4 - CHOOSE THE DEVOPS TOOLS * What is Azure DevOps? * What is GitHub? * Explore an authorization and access strategy * Migrate or integrate existing work management tools * Migrate or integrate existing test management tools * Design a license management strategy 5 - PLAN AGILE WITH GITHUB PROJECTS AND AZURE BOARDS * Link GitHub to Azure Boards * Configure GitHub Projects * Manage work with GitHub Project boards * Customize Project views * Collaborate using team discussions * Agile Plan and Portfolio Management with Azure Boards 6 - INTRODUCTION TO SOURCE CONTROL * Explore DevOps foundational practices * What is source control? * Explore benefits of source control * Explore best practices for source control 7 - DESCRIBE TYPES OF SOURCE CONTROL SYSTEMS * Understand centralized source control * Understand distributed source control * Explore Git and Team Foundation Version Control * Examine and choose Git * Understand objections to using Git * Describe working with Git locally 8 - WORK WITH AZURE REPOS AND GITHUB * Migrate from TFVC to Git * Use GIT-TFS * Develop online with GitHub Codespaces 9 - STRUCTURE YOUR GIT REPO * Explore monorepo versus multiple repos * Implement a change log 10 - MANAGE GIT BRANCHES AND WORKFLOWS * Explore branch workflow types * Explore feature branch workflow * Explore Git branch model for continuous delivery * Explore GitHub flow * Explore fork workflow * Version Control with Git in Azure Repos 11 - COLLABORATE WITH PULL REQUESTS IN AZURE REPOS * Collaborate with pull requests * Examine GitHub mobile for pull request approvals 12 - IDENTIFY TECHNICAL DEBT * Examine code quality * Examine complexity and quality metrics * Measure and manage technical debt * Integrate other code quality tools * Plan effective code reviews 13 - EXPLORE GIT HOOKS * Implement Git hooks 14 - PLAN FOSTER INNER SOURCE * Explore foster inner source * Implement the fork workflow * Describe inner source with forks 15 - MANAGE GIT REPOSITORIES * Work with large repositories * Purge repository data * Manage releases with GitHub Repos * Automate release notes with GitHub 16 - EXPLORE AZURE PIPELINES * Explore the concept of pipelines in DevOps * Describe Azure Pipelines * Understand Azure Pipelines key terms 17 - MANAGE AZURE PIPELINE AGENTS AND POOLS * Choose between Microsoft-hosted versus self-hosted agents * Explore job types * Explore predefined agent pool * Understand typical situations for agent pools * Communicate with Azure Pipelines * Communicate to deploy to target servers * Examine other considerations * Describe security of agent pools * Configure agent pools and understanding pipeline styles 18 - DESCRIBE PIPELINES AND CONCURRENCY * Understand parallel jobs * Estimate parallel jobs * Describe Azure Pipelines and open-source projects * Explore Azure Pipelines and Visual Designer * Describe Azure Pipelines and YAML 19 - EXPLORE CONTINUOUS INTEGRATION * Learn the four pillars of continuous integration * Explore benefits of continuous integration * Describe build properties * Enable Continuous Integration with Azure Pipelines 20 - IMPLEMENT A PIPELINE STRATEGY * Configure agent demands * Implement multi-agent builds * Explore source control types supported by Azure Pipelines 21 - INTEGRATE WITH AZURE PIPELINES * Describe the anatomy of a pipeline * Understand the pipeline structure * Detail templates * Explore YAML resources * Use multiple repositories in your pipeline 22 - INTRODUCTION TO GITHUB ACTIONS * What are Actions? * Explore Actions flow * Understand workflows * Describe standard workflow syntax elements * Explore events * Explore jobs * Explore runners * Examine release and test an action 23 - LEARN CONTINUOUS INTEGRATION WITH GITHUB ACTIONS * Describe continuous integration with actions * Examine environment variables * Share artifacts between jobs * Examine Workflow badges * Describe best practices for creating actions * Mark releases with Git tags * Create encrypted secrets * Use secrets in a workflow * Implement GitHub Actions for CI/CD 24 - DESIGN A CONTAINER BUILD STRATEGY * Examine structure of containers * Work with Docker containers * Understand Dockerfile core concepts * Examine multi-stage dockerfiles * Examine considerations for multiple stage builds * Explore Azure container-related services * Deploy Docker containers to Azure App Service web apps 25 - INTRODUCTION TO CONTINUOUS DELIVERY * Explore traditional IT development cycle * What is continuous delivery? * Move to continuous delivery * Understand releases and deployments * Understand release process versus release 26 - CREATE A RELEASE PIPELINE * Describe Azure DevOps release pipeline capabilities * Explore release pipelines * Explore artifact sources * Choose the appropriate artifact source * Examine considerations for deployment to stages * Explore build and release tasks * Explore custom build and release tasks * Explore release jobs * Configure Pipelines as Code with YAML 27 - EXPLORE RELEASE RECOMMENDATIONS * Understand the delivery cadence and three types of triggers * Explore release approvals * Explore release gates * Use release gates to protect quality * Control Deployments using Release Gates 28 - PROVISION AND TEST ENVIRONMENTS * Provision and configure target environments * Configure automated integration and functional test automation * Understand Shift-left * Set up and run availability tests * Explore Azure Load Testing * Set up and run functional tests 29 - MANAGE AND MODULARIZE TASKS AND TEMPLATES * Examine task groups * Explore variables in release pipelines * Understand variable groups 30 - AUTOMATE INSPECTION OF HEALTH * Automate inspection of health * Explore events and notifications * Explore service hooks * Configure Azure DevOps notifications * Configure GitHub notifications * Explore how to measure quality of your release process * Examine release notes and documentation * Examine considerations for choosing release management tools * Explore common release management tools 31 - INTRODUCTION TO DEPLOYMENT PATTERNS * Explore microservices architecture * Examine classical deployment patterns * Understand modern deployment patterns 32 - IMPLEMENT BLUE-GREEN DEPLOYMENT AND FEATURE TOGGLES * What is blue-green deployment? * Explore deployment slots * Describe feature toggle maintenance 33 - IMPLEMENT CANARY RELEASES AND DARK LAUNCHING * Explore canary releases * Examine Traffic Manager * Understand dark launching 34 - IMPLEMENT A/B TESTING AND PROGRESSIVE EXPOSURE DEPLOYMENT * What is A/B testing? * Explore CI-CD with deployment rings 35 - INTEGRATE WITH IDENTITY MANAGEMENT SYSTEMS * Integrate GitHub with single sign-on (SSO) * Explore service principals * Explore Managed Identity 36 - MANAGE APPLICATION CONFIGURATION DATA * Rethink application configuration data * Explore separation of concerns * Understand external configuration store patterns * Examine Key-value pairs * Examine App configuration feature management * Integrate Azure Key Vault with Azure Pipelines * Manage secrets, tokens and certificates * Examine DevOps inner and outer loop * Integrate Azure Key Vault with Azure DevOps * Enable Dynamic Configuration and Feature Flags 37 - EXPLORE INFRASTRUCTURE AS CODE AND CONFIGURATION MANAGEMENT * Explore environment deployment * Examine environment configuration * Understand imperative versus declarative configuration * Understand idempotent configuration 38 - CREATE AZURE RESOURCES USING AZURE RESOURCE MANAGER TEMPLATES * Why use Azure Resource Manager templates? * Explore template components * Manage dependencies * Modularize templates * Manage secrets in templates * Deployments using Azure Bicep templates 39 - CREATE AZURE RESOURCES BY USING AZURE CLI * What is Azure CLI? * Work with Azure CLI 40 - EXPLORE AZURE AUTOMATION WITH DEVOPS * Create automation accounts * What is a runbook? * Understand automation shared resources * Explore runbook gallery * Examine webhooks * Explore source control integration * Explore PowerShell workflows * Create a workflow * Examine checkpoint and parallel processing 41 - IMPLEMENT DESIRED STATE CONFIGURATION (DSC) * Understand configuration drift * Explore Desired State Configuration (DSC) * Explore Azure Automation State configuration (DSC) * Examine DSC configuration file * Explore hybrid management * Implement DSC and Linux Automation on Azure 42 - IMPLEMENT BICEP * What is Bicep? * Install Bicep * Understand Bicep file structure and syntax 43 - INTRODUCTION TO SECURE DEVOPS * Describe SQL injection attack * Understand DevSecOps * Explore Secure DevOps Pipeline * Explore key validation points * Explore continuous security validation * Understand threat modeling 44 - IMPLEMENT OPEN-SOURCE SOFTWARE * Explore how software is built * What is open-source software * Explore corporate concerns with open-source software components * Explore common open-source licenses * Examine license implications and ratings 45 - SOFTWARE COMPOSITION ANALYSIS * Inspect and validate code bases for compliance * Explore software composition analysis (SCA) * Integrate Mend with Azure Pipelines * Implement GitHub Dependabot alerts and security updates * Integrate software composition analysis checks into pipelines * Examine tools for assess package security and license rate * Interpret alerts from scanner tools * Implement security and compliance in an Azure Pipeline 46 - STATIC ANALYZERS * Explore SonarCloud * Explore CodeQL in GitHub * Manage technical debt with SonarCloud and Azure DevOps 47 - OWASP AND DYNAMIC ANALYZERS * Plan Implement OWASP Secure Coding Practices * Explore OWASP ZAP penetration test * Explore OWASP ZAP results and bugs 48 - SECURITY MONITORING AND GOVERNANCE * Implement pipeline security * Explore Microsoft Defender for Cloud * Examine Microsoft Defender for Cloud usage scenarios * Explore Azure Policy * Understand policies * Explore initiatives * Explore resource locks * Explore Azure Blueprints * Understand Microsoft Defender for Identity 49 - EXPLORE PACKAGE DEPENDENCIES * What is dependency management? * Describe elements of a dependency management strategy * Identify dependencies * Understand source and package componentization * Decompose your system * Scan your codebase for dependencies 50 - UNDERSTAND PACKAGE MANAGEMENT * Explore packages * Understand package feeds * Explore package feed managers * Explore common public package sources * Explore self-hosted and SaaS based package sources * Consume packages * Publish packages * Package management with Azure Artifacts 51 - MIGRATE CONSOLIDATING AND SECURE ARTIFACTS * Identify existing artifact repositories * Migrate and integrating artifact repositories * Secure access to package feeds * Examine roles * Examine permissions * Examine authentication 52 - IMPLEMENT A VERSIONING STRATEGY * Understand versioning of artifacts * Explore semantic versioning * Examine release views * Promote packages * Explore best practices for versioning 53 - INTRODUCTION TO GITHUB PACKAGES * Publish packages * Install a package * Delete and restore a package * Explore package access control and visibility 54 - IMPLEMENT TOOLS TO TRACK USAGE AND FLOW * Understand the inner loop * Explore Azure Monitor and Log Analytics * Examine Kusto Query Language (KQL) * Explore Application Insights * Implement Application Insights * Monitor application performance with Application Insights 55 - DEVELOP MONITOR AND STATUS DASHBOARDS * Explore Azure Dashboards * Examine view designer in Azure Monitor * Explore Azure Monitor workbooks * Explore Power BI * Build your own custom application 56 - SHARE KNOWLEDGE WITHIN TEAMS * Share acquired knowledge within development teams * Integrate with Azure Boards * Share team knowledge using Azure Project Wiki 57 - DESIGN PROCESSES TO AUTOMATE APPLICATION ANALYTICS * Explore rapid responses and augmented search * Integrate telemetry * Examine monitoring tools and technologies 58 - MANAGE ALERTS, BLAMELESS RETROSPECTIVES AND A JUST CULTURE * Examine when get a notification * Explore how to fix it * Explore smart detection notifications * Improve performance * Understand server response time degradation * Reduce meaningless and non-actionable alerts * Examine blameless retrospective * Develop a just culture

AZ-400T00 Designing and Implementing Microsoft DevOps Solutions
Delivered Online5 days, Jun 3rd, 13:00 + 2 more
£2975

CompTIA A+ Certification Core 2 (220-1102)

By Packt

This comprehensive course is designed to prepare you to take and pass the CompTIA A+ Certification Core (220-1102) certification exam. This is the second of a two-course series. To become fully A+ certified, you will need to pass both the 220-1101 and 220-1102 exams.

CompTIA A+ Certification Core 2 (220-1102)
Delivered Online On Demand
£131.99

AZ-303 Azure Architecture Technologies Exam Prep 2021

By Packt

This course covers all the requirements of the Microsoft AZ-300 and AZ-303 exams. You will get a detail-oriented approach to all the important concepts that will help you pass the exams and design solutions for the Microsoft Azure platform.

AZ-303 Azure Architecture Technologies Exam Prep 2021
Delivered Online On Demand
£103.99

Learn JMeter from Scratch on Live Applications - Performance Testing

By Packt

This course will help you to get up and running with JMeter. You will learn how to monitor the performance of web applications and REST APIs by load testing, using the features of the JMeter tool.

Learn JMeter from Scratch on Live Applications - Performance Testing
Delivered Online On Demand
£104.99

AZ-204 Developing Solutions for Microsoft Azure

By Packt

Unleash the potential of cloud solutions with the AZ-204 Developing Solutions for Microsoft Azure course. Discover in-depth training on Azure Virtual Machines, App Services, Containers, and more to innovate and scale with Microsoft Azure's dynamic cloud platform.

AZ-204 Developing Solutions for Microsoft Azure
Delivered Online On Demand
£103.99

CT11: How to Gain Authorisation for Clinical Research Under the EU Clinical Trials Regulation

By Zenosis

This course sets out the procedures that sponsors need to follow to gain authorisation to conduct clinical trials under the Regulation, and it summarises and links to the extensive guidance available from the European Commission and the European Medicines Agency. Its companion course CT12 sets out the procedures that sponsors need to follow to conduct authorised clinical trials in compliance with the Regulation. The two courses therefore provide an ideal foundation for understanding and complying with the new law.

CT11: How to Gain Authorisation for Clinical Research Under the EU Clinical Trials Regulation
Delivered Online On Demand
£95

CompTIA Security+ Certification SY0-601: The Total Course

By Packt

This video course is designed to prepare you to achieve the internationally recognized fundamental IT training certification, CompTIA Security+ Certification SY0-601 exam. The course covers all the major domains needed for the certification and will help you develop the basics of IT and computers with the help of examples and quizzes.

CompTIA Security+ Certification SY0-601: The Total Course
Delivered Online On Demand
£59.99

CT12: How to Conduct Clinical Research Under the EU Clinical Trials Regulation

By Zenosis

This course describes the requirements that must be met by, and options available to, the sponsor during the conduct of an authorised clinical trial. It identifies the various interactions with MSCs that occur via the Clinical Trials Information System (CTIS), and it summarises and links to the extensive guidance available from the European Commission and the European Medicines Agency. Its companion course CT11 sets out the European legal and regulatory context for clinical trials and describes how to apply via the CTIS for authorisation to conduct trials. The two courses therefore provide an ideal foundation for understanding and complying with the new law.

CT12: How to Conduct Clinical Research Under the EU Clinical Trials Regulation
Delivered Online On Demand
£49

70-246 - Monitoring and Operating a Private Cloud with System Center 2012 R2 (MCSE)

4.3(43)

By John Academy

DESCRIPTION: The 70-246 - Monitoring and Operating a Private Cloud with System Center 2012 R2 (MCSE) course teaches you how to monitor and operate a private cloud with System Center 2012 R2. Throughout the course, you will learn the basics of the cloud, the ways of working with the business cloud, cloud services, monitoring and automating responses. The course will teach you how to handle problems in the Private Cloud, and the procedures of Service Management in the Private Cloud. You will also be introduced to cloud protection, recovery, compliance, the use of SLAs, Dashboards and Widgets. The course shows you the real-time state using Visio, system centre analytics, service level tracking, viewing SSRS and Excel to view data, PerformancePoint and configuring and deploying widgets and dashboards. Finally, you will learn cleaning up system centre databases systems. After completing the course, you will understand how Operations Manager handles monitoring, Service Manager and App Controller facilitate self-service, and Orchestrator glues everything together. ASSESSMENT: * At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. * Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. CERTIFICATION: * After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. * Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. WHO IS THIS COURSE FOR? 70-246 - Monitoring and Operating a Private Cloud with System Center 2012 R2 (MCSE) training is certified by CPD Qualifications Standards and CiQ. 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 background. REQUIREMENTS Our 70-246 - Monitoring and Operating a Private Cloud with System Center 2012 R2 (MCSE) course 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. System Center 2012 What is System Center 2012 FREE 00:30:00 Introducing the Cloud Discussion of Cloud Computing 00:19:00 Important Requirements 00:07:00 Working with System Center and the Infrastructure 00:05:00 Maintaining the Cloud Health 00:05:00 How Components are Integrated 00:06:00 Are You in Compliance 00:05:00 Working with the Business Cloud Examining SC 2012 VMM 00:17:00 Working with VMs with the VMM 00:11:00 Creating Clouds for Business 00:16:00 Cloud Services Looking at Service Templates and VMM Profiles 00:22:00 Web Deploy Packages 00:08:00 Server App V Introduction 00:05:00 The Data of the N Tier Application 00:05:00 What's New with VMM R2 00:07:00 Importing and Deploying the Stock trader Application 00:10:00 Installing SQL Server 00:10:00 Monitoring Overview of Operations Manager 00:20:00 Customize the Monitoring Operations 00:09:00 Monitoring Application Performance 00:14:00 Advanced Monitoring 00:04:00 Using Operations Manager for Applications 00:04:00 Using Operations Manager for the Network 00:11:00 Using Operations Manager for Distributed Applications 00:07:00 What's New in Operations Manager 2012 R2 00:09:00 Deploying an Agent 00:09:00 Configuration for Custom Monitoring 00:11:00 Configuring Basic Monitoring and Application Perfomance 00:12:00 Installing Operations Manager 00:05:00 Automating Responses Looking at Orchestrator 2012 00:08:00 Putting Orchestrator, Operations Manager, and Service Manager Together 00:15:00 What's New with Orchestrator 2012 R2 00:04:00 Managing Problems in the Private Cloud What is Problem Management 00:07:00 Using Custom Rules 00:08:00 Service Management in the Private Cloud Service Manager Introduction 00:10:00 Security Settings 00:09:00 Work Items 00:08:00 Incident Queues and Service Offerings 00:03:00 What's New with Service Manager 2012 R2 00:01:00 Configuring the Incident Template 00:10:00 Cloud Protection, Recovery, and Compliance Protecting and Recovering Data for the Private Cloud 00:29:00 Data Recovery 00:15:00 Overview of the Process Pack for IT GRC 00:14:00 Installing the Process Pack for IT GRC 00:06:00 Implementing an IT GRC Control Management Program 00:06:00 How to Maintain Compliance Through VMM Security Baselines with System Center 00:06:00 What's New with DPM 2012 R2 Advisor 00:03:00 Configuring Manual Protection 00:06:00 SLAs, Dashboards and Widgets Configuring and Deploying Widgets and Dashboards 00:12:00 Real-Time State Using Visio 00:10:00 System Center Analytics 00:12:00 Service Level Tracking 00:05:00 Viewing SSRS and Excel to View Data 00:04:00 PerformancePoint 00:04:00 Cleaning Up System Center Databases Service Manager Groom Settings 00:08:00 View and Purge Orchestrator Runbook Logs 00:08:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

70-246 - Monitoring and Operating a Private Cloud with System Center 2012 R2 (MCSE)
Delivered Online On Demand
£24

Educators matching "Application Performance Monitoring (APM)"

Show all 35
Construction Study Centre

construction study centre

London

CSC Training has been providing training for 30 years supporting project, programme and portfolio delivery across all industries. We have a reputation for the delivery of high-quality public and in-house courses. Our experts are experienced practitioners, currently working in their specialist fields. All of our experts have strong training skills and are able to blend excellent practical insight, lived experience and theoretical learning to bring topics to life. We incorporate the latest industry insights into our training and this is just one of the reasons why some of the UK’s top performing companies have been coming to us for flexible training solutions. Our training courses are specially designed by our experts to share their detailed knowledge and experience. Our courses cover: Commercial & Contract Law, Health and Safety and CDM, Project Management, Soft Skills, Environment, property and regulation. In-house training: we can tailor content to meet the specific needs of your business, ensuring that your people have the relevant information and skills to deliver your work. Our courses can take place at a time, location and date convenient to you, avoiding disruption to your business and unnecessary impact on your staff, We can work with you to identify the most appropriate training solutions for your teams’ needs and subsequently support you to embed your teams’ learning outcomes into their working environment. We are proud to have already delivered over 3,750 public and in-company courses across the UK for over 48,000 delegates over the last 30 years.