Question
Recently the commerce ministry allowed invoicing,
payment and settlement of exports and imports in which of the following currency?Solution
The commerce ministry allowed invoicing, payment and settlement of exports and imports in Indian rupee, a move aimed at facilitating trade in the domestic currency. To align the Foreign Trade Policy (FTP) with this decision of the RBI, the Directorate General of Foreign Trade (DGFT) added a new paragraph in the FTP. As per the new para(Para 2.52 (d)), Indian importers undertaking imports through this mechanism will make payment in INR which will be credited into the special vostro account of the correspondent bank of the partner country, against the invoices for the supply of goods or services from the overseas seller/supplier.
What is the primary benefit of polymorphism?
Which of the following is NOT a typical step in NLP text preprocessing?
Which of the following statements best describes a "trap door" in the context of computer security?
Which protocol is used to dynamically assign IP addresses to devices on a network?Â
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
Which feature of Big Data refers to the speed of data generation and processing?
What is the significance of the "best case" time complexity of an algorithm?
Which of the following best describes the concept of ‘Concurrency’ in the context of Operating Systems?Â
An algorithm has a time complexity of O(N² ). If the input size N doubles, how does the execution time approximately change?
Consider the following Python code:
  def mystery(a, b):
    if a == 0:
      return b
    e...