1. State whether True or False.
HTML Text has priority over an image for the banner.
Answers:
• True
• False
2. Clients that have cookies disabled will not
be able to perform which type of actions?
Answers:
• Adding a product to
the shopping cart.
• Logging on or creating
an account
• Proceeding through the
checkout procedure
• All of
the above.
3. Refer to the given image.
In the picture, which transaction mode for the
PSiGate service would you choose when you decide to go live?
Answers:
• A
• B
• C
• D
4. What is the purpose of the Recreate Session
option in session?
Answers:
• It recreates a session
ID whenever a customer performs a logon.
• It recreates a session
ID whenever a customer performs a checkout.
• Both a
and b.
• None of the above.
5. State whether True or False.
By default, osCommerce saves all uploaded image
files to the images folder.
Answers:
• True
• False
6. Which class property is an array containing
one or more allowable file upload types?
Answers:
• $tmp_filename
• $permissions
• $destination
•
$extensions
7. Refer to the given image.
State whether True or False.
In the picture, setting the enable item shipping
module to 'False' will uninstall this module.
Answers:
• True
• False
8. Refer to the given image.
When does a given error message appear as shown
in the picture?
Answers:
• When a database table
is corrupt.
• When it can no longer
be accessed.
• When it can not be
read properly.
• All of
the above.
9. Refer to the given image.
What will happen if in the given picture no
scheduled date is defined in Banner Manager?
Answers:
• If no
scheduled date is defined, the banner will automatically become inactive.
• If no scheduled date
is defined, the banner will automatically become active when saved.
• Both a and b.
• None of the above.
10. Refer to the given image
For which of the following servers will the
force cookie usage implementation not work?
Answers:
• A
• B
• Both a and b.
• Neither a nor b
11. Refer to the given image.
What happens If the 'download only' option is
selected as shown in the picture?
Answers:
• It will create a file
in the backups directory without any compression.
• A backup file will be
created on the server and will be downloaded to the store owner's computer.
• A
backup file will not be created on the server but will be downloaded to the
store owner's computer.
• None of the above.
12. Refer to the given image.
As shown in the picture, why is it recommended
that you leave the setting as Image Required true while you are building the
site?
Answers:
• This
will allow you to spot if anything is amiss with your images.
• You can not set this
to false.
• Both a and b.
• None of the above.
13. Which of the following is used for certain
HTML form elements?
Answers:
• CHECKBOX
• RADIO
• SELECT
• All of
the above
14. State whether True or False.
In the class method i.e
set_extensions($extensions),
$extensions can either be a string containing
one extension type, or an array containing many extension types.
Answers:
• True
• False
15. Refer to the given image.
What is the use of the pink circle button in the
products list in the given picture?
Answers:
• It turns the product
on.
• It deletes the product
from the database.
• It
turns the product off without deleting it from the database.
• None of the above.
16. Refer to the given image.
After looking at the picture, what do you
understand by the maximum number of downloads option in the download section?
Answers:
• It means customers are
not authorized to download the file.
• It means the maximum
number of times the customer will be able to download the file before it gets
deleted.
• It
means the maximum number of times the customer will be able to download the
file before it is locked out.
• None of the above.
17. Refer to the given image.
What happens if you choose the PSiGate
transaction type to sale, as shown in the picture?
Answers:
• It will ensure the
funds are available (reserved) but will not perform the transaction.
• The
PsiGate will treat it as a normal transaction and transfer funds appropriately.
• It has nothing to do
with payment.
• None of the above.
18. Which of the given variables for the file to
be processed does the Parse() class method look through?
Answers:
• $_FILES
• $HTTP_POST_FILES
• $GLOBALS
• All of
the above
19. Refer to the given image:
When will you set the Use MIME HTML While
Sending Emails feature to false?
Answers:
• When you want to send
e-mails which are html type.
• When you want to send
e-mails which are xml type.
• When
you want to send e-mails which are pure text type.
• All of the above
20. Refer to the given image.
What does the given error message indicate as
shown in the picture?
Answers:
• It indicates that the
maximum number of connections to the database server has been reached.
• It indicates the wrong
server DB_SERVER information in the configure.php files.
• It indicates that the
username or the password is incorrect for the database connection.
• None of the above.
21. Refer to the given image.
State whether True or False.
As shown in the picture, manufacturer's name
will be the same text displayed regardless of which language the customer is
using.
Answers:
• True
• False
22. What is the normal setting of GZip
compression?
Answers:
• 4
• 5
• 7
• 9
23. Refer to the given image.
Which option in the picture shows how many
products have been viewed and purchased, and the total number of the customers'
orders?
Answers:
• A
• B
• C
• D
24. With which type of currency does the PsiGate
not deal?
Answers:
• Canadian dollar
• US dollar
• Australian dollar
• All of the above
25. Refer to the given image.
Which area in the picture can be used to quickly
access the more important and popular customer pages on the site?
Answers:
• A
• B
• C
• D
26. What is not true of .htaccess in osCommerce?
Answers:
• It does not appear on
normal unix directory listings.
• It is used with apache
webservers.
• It starts with a dot.
• None of the above.
27. Refer to the given image.
What happens if a sort order is left blank as
shown in the picture?
Answers:
• You can not leave this
box blank.
• The category folders
will line up alphabetically.
• Nothing will happen.
• None of the above.
28. Which class method moves the uploaded file
to the destination directory and sets the assigned file permissions?
Answers:
• set_file($file)
• check_destination()
•
set_destination($destination)
• save()
29. Refer to the given image.
In the picture, which option will be setup when
you input a product into the "Categories/Products" section?
Answers:
• A
• B
• C
• None of the above
30. Which stylesheet definition sets the color
of the inside of all the information boxes and puts a colored border around the
comments boxes?
Answers:
• .infoBox
• .infoBoxContents
• .infoBoxNotice
• .infoBoxNoticeContents
31. Refer to the given image.
Which option in the picture defines the image
sizes of your products in the product listing page?
Answers:
• A
• B
• C
• None of the above
32. State whether True or False.
"1030 - Got error 127 from table handler
Solution".
This error indicates that the table mentioned is
corrupt.
Answers:
• True
• False
33. Which of the following operating systems
does osCommerce support?
Answers:
• Linux
• Solaris
• BSD
• All of the above
34. Refer to the given image.
When will you set E-mail Linefeeds to CRLF?
Answers:
• When you are on a Windows
server.
• When you are on a
Linux server.
• When you are on a Unix
server.
• All of the above.
35. Which E-mail transport method you will
choose when the webserver is unix based?
Answers:
• SMTP
• Sendmail
• Both a and b
• None of the above
36. Refer to the given image.
How will you fix the fatal class error as shown
in the picture?
Answers:
• You will have to make
a class.
• You will remove
boxes.php class.
• You will just ignore
it.
• None of the above.
37. Which class property is set twice with
different value types?
Answers:
• $permissions
• $destination
• $file
• All of the above
38. State whether True or False.
The difference between the force cookie use
implementation and the search spider engine session prevention implementation
is that the force cookie use implementation works on a global scale whereas the
search engine spider session prevention implementation works only against a
list of known search spider engines.
Answers:
• True
• False
39. What does SSL stand for?
Answers:
• Solid Secure Layer
• Secure Solid Layer
• Secure Socket Layer
• Semi Solid Layer
40. Which of the following actions can not be
performed by the newsletter manager when it is locked?
Answers:
• Edit
• Delete
• Unlock
• None of the above
No comments:
Post a Comment