考试代码:305 Software Develop 考试大纲


ITS认证考试考什么?考试内容?

ITS认证考试是分科目的,现在我们要看得就是Certiport给出的ITS考试代码:305 考试名称:Software Develop的大纲,如果你通过了这科考试之后,将会获得Software Develop的ITS证书

本ITS考试的考生将展示核心软件开发技能,包括面向对象的编程,Web 应用程序和数据库。考生应具有一些 C# 和 ANSI SQL 方面的经验。

Core Programming Concepts

  1. Describe computer storage and data types
    1. How a computer stores programs and instructions in computer memory, memory stacks and heaps, memory size requirements for various data storage types, numeric data and textual data, garbage collection
  2. Construct and analyze algorithms and flowcharts to solve programming problems
    1. Decision structures used in all computer programming languages; if decision structures; multiple decision structures, such as if…else and switch; reading and constructing flowcharts; decision tables; evaluating expressions; for loops, while loops, do...while loops; recursion
  3. Incorporate error handling into applications or modules
    1. Structured exception handling (try-catch-finally), unit testing, throwing exceptions, reading the stack, defensive coding, understand scoping in exception handling
  4. Construct and analyze code based on functional programming patterns
    1. Event, delegate, promises, synchronous vs. asynchronous programming (AJAX, XHR), immutability

Software Development Principles

  1. Describe software development lifecycle (SDLC) management
    1. Requirement analysis, planning and design, implementation, testing, deployment, maintenance; Agile concepts
  2. Interpret application specifications
    1. Reading application specifications and translating them into prototypes and code,  selecting appropriate application type and components
  3. Construct and analyze code that uses algorithms and data structures
    1. Arrays, stacks, queues, linked lists, dictionaries (key-value pairs), sorting algorithms (selection sort, bubble sort, quick sort, merge sort), searching algorithms (linear search, binary search), performance implications of various data structures, choosing the right data structure, FIFO, LIFO
  4. Describe the purpose of version control systems
    1. GitHub, check-in, check-out, merge, branch, rollback, clone, resolving conflicts
  5. Describe secure coding concepts
    1. Encryption, hashing, and digital signatures; public, private, and shared keys; mitigating cross-site request forgery (csrf); SQL injection; risks of using

Object-Oriented Programming

  1. Construct, analyze, and use classes
    1. Properties, methods, events, fields, and constructors; how to create classes; how to use classes in code; access modifiers; instantiation; static vs. instance; encapsulation; composition
  2. Construct and analyze code that uses inheritance
    1. Inherit the functionality of a base class into a derived class, generic classes, abstract classes
  3. Construct and analyze code that uses polymorphism
    1. Extending the functionality of a class after inheriting from a base class, overriding methods in the derived class, interfaces, overloading

Web Applications

  1. Construct and analyze web applications
    1. HTML5, CSS3, and JavaScript ES6; browser developer tools; HTTP request or response; state management; cookies, local, and session storage; page lifecycle; event model; client-side vs. server-side programming
  2. Describe and configure web hosting
    1. Creating virtual directories and websites, publishing web applications, role of the web server
  3. Describe and configure web services
    1. Web services that are consumed by client applications, accessing web services from client applications, JSON, REST API, oAuth, XML
  4. Describe and identify architectural patterns
    1. Model-view-controller (MVC), model-view-viewmodel (MVVM), single page application (SPA)

Databases

  1. Design and normalize a database
    1. Characteristics and capabilities of database products, database design, Entity Relationship Diagrams (ERDs), normalization concepts (to 3NF), indexes, constraints, primary key, foreign keys, relationships
  2. Construct, analyze, and optimize ANSI SQL queries
    1. Creating and accessing stored procedures, updating and selecting data, DML vs. DDL, functions, triggers, cursors, joins, indexes
  3. Manage transactions
    1. Commit, rollback, save, concurrency, isolation levels, lock
  4. Describe database access methods
    1. Entity Framework (Code-first, Database-first), connection pools, LINQ
  5. Describe types of NoSQL databases
    1. Document databases, key-value databases

©重庆睿一网络科技有限公司