Delegation
Everything on SkillVeris tagged Delegation — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(3)
Delegation and Its Limits
A deep dive into how Power Apps delegation works, which functions and connectors support it, and practical strategies for working around non-delegable formulas.
Performance Optimization
How to diagnose and fix slow canvas apps: delegation limits, load-time strategy, formula caching, and the Monitor tool.
Protocols and Delegation
How @protocol defines interface-like contracts in Objective-C, and how the delegation pattern uses protocols to decouple objects.
Interview Questions(6)
What is Delegation in OOP?
Delegation is an object-oriented technique where an object, instead of implementing a behavior itself, hands the request off to a second helper object that act…
What is the Composite Reuse Principle?
The Composite Reuse Principle states that classes should achieve code reuse through composition — holding references to other objects and delegating to them —…
Why Favor Composition Over Inheritance?
Composition is generally favored over inheritance because it produces looser coupling and more flexible designs: composed behavior can be swapped at runtime th…
How to Answer "Tell Me About a Time You Had to Delegate a Task"
The strongest answer uses STAR to show you matched the right task to the right person, set clear expectations and checkpoints, and closes with a successful out…
How to Answer "Tell Me About a Time You Had to Triage Multiple Fires at Once"
The strongest answer names the specific triage criteria you used to rank simultaneous urgent problems — impact, reversibility, and time-sensitivity — then show…
What Is Capability-Based Security in an Operating System?
Capability-based security is an access control model where a process’s right to perform an operation on an object is represented by an unforgeable token, calle…