Question
Consider the following statements regarding the
India–New Zealand FTA concluded in December 2025: (I) It was announced in March 2025 and concluded within the same year. (II) India held a 10.24% share in New Zealand's agricultural imports before the FTA. (III) New Zealand secured improved market access in dairy from India. (IV) Basmati rice and spices are among the key Indian agricultural exports expected to benefit. Which of the above statements are CORRECT?ÂSolution
Answer: (c) Statement III is incorrect — New Zealand secured improved access in horticulture (not dairy). India protected its dairy sector with exclusions. Statements I, II, and IV are correct
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
Which of the following prevents inheritance in C++?
Which of the following is used to eliminate redundancy and anomalies in a database?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which of the following correctly describes the concept of 'encapsulation' in OOP?
A primary key in a table:
The result of a Cartesian product of two relations R and S will have:
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...