InterviewDigestInterviewDigest

OA Practice Workspace

Technical2026-08-12

Given an array of integers representing feature importance scores, find the maximum possible performance score defined as min(score[i], score[j]) × |i - j| for any pair of indices (i, j).

Context & Summary

A single technical problem focused on optimizing a performance score calculation.

💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.