Question
The government has appointed which IT Company as its
strategic partner to revamp the Government e-Marketplace (GeM) with an aim to transform GeM into a state-of-the-art public procurement platform and enhance transparency, efficiency, and inclusivity?Solution
The government has appointed Tata Consultancy Services (TCS) as a strategic partner to revamp the Government e-Marketplace (GeM). The objective is to transform GeM into a state-of-the-art public procurement platform and enhance transparency, efficiency, and inclusivity. The partnership with TCS aims to overcome these challenges and meet the evolving requirements of both buyers and sellers. TCS will undertake the design and development of a modern solution that leverages new technologies while maintaining the current platform. The new GeM platform will embrace e-commerce and e-marketplace principles, featuring a multi-tenant, multi-rule, multilingual, open-source, and open-API-based architecture. The aim is to make the platform scalable and designed to accommodate the anticipated six-fold growth in GMV over the next six years.
Which of the following is NOT a typical step in NLP text preprocessing?
What is the primary difference between SRAM (Static Random-Access Memory) and DRAM (Dynamic Random-Access Memory)?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') for element in MyLis...
What is "serverless computing"?
Which of the following is a characteristic of an intelligent agent?
Maximum Power transfer occurs when the_____
Which AI technique is used for uncertain reasoning?
What is the best case time complexity of merge sort?
Linux uses a time-sharing algorithm ___________
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)