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
Questions
BO is owned by
- IBM
- BO
- SAP
- None of the above
It is possible to take objects from two different universes and show it in the same report
- True
- False
BO is a
- OLAP tool
- ETL tool
- Reporting tool
- None of the above
Desktop Intelligence report can be converted to Web Intelligence report using report conversion tool
- True
- False
Which of the following is true
- Webintelligence reports can be viewed in Infoview console
- BO client need to installed to view WebI reports in Infoview
- DeskI reports can be viewed in Infoview console with BO client installed
- All of the Above
AJAX applications are browser- and platform-independent.
- True
- False
How to create an XMLHttpRequest Object in IE5 and IE6
- xmlhttp=new XMLHttpRequest();
- xmlhttp=new XMLHttpRequest("Microsoft.XMLHTTP");
- xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
- IE5 and IE6 do not support XMLHttpRequest
Which is/are correct?
- xmlhttp.get("OPEN","samplePageUrl",true);
- xmlhttp.open("GET","samplePageUrl",true);
- xmlhttp.post("OPEN","samplePageUrl",true);
- xmlhttp.open("POST","samplePageUrl",true);
While using POST request in AJAX what is the size limit of data that you can sent to the server?
- 4KB
- 64KB
- 256KB
- No size limit
There is no size limit of data that can be sent to server using GET request in AJAX.
- True
- False
If we make the third parameter in the open() method of XMLHttpRequest as false what will happen?
- The JavaScript will throw an error in runtime
- The JavaScript does not have to wait for the server response
- The JavaScript has to wait for the server response
- None of the above
How many times is the onreadystatechange event triggered for a full cycle?
- 1
- 2
- 3
- 4
How will you check if the server response is ready?
- When readyState is 1 and status is 200
- When readyState is 1 and status is 400
- When readyState is 4 and status is 200
- When readyState is 4 and status is 400
What is the Resolution Time SLA for P2 tickets?
- 30 mins
- 4 Hrs
- 1 business day
- 1 Hr
What do you mean by P0 ticket?
- Application Down
- Large No of users affected.
- Plant down
- None of the above
Which of the following are the correct database table name with respect to Remedy ARS?
- T-Regualr Table, A-attachment
- T-Regular Table, B-attachment
- H-history, T- regualr, B-attachment
- T-Regualr, H-History, A-attachment
Each attachment would contain 2 tables in ARS DB.
- True
- False
What is the main DB table in ARS database?
- arschema
- ARS schema
- AR system
- ARS
The ARS database supports multi language even if the database is not unicoded.
- True
- False
When the ARS is installed in server group environment, which of the following option would be selected during the seconday server installation?
- Upgrade
- Overwrite
- Shared
- Install