182k views
2 votes
Which two scenarios can be automated with File Transfer Protocol (FTP)?

A. Every night, an administrator queries the inventory database and updates a BigMachines data table with the new inventory levels.
B. An administrator needs to query an internal web service to get real-time updates about inventory levels and modify discounts based on it.
C. Every day at 13.00, administrator checks the bank's current exchange rates and updates the exchange rate conversion data table with the new rates.
D. An administrator needs to update the conversion rates half an hour after the rates are received from the supervisor.

1 Answer

4 votes

Final answer:

FTP automation is suitable for tasks that occur on a predictable schedule such as nightly inventory updates and daily exchange rate refreshes, as these don't require real-time interaction and can be programmed to occur automatically.

Step-by-step explanation:

Scenarios that can be automated with File Transfer Protocol (FTP) typically involve the transfer of files according to a schedule or a trigger without the need for manual intervention. The scenarios that best fit automation via FTP from the options provided are:

  • A. Every night, an administrator queries the inventory database and updates a BigMachines data table with the new inventory levels.
  • C. Every day at 13.00, an administrator checks the bank's current exchange rates and updates the exchange rate conversion data table with the new rates.

These scenarios are suitable for automation because they occur on a predictable schedule and do not require real-time interaction. They can be programmed to happen automatically using scripts or software that uses FTP to transfer the updated files at the specified times.

User John Fultz
by
7.3k points