Searching for "strategies"

Q:

Consider the given statement and decide which of the following assumptions is/are implicit.

 

Statement :

 

You are expected to be honest before the advocate - an instruction to be followed in front of a defence lawyer.

 

Assumptions :

 

1. Unless cautioned, the clients tend to hide certain vital facts to save themselves.

2. At times, the vital facts are required to strategies the defence argument.

 

A) Both assumptions 1 and 2 are implicit B) Only assumption 2 is implicit
C) Neither assumption 1 nor 2 is implicit D) Only assumption 1 is implicit
 
Answer & Explanation Answer: A) Both assumptions 1 and 2 are implicit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Statement and Assumptions
Exam Prep: Bank Exams

Q:

Three strategies P, Q and R have been initiated for cost cutting in a company producing respectively 20%, 30% and 10% savings. Assuming that they operate independently, what is the net saving achieved ?

A) 49.6% B) 50.4%
C) 33.67% D) 66.66%
 
Answer & Explanation Answer: A) 49.6%

Explanation:

As these three strategies P, Q and R are independent so these will cut cost one after the other.
If initial cost is Rs 100, then
20% cost is cut after initializing strategy P, then cost will remain 80% = 80
further 30% cost is cut after strategy Q, then cost will remain 70% of 80 = 56
further 10% cost is cut after strategy R, then cost will remain 90% of 56 = 50.4

Thus final cost remains 50.4 % of the original cost. Hence net saving is 100 - 50.4 = 49.6 %.

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Bank Clerk , Bank PO

Q:

What strategies would you use to motivate your team?

Answer

Here is an example statement to consider as you prepare your answer.


On motivating others by using recognizing their achievements: I consider that recognizing good aspects of worker performance is critical to motivating maximum people. For example, I control a staff of 10 employees, and I observed that one of the workers was somewhat introverted and tended to stop in the background. He achieved correctly but was reluctant to contribute at meetings, and I thought he could be extra productive if optimally motivated. I commenced an each day ritual of supervising in with him and checking his output. I provided good feedback concerning  his daily achievements. I discovered that the quantity and quality of his output increased as I interacted with him more regularly. I was able to call upon him at meetings considering that I understood the details of his work better and ask him to share few of his successful strategies with colleagues.

Report Error

View answer Workspace Report Error Discuss

Subject: Team Work

Q:

What strategies are available for backing-up an Oracle database?

Answer

The backup strategies that are provided by Oracle are as follows:


- Logical backup using Exports and import.


- Physical file system backup


- RMAN Recovery Manger which is also known as incremental files system backup.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

Q:

Designing pricing strategies and programs :

How do buyers respond to price changes?

Answer

Depending upon the increase or decrease in price rates, buyers may respond accordingly. Some buyers may assume that quality of the product may have reduced to to reduction in price or that the company may not be selling the product as per expectations. The other assumption that buyers may make is that prices may go down in the future and so may delay purchase. On the other hand increased price may lead to a decrease in demand as the product may be more costly for the consumers who may switch to another seller offering similar products at lower prices.

Report Error

View answer Workspace Report Error Discuss

Q:

Designing pricing strategies and programs :

How do sellers respond to price changes of their competitors?

Answer

In the light of competition, it may be seen that competitors may initiate price changes. If the cutting off on prices does not affect the company, then the current pricing strategy itself can be continued to maintain the profitability of the company. However if the price change on one firm is affecting the other, then it can:


a.reduce the product price at par with competitors’ price or below competitors’ price


or


b. Provide added advantage to the existing product like better quality, or ‘a buy one get one free’ offer.


or


c.Provide better quality of the product at a higher price thereby not being at par with the competitors.

Report Error

View answer Workspace Report Error Discuss

Q:

 A distributed database can use which of the following strategies?

A) Totally centralized one location and accessed by many sites B) Partially or totally replicated across sites
C) Partitioned into segments at different sites D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

Q:

Explain the popular multiprocessor thread-scheduling strategies.

Answer

  1. Load Sharing: Processes are not assigned to a particular processor. A global queue of threads is maintained. Each processor, when idle, selects a thread from this queue. Note that load balancing refers to a scheme where work is allocated to processors on a more permanent basis.

  2. Gang Scheduling: A set of related threads is scheduled to run on a set of processors at the same time, on a 1-to-1 basis. Closely related threads / processes may be scheduled this way to reduce synchronization blocking, and minimize process switching. Group scheduling predated this strategy.

  3. Dedicated processor assignment: Provides implicit scheduling defined by assignment of threads to processors. For the duration of program execution, each program is allocated a set of processors equal in number to the number of threads in the program. Processors are chosen from the available pool.

  4. Dynamic scheduling: The number of thread in a program can be altered during the course of execution.

Report Error

View answer Workspace Report Error Discuss