Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing



Question - 1

Redis stands for ___?

  • REmote Data Internal Server.
  • REmote DIctionary Server.
  • Rewriteable DIctionary Server.
  • None of the above
Solutions
Question - 2

Which command is used to delete the key.

  • DEL
  • DELETE
  • DLT
  • All the above
Solutions
Question - 3

What is time complexity for sets in redis?

  • O(N)
  • O(N*N)
  • O(NLOGN)
  • O(1)
Solutions
Question - 4

Which is not correct option for Redis?

  • It is multi threaded
  • It has got limited client support for consistent hashing
  • It has significant overhead for persistence
  • It is not deployed widely
Solutions
Question - 5

What does CLIENT SETNAME Command Do?

  • Returns the name of the current connection
  • Assigns a name to the current connection
  • Returns the list of clients connected to Redis server
  • None of these
Solutions
Question - 6

There are ___ types of partitioning in redis

  • One
  • Two
  • Three
  • Four
Solutions
Question - 7

SYNC Command use for?

  • This command is used for replication.
  • This command is used to get information and statistics about the server.
  • This command is used to make the server crash.
  • None of these
Solutions
Question - 8

Which command to create a backup of the current database

  • SAVE
  • FLUSHDB
  • LASTSAVE
  • BGREWRITEAOF
Solutions
Question - 9

In which language Redis is written?

  • ANSI C
  • C++
  • JAVA
  • PHP
Solutions
Question - 10

Redis is very fast and can perform about ___________ SETs per second?

  • 100000
  • 110000
  • 1110000
  • 1110000
Solutions
Question - 11

Removes all the data from the database which the user is currently using

  • FLUSHDB
  • FLUSHALL
  • Both
  • None Of the Above
Solutions
Question - 12

Which of the following basic syntax of Redis client?

  • $redis-client
  • $redis-cli
  • $redis cli
  • $redis client
Solutions
Question - 13

Redis is a?

  • Relational database
  • End-user database
  • NoSQL database
  • None of the above
Solutions
Question - 14

Which below data type is not used in Redis?

  • Strings
  • Hashes
  • Dictionary
  • Lists
Solutions
Question - 15

How many types of data types redis supports?

  • 2
  • 4
  • 5
  • 6
Solutions
Question - 16

Which below option is not correct about redis?

  • Supports data replication
  • Single threaded Architecture
  • Document type of store
  • Many data types can be used
Solutions
Question - 17

Redis supports which below partitioning ?

  • Range Partitioning
  • Hash Partitioning
  • Binary Partitioning
  • Both A & B
Solutions
Question - 18

How to stop Redis?

  • /etc/init.d/redis-server stop
  • /etc/init.d/redis-server exit
  • /etc/init.d/redis-server halt
  • None of the above
Solutions
Question - 19

What is (AOF) stands for?

  • Append-only files
  • Add-only files
  • Ancient Order Files
  • None of the above
Solutions
Question - 20

How to set multiple values (array) in redis?

  • lpush
  • rpush
  • lpop
  • Both A & B
Solutions
Tags:
60+ Best Redis Interview Questions, Redis MCQ questions for placement,Redis interview questions, Previously asked Redis Questions, Frequently asked Redis Questions,Redis Questions for TCS, Redis Interview Questions for Freshers, Redis Interview Questions for Experience, Accenture Redis Interview Questions, Redis Objective Questions for Interview


Practice More sets Questions