Developing Applications using Cisco Core Platforms and APIs (DEVCOR)

Download Course Contents

Developing Applications using Cisco Core Platforms and APIs (DEVCOR) Course Overview

The Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) v1.0 course helps you prepare for Cisco DevNet Professional certification and for professional-level network automation engineer roles. You will learn how to implement network applications using Cisco® platforms as a base, from initial software design to diverse system integration, as well as testing and deployment automation. The course gives you hands-on experience solving real world problems using Cisco Application Programming Interfaces (APIs) and modern development tools.

This course helps you prepare to take the 350-901 Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) exam. By passing this exam, you satisfy the core exam requirement toward Cisco Certified DevNet Professional, and you earn the Cisco Certified DevNet Specialist – Core certification.

Course duration

  • Instructor-led training: 5 days in the classroom and 3 days of self-study
  • Virtual instructor-led training: Equivalent of 5 days of classroom instruction and 3 days of self-study

How you'll benefit

This course will help you:

  • Take full advantage of the network and software development practices when you implement applications to fulfill business needs
  • Gain proficiency with applications, automation, and Cisco platforms
  • Earn 64 CE credits toward recertification
  • Prepare for the 350-901 DEVCOR exam, which satisfies the core exam requirement toward Cisco Certified DevNet Professional, and earns Cisco Certified DevNet Specialist – Core 

Who should enroll

This course is designed for anyone who performs or seeks to perform a developer role and has one or more years of hands-on experience developing and maintaining applications that are built on top of Cisco platforms.

This course covers specialized material about designing, developing, and debugging applications using Cisco APIs and platforms, and managing and deploying applications on Cisco infrastructure. To fully benefit from this course, you should have three to five years of experience designing and implementing applications that are built on top of Cisco platforms.

The course is appropriate for:

  • Network engineers expanding their skill-base to include software and automation
  • Developers expanding expertise in automation and DevOps
  • Solution architects moving to the Cisco ecosystem
  • Infrastructure developers designing hardened production environments

The job roles best suited to the material in this course are:

  • Senior network automation engineer
  • Senior software developer
  • Senior system integration programmer

Additional job roles that could find this course useful are:

  • Senior infrastructure architect
  • Senior network designer
  • Senior test development engineer

Students preparing for Cisco Certified DevNet Professional and Cisco Certified DevNet Specialist – Core certification will also find this material useful.

 

Course details

Objectives

After taking this course, you should be able to:

  • Describe the architectural traits and patterns that improve application maintainability
  • Describe the architectural traits and patterns that improve application serviceability
  • Identify steps to design and build a ChatOps application
  • Implement robust Representational State Transfer (REST) API integrations with network error handling, pagination, and error flow control
  • Describe the necessary steps for securing user and system data in applications
  • Describe the necessary steps for securing applications
  • Identify common tasks in automated application release process
  • Describe best practices for application deployment
  • Describe methodologies for designing distributed systems
  • Describe the concepts of infrastructure configuration management and device automation
  • Utilize Yet Another Next Generation (YANG) data models to describe network configurations and telemetry
  • Compare various relational and nonrelational database types and how to select the appropriate type based on requirements

Prerequisites

There are no formal prerequisites for Cisco Certified DevNet Associate certification, but you should make sure to have a good understanding of the exam topics before taking the exam.

Before taking this course, you should have:

  • Knowledge of program design and coding with focus on Python
  • Familiarity with Ethernet, TCP/IP, and Internet-related networking
  • Understand the utilization of APIs
  • Understanding of software development and design methodologies
  • Hands-on experience with a programming language (specifically Python)

Here are Cisco learning resources that can help you prepare:

  • Developing Applications and Automating Workflows Using Cisco Core Platforms (DEVASC)

 

Outline

This class includes lecture sections and self-study sections. In instructor-led classes, lectures are delivered in real-time, either in person or via video conferencing.

 
 

Section title

Learning mode

Designing for Maintainability Self-study
Designing for Serviceability Self-study
Implementing ChatOps Application Lecture
Describing Advanced REST API Integration Lecture
Securing Application Data Self-study
Securing Web and Mobile Applications Self-study
Automating Application-Release Lecture
Deploying Applications Lecture
Understanding Distributed Systems Lecture
Orchestrating Network and Infrastructure Lecture
Modeling Data with YANG Lecture
Using Relational and Non-Relational Databases Self-study

 

Lab outline

  • Construct Sequence Diagram
  • Construct Web Sequence Diagram
  • Use Cisco Webex Teams™ API to Enable ChatOps
  • Integrate Cisco Meraki™ API to List Service Set Identifiers (SSIDs) and Retrieve Location Data
  • Use Paginated REST API Endpoint
  • Utilize REST API Error Control Flow Techniques
  • Evaluate Application for Common Open Web Application Security Project (OWASP) Vulnerabilities
  • Resolve Merge Conflicts with Git
  • Diagnose Continuous Integration and Continuous Delivery (CI/CD) Pipeline Failures
  • Containerize Application Using Docker
  • Integrate Application into Existing CI/CD Environment
  • Diagnose Problems Using Application Logs
  • Configure Network Parameters Using Ansible and Puppet
  • Synchronize Firepower Device Configuration
  • Utilize RESTCONF for Network Configuration
  • Query Relational Database
  • Query Document Store
  • Query Time Series Database
  • Query Graph Database

 

home-icon

The 1-on-1 Advantage

Get 1-on-1 session with our expert trainers at a date & time of your convenience.
home-icon

Flexible Dates

Start your session at a date of your choice-weekend & evening slots included, and reschedule if necessary.
home-icon

4-Hour Sessions

Training never been so convenient- attend training sessions 4-hour long for easy learning.
home-icon

Destination Training

Attend trainings at some of the most loved cities such as Dubai, London, Delhi(India), Goa, Singapore, New York and Sydney.

You will learn:

Module 1: Software Development and Design
  • Describe distributed applications related to the concepts of front-end, back-end, and load balancing
  • Evaluate an application design considering scalability and modularity
  • Evaluate an application design considering high-availability and resiliency (including onpremises, hybrid, and cloud)
  • Evaluate an application design considering latency and rate limiting
  • Evaluate an application design and implementation considering maintainability
  • Evaluate an application design and implementation considering observability
  • Diagnose problems with an application given logs related to an event
  • Evaluate choice of database types with respect to application requirements (such as relational, document, graph, columnar, and Time Series)
  • Explain architectural patterns (monolithic, services oriented, microservices, and event driven)
  • Utilize advanced version control operations with Git
  • Explain the concepts of release packaging and dependency management
  • Construct a sequence diagram that includes API calls
  • Implement robust REST API error handling for time outs and rate limits
  • Implement control flow of consumer code for unrecoverable REST API errors
  • Identify ways to optimize API usage through HTTP cache controls
  • Construct an application that consumes a REST API that supports pagination
  • Describe the steps in the OAuth2 three-legged authorization code grant flow
  • Construct API requests to implement chatops with Webex Teams API
  • Construct API requests to create and delete objects using Firepower device management (FDM)
  • Construct API requests using the Meraki platform to accomplish these tasks
  • Construct API calls to retrieve data from Intersight
  • Construct a Python script using the UCS APIs to provision a new UCS server given a template
  • Construct a Python script using the Cisco DNA center APIs to retrieve and display wireless health information
  • Describe the capabilities of AppDynamics when instrumenting an application
  • Describe steps to build a custom dashboard to present data collected from Cisco APIs
  • Diagnose a CI/CD pipeline failure (such as missing dependency, incompatible versions of components, and failed tests)
  • Integrate an application into a prebuilt CD environment leveraging Docker and Kubernetes
  • Describe the benefits of continuous testing and static code analysis in a CI pipeline
  • Utilize Docker to containerize an application
  • Describe the tenets of the "12-factor app"
  • Describe an effective logging strategy for an application
  • Explain data privacy concerns related to storage and transmission of data
  • Identify the secret storage approach relevant to a given scenario
  • Configure application specific SSL certificates
  • Implement mitigation strategies for OWASP threats (such as XSS, CSRF, and SQL injection)
  • Describe how end-to-end encryption principles apply to APIs
  • Explain considerations of model-driven telemetry (including data consumption and data storage)
  • Utilize RESTCONF to configure a network device including interfaces, static routes, and VLANs (IOS XE only)
  • Construct a workflow to configure network parameters with:
  • Identify a configuration management solution to achieve technical and business requirements
  • Cisco IOx-enabled devices)
Live Online Training (Duration : 40 Hours) Fee On Request
We Offer :
  • 1-on-1 Public - Select your own start date. Other students can be merged.
  • 1-on-1 Private - Select your own start date. You will be the only student in the class.

8 Hours
Week Days
Weekend

Start Time : At any time

12 AM
12 PM

1-On-1 Training is Guaranteed to Run (GTR)
Group Training
Online
12 - 16 Jun
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Online
03 - 07 Jul
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Online
07 - 11 Aug
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Developing Applications using Cisco Core Platforms and APIs (DEVCOR)
Course Prerequisites

Prerequisites

There are no formal prerequisites for Cisco Certified DevNet Associate certification, but you should make sure to have a good understanding of the exam topics before taking the exam.

Before taking this course, you should have:

  • Knowledge of program design and coding with focus on Python
  • Familiarity with Ethernet, TCP/IP, and Internet-related networking
  • Understand the utilization of APIs
  • Understanding of software development and design methodologies
  • Hands-on experience with a programming language (specifically Python)

Here are Cisco learning resources that can help you prepare:

  • Developing Applications and Automating Workflows Using Cisco Core Platforms (DEVASC)

 

 

Student Feedback  (Check Koenig Feedback on Trustpilot)

Q1 Say something about the Trainer? Q2 How is Koenig different from other training Companies? Q3 Will you come back to Koenig for training ?
on Trust Pilot
Student Name Feedback
Carlo
United States
A1. Your coaching style is so effective and engaging, and I've learned so much from you. You truly have a gift for helping others reach their full potential.
Alex Wong
United States
A1. Ravi tries hard to motivate the class with topics. Can try to provide more examples in terms of use cases etc. for different areas.
Esteban Alzate Duque
United States
A1. The trainer was very helpful and always attentive to the questions I had during the sessions. He was always punctual and checking with me in case I needed further explanations
Georges Elia Abou Jaoude
United States
A1. Trainer was good just the content wasn't as expect low information vs our knowledge in devops
July Arevalo
United States
A1. The trainer is very engaging, he will throw some question during the lectures and makes sure that I am able to understand the course topics. He is also very knowledgeable on the course content and always answer inquiries/and questions. There are also times that the topics are hard, but my instructor is very good in explaining the topics in simpler way and uses visual diagrams to further simplify the topic, these really helped me to grasp the topics.
Tsegaw Goshu Gizaw
United States
A1. Training was good, good explanation ,good explanation for labs and theory

FAQ's


1-on-1 Public - Select your start date. Other students can be merged.
1-on-1 Private - Select your start date. You will be the only student in the class.
Yes, course requiring practical include hands-on labs.
You can buy online from the page by clicking on "Buy Now". You can view alternate payment method on payment options page.
Yes, you can pay from the course page and flexi page.
Yes, the site is secure by utilizing Secure Sockets Layer (SSL) Technology. SSL technology enables the encryption of sensitive information during online transactions. We use the highest assurance SSL/TLS certificate, which ensures that no unauthorized person can get to your sensitive payment data over the web.
We use the best standards in Internet security. Any data retained is not shared with third parties.
You can request a refund if you do not wish to enroll in the course.
To receive an acknowledgment of your online payment, you should have a valid email address. At the point when you enter your name, Visa, and other data, you have the option of entering your email address. Would it be a good idea for you to decide to enter your email address, confirmation of your payment will be emailed to you.
After you submit your payment, you will land on the payment confirmation screen.It contains your payment confirmation message. You will likewise get a confirmation email after your transaction is submitted.
We do accept all major credit cards from Visa, Mastercard, American Express, and Discover.
Credit card transactions normally take 48 hours to settle. Approval is given right away; however,it takes 48 hours for the money to be moved.
Yes, we do accept partial payments, you may use one payment method for part of the transaction and another payment method for other parts of the transaction.
Yes, if we have an office in your city.
Yes, we do offer corporate training More details
Yes, we do.
Yes, we also offer weekend classes.
Yes, Koenig follows a BYOL(Bring Your Own Laptop) policy.
It is recommended but not mandatory. Being acquainted with the basic course material will enable you and the trainer to move at a desired pace during classes.You can access courseware for most vendors.
Yes, this is our official email address which we use if a recipient is not able to receive emails from our @koenig-solutions.com email address.
Buy-Now. Pay-Later option is available using credit card in USA and India only.
You will receive the digital certificate post training completion via learning enhancement tool after registration.
Yes you can.
Yes, we do. For details go to flexi
You can pay through debit/credit card or bank wire transfer.
Yes you can request your customer experience manager for the same.
No, the published fee includes all applicable taxes.
Yes, we do.
The Fee includes:
  • Testing Via Qubits
Yes, Koenig Solutions is a Cisco Learning Partner
Schedule for Group Training is decided by Koenig. Schedule for 1-on-1 is decided by you.
In 1 on 1 Public you can select your own schedule, other students can be merged. Choose 1-on-1 if published schedule doesn't meet your requirement. If you want a private session, opt for 1-on-1 Private.
Duration of Ultra-Fast Track is 50% of the duration of the Standard Track. Yes(course content is same).

Prices & Payments

Yes of course.
Yes, We are

Travel and Visa

Yes we do after your registration for course.

Food and Beverages

Yes.

Others

Says our CEO-
“It is an interesting story and dates back half a century. My father started a manufacturing business in India in the 1960's for import substitute electromechanical components such as microswitches. German and Japanese goods were held in high esteem so he named his company Essen Deinki (Essen is a well known industrial town in Germany and Deinki is Japanese for electric company). His products were very good quality and the fact that they sounded German and Japanese also helped. He did quite well. In 1970s he branched out into electronic products and again looked for a German name. This time he chose Koenig, and Koenig Electronics was born. In 1990s after graduating from college I was looking for a name for my company and Koenig Solutions sounded just right. Initially we had marketed under the brand of Digital Equipment Corporation but DEC went out of business and we switched to the Koenig name. Koenig is difficult to pronounce and marketeers said it is not a good choice for a B2C brand. But it has proven lucky for us.” – Says Rohit Aggarwal (Founder and CEO - Koenig Solutions)
All our trainers are fluent in English . Majority of our customers are from outside India and our trainers speak in a neutral accent which is easily understandable by students from all nationalities. Our money back guarantee also stands for accent of the trainer.
Medical services in India are at par with the world and are a fraction of costs in Europe and USA. A number of our students have scheduled cosmetic, dental and ocular procedures during their stay in India. We can provide advice about this, on request.
Yes, if you send 4 participants, we can offer an exclusive training for them which can be started from Any Date™ suitable for you.