L1 - Overview of System Integration Flashcards

1
Q

What is the goal of the system integration lecture?

A

To provide an introduction to system integration and an overview of the three main approaches to system integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is business agility?

A

The ability of a business to act rapidly and efficiently deliver value to customers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does IT support business agility?

A

By providing an integrated infrastructure enabling real-time automation of business operations across multiple systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are examples of business systems that require integration?

A

CRM systems (for managing customers).

Business intelligence systems (for analysis/analytics).

Payroll systems (for managing payments).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why do business systems typically not communicate with each other?

A

They rely on different software types, programming languages, data standards, and operating systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is system integration (SI)?

A

The process of linking together distributed systems/software applications into a single architecture from the user’s perspective.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Purpose of System Integration

What should the resulting solution of SI achieve?

A

Automated sharing of business data, functions, and processes among connected systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What benefits does system integration solve?

A

Productivity
Scalability
Real-time or Near-real-time communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the three core approaches to system integration?

A

Information-oriented

Service-oriented

Process-oriented

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the information-oriented SI approach focus on?

A

Providing an integrated view of data contained in contrasting systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How are information-oriented solutions generally solved?

A

By replicating or integrating data at the meta-data or data level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the service-oriented SI approach focus on?

A

Integrating loosely coupled, reusable software functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the core principles of service-oriented SI?

A

Reusability – using a service in different contexts.

Composability – composing smaller services into bigger ones.

Loose-coupling – avoiding tight coupling among services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the process-oriented SI approach focus on?

A

Structuring communication between systems as an automated process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does the process-oriented SI approach integrate business processes?

A

By modeling integration as existing business processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the process-oriented SI approach separate?

A

It separates process from application logic.

17
Q

What does the process-oriented SI approach coordinate?

A

The flow of information and services to enable complex integrations.

18
Q

What are the two key aspects of system integration?

A

Communication

Management

19
Q

What does communication refer to in system integration?

A

The data and functionality being shared among integrated systems.

20
Q

What does management refer to in system integration?

A

The coordination of integration, including who communicates, when, and the rules.

21
Q

What are the three conceptual solutions for integration management?

A

Distributed
(point-to-point integration)

Centralized
(multipoint integration)

Hybrid integration

22
Q

What is distributed integration?

A

Both communication and management are handled by the involved systems (point-to-point integration).

23
Q

What is centralized integration?

A

Both communication and management are handled by integration middleware (multipoint integration).

24
Q

What is hybrid integration?

A

Communication is handled by involved systems, but management is centralized via middleware.

25
Q

What is system integration middleware?

A

A logic that supports the integration of distributed applications using a tool.