Explore topic-wise MCQs in Amdocs.

This section includes 49 Mcqs, each offering curated multiple-choice questions to sharpen your Amdocs knowledge and support exam preparation. Choose a topic below to get started.

1.

Which CSS property is used with the direction property to set or return whether the text should be overridden to support multiple languages in the same document?

A. unicode - bidi
B. color
C. line - height
D. direction
Answer» B. color
2.

Which of the following is / are the state of the links in CSS?

A. a:link
B. a:visited
C. a:hover
D. a:active
E. All of the above.
Answer» F.
3.

Which CSS property is used for controlling the layout?

A. header
B. display
C. footer
D. none of the above
Answer» C. footer
4.

Which CSS property sets the stack order of an element?

A. z-index
B. position
C. overflow
D. clip
Answer» B. position
5.

When you create a "recipient" hidden field for a form, which of the following is the ONLY correct way to type the word "recipient?"

A. Recipient
B. <recipient></recipient>
C. recipient
D. RECIPIENT
Answer» C. recipient
6.

Which file controls how your frames will appear?

A. Frameset
B. Master Document
C. Template
D. Timeline
Answer» B. Master Document
7.

What can't layers do if you want to convert them to tables?

A. Be close
B. Contain a Color
C. Be larger than the target table
D. Overlap
Answer» E.
8.

Which HTML attribute is used to define inline styles?

A. font
B. class
C. styles
D. style
Answer» E.
9.

Which is the correct CSS syntax?

A. body:color=black
B. {body;color:black}
C. {body:color=black(body}
D. body {color: black}
Answer» E.
10.

Choose the correct HTML tag for the largest heading

A. <h6>
B. <heading>
C. <head>
D. <h1>
Answer» E.
11.

What is the correct HTML tag for inserting a line break?

A. <br />
B. <break />
C. <lb />
D. <nbsp>
Answer» B. <break />
12.

Can a data cell contain images?

A. Yes
B. No
Answer» B. No
13.

How do I add scrolling text to my page?

A. <scroll>
B. <marquee>
C. <ciruler>
D. <tab>
Answer» C. <ciruler>
14.

What is the preferred way for adding a background color in HTML?

A. <body background="yellow">
B. <background>yellow</background>
C. <body style="background-color:yellow">
D. <background color="yellow">text<background>
Answer» D. <background color="yellow">text<background>
15.

What is the correct HTML for creating a hyperlink?

A. <a name="">A</a>
B. <a>B</a>
C. <a href="http://www.example.com">example</a>
D. <a url="http://www.example.com">example</a>
Answer» D. <a url="http://www.example.com">example</a>
16.

How can you create an e-mail link?

A. <mail href="a@b">
B. <mail>a@b</mail>
C. <a href="a@b">
D. <a href="mailto:a@b.com">
Answer» E.
17.

How can you open a link in a new browser window?

A. <a href="url" new>
B. <a href="url" target="new">
C. <a href="url" target="_blank">
D. <a href="url" target="">
Answer» D. <a href="url" target="">
18.

Which of these tags are all tags?

A. <table><head><tfoot>
B. <table><tr><td>
C. <table><tr><tt>
D. <thead><body><tr>
Answer» C. <table><tr><tt>
19.

Which is not a property of attribute Behaviour of tag?

A. alternate
B. blur
C. scroll
D. slide
Answer» C. scroll
20.

The attribute used to define a new namespace is.

A. XMLNS
B. XmlNameSpace
C. Xmlns
D. XmlNs
Answer» D. XmlNs
21.

The elements and have the following characteristics

A. Element <DIV> inherits properties defined for <SPAN> in a stylesheet
B. Elements <SPAN> and <DIV> define content to be inline or block-level
C. <DIV> and <SPAN> are used as alternatives for the element <P>
D. <DIV> is used inside element <P>.
Answer» C. <DIV> and <SPAN> are used as alternatives for the element <P>
22.

Which model depicts the profile of the end users of a computer system.

A. Spiral model
B. Iterative model
C. Waterfall model
D. User model
Answer» E.
23.

Which one of the following is not an SQA activity?

A. Black box testing
B. White box testing
C. Integration testing
D. Unit testing
Answer» C. Integration testing
24.

Fanin in an OO context indicates.

A. Objects
B. Inheritance
C. Messages
D. Polymorphism
Answer» C. Messages
25.

The Bedrock that supports software Engineering in layered technology.

A. Methods
B. Tools
C. Process
D. Quality Focus
Answer» E.
26.

If the software process were not based on scientific and engineering concepts it would be easier to re-create new software than to scale an existing one is known as.

A. Cost
B. Dynamic Management
C. Large Software
D. Scalability
Answer» E.
27.

Effective software project management focuses on the four P’s. What are those four P’s?

A. People, performance, payment, product
B. People, product, process, project
C. People, product, performance, project
D. All of the above.
Answer» C. People, product, performance, project
28.

What are the signs that a software project is in trouble?

A. The product scope is poorly defined.
B. Deadlines are unrealistic.
C. Changes are managed poorly.
D. All of the above.
Answer» E.
29.

Software Engineering: Which model gives the overall reliability of the system that is projected and certified?

A. Sampling model
B. Component model
C. Certification model
D. Both A & B
Answer» D. Both A & B
30.

Software Engineering: Abbreviate the term BSS.

A. Box Structure Specification
B. Box Statistical Specification
C. Box Statistical System
D. Box Structure Sampling
Answer» B. Box Statistical Specification
31.

Software Engineering: Threat is the probability that can attack a specific type and it also occur within a given time.

A. True
B. False
Answer» B. False
32.

Software Engineering: What can static analysis NOT find?

A. the use of a variable before it has been defined
B. unreachable (“dead”) code
C. memory leaks
D. array bound violations
Answer» D. array bound violations
33.

Which of the following statements are true?

A. HTTP runs over TCP
B. HTTP allows information to be stored in a URL
C. HTTP can be used to test the validity of a hypertext link
D. All of the above
Answer» E.
34.

From the following options indicate a correct association of the PROMPT, HEAD and RCPT commands with protocols where they are used?

A. HTTP, SMTP, FTP
B. FTP, HTTP, SMTP
C. HTTP, FTP, SMTP
D. SMTP, HTTP, FTP
Answer» C. HTTP, FTP, SMTP
35.

Assume that an HTML form is designed to purchase the furniture. All the items required are being checked. After selecting the items the payment details are entered and the submit button is pressed. From the following options which one would you prefer to send the data to the server. Assume that all the security is handled.

A. Only POST
B. Only GET
C. Either of GET or POST
D. Neither GET nor POST
Answer» D. Neither GET nor POST
36.

What does error 404 or Not Found error while accessing a URL mean?

A. The server could not find the requested URL
B. Requested HTML file is not available
C. The path to the interpreter of the script is not valid
D. The requested HTML file does not have sufficient permissions
Answer» B. Requested HTML file is not available
37.

In a Javascript Application what function can be used to send messages to users requesting for an text input?

A. Display()
B. Alert()
C. GetOutput()
D. Prompt()
Answer» E.
38.

If you want to align text to the right side of an block element in a cascading style sheet (CSS) then which of the following property would you use?

A. Right align
B. Justify
C. Left align
D. Text align
Answer» E.
39.

To set up the window to capture all Click events, we use which of the following statement?

A. window.captureEvents(Event.CLICK);
B. window.handleEvents (Event.CLICK);
C. window.routeEvents(Event.CLICK );
D. window.raiseEvents(Event.CLICK );
Answer» B. window.handleEvents (Event.CLICK);
40.

A transparent DBMS? (Database)

A. Can not hide sensitive information from users
B. Keep its logical structure hidden from users
C. Keeps its physical structure hidden from users
D. Both B and C
Answer» D. Both B and C
41.

In c programming a function can return ___________

A. Single value
B. Double value
C. Many value
D. all of the above
Answer» B. Double value
42.

Array index always start from 1

A. 0
B. 1
C. 2
D. 3
Answer» B. 1
43.

The function that calls itself for its processing is known as.

A. Inline Function
B. Nested Function
C. Overloaded Function
D. Recursive Function
Answer» E.
44.

Which of the following cannot be checked in a switch-case statement? (C programming)

A. Character
B. Integer
C. Float
D. enum
Answer» D. enum
45.

What is the default return-type of getchar()? (C programming)

A. char
B. int
C. char *
D. Reading character doesnt require a return-type
Answer» C. char *
46.

Identify the wrong syntax (C programming)

A. typedef struct { member declaration; } NAME; NAME V1, V2;
B. typedef struct tag{ member declaration; } NAME; NAME V1, V2;
C. typedef struct { member declaration; } NAME; NAME V1, V2;
D. typedef struct tag { member declaration; } NAME; NAME V1, V2;
Answer» E.
47.

C programming : If you want to store dissimilar data together, then which type you will use?

A. array
B. structure
C. stack
D. None of the above.
Answer» C. stack
48.

C programming : Suppose that x is a one dimensional array, then choose the correct answer regarding array.

A. *(x + n) is same as &x[n]
B. *&x[n] is same as x + n
C. *(x + n) is same as x[n] +1
D. *(x + n) is same as *x[n]
Answer» B. *&x[n] is same as x + n
49.

Using _______ statement is how you test for a specific condition.

A. Select
B. If
C. Switch
D. For
Answer» C. Switch