Mixed Technology Topics (Remedy ARS, AJAX, Business Objects)

A collection of technology questions covering Remedy ARS database, IT ticketing SLAs, AJAX web development, and SAP Business Objects reporting

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

BO is owned by

  1. IBM
  2. BO
  3. SAP
  4. None of the above
Question 2 True/False

It is possible to take objects from two different universes and show it in the same report

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

BO is a

  1. OLAP tool
  2. ETL tool
  3. Reporting tool
  4. None of the above
Question 4 True/False

Desktop Intelligence report can be converted to Web Intelligence report using report conversion tool

  1. True
  2. False
Question 5 Multiple Choice (Multiple Answers)

Which of the following is true

  1. Webintelligence reports can be viewed in Infoview console
  2. BO client need to installed to view WebI reports in Infoview
  3. DeskI reports can be viewed in Infoview console with BO client installed
  4. All of the Above
Question 6 True/False

AJAX applications are browser- and platform-independent.

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

How to create an XMLHttpRequest Object in IE5 and IE6

  1. xmlhttp=new XMLHttpRequest();
  2. xmlhttp=new XMLHttpRequest("Microsoft.XMLHTTP");
  3. xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  4. IE5 and IE6 do not support XMLHttpRequest
Question 8 Multiple Choice (Multiple Answers)

Which is/are correct?

  1. xmlhttp.get("OPEN","samplePageUrl",true);
  2. xmlhttp.open("GET","samplePageUrl",true);
  3. xmlhttp.post("OPEN","samplePageUrl",true);
  4. xmlhttp.open("POST","samplePageUrl",true);
Question 9 Multiple Choice (Single Answer)

While using POST request in AJAX what is the size limit of data that you can sent to the server?

  1. 4KB
  2. 64KB
  3. 256KB
  4. No size limit
Question 10 True/False

There is no size limit of data that can be sent to server using GET request in AJAX.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

If we make the third parameter in the open() method of XMLHttpRequest as false what will happen?

  1. The JavaScript will throw an error in runtime
  2. The JavaScript does not have to wait for the server response
  3. The JavaScript has to wait for the server response
  4. None of the above
Question 12 Multiple Choice (Single Answer)

How many times is the onreadystatechange event triggered for a full cycle?

  1. 1
  2. 2
  3. 3
  4. 4
Question 13 Multiple Choice (Single Answer)

How will you check if the server response is ready?

  1. When readyState is 1 and status is 200
  2. When readyState is 1 and status is 400
  3. When readyState is 4 and status is 200
  4. When readyState is 4 and status is 400
Question 14 Multiple Choice (Single Answer)

What is the Resolution Time SLA for P2 tickets?

  1. 30 mins
  2. 4 Hrs
  3. 1 business day
  4. 1 Hr
Question 15 Multiple Choice (Single Answer)

What do you mean by P0 ticket?

  1. Application Down
  2. Large No of users affected.
  3. Plant down
  4. None of the above
Question 16 Multiple Choice (Multiple Answers)

Which of the following are the correct database table name with respect to Remedy ARS?

  1. T-Regualr Table, A-attachment
  2. T-Regular Table, B-attachment
  3. H-history, T- regualr, B-attachment
  4. T-Regualr, H-History, A-attachment
Question 17 True/False

Each attachment would contain 2 tables in ARS DB.

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

What is the main DB table in ARS database?

  1. arschema
  2. ARS schema
  3. AR system
  4. ARS
Question 19 True/False

The ARS database supports multi language even if the database is not unicoded.

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

When the ARS is installed in server group environment, which of the following option would be selected during the seconday server installation?

  1. Upgrade
  2. Overwrite
  3. Shared
  4. Install