How to verify a DUT with master interface

Hi…i have a APB master DUT. I am considering one slave agent that will drive response item based on request item sampled by monitor. How to implement sequence & sequencer for this purpose ?Do i need to take memory element inside sequence. How should scoreboard behave in this scenario ?

In reply to shekher201778:

The Verification Academy has a complete section on implementing slave sequences.

In reply to shekher201778:

I had the same purpose a while ago when I wanted to verify a Master. I think this will help you https://www.verilab.com/files/mastering_reactive_slaves.pdf
the scoreboard will behave the same way its behaves for slave DUT it will get transactions from monitor then copares the; to expected transactions from a ref model.