Question
Kanika Rawat has completed her graduation last year with
62% marks at the age of 20 years. She has scored 60% and 72% in the entrance and interview respectively. She is ready to pay Rs. 1,00,000 at the time of admission. Read the following information carefully and answer the questions given below: Following are the conditions for admission for a Postgraduate Course in a college: The students must be i. a graduate with at least 58% marks. ii. not more than 23 yrs as on March 31, 2017. iii. have secured at least 60% marks in the entrance examination. iv.have secured at least 65% marks in the interview carrying total marks of 150. v. be able to pay Rs.one lakh at the time of admission. However, if the student fulfils all the conditions except a. at (i) above, but has secured more than 75% marks in the entrance examination as well as in the interview, his/her case is to be referred to the Director.. b. at (iii) above, but has secured atleast 50% in the entrance exam and more than 85% marks in the interview, his/her case will be waitlisted.. You are given the following cases as on 01.04.2017. Depending upon the information provided in each case and based on the conditions mentioned above, recommend your decision. You are not to assume anything .Solution

Consider the following C++ code:
#include
class Base {
public:
  Base() {
    std::cout << "Ba...
What problem does the Floyd-Warshall algorithm solve?
Which of the following practices is essential for maintaining security compliance in both Windows and Unix/Linux environments?Â
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
Consider the following Python code:
class Vehicle:
  def __init__(self, brand):
    self.brand = brand
  def...
fill the blank for 19.
Which of the following is a challenge in machine translation?
Which of the following statements accurately describes the characteristics of a primary key in a relational database?
Which of these is a primary benefit of cloud disaster recovery?
Binary Search is an efficient searching algorithm that follows the Divide and Conquer approach. What is its time complexity?