SDP5 - Final [Part 2]

Descripción

Advanced (Final Exam Prep) SDP5 (Software Development Tools) [ Teacher: Yunnikova Marina; Final Exam Full 1 + 2 parts ; INCLUDING STATE EXAM QUESTIONS] ▼ Test sobre SDP5 - Final [Part 2], creado por Good Guy Beket el 02/12/2017.
Good Guy Beket
Test por Good Guy Beket, actualizado hace más de 1 año
Good Guy Beket
Creado por Good Guy Beket hace más de 6 años
1122
12

Resumen del Recurso

Pregunta 1

Pregunta
If you need to show the physical relationship between software components and the hardware in the delivered systems, which diagram can you use?
Respuesta
  • Component diagram
  • Deployment diagram
  • Class diagram
  • Network diagram

Pregunta 2

Pregunta
Which diagram in UML is used to describe the physical components their distribution and association?
Respuesta
  • Component diagram
  • Deployment diagram
  • Class diagram
  • Object diagram

Pregunta 3

Pregunta
Aggregation (encapsulation) relationship is represented in UML notation by
Respuesta
  • Line with solid diamond at one end
  • Line with hollow diamond at one end
  • Line with an arrow at one end
  • Line without an arrow

Pregunta 4

Pregunta
In class diagram, inside each class what is to be printed?
Respuesta
  • Its name, attributes, operations and derived class
  • Its name, attributes and operations
  • Its name and operations
  • Its name and attributes

Pregunta 5

Pregunta
Key elements of use-case diagrams are
Respuesta
  • People, computer
  • Actor, use cases
  • People, classes and objects
  • None of them

Pregunta 6

Pregunta
Which of the following describes the Strategy pattern correctly
Respuesta
  • In this pattern, a class behavior changes based on its state
  • In this pattern, a null object replaces check of NULL object instance
  • In this pattern, a class behavior or its algorithm can be changed at run time
  • In this pattern, an abstract class exposes defined way(s)/template(s) to execute its method

Pregunta 7

Pregunta
Which of the following pattern refers to creating duplicate object while keeping performance in mind?
Respuesta
  • Builder Pattern
  • Bridge Pattern
  • Prototype Pattern
  • Composite Pattern

Pregunta 8

Pregunta
Which of the following pattern hides the complexities of the system and provides an interface to client using which the client can access the system?
Respuesta
  • Composite Pattern
  • Facade Pattern
  • Adapter Pattern
  • Decorator Pattern

Pregunta 9

Pregunta
In which of the following pattern an interface is responsible for creating a factory of related objects without explicitly specifying their classes?
Respuesta
  • Factory pattern
  • Abstract factory pattern
  • Singleton Pattern
  • Builder Pattern

Pregunta 10

Pregunta
Which of the following is correct about Creational design patterns?
Respuesta
  • These design patterns are specifically concerned with communication between objects.
  • These design patterns provide a way to create objects while hiding the creation logic, rather than instantiating objects directly using new operator.
  • These design patterns concern class and object composition. Concept of inheritance is used to compose interface and define ways to compose objects to obtain new functionalities.
  • None of the above.

Pregunta 11

Pregunta
Which of the following describes of the Observer pattern correctly?
Respuesta
  • This pattern is used to get a way to access the elements of collection object in sequential manner without any need to know its underlying representation
  • This pattern is used to reduce communication complexity between multiple objects or classes
  • This pattern is used to restore state of an object to a previous state
  • This pattern is used when there is one-to-many relationship between objects such as if one object is modified, its dependent objects are to be notified automatically

Pregunta 12

Pregunta
Which of the following describes the Builder pattern correctly?
Respuesta
  • This pattern builds a complex object using simple objects and using a step by step approach.
  • This pattern refers to creating duplicate object while keeping performance in mind.
  • This pattern is used when creation of object directly is costly.
  • This pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently

Pregunta 13

Pregunta
Which of the following pattern is used where we need to treat a group of objects in similar way as a single object?
Respuesta
  • Composition Pattern
  • Facade Pattern
  • Adapter Pattern
  • Builder Pattern

Pregunta 14

Pregunta
Can we create a clone of a singleton object?
Respuesta
  • True
  • False

Pregunta 15

Pregunta
Which of the following describes the Behavioral pattern correctly?
Respuesta
  • This type of patterns provide a way to create objects while hiding the creation logic rather than instantiating objects directly using new operator
  • This type of patterns concern class and object composition. Concept of inheritance is used to compose interface and define ways to compose objects to obtain new functionalities.
  • This type of pattern are specifically concerned with communication between objects.
  • This type of pattern are specifically concerned with the presentation tier.

Pregunta 16

Pregunta
Which of the following is correct about Singleton design pattern?
Respuesta
  • This type of design pattern comes under creational patterns
  • This pattern involves a single class which is responsible to create an object while making sure that only single objects gets created
  • Singleton class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class
  • All of the above

Pregunta 17

Pregunta
Which of the following describes the State pattern correctly?
Respuesta
  • In this pattern, a class behavior changes based on its state.
  • In this pattern, a null object replaces check of NULL object instance.
  • In this pattern, a class behavior or its algorithm can be changed at run time.
  • In this pattern, an abstract class exposes defined way(s)/template(s) to execute its methods.

Pregunta 18

Pregunta
In which of the following pattern, a visitor class is used which changes the executing algorithm of an element class?
Respuesta
  • Visitor pattern
  • MVC pattern
  • Business delegate pattern
  • Composite entity pattern

Pregunta 19

Pregunta
Which of the following describes the Strategy pattern correctly?
Respuesta
  • In this pattern, a class behavior changes based on its state.
  • In this pattern, a null object replaces check of NULL object instance.
  • In this pattern, a class behavior or its algorithm can be changed at run time.
  • In this pattern, an abstract class exposes defined way(s)/template(s) to execute its methods.

Pregunta 20

Pregunta
Which of the following programming languages is the best suited to design pattern?
Respuesta
  • Java
  • C
  • Cobol
  • HTML

Pregunta 21

Pregunta
Which of the following is not a valid type of message arrow in sequence diagram?
Respuesta
  • Synchronous Message
  • Asynchronous Message
  • Return Message
  • Activate Message

Pregunta 22

Pregunta
Identify which of the following modeling elements is not associated with Use case diagrams
Respuesta
  • Actor
  • Include relationship
  • Extend relationship
  • Aggregate relationship

Pregunta 23

Pregunta
Which of the following is not a characteristic of scrum model of product development?
Respuesta
  • Incremental development
  • Agile nature
  • Stable requirements
  • Time-boxedscheduling

Pregunta 24

Pregunta
XP with reference to software development methodology is:
Respuesta
  • Extreme programming
  • Excellent programming
  • Extreme processing
  • Excellent processing

Pregunta 25

Pregunta
Which of the following is a non functional requirement of a web based application?
Respuesta
  • When the user clicks a “read me” link, the color of the link should change from blue to pink
  • When the user clicks a “read me” link, the next page should be opened with 5 seconds
  • When the user clicks a “read me” link, the mouse over should show the target page title in a tool tip
  • When the user clicks a “read me” link, the read me page should load successfully without errors

Pregunta 26

Pregunta
A scrum is actually a
Respuesta
  • Software process model which is agile in nature
  • team pack in rugby where everyone in the pack act together to move the ball down the field
  • Both a and b
  • None of the above

Pregunta 27

Pregunta
___________ enhances performance and functionality of the software after delivery
Respuesta
  • re-design
  • re-engineering
  • post checking
  • maintance

Pregunta 28

Pregunta
Which of the following models follow a purely sequential approach?
Respuesta
  • Waterfall model
  • Spiral model
  • Iterative model
  • Incremental model

Pregunta 29

Pregunta
Class diagram, component diagram, object diagram and deployment diagram are considered as types of
Respuesta
  • Structural diagrams
  • Behavioral diagrams
  • Non-behavioral diagrams
  • Non-structural diagrams

Pregunta 30

Pregunta
Activity diagram, use case diagram, collaboration diagram and sequence diagram are considered as types of :
Respuesta
  • Structural diagrams
  • Behavioral diagrams
  • Non-behavioral diagrams
  • Non-structural diagrams

Pregunta 31

Pregunta
Kind of diagrams which are used to show interactions between series of messages are classified as
Respuesta
  • Activity diagram
  • Sequence diagram
  • Collaboration diagram
  • All of them

Pregunta 32

Pregunta
Which of the following diagrams is time oriented?
Respuesta
  • Activity diagram
  • Sequence diagram
  • Collaboration diagram
  • State chart diagram

Pregunta 33

Pregunta
Which symbol is used to represent Protected visibility in UML ?
Respuesta
  • +
  • _
  • @
  • ~
  • #

Pregunta 34

Pregunta
Which symbol is used to represent Package visibility in UML?
Respuesta
  • +
  • @
  • ~
  • #

Pregunta 35

Pregunta
Which diagram is like a flow chart which shows the steps decision points and branches?
Respuesta
  • Activity diagram
  • Sequence diagram
  • Collaboration diagram
  • State chart diagram
  • Communication diagram

Pregunta 36

Pregunta
Object in a set of DFDs have unique names
Respuesta
  • True
  • False

Pregunta 37

Pregunta
A...is represented graphically by an arrow into or out of a process
Respuesta
  • Process
  • Entity
  • Level
  • Flow

Pregunta 38

Pregunta
Data flow diagrams that ‘youtube’ on the movement of data between processes are referred to as:
Respuesta
  • process models
  • data models
  • flow models
  • flow charts

Pregunta 39

Pregunta
Calculating an employee’s salary is represented on a data flow diagram as a:
Respuesta
  • data flow
  • source
  • data store
  • process

Pregunta 40

Pregunta
An arrow on a data flow diagram represents a:
Respuesta
  • data store
  • dataflow
  • process
  • source/sink

Pregunta 41

Pregunta
Which of the following is not true statement regarding data flows?
Respuesta
  • A fork in a data flow means that exa
  • source
  • data store
  • process

Pregunta 42

Pregunta
In a data flow diagram, a data flow that consist of other data glows is a(an) :
Respuesta
  • Compound flow
  • Composite flow
  • Control flow
  • Complex flow

Pregunta 43

Pregunta
Which of the following is a true about IDEF0 diagram?
Respuesta
  • Slides of the box: right - input, left - output, up - controls, down - mechanisms
  • Slides of the box: right -controls, left -mechanisms, up - input, down - output
  • Slides of the box: right -controls, left - output, up - input, down - mechanisms
  • Slides of the box: right - input, left - output, up - mechanisms, down - controls

Pregunta 44

Pregunta
A data flow diagram:
Respuesta
  • is a process model
  • depicts the flow of data through a system
  • uses rounded rectangles to represent processes
  • depicts the processing performed by the system

Pregunta 45

Pregunta
Agile is:
Respuesta
  • Sequential
  • Iterative
  • Incremental
  • Both Iterative & Incremental
  • Both Iterative & Sequential
  • All of them

Pregunta 46

Pregunta
What is/are advantages of Agile testing?
Respuesta
  • Saves time
  • Requires less planning and creates less documantation
  • Regular feedback from end users
  • Solves issue in advance by daily meeting
  • All the term

Pregunta 47

Pregunta
When acceptance testing is performed in Agile development?
Respuesta
  • On request of customer
  • After system is ready
  • At the end of each iteration
  • Daily

Pregunta 48

Pregunta
Who is responsible for sprint meeting?
Respuesta
  • Product owner
  • Scrum team
  • Scrum master
  • Users

Pregunta 49

Pregunta
Who is prioritized product backlog?
Respuesta
  • Product owner
  • Scrum team
  • Scrum master
  • All of them

Pregunta 50

Pregunta
Arrange following scrum practice according to the order in which they are carried out. 1. Sprint planning 2. Daily scrum meet 3. Sprint retrospective meet 4. Sprint review meet 5. Sprint
Respuesta
  • 1,5,2,3,4
  • 1,5,2,4,3
  • 1,2,5,4,3
  • 1,3,2,4,5

Pregunta 51

Pregunta
… are people who are accountable for the project success.
Respuesta
  • Chickens
  • Release people
  • Hen
  • Pigs

Pregunta 52

Pregunta
What is the order in which test levels are performed?
Respuesta
  • Unit, Integration, System, Acceptance
  • Unit, System, Integration, Acceptance
  • Unit, Integration, Acceptance, System
  • It depends on nature of a project.

Pregunta 53

Pregunta
Which testing is concerned with behaviour of whole product as per specified requirements?
Respuesta
  • Acceptance testing
  • Component testing
  • System testing
  • Integration testing

Pregunta 54

Pregunta
System testing is a
Respuesta
  • Black box testing
  • White box testing
  • Grey box testing
  • Both a and b

Pregunta 55

Pregunta
Integrated testing is a
Respuesta
  • Black box testing
  • White box testing
  • Grey box testing
  • Both Black and White
  • Both Grey and White
  • None of them

Pregunta 56

Pregunta
Unit testing is a
Respuesta
  • Black box testing
  • White box testing
  • Grey box testing
  • Both a and b

Pregunta 57

Pregunta
System architecture is determined during which phase?
Respuesta
  • requirement gathering
  • implementation
  • development
  • design

Pregunta 58

Pregunta
Verifying that whether software components are functioning correctly and identifying the defects in them is objective of which level of testing
Respuesta
  • Integration testing
  • Acceptance testing
  • Unit testing
  • System testing

Pregunta 59

Pregunta
Standard phases (requirements, design, code, test) in order to choose the most appropriate model
Respuesta
  • Waterfall
  • Code and fix
  • Iterative
  • Spiral

Pregunta 60

Pregunta
Write some code, debug it, repeat - choose the most appropriate model
Respuesta
  • Waterfall
  • Code and fix
  • Iterative
  • Spiral
Mostrar resumen completo Ocultar resumen completo

Similar

El Cuerpo Humano: Aparatos y Sistemas
Diego Santos
Fracciones y porcentajes
Esperanza Gesteira
Clothing Flashcards
Francisco Ochoa
Mapas Conceptuales con GoConqr
Diego Santos
Circulación de cabeza y cuello
Antonio Vera
Unidad III - Dibujo de Conjunto
Mariana Cardozo
MAPA SINOPTICO
pozeliza
Prehistoria
Ismael Hernández
VOCABULARIO DE AMOS OZ PNT 2
oriol wagensberg
USO DE LA FUERZA Y ARMAS NO LETALES EN LA POLICÍA NACIONAL
ALVARO ENRIQUE MORENO MORENO
Sistemas nervioso y reproductivo
JORGE LEYVA RIVERA