A) A hub allows the connection of multiple Ethernet devices to make them act as a
single network segment.
B) A hub allows multiple Ethernet network devices access to the internet.
C) A hub allows one Ethernet network device to send data packets to a specific
Ethernet device.
Give this one a try later!
A) A hub allows the connection of multiple Ethernet devices to make them
act as a single network segment.
Which of these standards and protocols is used predominately for email?
,A) IP
B) FTP
C) TCP
D) SMTP
Give this one a try later!
D) SMTP
A video is an example of which type of data?
A) Simi-Structured
B) Unstructured
C) Structured
Give this one a try later!
B) Unstructured
Suppose the operations to update inventory and process payments are in the same
transaction. A user is attempting to apply store credit for the full amount of an order,
and submitted the exact same order (for the full amount) using their phone and
laptop at the same time - so two identical orders are received. The database behind
the scenes is an ACID-compliant database, what would happen?
A) Both orders would be processed and use the in-store credit.
B) One order would be processed and use the in-store credit, and the other order
would update the remaining inventory for the items in the basket, but would not
complete the order.
C) One order would be processed and use the in-store credit, and the other order
would not be processed.
Give this one a try later!
, C) One order would be processed and use the in-store credit, and the
other order would not be processed.
Which Azure service allows you to create, assign, and, manage policies to enforce
different rules and effects over your resources and stay compliant with your
corporate standards and service-level agreements (SLAs)?
A) Service Trust Portal
B) Compliance Manager
C) Azure Monitor
D) Azure Service Health
Give this one a try later!
D) Azure Service Health
What is TCP/IP?
A) It's a protocol that improves network device security on the internet.
B) It's a protocol used to interconnect network devices on the internet.
C) It's a protocol used to secure connections on the internet.
Give this one a try later!
B) It's a protocol used to interconnect network devices on the internet.
Which is correct Docker command to rebuild a container image?
A) docker build