Adobe India Hackathon - Mock Test 6

Select your answers. Once selected, you cannot change them.

Section 1: MCQs

Section 2: DSA Problem

Maximum Sum Subarray of Size K

Given an array of integers and an integer K, find the maximum sum of a subarray of size K.

Write your solution below: