CMP7174 Introduction

CMP7174 Introduction

University

6 Qs

quiz-placeholder

Similar activities

Microsoft Azure

Microsoft Azure

University

11 Qs

Operating System

Operating System

University

9 Qs

Flutter Quiz

Flutter Quiz

University

10 Qs

oPglpfQqtYif38V/piby13xVnvLFKIjxnkglzgl1XQLC5gpaHRQO4MCDrMh45ek8

oPglpfQqtYif38V/piby13xVnvLFKIjxnkglzgl1XQLC5gpaHRQO4MCDrMh45ek8

University

10 Qs

OC3_L2

OC3_L2

University

10 Qs

SS2425 WMAD S6+L17 Quiz Time

SS2425 WMAD S6+L17 Quiz Time

University

10 Qs

API

API

University - Professional Development

10 Qs

Operating System and Computer Architecture Quiz

Operating System and Computer Architecture Quiz

University

10 Qs

CMP7174 Introduction

CMP7174 Introduction

Assessment

Quiz

Computers

University

Medium

Created by

AbdulRahman AlSewari

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of Service-Oriented Architecture (SOA)?

To increase the complexity of application development

To enable communication between disparate services

To eliminate the use of APIs

To create monolithic applications

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a key characteristic of Microservices?

Monolithic structure

Tight coupling of services

Scalability through independent deployment

Single database for all services

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SOA, what is a "service" typically defined as?

A collection of functions that run on a single machine

A reusable software component that provides a specific business function

A database that stores all application data

A database that stores all application data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the communication style commonly used in Microservices?

Synchronous communication only

Direct method calls between services

Asynchronous messaging or APIs

Shared memory access

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one of the main benefits of using Microservices over a monolithic architecture?

Simplified deployment

Improved performance for all services

Independent scaling of individual components

Reduced development time for large applications

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Service-Oriented Architecture (SOA), what is a common way for services to communicate?

Direct database access

HTTP/REST APIs or messaging protocols

Shared code libraries

User interface interactions