100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Software Engineering (SWE) FPT Full 2024 edition with 100% correct answers $9.49   Add to cart

Exam (elaborations)

Software Engineering (SWE) FPT Full 2024 edition with 100% correct answers

 1 view  0 purchase
  • Course
  • Institution

Software Engineering (SWE) FPT Full 2024 edition with 100% correct answers B - Which of the following does NOT belong to important principles of agile methods? [A]Embrace change [B]Process not people [C]Incremental delivery [D]Customer involvement [E]Maintain simplicity B - What are the...

[Show more]

Preview 4 out of 46  pages

  • March 2, 2024
  • 46
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
avatar-seller
Software Engineering (SWE) FPT Full
2024 edition with 100% correct answers

B - ✔✔✔Which of the following does NOT belong to important principles of agile
methods?
[A]Embrace change
[B]Process not people
[C]Incremental delivery
[D]Customer involvement
[E]Maintain simplicity

B - ✔✔✔What are the advantages of explicitly designing and documenting software
architecture?
[A]It improves stakeholder communications
[B]All of the others
[C]It encourages a detailed analysis of the system

A - ✔✔✔Which of the following statements about test first development are true?
[A]All of the others
[B]When a system feature is identified, the tests of the code implementing that feature
are
written before the code
[C]Tests are automated and all tests are run when a new increment is added to the
system.

D - ✔✔✔What is the problem that cannot arise when requirements are written in
natural language?
[A]Lack of clarity
[B]Requirement confusion
[C]Requirement amalgamation
[D]Lack of user's understandability

B - ✔✔✔All of the fallowings are main benefits of software reuse EXCEPT
[A]Accelerated development
[B]Reduce maintenance costs
[C]Increased dependability
[D]Reduced process risk
[E]Effective use of specialists

B - ✔✔✔Which of the following statements about testing is NOT true?
[A]Testing can only show the presence of errors in a program
[B]Its goal is to fix errors of the software system
[C]None of the others
[D]It cannot demonstrate that there are no remaining faults

,E - ✔✔✔Which of the following statement about the two distinct phases of system
testing is NOT
true?
[A]The release testing team treat the system as a black-boxwhile testing
[B]None of the others
[C]Release testing where the version of the system to be released to users is tested.
[D]Integration testing where the components and subsystems making up the system are
integrated and tested
[E]The integration team does NOT have access to the source code of the system.

B - ✔✔✔Which of the following statements about Enterprise Resource Planning (ERP)
systems is
NOT true?
[A]Specific ERP systems are created by configuring a generic system at development
time with information about the customer's business
[B]Enterprise Resource Planning systems are very widely used
[C]All of the others

C - ✔✔✔What is the second stage of risk management process?
[A]Risk planning
[B]Risk monitoring
[C]Risk analysis
[D]Risk identification

B - ✔✔✔Both the waterfall model of the software process and the prototyping model
can be
accommodated in the spiral process model.
[A]False
[B]True

B - ✔✔✔Which of the following is a type of software process model that represents the
roles of the
people involved in the software process and the activities for which they are
responsible?
[A]An actor model
[B]An role/action model
[C]None of the others
[D]An activity model

A - ✔✔✔What does computer science concern with?
[A]Computer science is concerned with theories and methods that underlie computers
and software systems
[B]Computer science is concerned with the practicalities of developing and delivering
useful software
[C]All of the others

,C - ✔✔✔What are included in a quality plan?
[A]The resources and schedule used for system validation
[B]All of the others
[C]The quality procedures and standards that should be used in a project

A - ✔✔✔Which of the followings belong to Server type of concurrent object
implementation?
[A]The object is a parallel process with methods corresponding to the object operations.
Methods execute in response to external requests
[B]The state of the object is changed by internal operations within the object itself. The
process executing these operations runs continuously.
[C]All of the others

C - ✔✔✔What is meant by configuration management?
[A]All of the others
[B]Configuration management is concerned with ensuring that software has a low
number of defects and that it reaches the required standards of maintainability,
reliability,
and portability and so on
[C]The development and use of standards and procedures for managing an evolving
software system

A - ✔✔✔Which of the following statements about Service-oriented software
engineering is true?
[A]Service-oriented software engineering is based on the notion that programs can be
constructed by composing independent services that encapsulate reusable functionality
[B]Services are language dependent and their implementation is based on widely
adopted
XML-based standards
[C]All of the others

D - ✔✔✔Which of the fallowings does NOT belong to the important differences
between software
project management and other types of project management?
[A]There are no standard for software processes
[B]Large software projects are often one-off projects
[C]The product (software) is intangible
[D]Cost of software project maintenance is higher than other type of projects

A - ✔✔✔is concerned with developing an oriented system model to implement
requirements
[A]Object-oriented Analysis
[B]Object-oriented Design
[C]Object-oriented Paradigm
[D]None of the others

, C - ✔✔✔What are system requirements?
[A]None of the others
[B]Requirements that come from the application domain of the system and that reflect
characteristics of that domain
[C]A structured document setting out detailed descriptions of the system's functions,
services and operational constraints.
[D]Statements in natural language plus diagrams of the services the system provides
and
its operational constraints. Written for customers

A - ✔✔✔What key factors should be considered when planning reuse?
[A]All of the others
[B]The development schedule for the software
[C]The background, skills and experience of the development team
[D]The expected software lifetime

B - ✔✔✔What key factors should be Applications frameworks are collections of
concrete and abstract objects that are
designed to be reused through specialization and the addition of new objects.
[A]False
[B]True

E - ✔✔✔All of the following are the main benefits of software reuse EXCEPT
[A]Increased dependability
[B]Effective use of specialists, standards compliance
[C]Accelerated development
[D]Reduce maintain cost
[E]Reduced process risk

D - ✔✔✔Which of the following statements about Equivalence partitioning are NOT
true?
[A]Equivalence partitioning is a way of deriving test cases
[B]Often, the value that is most likely to lead to a successful testis a value at the
boundary of a partition.
[C]It depends on finding partitions in the input and output data sets and exercising the
program with values from these partitions
[D]None of the others

D - ✔✔✔Which of these statements about extreme programming are true?
[A]All tests should only be run in the last time
[B]All of the others
[C]Increments are delivered to customers at the end of process
[D]New versions may be built several times per day

C - ✔✔✔Which of the following are the testing process goals?
[A]Discover faults or defects in the software

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller EdwinEdwin99. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $9.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

73314 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling

Recently viewed by you


$9.49
  • (0)
  Add to cart