Question
A grocer purchased 10 kg rice for Rs.700. He spends some
amount on transportation and then sells it for Rs.1,400. If the percentage of profit made by the grocer is 30%, then what is the amount (in) he spends on transportation? (Round off to the nearest integer)Solution
Let the amount he spends on transportation = x So total CP =700+x Profit = 30% and SP =1400 Total CP =(SP×100)/100+30 700+x = (1400×100)/130 700+x =1077 x =1077-700=377. =377.
Which of the following conditions is NOT required for a deadlock to occur?
Data Frame are associated with which layer of OSI Model
- Which of the following is a characteristic of Cross-Site Request Forgery (CSRF) attacks?
Command to change the priority in LINUX
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
What will be the output of the following code snippet?
class Animal:
  def sound(self):
    return "Some sound"
...
In Big Data Analytics, what is the main function of the MapReduce programming model?
Truncate command in SQL
- Which software testing technique involves testing the internal structure or workings of an application?
In I/O scheduling, which of the following algorithms minimizes seek time but may lead to starvation of requests at the ends of the disk?Â