Question
According to the prevailing regulations of Liberalised
Remittance Scheme (LRS), resident individuals may remit up to _______per financial year.Solution
TheĀ Liberalised Remittance SchemeĀ (LRS) of theĀ Reserve Bank of India Ā (RBI) allows resident individuals to remit a certain amount of money during a financial year to another country for investment and expenditure. According to the prevailing regulations, resident individuals may remit up to $250,000 per financial year. This money can be used to pay expenses related to travelling (private or for business), medical treatment, studying, gifts and donations, maintenance of close relatives and so on.
Which of the following problems cannot be solved using greedy algorithms for optimal result?
Which command is TCL command
Which of the following sorting algorithms is considered stable (i.e., preserves the relative order of equal elements)?
What is the default replication factor in HDFS?
A bank's customer database has 1,000,000 sorted records. Compare the maximum number of comparisons needed by Linear Search vs Binary Search to find a sp...
Counting Sort is an efficient sorting algorithm when the range of input elements (k) is not significantly larger than the number of elements (n). What i...
Which sorting algorithm is not stable by default?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using FloydāWarshall is:
What is the space complexity of Bubble Sort?
Which of the following is NOT a characteristic of the SJF (Shortest Job First) scheduling algorithm?Ā Ā Ā Ā