Building Microservices API in Go - Assignment 2: Enhance GetAllCustomers API

Building Microservices API in Go - Assignment 2: Enhance GetAllCustomers API

Assessment

Interactive Video

Information Technology (IT), Architecture, Business

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses an enhancement to the existing 'Get all Customers' API. Previously, the API retrieved all customers regardless of their status. The assignment now requires building a mechanism to query customers based on their active or inactive status, allowing for more targeted data retrieval.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main focus of the enhancement discussed in the video?

Improving the user interface

Optimizing server performance

Enhancing the Get all Customers API

Increasing database storage

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was the previous capability of the Get all Customers API?

It could only retrieve active customers

It could only retrieve inactive customers

It retrieved both active and inactive customers

It could not retrieve any customers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the new requirement for the Get all Customers API?

To delete inactive customers

To query customers based on their status

To retrieve customers based on their location

To update customer information

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a part of the new assignment requirement?

Retrieving all customers regardless of status

Building a mechanism for status-based queries

Querying customers by status

Enhancing the existing API

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to enhance the Get all Customers API?

To increase the speed of data retrieval

To reduce server load

To allow status-based customer queries

To improve customer data accuracy