CMP7174 Introduction

CMP7174 Introduction

University

6 Qs

quiz-placeholder

Similar activities

cmp7174 data collection

cmp7174 data collection

University

8 Qs

Week 2 Quiz 5 - SHEstem IoT Cohort

Week 2 Quiz 5 - SHEstem IoT Cohort

University

10 Qs

ARQUITECTURA DE SOFTWARE

ARQUITECTURA DE SOFTWARE

University

6 Qs

Cloud Computing

Cloud Computing

University - Professional Development

10 Qs

Cloud Computing

Cloud Computing

University

10 Qs

kvh/pskua6tFeHpeP22V4R3P1zsWEiWOJPt4IZlWMmkP/4I77A1DPiqTc7H3aE9C

kvh/pskua6tFeHpeP22V4R3P1zsWEiWOJPt4IZlWMmkP/4I77A1DPiqTc7H3aE9C

University

10 Qs

Pengembangan Aplikasi Terdistribusi

Pengembangan Aplikasi Terdistribusi

University

10 Qs

Ubiquitous Computing and Web Services

Ubiquitous Computing and Web Services

University

9 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