Searching for "City"

Q:

Ten women can do a work in six days. Six men can complete the same work in five days. What is the ratio between the capacity of a man and a woman?

A) 1:2 B) 2:1
C) 2:3 D) 3:2
 
Answer & Explanation Answer: B) 2:1

Explanation:

(10 * 6) women can complete the work in 1 day.

 Therefore, 1 woman's  1 day's work = 1/60

 

(6 * 5) men can complete the work in 1 day.

 Therefore, 1 man's  1 day's work = 1/30

 

so, required ratio =1/30 : 1/60 = 2:1

Report Error

View Answer Report Error Discuss

Filed Under: Time and Work

Q:

A booster pump can be used for filling as well as for emptying a tank. The capacity of the tank is 2400  m3. The emptying capacity of the tank is 10 m3 per minute higher than its filling capacity and the pump needs 8 minutes lesser to empty the tank than it needs to fill it. What is the filling capacity of the pump?

A) 50 m^3/min B) 60 m^3/min
C) 72 m^3/min D) None of these
 
Answer & Explanation Answer: A) 50 m^3/min

Explanation:

Let the filling capacity of the pump be x m3/min. 

Then, emptying capacity of the pump=(x+10)m3/min.  

so,2400x-2400x+10=8 x2+10x-3000=0 

 

x-50+x+60=0 x=50

Report Error

View Answer Report Error Discuss

Filed Under: Pipes and Cistern
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

12 buckets of water fill a tank when the capacity of each tank is 13.5 liters. How many buckets will be needed to fill the same tank,if the capacity of each bucket is 9 liters?

A) 8 B) 15
C) 16 D) 18
 
Answer & Explanation Answer: D) 18

Explanation:

Capacity of the tank =(12 x 13.5) liters =162 liters.

Capacity of each bucket =9 liters

Number of buckets needed = 162/9 =18.

Report Error

View Answer Report Error Discuss

Filed Under: Pipes and Cistern

Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an
application. You use the ADO.NET Entity Framework to model entities. You write the following code segment. (Line numbers are included for reference only.)


01AdventureWorksEntities context = New AdventureWorksEntities
02
03var q = from c in context.Customers
04where c.City == "London"
05orderby c.CompanyName
06select c;


You need to ensure that the application meets the following requirements: "Compares the current values of unmodified properties with values returned from the data source". Marks the property as modified when the properties are not the same. Which code segment should you insert at line 02?

A) context.MergeOption = MergeOption.AppendOnly; B) context.MergeOption = MergeOption.PreserveChanges;
C) context.MergeOption = MergeOption.OverwriteChanges; D) context.MergeOption = MergeOption.NoTracking;
 
Answer & Explanation Answer: B) context.MergeOption = MergeOption.PreserveChanges;

Explanation:
Report Error

View Answer Report Error Discuss

Q:

You are creating an ASP.NET page for selling movie tickets. Users select a region, and then they select from a list of cities in that region. The site displays the names and locations of movie theaters in the city selected by the user.


Your company, XYZ Brothers, maintains a list of theaters in a database table that includes the city, name, and street address of each theater. You want to minimize the time required to retrieve and display the list of theater names after a user selects the region and city.

 

 What should you do?

A) Modify the connection string to add the packet size property and set its values to 8192. B) Add the following directive to the page: OutputCache VaryByParam=?
C) Add the following directive to the page: OutputCache VaryByControl=?region;city? D) Modify the connection string to keep your database's connection pool as small as possible.
 
Answer & Explanation Answer: B) Add the following directive to the page: OutputCache VaryByParam=?

Explanation:

You can vary user control output to the cache by specifying the user control name and the parameter. We use the VaryByParam attribute of the  OutputCache  

 

Incorrect Answers: 

 

A: The Packet Size property of the Connection string is the size in bytes of the network packets sed to communicate with an instance of data provider. It is not an optimal property to change to optimize data retrieval.

 

C: The company database does not seem to include a region column.

 

D: If we keep the connection pool small we would allow less simulation connections. However, this would not minimize the required to retrieve and display the data.

Report Error

View Answer Report Error Discuss

Q:

Suppose an installed z/OS customer also has Power6 Servers. They are investigating consolidation of both types of servers to z/OS.Which of the following will establish the capacity for a new z/OS server?

A) AD Tools B) CP3000
C) Estimate the AIX load and add to CP3000 results. D) Run AIX in a z/OS LPAR to establish the loadWArialTimes New RomanZ
 
Answer & Explanation Answer: C) Estimate the AIX load and add to CP3000 results.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

Q:

The famous Rock Garden is located in which city?

A) Jaipur B) Simla
C) Lucknow D) Chandigarh
 
Answer & Explanation Answer: D) Chandigarh

Explanation:

The famous Rock Garden which is also known as Nek Chand's Rock Garden after its founder Nek Chand, a government official who started the garden secretly in his spare time in 1957 is in the city Chandigarh.

 

The Rock Garden of Chandigarh is a sculpture garden in Chandigarh, India.

Report Error

View Answer Report Error Discuss

Q:

Which places is said to be the cathedral city of india?

A) Benaras B) Kancheepuram
C) Madurai D) Bhubaneswar
 
Answer & Explanation Answer: D) Bhubaneswar

Explanation:

Bhubaneswar, the capital city of the state Odisha in India, is called as The Cathedral City of India and the Temple City of India. With Puri and Konark it forms the Golden Triangle, one of eastern India's most visited destinations.

Which_places_is_said_to_be_the_cathedral_city_of_india1559025049.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO