IT Trainer Questions


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

163 22185
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

13 22174
Q:

Unreachable code would best be found using

A) code inspections B) a static analysis tool
C) code reviews D) a test management tool
 
Answer & Explanation Answer: C) code reviews

Explanation:

Code review is a software quality assurance activity in which one or several humans check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation.

Report Error

View Answer Report Error Discuss

23 21884
Q:

Bruise is to Fall as Bump is to

A) Lump B) Knock
C) Limp D) Wound
 
Answer & Explanation Answer: B) Knock

Explanation:

After falling it bruises, similarly after knocking it bumps.

 

Hence, Bruise : Fall :: Bump : Knock.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

19 21798
Q:

Physical or logical arrangement of network is

A) Topology B) Routing
C) Both A & B D) Networking
 
Answer & Explanation Answer: A) Topology

Explanation:

The logical arrangement of the nodes of different networks to communicate is called as topology.

Report Error

View Answer Report Error Discuss

41 21397
Q:

The study of Heavenly bodies is called

A) Astronomy B) Astrology
C) Astrophysics D) Astronautics
 
Answer & Explanation Answer: A) Astronomy

Explanation:

Astronomy is the study of planets and heavenly bodies. Historically, astronomy has focused on observations of heavenly bodies. It is a close cousin to astrophysics. Succinctly put, astrophysics involves the study of the physics of astronomy and concentrates on the behavior, properties and motion of objects out there.
 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

60 21321
Q:

Yard is to Inch as Quart is to

A) Milk B) Gallon
C) Liquid D) Ounce
 
Answer & Explanation Answer: D) Ounce

Explanation:

Yard is to Inch as Quart is to Ounce.

Because Yard and Inch are units of measurement Where Yard is larger than Inch i.e, 1 Yard = 36 Inches.

So, here Quart and Ounce are also units of measurement where Quart is larger than Ounce i.e, 1 Quart = 32 Ounces.

Gallon is not correct because Gallon is larger than Quart and Milk and Liquid are not units of measurement.

So, Ounce is correct.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

21 21253
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

22 20993