SIA EXAM

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/51

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:49 PM on 9/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

52 Terms

1
New cards

System

A set of detailed components, sub-systems, hardware, software, and people working together a specific set of objectives or common goals

2
New cards

System Integration

The process of connecting and bringing together different computing subsystems, applications, and software nodules so that they act as a single, unified, functional whole.

3
New cards

System Architecture

The conceptual model that defines the structure, behavior, high-level components, modules, interfaces, and data flows of a system.

4
New cards

Enterprise Architecture (EA)

A rigorous description of an enterprise’s structure, encompassing its business processes, organizational structures, data flows, and IT infrastructure, aligned tightly with business goals.

5
New cards

Enterprise Application Integration (EAI)

The use of middleware, integration platforms, and architectural principles to integrate multiple enterprise applications seamlessly

6
New cards

Scalability

The ability of a system to handle a rapidly growing amount of work (e.g., an ecommerce platform surviving a massive spike in traffic during a holiday sale)

7
New cards

High Availability (HA)

Designing systems to remain operational continuously without failure, often utilizing redundant backup servers.

8
New cards

Business-IT Alignment

The principle that every technology invest must directly support a specific business goal (e.g., increasing revenue, reducing operational costs, or ensuring legal compliance)

9
New cards

Interoperability

The ability of completely different computer systems and software to seamlessly exchange and make use of information.

10
New cards

Elimination of Data Silos

Integrates fragmented data sources, ensuring that departments (e.g., Sales, HR, Finance) access unified, real-time information.

11
New cards

Operational Efficiency

Automates workflows across platforms, drastically cutting down manual data re-entry, minimizing human error, and accelerating information flow

12
New cards

Enhanced Decision-Making

Aggregates data streams into comprehensive dashboards, giving executive management accurate metrics for a real-time strategic decisions

13
New cards

Scalability and Flexibility

A well-designed architecture allows businesses to plug in new technologies (like AI services or cloud infrastructure) or scale up operations without tearing down legacy systems.

14
New cards

Cos Efficiency

Reduces long-term IT maintenance overheads by streamlining disparate software assets and preventing redundant application development

15
New cards

Planning & Requirements Analysis

Defining the business problem, assessing feasibility and gathering user requirements

16
New cards

System Design

Creating the architectural blueprint (database schemas, network layouts, user interfaces)

17
New cards

Implementation (Coding)

Translating the design into actual code and building the application

18
New cards

Testing

Rigorously finding the and fixing bugs, ensuring the software meets the initial requirements.

19
New cards

Deployment & Maintenance

Releasing the software to users and providing ongoing updates and support

20
New cards

Waterfall Model

A rigid, linear, sequential approach. You must finish phase 1 before starting phase 2.

21
New cards

Agile Model

An iterative approach where software is built and released in small continuous cycles (sprints).

22
New cards

DevOps Model

A culture combining software Development (Dev) and IT Operations (Ops) to automate

23
New cards

V-Model (Validation and Verification)

An extension of waterfall where every development phase has a corresponding, parallel testing phase.

24
New cards

Iterative/Incremental

Building the systems in small portions (increments), evaluating them, and iteratively expanding the system.

25
New cards

Spiral Model

A risk-driven model that combines iterative development with the systematic aspects of Waterfall, focusing heavily on risk analysis.

26
New cards

RAD (Rapid Application Development)

Minimal formal planning in favor of rapid, iterative prototyping and active user feedback

27
New cards

Big Bang Model

No formal planning or processes; all resources are thrown immediately into writing code.

28
New cards

CapEx (Capital Expenditure)

Buying. Spending a massive amount of money on Day 1 to own physical hardware outright.

29
New cards

OpEx (Operational Expenditure)

Renting. Paying a predictable, ongoing monthly bill for resources you consume

30
New cards

In-House (Insourced)

All computing hardware is located on the company’s premises and managed entirely by internal staff. It provides absolute data privacy but requires massive CapEx and is very slow to scale.

31
New cards

Outsoucred (Managed Services/cloud)

The company rents infrastructure or hires an external third-party vendor. It reduces CapEx to OpEx and provides instant scalability, but the company relies completely on the vendor for security and uptime.

32
New cards

Hybrid Model

A strategic mix of both. Highly sensitive data is kept on heavily secured, in-house servers, while public-facing applications are hosted on the cloud to handle massive user traffic (Cloud Bursting).

33
New cards

IaaS (Infrastructure as a Service)

Renting raw virtual machines networking, and storage space.

34
New cards

PaaS (Platform as a Service)

Renting a ready-made environment specifically designed for developers to deploy applications

35
New cards

SaaS (Software as a Software)

Renting fully finished web-based software delivered directly to the end-user.

36
New cards

Needs Assesment

Defining the exact IT problem and technical requirements before looking externally

37
New cards

RFP (Request for Proposal) Generation

Writing and publishing a document asking third-party vendors to submit solutions and pricing.

38
New cards

Vendor Evaluation

Scoring the submitted bids based on four pillars: Technical Capability, Financial Stability, Security & the pricing structure, and Support & Maintenance.

39
New cards

Contract Negotiation

Finalizing the pricing structure, agreeing on SLA terms, and defining penalty clauses.

40
New cards

Ongoing Management

Continuously monitoring the vendor’s actual performance against SLA.

41
New cards

Availability / Uptime

Guaranteed percentage of time the system is online (e.g., 99.99%)

42
New cards

Response Time

Maximum allowable time for the vendor to acknowledge a critical support ticket

43
New cards

MTTR (Mean Time to Repair)

The average time permitted to completely restore service after an outage

44
New cards

The Promise

The guaranteed performance metric (e.g., 99.9%)

45
New cards

The Proof

How the metrics are calculated and what exceptions exist (e.g., scheduled maintenance on Sundays).

46
New cards

The Remedy (Service Credits)

The financial penalty (usually a bill discount) the vendor pays if they fail to meet SLA.

47
New cards

The Exit Clause

The protocol for terminating the contract, explicitly stating the universal file format in which the vendor must return the company’s data.

48
New cards

Vendor lock-in

Occurs when a company builds its architecture using tools that only exist on one specific cloud provider.

49
New cards

Data Silo (The problem)

Occurs when data is trapped inside one department’s software and cannot be accessed by other departments that need it.

50
New cards

Point-to-Point (P2P) Integration

Connecting A directly to Application B with a custom-written script.

But, as the company grows, P2P becomes unmaintainable.

51
New cards

Hub-and-Spoke (Middleware) Integration

Instead of systems talking directly to each other, they all connect to a central hub. Highly scalable. Adding an 11th system only requires connecting it to hub is called Middleware.

52
New cards

APIs

To allow independent software systems to pass data into the Middleware hun, they use an API (Application Programming Interface).