Software Architect Questions


Q:

Which of the following is Not a Function?

A) Incident Management B) Technical Management
C) Service Desk D) Application Management
 
Answer & Explanation Answer: A) Incident Management

Explanation:
Report Error

View Answer Report Error Discuss

5 22210
Q:

Which tag is used to display the numbered list?

 

1) <ol> </ol>    2) <li></li>     3) <ul> </ul>    4) <dl> </dl>

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: A) 1

Explanation:

Use HTML tag <ol> element to define an ordered list.

Use the HTML type attribute to define the numbering type. Use the HTML <li> element to define a list item. Use the HTML <dl> element to define a description list.

 

Hence, as numbered list come under ordered list tag <ol> tag is used for numbered list.

Report Error

View Answer Report Error Discuss

12 21133
Q:

Join Our Whatsapp Group For Competitive Exams - Sawaal

Answer

In this Whatsapp group for competitive exams, you can get daily updates about Aptitude, Reasoning, General Knowledge, Current Affairs, Puzzles, Certfications, Interviews, Exams Schedules, etc... In addition you can ask your questions to get answers with tricks and tips.


 


Click Here To Join This Whatsapp Group


 


whatsapp_group_for_competitive_exams1541477851.jpg image


 


Join our Best General Knowledge (GK) Whatsapp Group here.

Report Error

View answer Workspace Report Error Discuss

157 19604
Q:

Which packages contain the JDBC classes?

A) java.sql B) java.sl
C) java.jd D) java.jdbc
 
Answer & Explanation Answer: A) java.sql

Explanation:

The Java packages which contain JDBC classes and interfaces is Java.SQL.

Report Error

View Answer Report Error Discuss

3 17875
Q:

Which of the following is not a static testing technique?

A) Inspections B) Data flow analysis
C) Error guessing D) Walkthrough
 
Answer & Explanation Answer: C) Error guessing

Explanation:

Static Testing, a software testing technique in which the software is tested without executing the code. This Techniques provide a powerful way to improve the quality and productivity of software development by assisting engineers to recognize and fix their own defects early in the software development process.

 

It has two parts as listed below:

Review - Typically used to find and eliminate errors or ambiguities in documents such as requirements, design, test cases, etc.

Static analysis - The code written by developers are analysed (usually by tools) for structural defects that may lead to defects.

 

In this software is tested without executing the code by doing Review, Walk Through, Inspection or Analysis etc.

 

Hence, Error guessing is not a static software testing technique.

Report Error

View Answer Report Error Discuss

6 17875
Q:

The main objective of Service Level Management is

A) To ensure that an agreed level of IT service is provided for all current IT services B) To create and populate a Service Catalogue
C) To ensure that sufficient capacity is provided to deliver the agreed performance of services D) To carry out the Service Operations activities needed to support current IT services
 
Answer & Explanation Answer: A) To ensure that an agreed level of IT service is provided for all current IT services

Explanation:

The_MAIN_objective_of_Service_Level_Management_is1539325718.jpg image

The main objective of Service Level Management is to ensure that an agreed level of IT service is provided for all current IT services.

 

Report Error

View Answer Report Error Discuss

3 15193
Q:

Statement coverage will not check for the following

A) Dead Code B) Unused Statement
C) Missing Statements D) Unused Branches
 
Answer & Explanation Answer: C) Missing Statements

Explanation:

Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

Report Error

View Answer Report Error Discuss

7 15161
Q:

A world wide web contains web pages

A) residing in many computers linked together using HTML. B) with links to other web pages.
C) residing in many computers. D) created using HTML.
 
Answer & Explanation Answer: A) residing in many computers linked together using HTML.

Explanation:

A_world_wide_web_contains_web_pages1551768792.jpg image

A world wide web contains web pages residing in many computers linked together using HTML.

Report Error

View Answer Report Error Discuss

27 14740