InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Metric is the act of obtaining a measure.(a) True(b) FalseThe question was posed to me during an interview.My question is taken from Metrics for Quality Control topic in portion Software Metrics of Software Engineering |
|
Answer» The correct OPTION is (B) False |
|
| 2. |
MTTC falls the the category of(a) correctness(b) integrity(c) maintainability(d) all of the mentionedI got this question during an interview.This question is from Metrics for Quality Control in portion Software Metrics of Software Engineering |
|
Answer» Right answer is (c) maintainability |
|
| 3. |
Identify the correct option with reference to Software Quality Metrics.(a) Integrity = [Sigma(1 – threat)] * (1 – security)(b) Integrity = [1 – Sigma(threat)] * (1 – security)(c) Integrity = [1 – threat * Sigma(1 – security)].(d) Integrity = Sigma[1 – threat * (1 – security)].I have been asked this question by my college professor while I was bunking the class.The question is from Metrics for Quality Control in section Software Metrics of Software Engineering |
|
Answer» The correct answer is (d) Integrity = Sigma[1 – THREAT * (1 – security)]. |
|
| 4. |
Percentage of modules that were inspected is a part of(a) Product Metrics(b) Process Metrics(c) Project Metrics(d) All of the mentionedI had been asked this question in an interview for internship.This interesting question is from Metrics for Quality Control topic in division Software Metrics of Software Engineering |
|
Answer» The CORRECT ANSWER is (b) PROCESS Metrics |
|
| 5. |
Which of the following is not categorized under Component-Level Design Metrics?(a) Complexity Metrics(b) Cohesion Metrics(c) Morphology Metrics(d) Coupling MetricsThis question was posed to me in an interview for job.My doubt is from Metrics for Quality Control topic in portion Software Metrics of Software Engineering |
|
Answer» Correct answer is (C) MORPHOLOGY Metrics |
|
| 6. |
The arc-to-node ratio is given as r = a/n. What does ‘a’ represent in the ratio?(a) maximum number of nodes at any level(b) longest path from the root to a leaf(c) number of modules(d) lines of controlThe question was posed to me during an interview.I need to ask this question from Metrics for Quality Control topic in chapter Software Metrics of Software Engineering |
|
Answer» The CORRECT ANSWER is (d) lines of control |
|
| 7. |
Which of the following is not categorized under Product Operation of McCall’s Software Quality Factors?(a) Flexibility(b) Reliability(c) Usability(d) IntegrityI got this question during an online exam.Enquiry is from Metrics for Quality Control topic in section Software Metrics of Software Engineering |
|
Answer» Correct choice is (a) FLEXIBILITY |
|
| 8. |
Number of errors found per person hours expended is an example of a(a) measurement(b) measure(c) metric(d) all of the mentionedThe question was posed to me in an online quiz.I'd like to ask this question from Metrics for Quality Control topic in portion Software Metrics of Software Engineering |
|
Answer» Correct choice is (c) metric |
|
| 9. |
Cost and schedule are a part of(a) Product Metrics(b) Process Metrics(c) Project Metrics(d) All of the mentionedI had been asked this question at a job interview.Origin of the question is Metrics for Quality Control topic in division Software Metrics of Software Engineering |
|
Answer» Right answer is (C) Project Metrics |
|
| 10. |
Size and Complexity are a part of(a) Product Metrics(b) Process Metrics(c) Project Metrics(d) All of the mentionedI had been asked this question by my college professor while I was bunking the class.This key question is from Metrics for Quality Control in section Software Metrics of Software Engineering |
|
Answer» The CORRECT choice is (a) PRODUCT METRICS |
|
| 11. |
Usability in metric analysis is defined as the degree to which the software(a) stated needs(b) is easy to use(c) makes optimal use of system resources(d) none of the mentionedThe question was asked by my school principal while I was bunking the class.My question is based upon Metrics Analysis in chapter Software Metrics of Software Engineering |
|
Answer» RIGHT choice is (B) is EASY to use The explanation is: None. |
|
| 12. |
The amount of time that the software is available for use is known as(a) Reliability(b) Usability(c) Efficiency(d) FunctionalityThe question was posed to me in an interview for job.My enquiry is from Metrics Analysis topic in division Software Metrics of Software Engineering |
|
Answer» The CORRECT OPTION is (a) Reliability |
|
| 13. |
As the SMI approaches 1.0, the software product starts becoming unstable(a) True(b) FalseI have been asked this question in homework.My enquiry is from Metrics Analysis topic in portion Software Metrics of Software Engineering |
|
Answer» The correct choice is (b) False |
|
| 14. |
SMI = [Mt – (Fa + Fc + Fd)]/Mt. Here Mt is the number of modules(a) in the current release(b) in the current release that have been changed(c) from the preceding release that were deleted in the current release(d) none of the mentionedThis question was posed to me in an interview for internship.I'd like to ask this question from Metrics Analysis in chapter Software Metrics of Software Engineering |
|
Answer» CORRECT ANSWER is (a) in the CURRENT release Explanation: NONE. |
|
| 15. |
SMI stands for(a) Software Mature Indicator(b) Software Maturity Index(c) Software Mature Index(d) Software Maturity IndicatorThe question was posed to me during an internship interview.This interesting question is from Metrics Analysis in division Software Metrics of Software Engineering |
|
Answer» Right option is (B) SOFTWARE MATURITY Index |
|
| 16. |
Architectural Design Metrics are ___________ in nature.(a) Black Box(b) White Box(c) Gray Box(d) Green BoxThe question was posed to me by my school teacher while I was bunking the class.Asked question is from Metrics Analysis in portion Software Metrics of Software Engineering |
|
Answer» The CORRECT choice is (a) BLACK Box |
|
| 17. |
Structural complexity of a module i is given as S(i) = f*f (i). What does f symbolizes here?(a) “fan check-out” of module i(b) “fan check-in” of module i(c) “fan in” of module i(d) “fan out” of module iI had been asked this question during an interview for a job.The above asked question is from Metrics Analysis in division Software Metrics of Software Engineering |
|
Answer» Right choice is (d) “FAN out” of MODULE i |
|
| 18. |
How many Information Domain Values are used for Function Point Computation?(a) three(b) four(c) five(d) sixI had been asked this question in class test.Asked question is from Metrics Analysis topic in division Software Metrics of Software Engineering |
|
Answer» Correct answer is (C) five |
|
| 19. |
Function Points in software engineering was first proposed by(a) Booch(b) Boehm(c) Albrecht(d) JacobsonI got this question in an interview for job.This intriguing question originated from Metrics Analysis topic in section Software Metrics of Software Engineering |
|
Answer» The correct OPTION is (c) Albrecht |
|
| 20. |
Function Point Computation is given by the formula(a) FP = [count total * 0.65] + 0.01 * sum(Fi)(b) FP = count total * [0.65 + 0.01 * sum(Fi)].(c) FP = count total * [0.65 + 0.01] * sum(Fi)(d) FP = [count total * 0.65 + 0.01] * sum(Fi)This question was posed to me during an interview.The above asked question is from Metrics Analysis in chapter Software Metrics of Software Engineering |
|
Answer» CORRECT OPTION is (B) FP = COUNT total * [0.65 + 0.01 * sum(Fi)]. For explanation I would say: Option b is the correct formula for Function POINT Computation. |
|
| 21. |
Statement and branch coverage metrics arepart of(a) Analysis Model(b) Testing(c) Design Model(d) Source CodeThe question was posed to me by my school principal while I was bunking the class.The above asked question is from Metrics Analysis topic in division Software Metrics of Software Engineering |
|
Answer» Correct CHOICE is (B) Testing |
|
| 22. |
Which of the following is not a metric for design model?(a) Interface design metrics(b) Component-level metrics(c) Architectural metrics(d) Complexity metricsI got this question in my homework.Asked question is from Metrics Analysis topic in portion Software Metrics of Software Engineering |
|
Answer» RIGHT option is (d) COMPLEXITY metrics The EXPLANATION is: Complexity metrics MEASURE the LOGICAL complexity of source code. |
|
| 23. |
Which of the following is not a web engineering project metric ?(a) Number of Static Content Objects(b) Number of Dynamic Content Objects(c) Number of Inherited Objects(d) Word CountI have been asked this question in unit test.Question is from Web Engineering Project Metrics topic in section Software Metrics of Software Engineering |
|
Answer» RIGHT OPTION is (c) Number of Inherited Objects The EXPLANATION is: There is no such METRIC as an inherited OBJECT’s count. |
|
| 24. |
Link based measures rely on ___________ structure of a web graph to obtain related pages.(a) Embedded(b) Hyperlink(c) Dynamic(d) All of the mentionedI got this question by my college director while I was bunking the class.Question is from Web Engineering Project Metrics topic in section Software Metrics of Software Engineering |
|
Answer» Correct option is (B) Hyperlink |
|
| 25. |
The static content objects are dependent on the actions of the user.(a) True(b) FalseI got this question in homework.The origin of the question is Web Engineering Project Metrics in division Software Metrics of Software Engineering |
|
Answer» The CORRECT CHOICE is (b) False |
|
| 26. |
Which of the following is not a classification of the web engineering metric, Web Page Similarity ?(a) Content based(b) Link based(c) Usage based(d) Traffic basedThis question was posed to me in an international level competition.I want to ask this question from Web Engineering Project Metrics in division Software Metrics of Software Engineering |
|
Answer» The CORRECT choice is (d) TRAFFIC based |
|
| 27. |
Which of the following web engineering metric measures the extent of relatedness between two or more web pages ?(a) Number of Static Content Objects(b) Number of Dynamic Content Objects(c) Web Page Similarity(d) Number of Internal Page LinksThe question was posed to me in exam.I want to ask this question from Web Engineering Project Metrics topic in division Software Metrics of Software Engineering |
|
Answer» CORRECT answer is (c) WEB PAGE Similarity Easiest EXPLANATION: NONE. |
|
| 28. |
Number of dynamic web pages provides an idea about________ for a web page that is to be built.(a) size(b) complexity(c) effort(d) all of the mentionedThe question was posed to me by my school principal while I was bunking the class.Asked question is from Web Engineering Project Metrics topic in division Software Metrics of Software Engineering |
|
Answer» RIGHT OPTION is (d) all of the mentioned Explanation: NONE. |
|
| 29. |
It is expected to have less number of connections for a good web application.(a) True(b) FalseThe question was asked in an online interview.My question comes from Web Engineering Project Metrics topic in portion Software Metrics of Software Engineering |
|
Answer» Right ANSWER is (a) True |
|
| 30. |
How is the complexity of a web page related to link count ?(a) Directly(b) Indirectly(c) No relation(d) All of the mentionedThe question was asked in examination.My question is taken from Web Engineering Project Metrics in section Software Metrics of Software Engineering |
|
Answer» The CORRECT option is (a) Directly |
|
| 31. |
Which metric gives the idea about the contents on a web page ?(a) Word Token(b) Word Count(c) Word Size(d) Word LengthI have been asked this question in an interview.I'd like to ask this question from Web Engineering Project Metrics topic in division Software Metrics of Software Engineering |
|
Answer» Right choice is (b) Word COUNT |
|
| 32. |
The user has no control over the contents of a static web page.(a) True(b) FalseThis question was posed to me during an interview.Enquiry is from Web Engineering Project Metrics topic in division Software Metrics of Software Engineering |
|
Answer» Right option is (a) True |
|
| 33. |
Defects removal efficiency (DRE)depends on:(a) E – errors found before software delivery(b) D – defects found after delivery to user(c) Both E and D(d) Varies with projectI had been asked this question at a job interview.My query is from Types of Software Metrics in portion Software Metrics of Software Engineering |
|
Answer» The CORRECT OPTION is (C) Both E and D |
|
| 34. |
A graphical technique for finding if changes and variation in metrics data are meaningful is known as(a) DRE (Defect Removal Efficiency)(b) Function points analysis(c) Control Chart(d) All of the mentionedThe question was asked in an interview.I would like to ask this question from Types of Software Metrics in section Software Metrics of Software Engineering |
|
Answer» Right choice is (C) CONTROL Chart |
|
| 35. |
Usability can be measured in terms of:(a) Intellectual skill to learn the system(b) Time required to become moderately efficient in system usage(c) Net increase in productivity(d) All of the mentionedI had been asked this question during an interview for a job.This interesting question is from Types of Software Metrics in section Software Metrics of Software Engineering |
|
Answer» CORRECT CHOICE is (d) All of the mentioned The BEST EXPLANATION: NONE. |
|
| 36. |
Which of the following is not an information domain required for determining function point in FPA ?(a) Number of user Input(b) Number of user Inquiries(c) Number of external Interfaces(d) Number of errorsThis question was addressed to me in an interview for job.My doubt is from Types of Software Metrics topic in portion Software Metrics of Software Engineering |
|
Answer» CORRECT choice is (d) Number of errors The best explanation: FPA includes five DOMAINS NAMELY INPUT, output, INQUIRIES, interface and logical files. |
|
| 37. |
In size oriented metrics, metrics are developed based on the ___________________(a) number of Functions(b) number of user inputs(c) number of lines of code(d) amount of memory usageThe question was posed to me in unit test.This interesting question is from Types of Software Metrics in section Software Metrics of Software Engineering |
|
Answer» The CORRECT choice is (c) NUMBER of LINES of code |
|
| 38. |
Which of the following is an indirect measure of product?(a) Quality(b) Complexity(c) Reliability(d) All of the MentionedThis question was posed to me in a national level competition.This intriguing question comes from Types of Software Metrics in section Software Metrics of Software Engineering |
|
Answer» CORRECT choice is (d) All of the MENTIONED To elaborate: All the mentioned OPTIONS are INDIRECT MEASURES of a product. |
|
| 39. |
Which of the following is not a direct measure of SE process?(a) Efficiency(b) Cost(c) Effort Applied(d) All of the mentionedI have been asked this question in a job interview.Enquiry is from Types of Software Metrics in division Software Metrics of Software Engineering |
|
Answer» Correct ANSWER is (a) EFFICIENCY |
|
| 40. |
The intent of project metrics is:(a) minimization of development schedule(b) for strategic purposes(c) assessing project quality on ongoing basis(d) minimization of development schedule and assessing project quality on ongoing basisThis question was addressed to me during a job interview.This key question is from Types of Software Metrics topic in division Software Metrics of Software Engineering |
|
Answer» Right OPTION is (d) MINIMIZATION of development schedule and assessing project QUALITY on ongoing basis |
|
| 41. |
Which of the following does not affect the software quality and organizational performance?(a) Market(b) Product(c) Technology(d) PeopleI got this question in an international level competition.Question is from Types of Software Metrics in section Software Metrics of Software Engineering |
|
Answer» The correct OPTION is (a) MARKET |
|
| 42. |
Which of the following is the task of project indicators:(a) help in assessment of status of ongoing project(b) track potential risk(c) help in assessment of status of ongoing project & track potential risk(d) none of the mentionedI have been asked this question in an interview.The query is from Types of Software Metrics in section Software Metrics of Software Engineering |
|
Answer» The correct answer is (c) HELP in ASSESSMENT of status of ongoing project & TRACK potential risk |
|