Discuss a challenging project or task and how you managed it?
Infrastructure Engineer Interview Questions
Infrastructure Engineer Interview Questions
Infrastructure engineers are responsible for building and maintaining digital networks. In your interview for an infrastructure engineer position, be prepared to answer technical questions about IT systems and software. Interviewers may also ask non-technical questions to assess your communication and time management skills.
Top Infrastructure Engineer Interview Questions & How to Answer
Question #1: How do you communicate complex issues to non-engineer colleagues or clients?
Question #2: What are the positive and negative aspects of working within an Agile construct?
Question #3: How do you produce quality work when you have several projects to complete?
3,742 infrastructure engineer interview questions shared by candidates
Technical as per the skillset and requirement.
When a in-memory database is used primarily as a cache, eventually that database will become full. In order to continue operating, objects must be evicted from memory (essentially, deleted) to free up space. Some common strategies for determining what to evict include: LRU (Least Recently Used), where the least recently accessed keys are evicted first when an eviction is reguired LFU (Least Frequently Used), where the least frequently accessed keys are evicted first when an eviction is required Random, where a random key is evicted when an eviction is required No Eviction, where an error is raised rather than ever evicting a key Which statement about eviction policies is most TRUE? O Memcached supports the Random or LRU eviction strategles, whereas Redis never evicts keys and instead always raises an error when RAM is exhausted. Redis supports all of the above strategies, and Memcached supports only LRU and LFU. Typically an application will configure all available data stores with a similar eviction policy. Both Memcached and Redis support all of the above strategies, and you should configure Memcached or Redis appropriately as required by the application. Both Redis and Memcached support all of the above strategies except for Random. FU is always inferior to LRU and should never be used. While Redis supports all of the above strategies, Memcached only supports an RU eviction policy. It is conceivable that certain applications would benefit from multiple Redis servers with different eviction policies for different storage needs.
How should you allocate $500m of funds?
Why are you looking for a new job?
Not much was asked, most of the time was spent arguing (see above).
I haven't reached technical interview. Interview with the HM contained some questions about my experience and very simple technical questions like "what this linux command do".
What is your previous experience?
Generic: Past experiences, strengths, weakness, what book are currently reading.
Best way to move between SAN switches
Viewing 1641 - 1650 interview questions