Q. In HDFS the files cannot be

  • (A) Read
  • (B) Deleted
  • (C) Executed
  • (D) Archived
πŸ’¬ Discuss
βœ… Correct Answer: (C) Executed

Q. Which of the following allows merchants to fill orders through Amazon.com fulfillment service?

  • (A) amazon elastic compute cloud
  • (B) amazon fulfillment web services
  • (C) amazon relational database service
  • (D) amazon simple storage system
πŸ’¬ Discuss
βœ… Correct Answer: (B) amazon fulfillment web services

Q. Which among the following command is used to copy a directory from one node to another in HDFS?

  • (A) rcp
  • (B) distcp
  • (C) dcp
  • (D) drcp
πŸ’¬ Discuss
βœ… Correct Answer: (B) distcp

Q. Which of the following protocol is used for discovering and retrieving objects from a cloud?

  • (A) occi
  • (B) smtp
  • (C) http
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) occi

Q. Redundancy has to be implemented at the . . . . . . . . architectural level for effective results in cloud computing.

  • (A) lower
  • (B) higher
  • (C) middle
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) higher

Q. To establish scalability for the analysis of huge research data, CERN uses LSF i.e. a grid and workload management solution of cloud computing platform

  • (A) load setting facility
  • (B) load sharing facility
  • (C) load setting faculty
  • (D) load assigning faculty
πŸ’¬ Discuss
βœ… Correct Answer: (B) load sharing facility

Q. The degree to which actors are directly linked to one another through cohesive bonds is called as .

  • (A) closeness
  • (B) cohesion
  • (C) centralized
  • (D) path length
πŸ’¬ Discuss
βœ… Correct Answer: (B) cohesion

Q. . . . . . . . . is the technology used to search tagged objects and mobile devices with the help of browsing an IP address or using the database entry

  • (A) GPS
  • (B) Cloud
  • (C) IoT
  • (D) RFID
πŸ’¬ Discuss
βœ… Correct Answer: (D) RFID

Q. Amazon Web Services supports . . . . . . . . Type II Audits.

  • (A) sas70
  • (B) sas20
  • (C) sas702
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) sas70

Q. XML tag which represents information related to a REST service request.

  • (A) result
  • (B) title
  • (C) none of the mentioned
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned
Explanation:

In RESTful services, XML tags such as <result> and <title> are commonly used to encapsulate information related to a REST service request.  These tags are part of the XML payload that conveys the response data from the service.  The specific tags used can vary depending on the service's design and the data it needs to represent.  Therefore, both "result" and "title" are valid examples of XML tags representing information in REST service requests.  


---

βœ… Final Answer: (D) All of the mentioned