You are on page 1of 5

Looking for Real Exam Questions for IT Certification Exams!

We guarantee you can pass any IT certification exam at your first attempt with just 10-12
hours study of our guides.

Our study guides contain actual exam questions, you will get word to word same on your
actual test; accurate answers with detailed explanation verified by experts and all graphics
and drag-n-drop exhibits shown just as on the real test.

To test the quality of our guides, you can download the one-fourth portion of any guide from
http://www.certificationking.com absolutely free.

Besides, we also offer complete version of following exams absolutely free. You can start
your certification from these free guides and if you are satisfied you can buy the rest

♦ Microsoft: 70-270, 70-305 ♦ Cisco: 642-901 ♦ Oracle: 1Z0-007, 200 ♦ CompTIA: 220-601
♦ SUN: 310-011, 310-043 ♦ Citrix: 1Y0-A01, 1Y0-256 ♦ CIW: 1D0-420 ♦ Novell: 50-686
♦ Adobe: 9A0-029 ♦ Apple: 9L0-005, 9L0-505 ♦ Avaya: 132-S-100 ♦ Cognos: COG-105
♦ CWNP: PW0-100 ♦ EMC: E20-001 ♦ Hyperion: 4H0-002 ♦ HP: HP0-771, HP0-J24
♦ IBM: 000-253, 000-700 ♦ Juniper: JN0-100, JN0-201 ♦ Lotus: LOT-737
♦ Nortel: 920-803 ♦ SAS: A00-201 ♦ SNIA: S10-100 ♦ Sybase: 510-015
♦ Symantec: 250-101 ♦ TeraData: NR0-011

For pricing and placing order, please visit http://certificationking.com/order.html


We accept all major credit cards through www.paypal.com

For other payment options and any further query, feel free to mail us at
info@certificationking.com
Exam Name: Implementing HP Asset Manager Software
Exam Type: HP
Exam Code: HP0-M28 Total Questions 83

Question: 1
Where are user login passwords stored? (Select three.)

A. in NT Security
B. in Asset Manager
C. in RDBMS Security
D. in Asset Manager Web
E. in an external LDAP directory

Answer: A, B, E

Question: 2
What is the difference between an internal request and a standard request?

A. An internal request is held in a different table than a standard request.


B. A standard request can only be used for requesting assets. An internal request can only be
used for requesting services.
C. There is no difference between internal requests and standard requests; they are both found in
the amRequest table and have the same attributes.
D. An internal request is available via the Portfolio module and cannot be used to create
estimates and orders. A standard request is available via the Procurement module and can be
used to create estimates and orders.

Answer: D

Question: 3
Which value will the script, Instr(0,This is a test,test) return?

A. 0
B. 11
C. true
D. false

Answer: B

Question: 4
Which tables will have records created when a new computer is inserted? (Select three.)

A. Assets
B. Monitors
C. Computers
D. Portfolio Items
E. Employees and Departments

Answer: A, C, D

Question: 5
A particular lessor requires that payments are made five days before the beginning of the month.
Which fields are required to reflect this requirement?

A. Payment, Periodicity, Grace


B. Payment, Bill Cycle Day, Grace
C. Periodicity, Bill Cycle Day, Grace
D. Periodicity, Payment, Bill Cycle Day

Page 1 of 17
Exam Name: Implementing HP Asset Manager Software
Exam Type: HP
Exam Code: HP0-M28 Total Questions 83

Answer: D

Question: 6
Which type of calculated field can be used in a filter?

A. AQL
B. Javascript
C. BASIC script
D. calculated string

Answer: A

Question: 7
Which value will the script, LeftPart(This_is_a_test,_,0) return?

A. This
B. This_
C. This_a
D. This is a test

Answer: A

Question: 8
What will the query, lCostId=0, run against the Portfolio Items table return?

A. all portfolio items associated with cost center 0


B. all portfolio items associated with any cost center
C. all portfolio items not associated with a cost center
D. all portfolio items associated with a cost center other than 0

Answer: C

Question: 9
Which wildcard operator is used to represent a single character search when using a simple
filter?

A. *
B.
C. __
D. %

Answer: C

Question: 10
How would you display the Brand name in the list on the Computers table?

A. from Configure list ->Brands table, select the Name field


B. from Configure list, ->Brands table, select the Name field
C. from Configure Object, ->Brands table, select the Name field
D. from Configure list, ->Portfolio -> Links -> Models -> Links to Brands table, select the Name
field

Answer: D

Question: 11

Page 2 of 17
Exam Name: Implementing HP Asset Manager Software
Exam Type: HP
Exam Code: HP0-M28 Total Questions 83

Where are query records used in Asset Manager? (Select two.)

A. in views
B. in scripts
C. in filters on record lists
D. in restricting access to the database
E. in establishing connections to other databases

Answer: A, C

Question: 12
Which tests must be completed before deploying Asset Manager into a production environment?
(Select two.)

A. functional tests
B. no tests required
C. consistency tests
D. performance tests

Answer: A, D

Question: 13
Which character is used to contain date or time data-type constants in an AQL statement?

A. '
B. /
C. "
D. #

Answer: D

Question: 14
Which records must exist before a Portfolio Item record can be created?

A. Brand and Model


B. Model and Asset
C. Nature and Asset
D. Nature and Model

Answer: D

Question: 15
Which table stores the software license data?

A. Features
B. Computers
C. Assets and Batches
D. Software Installations

Answer: C

Question: 16
How do you create a hierarchical relationship in the Assets table?

A. This cannot be done in the Assets table.

Page 3 of 17
Exam Name: Implementing HP Asset Manager Software
Exam Type: HP
Exam Code: HP0-M28 Total Questions 83

B. Select the Tree View icon from the Assets table.


C. Drag one asset record onto another asset record.
D. Specify the parent in the Component field of the child asset.

Answer: A

Question: 17
When will the Software inst. tab appear on the Portfolio items table?

A. The tab is always present.


B. when the License field behavior is selected in the Nature
C. when a Nature of Software Installations is selected as a behavior
D. when a Nature of Software Installations or Utilizations is selected in the Also Create field

Answer: D

Question: 18
Which table contains specific information about an item in a product catalog, such as its price and
the time frame for which it is valid?

A. amModel
B. amCatRef
C. amCatalog
D. amCatProduct

Answer: B

Question: 19
An Automated Process Manager module is automatically executed under which conditions?
(Select two.)

A. when the module is enabled


B. when the module has a schedule attached to it
C. when at least one user is logged into Asset Manager
D. when there are no other modules defined on that system
E. when the administrator selects the module from the Action > Activate menu and clicks OK

Answer: A, B

Question: 20
Which messaging protocol is used when receiving messages in Asset Manager?

A. AM
B. VIM
C. MAPI
D. SMTP

Answer: A

Question: 21
Which type of user security enforces row-level protection so that it allows a user to see only the
portfolio items that are assigned to them?

A. user rights
B. functional rights

Page 4 of 17

You might also like