AI / Agentic AI Interview Questions
Explain the lifecycle of an agent's memory from short-term context to long-term storage?
- Active session: information starts in short-term memory, living inside the current context window as the conversation or task unfolds
- Filtering: not everything is worth keeping, so a decision, whether rule-based or model-driven, determines what's significant enough to persist
- Encoding: selected information is converted into an embedding, or in some architectures, an LLM-generated structured note with keywords and context
- Storage: that encoded memory is written to a long-term store, commonly a vector database
- Retrieval: in future sessions, a similarity search pulls back relevant stored memories to enrich the agent's current context
Some more advanced memory architectures go a step further, letting new incoming information trigger updates to existing stored memories, creating an evolving, interconnected network rather than a simple append-only log.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
