Questions

Q:

In the following question, out of the four alternatives, select the alternative which will improve the bracketed part of the sentence. In case no improvement is needed, select "no improvement".


You (will being surprised) to learn that some leading philosophers have supported immoral views.

 

A) will be surprised B)  will be surprise
C) will be surprising D) no improvement
 
Answer & Explanation Answer: A) will be surprised

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

65 8832
Q:

Which of the following awards was conferred upon Smt. Aruna Asaf Ali for her role in the welfare of adult and women

A) Kalinga Prize B) UNESCo Literacy Award
C) Tagore Literacy Award D) Moorti Devi Award
 
Answer & Explanation Answer: D) Moorti Devi Award

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

8 8832
Q:

What are the stipulations of C2 level security?

Answer

C2 level security provides for:


 


1.Discretionary Access Control


2.Identification and Authentication


3.Auditing


4.Resource reuse

Report Error

View answer Workspace Report Error Discuss

20 8831
Q:

Puzzle : Identical Balls

There are 8 identical balls. In that one of the ball is overweight. There are only two chances to weigh in the weighing machine. How to find the overweight ball?

Answer

First weigh 3 against 3 balls. If the ball contains among these six balls, then take the three balls which weighed over, and weigh the ball 1 against 1. If the balls are not equal and any one of the ball weighs more, that is the overweight ball, else the one among the three which is not weighed is the ball. If the 3 against 3 balls were equal, then weigh the 2 balls, then the overweight ball will be found.

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles

36 8830
Q:

_________ has successfully created the country’s first smart grid project, which will generate power from renewable sources of energy.

A) Indian Institutes of Technology B) Indian Institutes of Engineering Science Technology
C) Indian Institutes of Space Science and Technology D) Indian Institutes of Management
 
Answer & Explanation Answer: B) Indian Institutes of Engineering Science Technology

Explanation:

The Indian Institute of Engineering Science and Technology (IIEST) has successfully created the country’s first smart grid project, which will generate power from renewable sources of energy.  The project will soon be inaugurated by President Pranab Mukherjee, IIEST Director Prof Ajoy Kumar Roy. The smart grid will be synchronised to generate power from solar, wind and vegetable waste resources, depending on the weather conditions and availability of waste products. It is the first of its kind in the country.

Report Error

View Answer Report Error Discuss

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

7 8829
Q:

How do you stay up to date with fashion?

Answer

Designers stay current by reading magazines, browsing the internet, attending fashion shows, and studying technical manuals. They study the history of fashion to better understand its development and current tendencies.

Report Error

View answer Workspace Report Error Discuss

8 8816
Q:

The product of two successive numbers is 9506.Which is the smaller of the two numbers?

A) 96 B) 97
C) 98 D) 99
 
Answer & Explanation Answer: B) 97

Explanation:

9506= 97.50 So 97 and 98 are the two numbers. 

 

so 97 is the answer

Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams
Job Role: Bank PO

3 8815
Q:

Undefined reference to 'pthread_create'

How to Fix this error?

Answer

This is a common error while compiling C program in Linux. This error occurs when you are using pthread_create function to create threads in your programs.


To fix this problem ensure following points:
Include header file pthread.h in your program.
Add –lpthread linker flag with compilation command.
1- Include Header file
#include <stdio.h>
#include <pthread.h>
...
...
2- Compile command
gcc main.c -o main -lpthread

Report Error

View answer Workspace Report Error Discuss

24 8814