Questions

Q:

Which statement about the Supreme Court is true?

A) The court hears all cases for which two or more justices agree that the case has merit. B) The court decides which cases it will hear. In deciding cases, the chief justice’s vote counts as two votes.
C) Every case appealed to the Supreme Court is ruled upon by the court. D) The court can hear only cases that have worked their way up from local courts.
 
Answer & Explanation Answer: B) The court decides which cases it will hear. In deciding cases, the chief justice’s vote counts as two votes.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 8597
Q:

Seacoast of which of the following states is the longest ?

A) Andhra Pradesh B) Maharashtra
C) Orissa D) Tamil Nadu
 
Answer & Explanation Answer: A) Andhra Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

17 8595
Q:

A user reports a PC problem to the Service Desk. A Service Desk representative determines that the PC is defective and indicates that according to the services catalogue, the PC will be replaced within three hours. Which ITIL process is responsible for having this user's PC replaced within three hours? 

A) Availability Management B) Change Management
C) Configuration Management D) Service Level Management
 
Answer & Explanation Answer: B) Change Management

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

5 8593
Q:

Inventor of WWW is ______

A) Bill Gates B) Lee.N.Feyong
C) N. Resscl D) Tim Berners Lee
 
Answer & Explanation Answer: D) Tim Berners Lee

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

19 8593
Q:

Michael Jackson was a distinguished personality in which of the following fields

A) Journalism B) Acting
C) Pop Music D) Sports
 
Answer & Explanation Answer: C) Pop Music

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

10 8592
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 8589
Q:

Nepal Government announces public holidays during Nepalese President's visit to _____

A) India B) China
C) Japan D) Russia
 
Answer & Explanation Answer: A) India

Explanation:

Nepalese President Bidya Devi Bhandari is arriving in New Delhi on a five-day visit to India. This will be Bhandari's first foreign trip after assuming the office in October 2015, following the promulgation of the new Constitution in Nepal.

Report Error

View Answer Report Error Discuss

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

4 8589
Q:

 The load and index is which of the following?

A) A process to reject data from the data warehouse and to create the necessary indexes B) A process to load the data in the data warehouse and to create the necessary indexes
C) A process to upgrade the quality of data after it is moved into a data warehouse D) A process to upgrade the quality of data before it is moved into a data warehouse
 
Answer & Explanation Answer: B) A process to load the data in the data warehouse and to create the necessary indexes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

1 8589