In a remote procedure call, what is the unique identifier assigned to every request message?
1.CorelationId
2.Binding
3.Routing key
4.UniqueId
Which of the following built-in channel method declares a queue?
1.queueDeclare()
2.queueDeclare()
3.newQueue()
4. declareQueue()
Which of the following is the virtual connection inside a connection?
1.Queue
2.Exchange
3.Binding
4.Channel
Expiry time for a queue is set by assigning which property?
1.TTL
2.Timeout
3.Auto expire
4.Auto delet
Expiry time for a queue is set by assigning which property?
1.TTL
2.Timeout
3.Auto expire
4.Auto delet
In spring AMPQ, which of the following class enables to publish messages?
1.RabbitTemplate
2.RabbitAdmin
3.AmpqTemplate
4.AmpqAdmin
Pika is the RabbitMQ client library for?
1.Java
2.Python
3.Node.js
4.Spring
Queues that are deleted after performing a task are called?
1.Exclusive Queues
2.WorkQueues
3.Auto Delete Queues
4.TemporaryQueues
RabbitMQ server is an open source implementation of?
1.AMQP protocol
2.DDS protocol
3.MQTT protocol
4.CoAP protocol
RabbitMQ server is written using?
1. C#
2.Erlang
3. Java
4.JavaScript
The default SASL method supported by RabbitMQ is?
1.AMQPLAIN
2.RABBIT-CR-DEMO
3.PLAIN
4.EXTERNAL
Using Channel binding can be done using builtin method
1. binding()
2.coupling()
3.bindQueue()
4.queueBind()
Using Channel message can be consumed using builtin method
1.recieveMessage()
2.newConsume()
3.basicConsume()
4.Consume()
Using Channel message can be published using builtin method
1.sendMessage()
2.basicPublish()
3.newPublish()
4.publish()
Using Connection channel can be created using builtin method
1.createChannel()
2.newChannel()
3.Channel()
4.buildChannel()
Using ConnectionFactory Connection is created using built in method
1.createConnection
2.newConnection()
3.Connection
4.buildConnection
What is the default port of the RabbitMQ management interface?
1.15762
2.8000
3.15672
4.8090
Which of the following command creates a user Jim and password root?
1.rabbitmqctl add_user jim root
2.rabbitmqctl add_user root jim
3.rabbitmqctl add jim root
4.rabbitmqctl user jim root
Which of the following command deletes user Jim?
1. rabbitmqctl.bat delete_user Jim
2.rabbitmqctl.bat remove Jim
3.rabbitmqctl.bat delete Jim
4.rabbitmqctl.bat remove_user Jim
Which of the following exchange has the routing key as a list of words?
1.Header Exchange
2.DirectExchange
3.Fanout Exchange
4.Topic Exchange
Which of the following exchange is pre-declared if no exchange is declared?
1.Direct Exchange
2.Topic Exchange
3.Default Exchange
4.Header Exchange
Which of the following exchange routes messages to queues by ignoring the routing key?
1.Topic Exchange
2. Fanout Exchange
3.Header Exchange
4.Direct Exchange
Which of the following is the buffer that stores messages sent by the producer?
1.Channel
2.Connection
3.Queue
4.Exchange
Which of the following is the client library for Node.js to integrate with RabbitMQ?
1.Ampqlib
2.Bunny
3.Pika
4.Objective-C
Which of the following is the command to delete quiz Vhost?
1.rabbitmqctl.bat remove_vhost events
2. rabbitmqctl.bat delete_vhost quiz
3.rabbitmqctl.bat remove_vhost quiz
4.rabbitmqctl.bat delete events
Which of the following is the component that routes messages to queues?
1.Channel
2.Binding
3.Exchange
4.Binding
Which of the following is the permission required to create a resource?
1.Read
2.Configure
3.Create
4.Write
Which of the following parameter is provided to the nextDelivery() method and specifies the time to wait for the next delivery message?
1.Timeout
2.Break
3.Wait
4.Sleep
Which of the following property assigned to a queue specifies the queue survival time?
1.Transient
2.Max-Time
3.Durable
4.TTL
Which of the following tag allows a user to access only the management plugin?
1.Policymaker
2.Management
3.Monitoring
4.Administrator
Which property of a channel is used to display acknowledge details?
1.ack
2.Prefetch
3.unacked
4.confirm