Questions

Q:

'Alice in Wonderland' the famous TV Serial is based on a book written by

A) Charles Dickens B) Thomas Hardy
C) Lewis Caroll D) Victor Hugo
 
Answer & Explanation Answer: C) Lewis Caroll

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

40 13351
Q:

Which of the following is present in the largest amount in terms of percent by mass in the earth's crust

A) Silicon B) Oxygen
C) Carbon D) Calcium
 
Answer & Explanation Answer: B) Oxygen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

26 13342
Q:

The primitive atmosphere was reducing because:

 

A) Hydrogen atoms were few B) Hydrogen atoms were active and in greater numbers
C) Oxygen atoms were more D) Nitrogen atoms were more
 
Answer & Explanation Answer: B) Hydrogen atoms were active and in greater numbers

Explanation:
Report Error

View Answer Report Error Discuss

0 13340
Q:

Storage media such as a CD read and write information using _________

A) a laser beam of red light B) magnetic dots
C) magnetic strips D) All of these
 
Answer & Explanation Answer: A) a laser beam of red light

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

42 13305
Q:

At which of its session, did the Congress officially accept the ' Socialistic Pattern of society '

A) Bombay Session of 1953 B) Avadi Session of 1955
C) Calcutta Session of 1957 D) Nagpur Session of 1959
 
Answer & Explanation Answer: B) Avadi Session of 1955

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

18 13299
Q:

Impact analysis helps to decide

A) How many more test cases need to written. B) How much regression testing should be done.
C) Different Tools to perform Regression Testing D) Exit Criteria
 
Answer & Explanation Answer: B) How much regression testing should be done.

Explanation:

Impact Analysis is used in software testing to define all the risks associated with any kind of changes in a product being tested.

Impact Analysis is nothing but analyzing the impact of changes in the deployed product or application. It gives the information about the areas of the system that may be affected due to the change in the particular section or features of the application.

 

Why Impact Analysis is done :


1. It is done to understand the possible outcome of implementing the change. Inducing too much functionality into a product can reduce the overall performance of the product.

2. To identify all the files, documents and models that might have to be modified if team decides to implement the change in product

3. To estimate the effort needed behind implementing the change

4. To identify the task required to implement the change

5. It will list the dependencies on a specific element

 

The impact is analyzed on Requirements, Design & Architecture, impact on Test and impact on schedule.

Report Error

View Answer Report Error Discuss

0 13294
Q:

States earn maximum revenue through

A) excise duties B) commercial taxes
C) land revenue D) custom revenue
 
Answer & Explanation Answer: B) commercial taxes

Explanation:

States_earn_maximum_revenue_through1556278854.jpg image

 

States earn maximum revenue through commercial taxes

 

Commercial Tax is a form of sales tax, now referred to as GST(Goods and Service Tax) in India. It is levied on all kinds of commercial goods and services.

Report Error

View Answer Report Error Discuss

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

13 13293
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

20 13287