Questions

Q:

What are the roles of glass-box and black-box testing tools?

Answer

Glass Box (or white box) testing is the process of giving i/p to the system and checking how the system processes i/p to generate o/p


Black Box testing is the process of giving i/p to the system and checking if the system is giving correct o/p without bothering how the o/p is generated.


As we can see from the definitions, the role of black box testing is to ensure that the o/p generated is correct. And role of white box testing is to ensure that methods used to generate the o/p are correct.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 2327
Q:

Consumers that eat both plants and animals are

A) Carnivores B) Herbivores
C) Omnivores D) Tertiary consumers
 
Answer & Explanation Answer: C) Omnivores

Explanation:

An omnivore is an animal that eats food from both plants and animals.

Animals that eat other animals are called carnivores. Carnivores that eat herbivores are called secondary consumers, and carnivores that eat other carnivores are called tertiary consumers.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2327
Q:

Select the related letters from the given alternatives.

HIJ : OPQ :: STU : ?

A) BCD B) ZAB
C) XYZ D) CBA
 
Answer & Explanation Answer: B) ZAB

Explanation:
Report Error

View Answer Report Error Discuss

2 2326
Q:

Which of the following is a micro nutrient?

A) Mg B) Cl
C) P D) Ca
 
Answer & Explanation Answer: B) Cl

Explanation:

The micronutrients (or trace minerals): boron (B), chlorine (Cl), manganese (Mn), iron (Fe), zinc (Zn), copper (Cu), molybdenum (Mo), nickel (Ni). and cobalt (Co).

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 2326
Q:

Point out the error, ifany, in the followingb code?

typedef struct

{

     int data;

     NODEPTR link;

} *NODEPTR;

 

Answer

A typedef defines a new name for a type, and in simpler cases like the one shown below you can define a new structure type and a typedef for it at the same time.


typedef struct


{


    char name[20];


    int age;


} emp;


However, in the structure defined in this question, there is an error because a typedef declaration cannot be used until it is defined. In the given code fragment the typedef declaration is not yet defined at he point where the link field is declared.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2326
Q:

What is Log Shipping?

Answer

Log shipping defines the process for automatically taking backup of the database and transaction files on a SQL Server and then restoring them on a standby/backup server. This keeps the two SQL Server instances in sync with each other. In case production server fails, users simply need to be pointed to the standby/backup server. Log shipping primarily consists of 3 operations:


Backup transaction logs of the Production server.


Copy these logs on the standby/backup server.


Restore the log on standby/backup server.

Report Error

View answer Workspace Report Error Discuss

2 2326
Q:

VPN's are implemented to provide

A) A secure connection through public networks B) Additional security for selected computers
C) A secure connection within a private network D) Additional encryption by using IPSec
 
Answer & Explanation Answer: A) A secure connection through public networks

Explanation:

VPNs_are_implemented_to_provide1561554026.png image

 

VPN's are implemented to provide a secure connection through public networks. A virtual private network extends a private network across a public network, and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network.

Report Error

View Answer Report Error Discuss

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

3 2325
Q:

Who becomes 1st player to win all 3 top ICC Awards?

A) Rohit Sharma B) Virat Kohli
C) M S Dhoni D) Shaun Marsh
 
Answer & Explanation Answer: B) Virat Kohli

Explanation:

who_becomes_1st_player_to_win_all_3_top_ICC_Awards1548139116.jpg image

 

Virat Kohli becomes 1st player to win all 3 top ICC Awards :-

1. Sir Garfield Sobers Trophy for ICC Cricketer of the Year,

2. ICC Men’s Test Player of the Year &

3. ICC ODI Player of the Year for 2018.

Report Error

View Answer Report Error Discuss

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

1 2325