Sw Engineer Interview Questions

540 sw engineer interview questions shared by candidates

1. Maximum Subarray - Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. A subarray is a contiguous part of an array. 2. Product of Array Except Self - Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i]. The product of any prefix or suffix of nums is guaranteed to fit in a 32-bit integer.
avatar

SW Developer student

Interviewed at Rafael

3.5
Aug 12, 2022

1. Maximum Subarray - Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. A subarray is a contiguous part of an array. 2. Product of Array Except Self - Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i]. The product of any prefix or suffix of nums is guaranteed to fit in a 32-bit integer.

Viewing 71 - 80 interview questions

Glassdoor has 540 interview questions and reports from Sw engineer interviews. Prepare for your interview. Get hired. Love your job.