Software Engineer (Swe II) applicants have rated the interview process at XYZ with 1 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 66.6% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
good process, good people, good wlb, good environment. would recommend. its easy. not difficult at all. can pass with great ease. prepare data structures and algorithms properly. all the very best. do well.
Interview questions [1]
Question 1
Given an integer array nums and an integer k, return the length of the shortest non-empty subarray of nums with a sum of at least k. If there is no such subarray, return -1.
A subarray is a contiguous part of an array.