Trend Nxt HP Service Virtualization | HPSV | Question and Answers

HP Service Virtualization | HPSV | Mock Test

1
Command used to show ACLs on all ports
a. netsh https show urlacl
b. netstat http show
c. netsh https show
d. netsh http show urlacl
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : netsh http show urlacl[/bg_collapse]
2
Confidentiality in security context refers to
a. The data is signed.Receipt can validate that the data has not been modified during transmission
b. The data is encrypted.Only an ultimate recipient can read the data
c. The identity of the client is transferred with the message
d. The service validates that an authenticated client can execute the required operation
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : The data is encrypted.Only an ultimate recipient can read the data [/bg_collapse]
3
CPU booster in HP SV performance model impacts
a. Response time
b. Hit rate
c. Throughput
d. Threshold
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : Response time [/bg_collapse]
4
Default database port when you install HP SV server is
a. 6080
b. 6085
c. 1433
d. 1533
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : 1433 [/bg_collapse]
5
Default port on which the JDBC agent will be running on the HP SV server
a. 6088
b. 6087
c. 7288
d. 7287
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : 6088 [/bg_collapse]
6
HP SV allows you to create a REST virtual service by
a. Recording the real REST service
b. By importing the WADL of the REST service
c. By importing the HTTP request/response and json request and response body
d. By importing the HTTPS request/response and json request and response body
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : Recording the real REST service [/bg_collapse]
7
In Java, what is the return type of a method that does not returns any value?
a. Int
b. float
c. long
d. void
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : void[/bg_collapse]
8
In Java, which keyword is used by method to refer to the object that invoked it?
a. import
b. catch
c. Automatically manually
d. this
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : this[/bg_collapse]
9
In Java, which of the following is a method having same name as that of it’s class?
a. finalize
b. delete
c. class
d. constructor
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : constructor[/bg_collapse]
10
In Java,which method can be defined only once in a program?
a. main
b. finalize
c. static
d. private
[bg_collapse view=”buttongreen” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : main [/bg_collapse]