31.How response is sent in XML-RPC? XML responses are embedded in the body of the HTTP response.
Technical Interview Questions
- Interview Questions and AnswersTechnical Interview Questions and AnswersWebServices
- Interview Questions and AnswersTechnical Interview Questions and AnswersWebServices
Web Services Interview Questions and Answers Part-3
by Sby S21.What is the purpose of Service Transport layer in Web Service Protocol Stack? This layer is responsible for transporting messages between applications. Currently, this layer includes Hyper Text Transport Protocol …
- Interview Questions and AnswersTechnical Interview Questions and AnswersWebServices
Web Services Interview Questions and Answers Part-2
by Sby S11.Do Web services supports Remote Procedure Calls(RPCs)? Web services allow clients to invoke procedures, functions, and methods on remote objects using an XML-based protocol. Remote procedures expose input and output …
- Interview Questions and AnswersTechnical Interview Questions and AnswersWebServices
Web Services Interview Questions and Answers Part-1
by Sby S1.What are web services? Web services are open standard (XML, SOAP, HTTP etc.) based Web applications that interact with other web applications for the purpose of exchanging data. Web Services …
- Interview Questions and AnswersOperating SystemTechnical Interview Questions and Answers
Operating System Interview Questions and Answers Part-6
by Sby S51.When is a system in safe state? The set of dispatchable processes is in a safe state if there exists at least one temporal order in which all processes can …
- Interview Questions and AnswersOperating SystemTechnical Interview Questions and Answers
Operating System Interview Questions and Answers Part-5
by Sby S41. What is dual-mode operation? In order to protect the operating systems and the system programs from the malfunctioning programs the two mode operations were evolved System mode User mode.
- Interview Questions and AnswersOperating SystemTechnical Interview Questions and Answers
Operating System Interview Questions and Answers Part-4
by Sby S31. What is Marshalling? The process of packaging and sending interface method parameters across thread or process boundaries.
- Interview Questions and AnswersOperating SystemTechnical Interview Questions and Answers
Operating System Interview Questions and Answers Part-3
by Sby S21. What is Throughput, Turnaround time, waiting time and Response time? Throughput number of processes that complete their execution per time unit Turnaround time amount of time to …
- Interview Questions and AnswersOperating SystemTechnical Interview Questions and Answers
Operating System Interview Questions and Answers Part-2
by Sby S11. What is context switching? Transferring the control from one process to other process requires saving the state of the old process and loading the saved state for new process. …
- Interview Questions and AnswersOperating SystemTechnical Interview Questions and Answers
Operating System Interview Questions and Answers Part-1
by Sby S1. What is an operating system? An operating system is a program that acts as an intermediary between the user and the computer hardware. The purpose of an OS is …