UML and ASP.NET Web Technologies

Quiz covering UML diagramming concepts including use case, class, and deployment diagrams, along with ASP.NET 3.5 web development features

18 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What are the new data controls introduced in .NET 3.5?

  1. ListView and DataPager
  2. TextBox and ListBox
  3. RadioButton and RadioButtonList
  4. AdRotator and XML
Question 2 Multiple Choice (Single Answer)

.NET 3.5 framework does not support which version?

  1. Microsoft .NET 2.0
  2. Microsoft .NET 3.0
  3. Microsoft .NET 3.5
  4. Microsoft .NET 1.1
Question 3 Multiple Choice (Single Answer)

What is the new tool introduced for merging pre-compiled assemblies?

  1. ILDASM tool
  2. Remote Spy
  3. ASP.NET Merge Tool
  4. Remote File Viewer
Question 4 Multiple Choice (Single Answer)

Intellisense has been provided for?

  1. JavaScript and AJAX
  2. CSS
  3. LINQ
  4. HTML
Question 5 True/False

ASP.NET 3.5 uses a different engine as of ASP.NET 2.0?

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

When is a UML Usecase diagram iused?

  1. while doing developments
  2. . while requirement gathering
  3. all of the above.
  4. None of the above
Question 7 Multiple Choice (Single Answer)

Which of the following statements are TRUE about Use Cases?

  1. Use case diagrams are the primary tool to document requirements
  2. Use cases provide the basis of communication between sponsors and developers in planning phase
  3. Use cases description provides a good source to identify domain concepts
  4. A fully-dressed use case should include both "whats" and "hows" so that they are ready for "realization"
Question 8 True/False

UseCase and Sequence diagram are static diagrams, true or false.

  1. True
  2. False
Question 9 True/False

Knowing UML means one can handle object-oriented analysis and design

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

Three items of interest in use case diagrams are:

  1. Objects, activities, and communications
  2. Actors, messages, and activities
  3. Objects, use cases, and activities
  4. Actors, use cases, and communications
Question 11 True/False

Classes in class diagrams may be grouped into packages in order to illustrate the overall organization of a model.

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

What is the symbol for a component in a deployment diagram?

  1. There is no symbol because components are not allowed in deployment diagrams.
  2. rounded rectangle, just like a state in a state diagram
  3. 3-dimensional rectangular solid (like a box).
  4. rectangle with tabs on its left side.
Question 13 Multiple Choice (Single Answer)

Which of the following statement about statechart diagrams is correct?

  1. . All actions in a statechart diagram are attached to transitions.
  2. An event may cause an object to remain in the same state it was prior to the event.
  3. Once an object leaves a state, it cannot return to that state.
  4. Two different transitions out of the same state may overlap (they can be triggered by the same event).
Question 14 Multiple Choice (Single Answer)

Which of the following statements is correct?

  1. Collaboration diagrams are dynamic models.
  2. Sequence numbers in collaboration diagrams are optional
  3. Collaboration diagrams do not show iteration since that is a low-level implementation detail.
  4. Collaboration diagrams cannot show when an object sends itself a message
Question 15 Multiple Choice (Single Answer)

Who is the key stakeholder in an UML model

  1. Business Analyst
  2. Designer
  3. Developer
  4. All of the Above
Question 16 Multiple Choice (Single Answer)

Which statements are false when partitioning a class into subclass?

  1. The subclass has additional attributes of interest
  2. . The subclass has additional associations of interest.
  3. Some of the attributes/operations in super class are not applicable to subclass
  4. The subclass concept is operated on, handled, reacted to, or manipulated differently than the superclass or other subclasses in ways that are of interest.
Question 17 Multiple Choice (Single Answer)

Which diagram are useful to testers

  1. Deployment Diagram
  2. Class Diagram
  3. Activity Diagram
  4. Use case diagram
Question 18 Multiple Choice (Single Answer)

Which of the following statement is true about visibility?

  1. UML uses # for public element
  2. UML uses - for private element
  3. UML uses * for protected element
  4. All of the above