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

5476 Software courses delivered Online

70-680 - Configuring Microsoft Windows 7 Training

4.3(43)

By John Academy

Description: The 70-680 - Configuring Microsoft Windows 7 Training course is for the users who use Microsoft Windows 7 as a desktop operating system in an enterprise environment. However, you should have at least one year of experience in the IT field, as well as experience implementing and administering any Windows client operating system in a networked environment. Another pre-requisite of the course is to able to install, deploy, and upgrade to Windows 7, including ensuring hardware and software compatibility. Apart from these, you should also be able to configure pre-installation and post-installation system settings, Windows security features, network connectivity applications included with Windows, and mobile computing. You should also require maintaining systems, including monitoring for and resolving performance and reliability issues. Finally, you should know the basic concept of Windows PowerShell syntax. The course will teach you about Windows PowerShell 2.0, the ways of remoting with Windows PowerShell 2.0, and configuring group policy with PowerShell 2.0. 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-680 - Configuring Microsoft Windows 7 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-680 - Configuring Microsoft Windows 7 Training 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. Basic Windows 7 Installation Installation Options FREE 00:17:00 Choosing To Do the Clean Install 00:13:00 Advanced Windows 7 Installation Performing an Image Installation 00:15:00 Doing an Upgrade or Migration to Windows 7 00:10:00 Planning for Application Compatibility 00:08:00 Understanding Disk Types and File Systems Windows 7 Disk Types and Formats 00:14:00 Managing Hard Drives with Volumes 00:25:00 Hard Drive Maintenance 00:14:00 Network Configuration IP Addressing 00:45:00 Auto IP Configuration 00:09:00 Troubleshooting Networking 00:17:00 Introducing Wireless Networks 00:09:00 Connecting Windows 7 to the Wireless Network 00:09:00 Sharing Files, Folders, and Printers Planning for Authentication and Authorization 00:14:00 Securing File Access 00:25:00 Compressing Files 00:12:00 Sharing Folders and Printers 00:20:00 Working with Windows 7 Client Performance Installing and Configuring Device Drivers 00:19:00 Windows 7 Performance Monitoring Tools 00:18:00 Monitoring Reliability of Windows 7 00:08:00 Basic Desktop Security Discussion of Security Management in Windows 7 00:11:00 Using Windows Defender 00:15:00 How does UAC Work 00:20:00 Using Windows Firewall 00:28:00 Advanced Desktop Security Using Local Policies to Secure Windows 7 00:18:00 How EFS and BitLocker Secure Your Data 00:15:00 Security With Application Restrictions 00:22:00 IE Version 8 Privacy Features 00:16:00 Disaster Recovery & Prevention Backing Up and Restore Options with Windows 7 00:10:00 How System Restore Works 00:09:00 Using the Windows Update 00:08:00 Remote Access Options Configuring Windows 7 for Mobility 00:10:00 Remote Access Solutions 00:04:00 Understanding VPN Connections 00:12:00 What is BranchCache 00:09:00 Introducing Windows PowerShell 2.0 What is Windows PowerShell 2.0 00:11:00 Remoting With Windows PowerShell 2.0 00:04:00 Configuring Group Policy with PowerShell 2.0 00:03:00 Mock Exam Mock Exam- 70-680 - Configuring Microsoft Windows 7 Training 00:20:00 Final Exam Final Exam- 70-680 - Configuring Microsoft Windows 7 Training 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

70-680 - Configuring Microsoft Windows 7 Training
Delivered Online On Demand9 hours 46 minutes
£24

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered OnlineFlexible Dates
Price on Enquiry

Oracle SQL Fundamentals, 3 Days

4.6(12)

By PCWorkshops

At this Oracle SQL Fundamentals course, we cover SQL queries, group by's , aggregates, joins, date-functions, String Functions, Random Functions, Math Functions, Insert, update and delete, Creating and changing tables, sub-queries in detail, views, stored procedures, custom functions, and table variables. Course level is beginners to intermediate.

Oracle SQL Fundamentals, 3 Days
Delivered OnlineFlexible Dates
£750

Data Analysis with Pandas and Python

By Packt

This course offers an immersive experience in data analysis, guiding you from initial setup with Python and Pandas, through series and DataFrame manipulation, to advanced data visualization techniques. Perfect for enhancing your data handling and analysis skills.

Data Analysis with Pandas and Python
Delivered Online On Demand19 hours 26 minutes
£67.99

Admin, Secretarial & PA Online Course

By Compete High

🌟 Unlock Your Potential with the Admin, Secretarial & PA Online Course! 🌟 Are you ready to embark on a journey towards a rewarding career in administration, secretarial work, or personal assistance? Look no further! Our comprehensive Admin, Secretarial & PA Online Course is designed to equip you with the essential skills and knowledge needed to thrive in today's fast-paced business world.   📚 What to Expect: Our course covers a wide range of topics essential to excel in administrative roles. From mastering communication techniques to honing your organizational skills, you'll delve into the intricacies of office management, time management, and effective multitasking strategies. Gain proficiency in industry-standard software applications, learn the art of professional correspondence, and understand the importance of confidentiality and discretion in your role. With our engaging multimedia content, interactive quizzes, and practical exercises, you'll absorb the material effortlessly and apply your newfound knowledge with confidence. Whether you're a seasoned professional looking to refresh your skills or a newcomer to the field, our course is tailored to meet your needs and elevate your career prospects.   🚀 Benefits of Taking the Admin, Secretarial & PA Online Course: Flexibility: Study at your own pace, from anywhere in the world, and fit your learning around your busy schedule. No need to sacrifice your current commitments - our online platform allows you to access course materials 24/7. Relevance: Stay up-to-date with the latest industry trends and best practices. Our course content is regularly updated to reflect the evolving demands of the administrative landscape, ensuring you're equipped with the most relevant skills employers are seeking. Career Advancement: Enhance your employability and unlock new career opportunities. Whether you're seeking entry-level positions or aiming for senior administrative roles, the skills acquired through our course will set you apart from the competition and open doors to advancement. Networking: Connect with like-minded professionals and industry experts through our online community. Exchange ideas, seek advice, and build valuable relationships that can propel your career forward. Increased Efficiency: Streamline your workflow and boost productivity with proven time management techniques and organizational strategies. Learn how to prioritize tasks, manage deadlines effectively, and optimize your workflow for maximum efficiency.   Who is this for? 🎯 Our Admin, Secretarial & PA Online Course is perfect for: Aspiring administrative professionals seeking to kickstart their careers. Current administrative staff looking to enhance their skills and advance their careers. Individuals interested in pursuing roles in secretarial work or personal assistance. Entrepreneurs and small business owners seeking to improve their office management skills.   Career Path 🛣️ Upon completion of our course, you'll be equipped to pursue a variety of exciting career paths, including: Administrative Assistant Executive Assistant Office Manager Personal Assistant Secretary Receptionist Virtual Assistant And more!   Don't let your potential go untapped - enroll in our Admin, Secretarial & PA Online Course today and take the first step towards a fulfilling and prosperous career in administration! 🚀   FAQ (Frequently Asked Questions) - Admin, Secretarial & PA Online Course Q1: What is the Admin, Secretarial & PA Online Course about? A1: The Admin, Secretarial & PA Online Course is a comprehensive program designed to equip individuals with the necessary skills and knowledge to excel in administrative roles, including secretarial and personal assistant positions. This course covers a wide range of topics, including office management, communication skills, time management, and organizational techniques. Participants will learn how to efficiently manage administrative tasks, handle correspondence, schedule appointments, and provide effective support to executives and teams. Q2: Who is this course suitable for? A2: This course is suitable for anyone interested in pursuing a career in administration, secretarial work, or personal assistance. Whether you're a recent graduate looking to enter the workforce or a professional seeking to enhance your skills and advance your career, this course provides valuable insights and practical techniques applicable across various industries and sectors. Additionally, entrepreneurs and small business owners can benefit from learning essential administrative skills to efficiently manage their operations. Q3: What are the key benefits of taking this online course? A3: By enrolling in the Admin, Secretarial & PA Online Course, participants can expect to gain a comprehensive understanding of administrative principles and practices. Some key benefits include: Acquiring essential skills in office management, communication, and organization. Learning effective time management techniques to optimize productivity. Developing proficiency in handling administrative tasks such as correspondence, scheduling, and document management. Enhancing interpersonal skills for effective communication with colleagues, clients, and stakeholders. Increasing employability and career advancement opportunities in administrative roles across various industries. Q4: How is the course structured, and what learning materials are provided? A4: The course is structured into modules, each focusing on specific aspects of administration, secretarial duties, and personal assistance. Participants will have access to comprehensive learning materials, including video lectures, reading materials, practical exercises, and quizzes. Additionally, interactive elements such as discussion forums and case studies are incorporated to facilitate engagement and application of knowledge. Learners can progress at their own pace, with flexibility to accommodate individual schedules and learning preferences. Q5: Is there any prerequisite for enrolling in this course? A5: No specific prerequisites are required for enrollment in the Admin, Secretarial & PA Online Course. This program is designed to cater to individuals with varying levels of experience and educational backgrounds. Whether you're a beginner seeking to enter the field of administration or an experienced professional looking to refine your skills, this course offers valuable insights and practical knowledge to support your career goals. Course Curriculum Module 1-Overview for the New Administrative Assistant Overview for the New Administrative Assistant 00:00 Module 2-Daily Routine Daily Routine 00:00 Module 3-Telephone Usage Telephone Usage 00:00 Module 4-Meetings Meetings 00:00 Module 5-Keeping Accurate Records Keeping Accurate Records 00:00 Module 6- Office Equipment Office Equipment 00:00

Admin, Secretarial & PA Online Course
Delivered Online On Demand6 hours
£25

Credit Control

By Compete High

🌟 Unlock the Secrets to Financial Success with Credit Control Course! 🌟 Are you ready to take control of your financial destiny? Look no further than our comprehensive Credit Control course! In today's fast-paced world, managing credit effectively is not just a skill, it's a necessity. Whether you're an individual looking to secure your financial future or a professional aiming to excel in the dynamic realm of finance, this course is your ticket to success!   🚀 Why Credit Control Matters? Credit control is the cornerstone of financial stability and success. It's the art of managing credit wisely, ensuring that debts are paid on time, and minimizing the risk of bad debt. From individuals to businesses, mastering credit control is crucial for maintaining healthy cash flow, building a solid credit history, and achieving long-term financial goals. In our Credit Control course, you'll delve into essential strategies for effective credit management, including: Understanding the fundamentals of credit and debt Implementing credit policies and procedures Evaluating credit risk and making informed decisions Negotiating with creditors and debtors Utilizing credit management tools and software Developing strategies for debt recovery With practical insights and real-world examples, you'll gain the knowledge and skills needed to navigate the complexities of credit management with confidence and proficiency.   💼 Who is this for? Our Credit Control course is designed for individuals and professionals alike who are eager to enhance their financial acumen and take charge of their financial future. Whether you're a recent graduate entering the workforce, an entrepreneur managing your business finances, or a seasoned finance professional seeking to sharpen your skills, this course is for you! Individuals seeking to improve their personal finances and credit management skills Small business owners and entrepreneurs looking to optimize cash flow and minimize bad debt Finance professionals aiming to expand their expertise in credit control and risk management Anyone interested in pursuing a career in finance or related fields No matter your background or experience level, our course offers valuable insights and practical strategies that will empower you to succeed in today's competitive financial landscape.   🏆 Career Path Embark on a rewarding career journey with the skills acquired through our Credit Control course. Whether you're pursuing opportunities in finance, accounting, or business management, mastering credit control opens doors to a wide range of exciting career paths, including: Credit Analyst Collections Specialist Financial Controller Risk Manager Loan Officer Accountant Business Consultant Financial Advisor   By investing in your education and honing your credit management skills, you'll position yourself as a valuable asset in any industry, poised for success and advancement. Don't let financial uncertainty hold you back. Enroll in our Credit Control course today and take the first step toward a brighter, more prosperous future! Unlock the secrets to financial success and pave the way for a lifetime of financial freedom and stability. 🌟   FAQ (Frequently Asked Questions) - Credit Control Course Q1: What is Credit Control? A: Credit control refers to the practices and procedures implemented by businesses to manage and monitor the credit extended to their customers. It involves assessing the creditworthiness of customers, setting credit limits, monitoring payments, and taking necessary actions to minimize credit risk and ensure timely payments. Q2: Why is Credit Control important for businesses? A: Effective credit control is crucial for maintaining healthy cash flow and minimizing the risk of bad debts. By implementing sound credit control practices, businesses can ensure that they have sufficient funds to meet their own financial obligations and invest in growth opportunities. It also helps in maintaining strong relationships with customers while protecting the business from potential losses due to non-payment or late payment. Q3: What are the key components of Credit Control? A: The key components of credit control include: Credit assessment: Evaluating the creditworthiness of customers before extending credit to them. Setting credit limits: Establishing the maximum amount of credit that can be extended to each customer based on their risk profile. Credit monitoring: Regularly monitoring the payment behavior of customers to identify any potential issues or risks. Debt collection: Taking appropriate actions to collect overdue payments from customers, including sending reminders, issuing invoices, and, if necessary, pursuing legal action. Reporting and analysis: Analyzing credit-related data and generating reports to assess the effectiveness of credit control strategies and identify areas for improvement. Q4: What are the common challenges in Credit Control? A: Some common challenges in credit control include: Balancing risk and reward: Striking the right balance between extending credit to attract customers and minimizing the risk of non-payment. Managing late payments: Dealing with customers who consistently pay late or fail to pay altogether. Keeping up with regulatory requirements: Staying compliant with relevant laws and regulations governing credit practices. Maintaining customer relationships: Ensuring that credit control measures do not strain relationships with customers while still enforcing payment terms. Adapting to changing circumstances: Adjusting credit control strategies in response to shifts in the economy, industry trends, or changes in customer behavior. Q5: How can I improve my Credit Control skills? A: Improving credit control skills requires a combination of knowledge, experience, and practical application. Consider enrolling in courses or training programs focused on credit management, staying updated on industry best practices and regulations, and seeking mentorship or guidance from experienced credit professionals. Additionally, actively engaging in credit control activities within your organization and learning from both successes and challenges can help enhance your skills over time. Course Curriculum Module 1 Understanding Credit Control Understanding Credit Control 00:00 Module 2 Credit Management Policies and Procedures Credit Management Policies and Procedures 00:00 Module 3 Effective Communication in Credit Control Effective Communication in Credit Control 00:00 Module 4 Financial Management Financial Management 00:00 Module 5 Technology in Credit Control Technology in Credit Control 00:00 Module 6 Managing Disputed Payments and Debt Recovery Managing Disputed Payments and Debt Recovery 00:00

Credit Control
Delivered Online On Demand6 hours
£25

AWS Security Essentials

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Security IT business-level professionals interested in cloud security practices Security professionals with minimal to no working knowledge of AWS Overview Assimilate Identify security benefits and responsibilities of using the AWS Cloud Describe the access control and management features of AWS Explain the available methods for providing encryption of data in transit and data at rest when storing your data in AWS. Describe how to secure network access to your AWS resources Determine which AWS services can be used for monitoring and incident response This course covers fundamental AWS cloud security concepts, including AWS access control, data encryption methods, and how network access to your AWS infrastructure can be secured. Based on the AWS Shared Security Model, you learn where you are responsible for implementing security in the AWS Cloud and what security-oriented services are available to you and why and how the security services can help meet the security needs of your organization. Prerequisites Working knowledge of IT security practices and infrastructure concepts, familiarity with cloud computing concepts 1 - Security on AWS Security design principles in the AWS Cloud AWS Shared Responsibility Model 2 - Security OF the Cloud AWS Global Infrastructure Data center security Compliance and governance 3 - Security IN the Cloud ? Part 1 Identity and access management Data protection essentials Lab 01 ? Introduction to security policies 4 - Security IN the Cloud ? Part 2 Securing your infrastructure Monitoring and detective controls Lab 02 ? Securing VPC resources with Security Groups 5 - Security IN the Cloud ? Part 3 DDoS mitigation Incident response essentials Lab 03 ? Remediating issues with AWS Config Conformance Packs 6 - Course Wrap Up AWS Well-Architected tool overview Next Steps Additional course details: Nexus Humans AWS Security Essentials 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 AWS Security Essentials 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.

AWS Security Essentials
Delivered OnlineFlexible Dates
£675

Cisco Implementing Cisco Application Centric Infrastructure v1.2 (DCACI)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed primarily for network and software engineers who are interested in learning about automation and programmability and hold the following job roles: Network Designers Network Administrators Network Engineers Systems Engineers Data Center Engineers Consulting Systems Engineers Technical Solutions Architects Cisco Integrators/Partners Field Engineers Server Administrators Network Managers Storage Administrators Cisco Integrators and Partners Overview After completing the course, you should be able to: Describe Cisco ACI Fabric Infrastructure and basic Cisco ACI concepts Describe Cisco ACI policy model logical constructs Describe Cisco ACI basic packet forwarding Describe external network connectivity Describe VMM Integration Describe Layer 4 to Layer 7 integrations Explain Cisco ACI management features The Implementing Cisco Application Centric Infrastructure (DCACI) v1.2 course shows you how to deploy and manage the Cisco© Nexus© 9000 Series Switches in Cisco Application Centric Infrastructure (Cisco ACI©) mode. You will learn how to configure and manage Cisco Nexus 9000 Series Switches in ACI mode, how to connect the Cisco ACI fabric to external networks and services, and the fundamentals of Virtual Machine Manager (VMM) integration. You will gain hands-on practice implementing key capabilities such as fabric discovery, policies, connectivity, VMM integration, and more. This course earns you 40 Continuing Education (CE) credits towards recertification.This course helps prepare you for the following exam:300-620 Implementing Cisco Application Centric Infrastructure (DCACI) Introducing Cisco ACI Fabric Infrastructure and Basic Concepts What Is Cisco ACI? Cisco ACI Topology and Hardware Describing Cisco ACI Policy Model Logical Constructs Cisco ACI Logical Constructs Tenant Describing Cisco ACI Basic Packet Forwarding Endpoint Learning Basic Bridge Domain Configuration Knob Introducing External Network Connectivity Cisco ACI External Connectivity Options External Layer 2 Network Connectivity Introducing VMM Integration VMware vCenter VDS Integration Resolution Immediacy in VMM Describing Layer 4 to Layer 7 Integrations Service Appliance Insertion Without ACI L4-L7 Service Graph Service Appliance Insertion via ACI L4-L7 Service Graph Explaining Cisco ACI Management Out-of-Band Management In-Band Management

Cisco Implementing Cisco Application Centric Infrastructure v1.2 (DCACI)
Delivered OnlineFlexible Dates
Price on Enquiry

SAPTEC Technology Fundamentals for SAP S/4HANA and SAP Business Suite

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for The primary audience for this course are Technology Consultants, System Administrators, System Architects, Database Administrators, Help Desk/COE Support, and Program/Project Managers. Overview Presentation in detail of the architecture of SAP NetWeaver Application Server (SAP NetWeaver AS).Learn effective techniques for navigating.Receive an overview of the development process in an SAP system landscape In this course, students gain knowledge about the fundamentals of SAP NetWeaver Application Server. SAP Systems Explaining the Key Capabilities of SAP NetWeaver Explaining the Architecture of an SAP System, Application Server (AS) ABAP and Application Server (AS) Java Navigation Basics Navigating with SAP Graphical User Interface (GUI) for Windows in AS ABAP Systems Navigating with a Browser in AS Java Systems System Core Explaining AS ABAP and AS Java System Architecture Identifying the Processes of an AS ABAP System Processing User Requests in AS ABAP Using Additional Processes of an AS ABAP System Explaining the Processes of an AS Java System Software Development in SAP Systems Outlining the Data Structure of an AS ABAP System Managing Transports in the ABAP Environment Explaining ABAP Workbench Tools Developing and Transporting an ABAP Repository Object Developing Applications in AS Java Developing Applications in Eclipse for ABAP Communication and Integration Technologies Describing Communication with Remote Function Call-Based (RFC) Technology Describing the Basics of Web Services Describing OData in SAP Gateway Application Lifecycle Management (ALM) Explaining Application Lifecycle Management (ALM) Describing the Installation of an SAP System Describing the Maintenance of an SAP System SAP Portfolio Overview Identifying the Platform, Database, and User Experience in the SAP Technology Portfolio Outlining Additional Components of the SAP Technology Portfolio Identifying the Components of the SAP Applications Portfolio SAP User Interfaces Accessing AS ABAP Systems with SAP GUI Accessing SAP Systems Using Other User Interfaces Additional Information Sources Accessing the SAP Service Marketplace (SMP) Accessing the SAP Community Network (SCN)

SAPTEC Technology Fundamentals for SAP S/4HANA and SAP Business Suite
Delivered OnlineFlexible Dates
Price on Enquiry

Read Construction & Structural Drawing Like Expert

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Read Construction & Structural Drawing Like Expert
Delivered Online On Demand12 hours 11 minutes
£25