Technology Fundamentals: Algorithms, Cloud Computing, and Web Development

A comprehensive quiz covering time complexity analysis, cloud computing concepts, and web content management basics

20 Questions Published

Questions

Question 1 True/False

Content creator creates a new content by using Presentation template.

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

Which of the following action is not there in WCM 6.0.1.4 version ?

  1. Publish
  2. Expire
  3. Custom
  4. E-mail
Question 3 True/False

You can reference elements from site,sitearea, content items & components.

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

As the system becomes more defined, usability evaluation techniques:

  1. Remain the same
  2. Become progressively simpler
  3. Become more complex
  4. None
Question 5 Multiple Choice (Single Answer)

When is it best to start obtaining user input during a product development?

  1. Requirement gathering
  2. Prototyping
  3. Task analysis
  4. Testing
Question 6 Multiple Choice (Single Answer)

What is most important when developing easy-to-use products?

  1. Understanding the users and their tasks
  2. Following the standard guidelines
  3. Making interfaces as consistent as possible
  4. Internal Quality Checking
Question 7 Multiple Choice (Single Answer)

Usability testing for a Web site can be performed with:

  1. Hand-drawn designs
  2. Illustrations of navigational controls
  3. Detailed screen designs
  4. All of the above
Question 8 Multiple Choice (Single Answer)

An Expert Review is:

  1. Difficult to perform
  2. Relatively quick to do
  3. Based on one standard set of guidelines
  4. Representative of real users
Question 9 Multiple Choice (Single Answer)

Items on a Web Page can be sequenced based on each of the following EXCEPT:

  1. Alphabetical, when names of items are not known to users
  2. Frequency of use by typical users
  3. Importance
  4. Alphabetical, when names of items are known to users
Question 10 Multiple Choice (Single Answer)

Which one of the following is an Inspection method for data gathering?

  1. Contextual Inquiry
  2. Focus Groups
  3. Interviews
  4. Cognitive Walkthrough
Question 11 Multiple Choice (Single Answer)

Which one of the following is a measure of effectiveness of an application?

  1. Freedom from discomfort, and positive attitudes towards the use of the system
  2. The accuracy and completeness of goals achieved in relation to resources
  3. The accuracy and completeness with which users achieve specified goals
  4. All
Question 12 True/False

People who are taught about breadcrumbs tend to use them more often. However, users still do not use them spontaneously.

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

Usability, as an indicator of how well a system design supports the operators’ and maintainers’ needs, is best measured by:

  1. Design team opinions and preferences
  2. Task performance time and accuracy
  3. Compliance with design standards
  4. None
Question 14 Multiple Choice (Single Answer)

what is Cloud?

  1. Internet Services
  2. Industry Infrastucture
  3. Collection of different IT optimization technique into one
  4. none of these
Question 15 Multiple Choice (Single Answer)

The Basis of cloud computing is

  1. Infrasteucture Extension
  2. Platform Independency
  3. Man Power
  4. Virtualization
Question 16 Multiple Choice (Single Answer)

What are the service provided in cloud computing?

  1. Infrastucture
  2. Application
  3. Platform
  4. Services
  5. All of these
Question 17 Multiple Choice (Single Answer)

What is the main obstacle in cloud computing.?

  1. Data Cofidentiality
  2. Service Provider Dependency
  3. Reduced Performance
  4. Virtualization
Question 18 Multiple Choice (Single Answer)

Google Custom Search falls under the category.

  1. Application as a Service
  2. Service as a Service
  3. Software as a Service
  4. Search as a Service
Question 19 Multiple Choice (Single Answer)

The data structures needed to implement Dijkstra's algorithm are

  1. Adjacency List, 2D array, Stack
  2. Heap, Adjacency List, Queue
  3. Binary tree, Hash table
  4. 2D array, Queue
Question 20 Multiple Choice (Single Answer)

What is the running time of the code written below. myfn(int n) if n<1 then return

  1. O(n)
  2. O(n2)
  3. O(nlgn)
  4. O(n2lgn)