๐Ÿงช ANT MCQ Quiz Hub

ANT Mcq Question Set 1

Choose a topic to test your knowledge and improve your ANT skills

What is true about Ant?





โœ… Correct Answer: 4

Ant stands for?





โœ… Correct Answer: 3

ANT provides the cross-platform deployment that can run on any platform.





โœ… Correct Answer: 1

_____ is a popular dependency manager





โœ… Correct Answer: 2

A built tool is software which is used to ?





โœ… Correct Answer: 4

What are the features of Ant?





โœ… Correct Answer: 4

Which of the following is true about target?





โœ… Correct Answer: 3

Which of the following property defines the name of current project?





โœ… Correct Answer: 2

Ant does not need to set class path.





โœ… Correct Answer: 1

Ant can be used for?





โœ… Correct Answer: 3

Which of the following is true about Apache IVY?





โœ… Correct Answer: 4

Which terms refers to the name of the company, individual developer or team name who creates the project or library?





โœ… Correct Answer: 2

Which represents continuous development, nightly build?





โœ… Correct Answer: 3

Type identifies the artifact category like jar, war, src, doc etc?





โœ… Correct Answer: 1

Which of the following are features of Apache Ivy?





โœ… Correct Answer: 4

Which tag of Ivy Settings File, set an ivy variable. Cardinality: 0..n?





โœ… Correct Answer: 2

Which is the use of parsers tag?





โœ… Correct Answer: 3

____ task is used to resolve dependencies to a specified location in project workspace.





โœ… Correct Answer: 2

publish task is used to publish current artifacts and its resolved descriptor files to mentioned repository.





โœ… Correct Answer: 1

typedef define new types in ivy.





โœ… Correct Answer: 1

What Is Apache Nifi?





โœ… Correct Answer: 3

A __________ is a message or event data or user data, which is pushed or created in the NiFi.





โœ… Correct Answer: 2

_____ is a main component in the NiFi, which will really work on the FlowFile content and helps in creating, sending, receiving, transforming routing, splitting, merging, and processing FlowFile.





โœ… Correct Answer: 4

Is There A Programming Language That Apache Nifi Supports?





โœ… Correct Answer: 1

NiFi 1.0 there is ____________ philosophy is considered.





โœ… Correct Answer: 1

Apache NiFi consist of a ?





โœ… Correct Answer: 4

_______ process is used to fetch files of a specific format from a specific directory.





โœ… Correct Answer: 2

______ processors are used to route the flowfiles to different processors or data flows according to the information in attributes or content of those flowfiles.





โœ… Correct Answer: 3

______ processors are used to run processes or commands in any operating system.





โœ… Correct Answer: 4

Template is a re-usable workflow.





โœ… Correct Answer: 1

AWT stands for ?





โœ… Correct Answer: 3

The subclass of a java.awt.Component class is known as a ?





โœ… Correct Answer: 2

What is the super class of all components of Java?





โœ… Correct Answer: 3

The subclass of a java.awt.Container class is known as a container.





โœ… Correct Answer: 1

How many layout managers defined in java.awt package?





โœ… Correct Answer: 1

A ___________ dictates the style of arranging the components in a container.





โœ… Correct Answer: 4

Which method used to place some text in the text field?





โœ… Correct Answer: 2

What is the listener used to handle the events of a text field?





โœ… Correct Answer: 4

Which method used to change the foreground (text) color of components like text field?





โœ… Correct Answer: 2

getLabel() method used to retrieve the label of a button.





โœ… Correct Answer: 1

EJB stands for ?





โœ… Correct Answer: 3

How many types of enterprise bean in java?





โœ… Correct Answer: 2

_____ encapsulates business logic.





โœ… Correct Answer: 4

How many types of session bean?





โœ… Correct Answer: 3

A Stateless session bean is a business object that doesn't maintain the conversational state with the client.





โœ… Correct Answer: 1

_____ is a messaging service to create, send and receive messages asynchronously.





โœ… Correct Answer: 2

What are the advantages of JMS?





โœ… Correct Answer: 3

In ___________, one message is delivered to one receiver only.





โœ… Correct Answer: 4

In which model, one message is delivered to all subscribers?





โœ… Correct Answer: 3

Message Driven Bean (MDB) encapsulates business logic. It is invoked by passing the message. It is like JMS receiver.





โœ… Correct Answer: 1