web technology Online Quiz - 89
Description: web technology Online Quiz - 89 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
On invoking a Web Service, you have received response XML. You need to process this XML document to update the details in the database.
An existing J2EE Application has following features: Uses a custom made MVC framework using Servlet as controller, JSP as view. JSP has a lot of scriptlet code. It also uses stateless session bean as a facade calling entity beans. You have been asked to migrate this application to a Java EE server. Which of the following technologies would you choose? Select two choices.
An existing J2EE application is hosted on 4 WebServers and 3 Application Servers. Due to increase in the no. of users, it has been planned to increase the count to 5 Web Servers and 4 Application Servers. Which of the following is negatively impacted? Choose one answer.
You have been recruited by MegaSoft Inc. to help on a new sales project. Your role within the project team is as the lead architect. Given the requirements set out below, what type of transaction management should you use? MegaSoft Inc. is launching worldwide sports betting site. The unique feature of this betting site is that all bets are spread across multiple sporting events with huge potential prizes. For example, a user may bet $25 on Manchester United beating Real Madrid 4-0, Brazil winning the world cup,and Australia winning the cricket world cup. If a user gets three or more bets correct and one wrong then they will take home a 50% cut of the original stake. Choose one answer.
Which J2EE technology would you use to replace Perl/PHP scripts in the solution described below? MegaSoft Inc. has a web-based legacy business-to-business sales system. The solution consists of Perl and PHP scripts (presentation and business logic) and a MSSQL database. Customers logon to the site, browse for the latest products and prices, and place orders with MegaSoft. Choose one answer.
Which of the following describes UDDI? Choose one answer.
Your company has acquired ABC Company and will be building infrastructure for the merged entity. Now, You have a variety of mainframe applications, client server applications, and standalone programs that need to be integrated. Which of the following will provide a unified platform for scalable, secure SOA development? Choose one answer.
An existing J2EE 1.3 application provides online stock quotes to the users. The web page refreshes every 60 seconds to show the latest stock prices. Customer is planning to add some minor features to this site and requested you for tips to improve the current features with minimal costs. Which of the following would you recommend? Choose one answer.
ABC Bank provides facility to transfer amounts from one account to another through its internet banking application. It also provides facilities for its consumer clients to upload payments in one-go through a file upload facility. File upload is a very resource-intensive operation which may take 3-10 minutes. Currently on submitting the file it displays an alert message and processes the request. Often the browser times out. What would be your suggestion to improve this situation at minimal cost? Choose one answer.
Which of the following technologies can be used to describe RESTful Webservices? Choose one answer.
You are writing a web based utility that searches for existing web services provided by large companies. Your website searches these webservice, displays list and provides features through a very nice GUI to execute these webservices. In future, this utility can be enhanced to perform similar functionality for other enterprise services and need to be UI-rich. Which of the following APIs would you use for searching XML registries? Choose one answer.
Your company is responsible for storing the credit history of citizens of ABC country. The government proposes that all financial institutions before lending must ensure that the candidate has a minimum credit score. Which of the following would you choose to build this service? Choose one answer.
ABC company has a very old web application that was built on Servlets, JSP and a simple proprietary MVC framework which they must use. This application is mostly used for reporting purposes and retrieves data from DB2 through JDBC. They are planning to enhance the functionality of the application and also deploy on a Java EE application server. They approached you for suggestions to improve the application code. Which of the following would not be a valid recommendation (best-fit)? Choose one answer.
ABC Company has decided to migrate existing J2EE application built using servlets, JSP, JMS, session & entity Beans to Java EE. They have approached you for recommendations. Which of the following are valid recommendations? Select two choices. Choose at least one answer.
You are architecting a new web based labor claim management application. Currently the users have a Java Swing-based application running on their local PCs, and you want to implement the new web-based solution with a GUI that is similar to their desktop application. Once the users have filled in their hours then you must send the details to central labour system through a Web service. What of the following technologies would be required for building this application? (Choose two.) Choose at least one answer.
A variable $word is set to “HELLO WORLD”, which of the following script returns in title case?
The difference between include() and require()
Which of the following is NOT done with JavaScript ?
It is usually advisable to keep as much JavaScript as possible in which section ?
JavaScript lines end with what