Sponsored Links

Interview Questions



INTERVIEW QUESTIONS CIW CERTIFICATION EXAMS CIW ASSOCIATE DESIGN SPECIALIST CERTIFICATION EXAM DETAILS

Question: Egon is a member of a site development team hired by a skydiving center to
establish a Web presence. Of the following specifications, which would best indicate the accessibility,
interactivity and search features that Egon recommends?
A. Design specification
B. Content specification
C. Architecture specification
D. Functionality specification

Answer: D. Functionality specification

Category CIW Associate Design Specialist Certification Exam Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.2) By 9314 users
Added on 7/28/2015
Views 69946
Rate it!

Question: Egon is a member of a site development team hired by a skydiving center to
establish a Web presence. Of the following specifications, which would best indicate the accessibility,
interactivity and search features that Egon recommends?
A. Design specification
B. Content specification
C. Architecture specification
D. Functionality specification


Answer:

D. Functionality specification Source: CoolInterview.com



If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
Curtis is creating a new Web site for his company. Which of the following
should drive all other development concerns for the company's site?
A. The site should support the vision of the company.
B. The site should replicate the company's product brochure.
C. The site should support one aspect of the company's goals.
D. The site should expand the vision of the company into new areas.
View Answer
The role of the project manager is to:
A. develop Web sites and manage Web site resources.
B. create the blueprint for the site and plan the navigation.
C. evaluate available resources and create specifications.
D. create Flash animations and user interfaces for Web applications.
View Answer
You have been asked to insert an image named kayak.jpg in a Web page.
Which of the following code examples will validate as XHTML 1.0 Transitional?
A. <img src=kayak.jpg alt=kayak />
B. <img src=kayak.jpg desc=kayak />
C. <img src=kayak.jpg alt=kayak></img>
D. <img ref=kayak.jpg desc=kayak></img>
View Answer
Which of the following is directly exploited by a brute-force attack?
A. The Web server's available bandwidth
B. The Web server's authentication mechanisms
C. The TCP/IP software installed on the Web server
D. The log file mechanisms that exist on the Web server
View Answer
Which of the following techniques helps stop a denial-of-service (DOS)
attack in which an attacker has sent multiple ICMP or TCP packets to crash a Web server on the
Internet?
A. Filtering traffic at the firewall
B. Changing passwords on a regular basis
C. Installing Apache server rather than Microsoft IIS
D. Placing the database and the Web server on separate systems
View Answer
The best way to thwart a dictionary attack is by enforcing a:
A. proxy server policy.
B. strong password policy.
C. restricted access policy.
D. firewall configuration policy.
View Answer
You want to provide your visitors with Web pages that look good and
perform well on many browsers and platforms. Accessibility and conformance to W3C standards are
critical. Using a WYSIWYG editor, what would be the most appropriate positioning method and font
choice for page elements on the site template?
A. Table layout and relative font sizes
B. Table layout and absolute font sizes
C. CSS positioning and relative font sizes
D. CSS positioning and absolute font sizes
View Answer
You are creating a Web site that uses a gradient fill for all page
backgrounds on a site. To ensure that you can see the gradient through the image background, you
should:
A. use TIF images with transparent backgrounds.
B. use JPG images with transparent backgrounds.
C. use GIF 89a images with transparent backgrounds.
D. use GIF 89b images with transparent backgrounds.
View Answer
You have created a style sheet and applied it to every Web page on your
site. After reviewing the updated pages, you notice that not all of the styles implemented by the style sheet
were applied to some of the pages. Which of the following is the most plausible reason for this?
A. One style sheet cannot be applied to multiple pages.
B. Certain styles cannot be rendered the same on all pages.
C. Linked styles will be overridden by embedded or inline styles on the page.
D. Your site uses multiple linked style sheets, which are conflicting with one another.
View Answer
What is another name for the staging server?
A. Live server
B. Production server
C. Redundant server
D. Development server
View Answer
Image slicing involves:
A. selecting rectangular sections of a larger graphic to be divided into smaller images during export.
B. creating an animated GIF file from a single large image file to decrease perceived download time.
C. merging several small image files into a single large image file to simplify placement on the Web page.
D. selecting sections of a single image and saving them as separate JPG files in a specially created folder.
View Answer
Rosa wants to position a paragraph 100 pixels below the top of the HTML
document, and 100 pixels from its left margin. Which styles should she use?
A. top: 100px; left: 100px
B. position: relative; top: 100px; left: 100px
C. position: absolute;top: 100px;left: 100px
D. position: absolute;margin-top: 100px;margin-left: 100px
View Answer
Q: 16 Both versions of GIF files support small file size, lossless compression and
transparency. Which of the two GIF versions also supports animation and interlacing?
A. 87a
B. 87b
C. 89a
D. 89b
View Answer
Kellee wants to determine which areas of her company's Web site attract
visitors, and the frequency with which those areas are visited. Which of the following is the best way for
her to determine these facts?
A. Monitor network traffic during peak hours.
B. Place a hit counter on each page of the Web site.
C. Analyze the Web site server logs to measure page access.
D. Call users and ask them which sections of the site they visit often.
View Answer
The W3C has developed XHTML standards for the World Wide Web.
These standards:
A. allow proprietary software to run in other vendors' browsers.
B. ensure consistent display in various browsers and platforms.
C. define a language that incorporates data structures and internal logic.
D. allow markup elements to combine both structure and formatting in a single text file.
View Answer
Jason needs to create a table with four columns and six rows. Which of the
following attributes must he include in the <td> tag to allow the first cell to span across the entire width
of the table?
A. colspan="4"
B. colspan="6"
C. rowspan="6"
D. width="100%"
View Answer
Which of the following is the common name for the practice hackers use to
trick people into revealing sensitive information?
A. Social engineering
B. Identity exploitation
C. Information probing
D. Intellectual deception
View Answer
Alma has been asked to upgrade the pages on her Web site to XHTML 1.0
Transitional. Which of the following tags must she alter on each page?
A. The <head> tag
B. The <span> tag
C. The <meta> tag
D. The <!DOCTYPE> tag
View Answer
Hal has saved a file as a template in Dreamweaver. If he has not already
done so, Dreamweaver will prompt him to add:
A. a content region.
B. an editable region.
C. a CSS style sheet.
D. a <div> tag to hold content.
View Answer
Which of the following would typically be found in the contents of an
external style sheet?
A. P [margin: 1in]
B. P (margin: 1in)
C. P { margin: 1in }
D. <P align=left> </P>
View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All CIW Associate Design Specialist Certification Exam Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions