Software Development Engineer Ii Interview Questions

2,270 software development engineer ii interview questions shared by candidates

Given an array and list of queries that contains and starting and end indexes we have to find the sum of arrays from staring to end indexes and add it to the list for each query. eg. arr[] ={1,2,5,8,9,10} , and queries = List<List<Integer>> queries= [[2,5],[3,5]]; output=list<Integer> =[32,27] explanation = for first query add sum from index 2 to 5 and for second query = sum from index 3 to 5
Oct 22, 2020

Given an array and list of queries that contains and starting and end indexes we have to find the sum of arrays from staring to end indexes and add it to the list for each query. eg. arr[] ={1,2,5,8,9,10} , and queries = List<List<Integer>> queries= [[2,5],[3,5]]; output=list<Integer> =[32,27] explanation = for first query add sum from index 2 to 5 and for second query = sum from index 3 to 5

Viewing 1421 - 1430 interview questions

Glassdoor has 2,270 interview questions and reports from Software development engineer ii interviews. Prepare for your interview. Get hired. Love your job.