RPD Development Workflow: Multiuser Development & Deployment
Explain how teams collaborate on a single RPD using Multiuser Development (MUD) and how changes are deployed across environments.
A single binary RPD file is not naturally collaborative — two developers can't edit it simultaneously the way they could edit separate files in source control — so OBIEE provides Multiuser Development (MUD) to let teams work on the same repository in parallel without stepping on each other, and interviewers use this to gauge whether you've worked on a real team-based RPD project versus a solo sandbox.
MUD is like a shared Google Doc where each person is assigned their own section to edit offline, and a merge tool stitches everyone's sections back together at the end, flagging any spot where two people edited the exact same sentence so a human can decide which version wins.