Questions

Q:

Which of the following is a form of functional testing?

A) Security testing B) Performance testing
C) Boundary value analysis D) Usability testing
 
Answer & Explanation Answer: D) Usability testing

Explanation:

Functional testing is a type of testing that is done against the requirements of the business application. 

Which_of_the_following_is_a_form_of_functional_testing1552046654.png image

Examples of functional testing are Smoke testing, Sanity testing, Regression testing, Usability testing.

Report Error

View Answer Report Error Discuss

30 20229
Q:

What is the output of this C code?

        #include <stdio.h>
        void main()
        {
            int x = 97;
            char y = x;
            printf("%cn", y);
        }

A) a B) 97
C) Run time error D) None
 
Answer & Explanation Answer: A) a

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 20169
Q:

Which of the statements given below are correct?

 

A) In 2017, Wes Morgan captained the Premier League team Leicester City.

B) In 2017, Suresh Raina captained the IPL team Gujarat Lions Squad.

C) In 2017, Sergio Agüero played for the Premier League team Liverpool.

 

A) Only A   B) Only B  
C) Both A and B D) Both A and C
 
Answer & Explanation Answer: C) Both A and B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

2 20148
Q:

At what time between 2 and 3 O'clock, the hands of a clock coincide ?

A) 1 10/11 minutes past 2 B) 1 10/11 minutes past 3
C) 1 11/10 minutes past 3 D) 11 10/11 minutes past 2
 
Answer & Explanation Answer: A) 1 10/11 minutes past 2

Explanation:

Since, in one hour, two hands of a clock coincide only once, so, there will be value.
Required time T = 211H×30 + Ao minutes past H.
Here H - initial position of hour hand = 2 (since 2 O'clock)
A° = Required angle = 0° (Since it coincides)

 

T = 2112×30 + 0o minutes past 2 

 

=> 11011 minutes past 2

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Clock puzzles
Exam Prep: GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

52 20148
Q:

Bhutan’s national language is known as ___________.

 

A) Dzongkha B) Khengkha
C) Tshanglakha D) Lhotshamkha
 
Answer & Explanation Answer: A) Dzongkha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

1 20139
Q:

In which area did Nandalal Bose earn fame?

 

A) Painting B) Folk Art
C) Dance D) Politics
 
Answer & Explanation Answer: A) Painting

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 20122
Q:

Cobalt - 60 is commonly used in radiation therapy because it emits

A) alpha - rays B) beta rays
C) gamma rays D) X - rays
 
Answer & Explanation Answer: C) gamma rays

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

94 20114
Q:

Magnetic disks are the most popular medium for

A) Sequential access B) Direct access
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

A magnetic disk is a storage device that uses a magnetization process to write, rewrite and access data. It is covered with a magnetic coating and stores data in the form of tracks, spots, and sectors. Hard disks, zip disks, and floppy disks are common examples of magnetic disks.

Magnetic_disks_are_the_most_popular_medium_for11558071061.png image        Magnetic_disks_are_the_most_popular_medium_for1558071122.png image

 

 

Hence, Magnetic disks are the most popular medium for both Direct access and Sequential access.

 

 

Report Error

View Answer Report Error Discuss

24 20091