Questions I can ask the lead DORA report investigator in an interview?
Posted by shivamchhuneja@reddit | ExperiencedDevs | View on Reddit | 8 comments
Hey everyone, we are soon interviewing the lead investigator from DORA team at Google Cloud and are trying to pose hard questions: just get away from the typical yearly dora report discussion.
Wanted to see if you have anything to share around what we could ask? (I've got my list but thought it might be a good idea to take your questions/opinion on this too)
ashultz@reddit
The really hard question is do all these measurements and reports actually turn into meaningful improvements.
You can follow up by asking which measurements have started to be gamed; how and why?
shivamchhuneja@reddit (OP)
Great, thanks! Btw deployment frequency gets easily gamed as well - single PRs get broken down into micro PRs in and around performance reviews to boost things
Sea_Neighborhood1412@reddit
Deployment frequency is actually included as a metric BECAUSE it will incentivize people to reduce batch size. Decreased batch size is the goal, deployment frequency is the proxy metric that drives the outcome.
ashultz@reddit
but like most DORA metrics it's amazingly good for your og to go from 1 to 100 and probably dysfunctional to go from 100 to 120
Sea_Neighborhood1412@reddit
One would hope someone lends an eye to the difference between the positive practice of “deploying small slices of functionality daily or more” and “triggering the pipeline by writing a script that commits one line comments to the code base on a 2 minute loop” 😅
Ciff_@reddit
You get what you measure
b1e@reddit
Hate to break it to you but DORA was considered kind of a joke within Google during my time there and it’s still pretty low ROI for everyone.
I’ll second the other commenter that suggests asking for real world examples of actionable improvements. Often the metrics etc. are so high level or detached from the nature of the work itself that it doesn’t lead to any meaningful improvement
shivamchhuneja@reddit (OP)
Valid point and a good question for sure🫡🫶