Duration 2 Days 12 CPD hours This course is intended for The audience for this course is anyone who wants to acquire foundation level knowledge on data centre infrastructure. This course is ideally suited for data centre new hires, internal data centre support staff, IT support staff who work in the data centre, helpdesk staff, vendors/suppliers who install/maintain data centre equipment, building maintenance staff including data centre cleaners and other supporting functions, and fresh graduates. This course is also well suited for individuals working in data centre business support functions such as sales/pre-sales, HR, Finance and business administration. Overview The DCFC course will prepare participants for entry into the exciting and high-growth data centre industry. It will ensure that participants acquire the required basic knowledge to take on a wide variety of jobs in the data centre industry. It will also provide the required knowledge and skill to further their training into specialised areas on data centre design/build, operations/governance or standards/compliance. The Data Centre Foundation Certificate (DCFC©) is a 2-day course designed to deliver foundation knowledge about data centre facilities infrastructure. It provides participants with global overview and knowledge on data centres which will be of advantage to the participants who are looking at joining the ranks of professionals working in the data centre, ICT, infrastructure or the mechanical and electrical (M&E) design industries. It will also form a solid foundation for participants who wish to pursue his/her studies either academically or to further his/her industry specialisation with professional certification courses on data centre design/build, operations/governance and/or standards/compliance. With the tremendous growth of data and the data centres to support it, the demand for data centre professionals will grow in tandem. Introduction to Data Centres History of data centres Definition of different type data centres Data Centre Standards List of standards Rating definitions Data Centre Facilities Areas Listing of all areas and their functions Topology Designs Definition of Ratings Components of the Power Infrastructure Utility power Transformers Generators Fuel systems ATS UPS systems Batteries Electric panels Cabling/busbar systems Power rails/strips Lights Lights Emergency lights Cooling Infrastructure Chillers DX Systems Evaporators CRAC/CRAU/HVAC Raised floor Non-raised floor Containment ICT/Network Infrastructure Equipment racks Network cabling (fibre, copper) Cable trays and pathways TIA-606 labelling Data Centre Security Perimeter security Physical protection CCTV Access control Security management Fire Suppression Detection systems Suppression systems Prevention systems Fire extinguishers Fire Safety Monitoring and reporting DCIM EMS/BMS
Hardening Cisco devices training course description A hands on course focusing on how to lock down Cisco IOS routers and switches. What will you learn Harden Cisco devices. Hardening Cisco devices training course details Who will benefit: Technical network staff. Technical security staff. Prerequisites: TCP/IP foundation for engineers. Duration 5 days Hardening Cisco devices training course content Introduction Router security, Switch security, Cisco IOS, IOS versions, Cisco advisories, the management plane, control plane, data plane. Hands on Checking IOS versions and advisories. Access control Infrastructure ACLs, Transit ACLs. Hands on Restricting access to the device, Filtering data traffic. Management plane: Securing operations Passwords, privilege levels, AAA, TACACS+, RADIUS. Hands on Password management. Management plane: Other general hardening Logging best practices, secure protocols, encrypting management sessions, configuration management. Hands on Hardening the management plane. Control plane Disabling reception and transmission of certain messages, Limiting CPU impact of control plane traffic, securing routing protocols. Hands on Hardening the control plane. Data plane Transit ACLs, disabling unused services, disabling unnecessary protocols, anti spoofing, limiting CPU impact of data plane traffic, identifying and tracing traffic, Netflow, VLANs, port security. Hands on hardening the data plane.
QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support | All-Inclusive Cost
DASA DevOps Fundamentals: In-House Training The DASA DevOps Fundamentals™ certification provides the core education necessary to build your DevOps vocabulary and understand its principles and practices. It's the ideal starting point for DevOps journeys, whether you're already familiar with working with Agile and/or DevOps teams or not. Faster software deployment, increased deployment frequency, and higher change success rate are only some of the visible outcomes of practicing DevOps. Organizations such as Netflix, Spotify, and Facebook are transforming IT by successfully implementing DevOps principles. But you don't have to be big to be a DevOps leader. Companies large and small, young and old, have smoothly made the transition and have the proof of success in their pockets. This course will inspire you to serve as a change champion by sharing and using what you learned, and continue to learn, about DevOps to lead and mentor others. A solid understanding of DevOps Fundamentals has helped numerous professionals and organizations how to approach a DevOps journey, not only from a tool and automation perspective but also looking in-depth at the softer side of things. This course provides learners with an extensive introduction to the core Agile DevOps principles. It covers all 12 key knowledge and skill competencies defined by DASA to ensure you acquire a solid knowledge of DevOps concepts and terminology. Multiple cases or scenarios, group discussions, and examples are included in the course to enhance your learning experience. What you will Learn DASA DevOps Fundamentals-certified professionals are able to: Explain the drivers responsible for the emergence of DevOps. Define and discuss the key concepts and principles of DevOps. List and explain the business benefits of DevOps and continuous delivery. Know how teams can translate DevOps principles into tangible practices. Learn about modern operations in a DevOps context. Explain the concepts of test automation, infrastructure automation, and build and deployment automation. Describe how DevOps relates to Lean and Agile methodologies. Get insight into the various organizational DevOps models and architectures. Identify how Cloud and Delivery pipeline automation optimizes and accelerates the ways of working. Discuss the critical success factors for DevOps transformation. Introducing DASA DevOps Fundamentals DASA DevOps Fundamentals An Introduction Case Study - Easy Journey Airways Building the DevOps Context DevOps Evolution Business Benefits of DevOps DASA DevOps Principles Goals and Measurements Knowing DevOps for Individuals T-Shape Profiles DevOps Capabilities by DASA DASA DevOps Certifications Getting Acquainted with DevOps Culture and Behavior Embracing a DevOps Culture Core Elements of a DevOps Culture Implementation of a DevOps Culture Understanding the Value of DevOps for Teams and Organizations Organizational Models Team Autonomy DevOps at Scale Getting Familiar with DevOps Management Practices ITSM Lean Agile Getting Familiar with DevOps Technical Practices Architecture Modern Infrastructure and Cloud Operations Enabling DevOps Team Performance Through Continuous Delivery and Automation Software Delivery Automation Concepts Continuous Delivery Core Concepts Continuous Delivery Automation Concepts Continuous Delivery Automation Focus Topics Measuring the Performance - The Next Steps Analyze the Current Situation Improve Incrementally
MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins
***24 Hour Limited Time Flash Sale*** Operation Management and Project Management - QLS Endorsed Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Get ready to redefine your professional career with our exclusive Operation Management and Project Management at QLS 7 bundle. This distinct collection combines two QLS-endorsed courses, namely Operations Management - Level 7 and Project Management, paving your way to becoming a savvy strategist and a dynamic project manager. Complementing this duo are five highly relevant CPD QS accredited courses: Business Management, Business Analysis, Business Law, Diploma in Lean Process and Six Sigma, and Commercial Management. These courses take a deep dive into operational processes, project planning, business strategy, data interpretation, legal principles, lean methodologies, and commercial management skills. Imagine the depth and breadth of knowledge you'll possess upon completion! What's more? With each of the two QLS-endorsed courses, you'll receive a hardcopy certificate-a testament to your expanded skill set and unwavering commitment to professional growth. Propel your career forward with this bundle, garnering insights from top-quality theoretical course content. Empower yourself with the tools to succeed in operations and project management. Act now, invest in your future today with the Operation Management and Project Management at QLS 7 bundle. This bundle comprises the following courses: QLS Endorsed Courses: Course 01: Advanced Diploma in Project Management at QLS Level 7 Course 02: Diploma in Operations Management at QLS Level 5 CPD QS Accredited Courses: Course 03: Advanced Diploma in Business Management at QLS Level 7 Course 04: Diploma in Business Analysis at QLS Level 5 Course 05: Diploma in Business Law at QLS Level 5 Course 06: Diploma in Lean Process and Six Sigma Course 07: Diploma in Commercial Management at QLS Level 5 Learning Outcomes: By the end of this Operation Management and Project Management bundle course, learners will be able to: Develop a comprehensive understanding of the principles and techniques of operations and project management. Gain an in-depth understanding of business management and business analysis strategies. Understand the principles of business law and how it impacts business operations. Learn the methodologies of Lean Process and Six Sigma to streamline operations and improve quality. Gain proficiency in commercial management and its real-world application. Understand how to effectively strategise and plan for business operations. Develop skills to manage, lead, and succeed in project-oriented roles. Understand the concepts of risk management and quality control in project management. Our Operation Management and Project Management at QLS 7 bundle offers you a unique opportunity to dive into the realms of operations management, project management, business analysis, business law, lean process, six sigma, and commercial management. With these courses, you'll understand how businesses strategize, plan, operate, and analyze their way to success. This bundle uniquely positions you to tackle real-world challenges, improve operational efficiency, manage projects with finesse, and strategies for business success. Each course in this bundle is meticulously designed to provide you with a theoretical understanding of the topic. Learn the principles of business law, explore lean methodologies to streamline operations, understand the nuances of commercial management, and master the techniques of project management. In essence, this bundle equips you with the skills to conquer the world of business and project management. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Operation Management and Project Management bundle course is ideal for: Aspiring operations and project managers seeking theoretical knowledge. Professionals aiming to enhance their understanding of business strategies, analysis, and law. Lean Six Sigma enthusiasts seeking theoretical training. Individuals interested in commercial management. Career path Operations Manager - £45,000 to £65,000 Project Manager - £45,000 to £70,000 Business Analyst - £35,000 to £55,000 Commercial Manager - £50,000 to £75,000 Six Sigma Black Belt - £50,000 to £80,000 Business Lawyer (non-practicing) - £40,000 to £65,000 Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included
Bank tellers play a vital role in the financial sector, managing cash, processing transactions, and providing essential customer service. As the face of the bank, they are responsible for ensuring smooth day-to-day operations, handling deposits, withdrawals, and account queries. This course takes you through the core functions of a bank teller’s responsibilities, helping you grasp the intricacies of everyday banking tasks. With a focus on efficiency, precision, and customer satisfaction, you’ll learn how to manage transactions swiftly while maintaining a high level of professionalism. Beyond the basics, this course explores key banking operations such as verifying customer information, balancing cash drawers, and using banking software systems. Understanding the regulatory environment and maintaining security measures are also critical aspects that will be covered. Whether you're looking to get a foothold in the banking industry or improve your existing skills, this course offers a structured approach to learning the essential processes that make a bank run smoothly. It’s designed to give you a solid foundation in banking operations, preparing you for a variety of roles within financial institutions. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 01 : Introduction to a Bank Teller Module 02 : Skills and Abilities of a Bank Teller Module 03 : Types of Bank Accounts and Opening Them Module 04 : Mathematics Calculation for Bank Tellers Module 05 : Bookkeeping Guideline and Payment Methods Module 06 : Cash Sorting in an Efficient Way Module 07 : How to Identify Counterfeit Module 08 : Function and Benefits of Currency Recyclers Module 09 : Dealing with Frauds Module 10 : Safety Precautions for ATM (Automated Teller Machine) Module 11 : Customer Services a Bank Teller Can Offer Module 12 : Rights and Obligations According to the UK Law Module 13 : Ethical Issues for a Bank Teller Learning Outcomes: Perform precise mathematical calculations for banking transactions. Recognize and combat counterfeit currency effectively. Demonstrate expertise in efficient cash sorting techniques. Understand various types of bank accounts and the process of opening them. Acquire knowledge of ethical issues and legal obligations in UK banking. Provide exceptional customer service as a bank teller. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring bank tellers Individuals seeking a career in the banking sector Current bank tellers looking to enhance their skills Anyone interested in the financial industry Students pursuing studies related to finance and banking Job seekers aiming for a position in the banking sector Professionals looking to change their career path to banking Those who want to understand the inner workings of a bank. Career path Bank Teller Customer Service Representative in a Bank Financial Services Advisor Banking Operations Specialist Financial Analyst Compliance Officer in a Bank Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.
Transform your career trajectory with our all-inclusive 'Project Management Complete Package'. This exclusive bundle features three highly esteemed QLS-endorsed courses: 'Project Management', 'Operations Management - Level 7 Advanced Diploma', and 'Practical Project Management', each offering a prestigious hardcopy certificate as proof of your enhanced knowledge and competence. As if that's not enough, we've also included five more pertinent CPD QS accredited courses for an even more in-depth understanding of Project Management. Delve into 'Business Project Manager Training', learn about 'Project Risk Management', grasp 'Cost Control & Project Scheduling', understand 'Project Planning for Everyone', and explore the innovative 'Blockchain Project Management Training'. Key Features of the Project Management Complete Package Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Project Management Complete Package bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Project Management QLS Course 02: Operations Management - Level 7 Advanced Diploma QLS Course 03: Practical Project Management 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Business Project Manager Training Course 02: Project Risk Management Course 03: Cost Control & Project Scheduling Course 04: Project Planning for Everyone Course 05: Blockchain Project Management Training In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Project Management Complete Package courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. With this bundle, you're well-equipped to master the art of leading projects to success. Embrace the theoretical knowledge this bundle offers, and take a step forward towards project management excellence! Learning Outcomes: Gain in-depth theoretical knowledge of project management principles and practices. Understand the nuances of operations management at an advanced level. Learn practical strategies for effective project management. Develop proficiency in managing business projects and controlling associated risks. Acquire skills to control project costs and effectively schedule tasks. Understand how to plan projects efficiently, regardless of their scope. Learn how blockchain technology can be utilised in project management. The 'Project Management Complete Package' is a comprehensive bundle designed to provide learners with a thorough understanding of project management principles and practices. The courses are meticulously curated to cover a wide array of topics, from operations management to practical project management strategies, providing a broad base of theoretical knowledge. The additional five CPD QS accredited courses delve deeper into specific aspects of project management. These courses cover topics such as business project management, project risk management, cost control, project scheduling, project planning, and blockchain project management. By learning these specialised subjects, learners will gain a comprehensive understanding of the different facets of project management, setting the stage for a successful career in this dynamic field. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring project managers seeking a comprehensive understanding of project management. Existing project managers aiming to broaden their theoretical knowledge and skillset. Professionals involved in business operations and interested in improving their project management abilities. Individuals curious about the application of blockchain technology in project management. Career path Project Manager: Oversee and lead projects from conception to completion (£25,000 - £55,000). Operations Manager: Manage and improve organisational processes (£35,000 - £70,000). Business Project Manager: Direct business-specific projects (£40,000 - £75,000). Risk Manager: Mitigate project risks for smooth execution (£50,000 - £85,000). Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included
DASA DevOps Fundamentals: Virtual In-House Training The DASA DevOps Fundamentals™ certification provides the core education necessary to build your DevOps vocabulary and understand its principles and practices. It's the ideal starting point for DevOps journeys, whether you're already familiar with working with Agile and/or DevOps teams or not. Faster software deployment, increased deployment frequency, and higher change success rate are only some of the visible outcomes of practicing DevOps. Organizations such as Netflix, Spotify, and Facebook are transforming IT by successfully implementing DevOps principles. But you don't have to be big to be a DevOps leader. Companies large and small, young and old, have smoothly made the transition and have the proof of success in their pockets. This course will inspire you to serve as a change champion by sharing and using what you learned, and continue to learn, about DevOps to lead and mentor others. A solid understanding of DevOps Fundamentals has helped numerous professionals and organizations how to approach a DevOps journey, not only from a tool and automation perspective but also looking in-depth at the softer side of things. This course provides learners with an extensive introduction to the core Agile DevOps principles. It covers all 12 key knowledge and skill competencies defined by DASA to ensure you acquire a solid knowledge of DevOps concepts and terminology. Multiple cases or scenarios, group discussions, and examples are included in the course to enhance your learning experience. What you will Learn DASA DevOps Fundamentals-certified professionals are able to: Explain the drivers responsible for the emergence of DevOps. Define and discuss the key concepts and principles of DevOps. List and explain the business benefits of DevOps and continuous delivery. Know how teams can translate DevOps principles into tangible practices. Learn about modern operations in a DevOps context. Explain the concepts of test automation, infrastructure automation, and build and deployment automation. Describe how DevOps relates to Lean and Agile methodologies. Get insight into the various organizational DevOps models and architectures. Identify how Cloud and Delivery pipeline automation optimizes and accelerates the ways of working. Discuss the critical success factors for DevOps transformation. Introducing DASA DevOps Fundamentals DASA DevOps Fundamentals An Introduction Case Study - Easy Journey Airways Building the DevOps Context DevOps Evolution Business Benefits of DevOps DASA DevOps Principles Goals and Measurements Knowing DevOps for Individuals T-Shape Profiles DevOps Capabilities by DASA DASA DevOps Certifications Getting Acquainted with DevOps Culture and Behavior Embracing a DevOps Culture Core Elements of a DevOps Culture Implementation of a DevOps Culture Understanding the Value of DevOps for Teams and Organizations Organizational Models Team Autonomy DevOps at Scale Getting Familiar with DevOps Management Practices ITSM Lean Agile Getting Familiar with DevOps Technical Practices Architecture Modern Infrastructure and Cloud Operations Enabling DevOps Team Performance Through Continuous Delivery and Automation Software Delivery Automation Concepts Continuous Delivery Core Concepts Continuous Delivery Automation Concepts Continuous Delivery Automation Focus Topics Measuring the Performance - The Next Steps Analyze the Current Situation Improve Incrementally
Duration 5 Days 30 CPD hours This course is intended for Motivations: Use and manage containers from first principles & architect basic applications for Kubernetes Roles: general technical audiences & IT professionals CN251 is an intensive cloud native training bootcamp for IT professionals looking to develop skills in deploying and administering containerized applications in Kubernetes. Over the course of five days, students will start with learning about first principles for application containerization followed by learning how to stand up a containerized application in Kubernetes, and, finally, ramping up the skills for day-1 operating tasks for managing a Kubernetes production environment. CN251 is an ideal course for those who need to accelerate the development of their IT skills for a rapidly-changing technology landscape. Additional course details: Nexus Humans Cloud Native Operations Bootcamp 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 Cloud Native Operations Bootcamp 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.