Wolfram Language (Mathematica), 3029 bytes
{s=Max@#,#~FirstPosition~s#&@@#~Position~s-1}&
-1 byte from @att
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange{s=Max@#,#~FirstPosition~s#&@@#~Position~s-1}&
-1 byte from @att