InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain types of e-commerce. |
|
Answer» 1. B2B - Business to business: 2. B2C- Business to Consumer: 3. C2B - Consumer to Business: 4. C2C - Consumer to Consumer: |
|
| 2. |
How does e-commerce work? |
|
Answer» The e-commerce is defined as buying and selling of products or services over electronic systems such as the Internet and other computer networks. The working of e-commerce: There are five major components of eCommerce, the Merchant Account, the Shopping System, the Payment Gateway (for real-time-processing), the Hosting Service and the Security System. 1. The Merchant Account: Any type of real eCommerce requires a Merchant Account. A merchant account comes with a merchant identification number. In order to process transactions require either a terminal (the little box that you swipe your credit card through at retail outlets) or software that runs on your PC and will dial up the merchant via your modem/and then process the transaction and deposit the money into your bank account. 2. The Shopping System: A site with a variety of products should use the shopping cart system because it’s the easiest way for customers to choose items during the shop. There are many choices when selecting a Shopping System but some of the most important should be. functionality, ease of use, and compatibility. Shopping systems like anything else now days can be purchased or leased. 3. SSL Certificate: 4. Gateway Account: If the order is accepted, it will then charge the order amount to the customer’s account and sends the Gateway an authorization code. The Customers Bank will then settle the remainder of the transaction at a later time. 2. Authorize.Net detects an order has been placed, securely encrypts and forwards the Authorization Request to the Consumer’s Credit Card Issuer to verify the consumer’s credit card account and funds availability. 3. The Authorization (or Decline) Response is returned via Authorize.Net to the Merchant. Round trip this process averages less than 3 seconds. 4. Upon approval, the Merchant fulfills the consumer’s order. 5. Authorize.Net sends the settlement request to the Merchant Account Provider. 6. The Merchant Account Provider deposits transaction funds into the Merchant’s Checking Account. |
|
| 3. |
Explain the term URLs. |
|
Answer» It is the global address of documents and other resources on the World Wide Web. URLs have the following format: |
|
| 4. |
Define e-commerce? |
|
Answer» The e-commerce is defined as buying and selling of products or services over electronic systems such as the Internet and other computer networks. |
|
| 5. |
What is open-source software? |
|
Answer» It is software with source code freely available to the customer and free to use but doesn’t have to be free of charge. |
|
| 6. |
What is free software? |
|
Answer» Free software means the software is freely accessible and can be freely used, changed, improved, copied and distributed by all who wish to do so and doesn’t have to be paid. |
|
| 7. |
What is OSS and FLOSS? |
|
Answer» OSS means Open Source Software refers to software whose source code is available to customers. |
|
| 8. |
List the OSS and FLOSS. |
|
Answer» List of OSS
List of FLOSS |
|
| 9. |
What is proprietary software? |
|
Answer» A software neither open or freely available is called proprietary software. |
|
| 10. |
What are the browsers? |
|
Answer» It is a software application used to locate and display Web pages. |
|
| 11. |
What are OSI and W3C? |
Answer»
|
|
| 12. |
Name the different protocols used? |
|
Answer» The different protocol used are HTTP, FTP, SMPT, TCP/IP, UDP, POP, etc., |
|
| 13. |
What is the URL and HTTP? |
Answer»
|
|
| 14. |
Write web servers. |
|
Answer» 1. A web is a computer on which a web site is hosted and a program that runs on such a computer. So the term web server refers to both hardware and software. 2. A web site is a collection of web pages generally written using Hyper Text Markup Language (HTML). For a web site to be available to everyone in the world at all times, it needs to be stored or “hosted” on a computer that is connected to the internet. Such a computer is known as a Web Server. 3. A web server program is software that runs on the web site hosting Server computer. Its main purpose is serving web pages for requests from web browsers. 4. The Server machine hosts (stores) the web site on its hard disk while the server program helps deliver the web pages and their associated files like images, flash movies, etc. to clients (browsers). 5. There are many web server programs available. The most famous and popular of them all is Apache developed by the Apache Foundation. It is free and also available for several operating systems including Windows, Macintosh, and Linux/Unix. |
|
| 15. |
Write a note on open source. |
|
Answer» The term “open source” refers to something that can be modified because its design is 1 publicly accessible. Open-source software is software whose source code is available for modification or enhancement by anyone but need not be free of charge. Its developers make its source code available to others who would like to view that code, copy it, learn from it, alter it, or share it. Libre Office and the GNU Image Manipulation Program are examples of open-source software. Open-source software licenses allow other people to make changes to source code and include those changes into their own projects. Some open-source licenses make sure that anyone who alters and then shares a program with others must also share that program’s source code without charging a licensing fee for it. |
|
| 16. |
Write a note on WIPO. |
|
Answer» WIPO is the global forum for intellectual property services, policy, information and, cooperation. It is a self-funding agency of the United Nations, with 187 member states. Its mission is to lead the development of a balanced and effective international intellectual property (IP) system that enables innovation and creativity for the benefit of all. |
|
| 17. |
What is Telnet? |
|
Answer» TELNET (TELecommunication NETwork) is a network protocol developed in 1969, used on the Internet or local area network (LAN). The Telnet program runs on the computer and connects your PC to a server on the network. , We can then enter commands through the Telnet program and they will be executed as if we were entering them directly on the server-side. This enables to control the server and communicate with other servers on the network. To start a Telnet session, we must log in to a server by entering a valid username and password. Telnet is a common way to remotely control Web servers. |
|