0

web technology Online Quiz - 18

Description: web technology Online Quiz - 18
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

Which file has the TMA config parameters defined?

  1. TMAEAR

  2. TMBEAR

  3. TMBConfig.Properties

  4. TMAConfig.Properties


Correct Option: C

What are the tables used for TMA endpoints?

  1. Services

  2. AddlResponses

  3. Complimentary Services

  4. Users


Correct Option: A,B,C

When an user's password is changed/resetted, he/she has to change the password again.

  1. True

  2. False


Correct Option: A

When a transaction between two systems fail, where will you check for the errors?

  1. Database logs

  2. TMA Logs and XML's

  3. Transaction Logs

  4. TMA code


Correct Option: B

What remain unchanged when an user details gets modified?

  1. Email

  2. Roles and Name

  3. Password

  4. Branch


Correct Option: C

How a new agent gets added in the LDAP?

  1. From SUID application

  2. Manually in LDAP

  3. Through a batch process from KB

  4. Through a batch process from eseg to KB and from KB to LDAP


Correct Option: D

What may be the possible reason for the following: Error opening socket: java.net.ConnectException: Connection refused

  1. Database is down

  2. TMA or the destination system is down

  3. TMA server not running

  4. Destination system is not running


Correct Option: B

How can you enable SSL in Active Directory and Websphere?

  1. Send the CSR file to Certificate Authority

  2. Generate CSR file,generate the certificate,import into the personal certificates

  3. Generate Certificates

  4. Import the certificate into WAS


Correct Option: B

External systems access the TMA router endpoints to pass the XML's to target destination

  1. True

  2. False


Correct Option: A

Which of the following are the terms of LDAP?

  1. OC, DN, CN

  2. DC, OU, CN

  3. DC, DN,OU, CN

  4. password, name,email


Correct Option: C

You have an existing hard drive on your IDE adapter. You are installing a second hard drive and want the first hard drive to still be the bootable hard drive. How should you configure the second hard drive?

  1. Master

  2. Beta

  3. Slave

  4. Secondry


Correct Option: C

What is Google Chrome?

  1. A website

  2. A search engine

  3. A web Browser

  4. Antivirus software


Correct Option: C

CBO stands for

  1. Cost Based Optimizer

  2. Cost Benefit Optimizer

  3. Cost Based Opportunity

  4. Cost Benefit Opportunity


Correct Option: A

What is processed first?

  1. CPU

  2. CMOS

  3. BIOS

  4. IO.SYS


Correct Option: C

Which is the correct tag to make a link that will send an email?


Correct Option: C

Which tag makes the largest headline?

  1. H1

  2. H2

  3. H3

  4. H4


Correct Option: A

Between which set of tags does most of the content of your web page need to be placed?


Correct Option: B

ISP is __________?

  1. a company that provides access to the Internet.

  2. the language of the Web.

  3. common graphic format on the Web.

  4. common questions and answers.


Correct Option: A

HTTP is a _______?

  1. the transfer method used on the Web.

  2. file format used to transfer files from one word processor to another.

  3. a Web Address.

  4. file format that retains format on the Web.


Correct Option: A

What is the HTML feature that divides a web page into two or more scrollable parts?

  1. Split Page

  2. Frame

  3. Form

  4. Table


Correct Option: B

AI Explanation

To answer this question, you need to understand HTML features and their functionalities. Let's go through each option to understand why it is correct or incorrect:

Option A) Split Page - This option is incorrect because there is no HTML feature called "Split Page" that divides a web page into scrollable parts.

Option B) Frame - This option is correct. HTML Frames allow you to divide a web page into multiple sections, each with its own scrollable area. Each frame can display a separate HTML document, and the user can scroll within each frame independently.

Option C) Form - This option is incorrect. HTML Forms are used to collect user input, such as text, checkboxes, and buttons. They do not divide a web page into scrollable parts.

Option D) Table - This option is incorrect. HTML Tables are used to organize data into rows and columns. While you can add scrollbars to a table using CSS, it does not inherently divide a web page into scrollable parts.

The correct answer is B) Frame. This option is correct because HTML Frames allow you to divide a web page into multiple scrollable parts by displaying separate HTML documents within each frame.

- Hide questions