Describe a time when you failed and how you handled it.
Lead Solution Architect Interview Questions
4,364 lead solution architect interview questions shared by candidates
Choose any technology/language (other than BASH or basic CLI) to implement this using one or more Redis data type(s): 1. Insert the values 1 to 10 000 into the Redis instance you have on Server A. 2. Read and print them in reverse order from the Redis Enterprise database in Server B. 3. Explore the data using Redis Insight. 4. What would you do to insert a lot of values (like hundreds of millions) with multiple threads and clients and read and print those in reverse order from consumer clients? What if Server B is now a sharded database with 2 primary shards across multiple nodes?
Install standalone Redis Community Edition on Server A (see IP addresses at the end of this document). 2. Change the default port from default 6379 to something else in the /etc/redis/redis.conf file and also configure a password (search for the option, don’t use ACL), disable specific “bind” options to listen on all IP addresses, and turn off “protected-mode”. You have to be able to connect with Redis CLI (redis-cli -p PORT -a PASSWORD) and also with Redis Insight using the public IP address. 3. Download Redis Software (Redis Enterprise, version for Ubuntu 22 - 7.8) on Server B. 4. Setup Redis Enterprise on that server. See caveat for port 53. Consider using no DNS, as you can have “cluster.com” as a fake cluster name and then use the public IP to access the admin web UI and your Redis database. This is a single node cluster. 5. Create a Redis database on this Redis Enterprise cluster. 6. Find and use memtier-benchmark (a CLI tool created by Redis). Run it on Server B to load data into the standalone Redis on server A. 7. Configure the Redis Enterprise database with the “Replica Of geo-distributed Redis” feature (Source: server A standalone Redis, Target: Redis Enterprise database). Use Redis CLI to validate the data was copied over from one instance to the other.
Why do you want to be a Solutions Architect? What makes Redis stand out? How would you reverse a Sorted Set?
Q.: How would you explain the most prominent algolia features to an enterprise customer? Q.: How would you set up a proof of concept with an enterprise customer?
talk about myself in detail of work
What experience do you have with redis?
Un exemple de question était sur la façon d'enlever un element dans une liste simplement chainée.
What is your best skill?
technical service now, technical understanding
Viewing 2511 - 2520 interview questions