State Bank Of India Interview Questions

Review this list of State Bank Of India interview questions and answers verified by hiring managers and candidates.
  • Asked at State Bank Of India 
    Video answer for 'Merge Intervals'
    +33

    "const mergeIntervals = (intervals) => { const compare = (a, b) => { if(a[0] b[0]) return 1 else if(a[0] === b[0]) { return a[1] - b[1] } } let current = [] const result = [] const sorted = intervals.sort(compare) for(let i = 0; i = b[0]) current[1] = b[1] els"

    Kofi N. - "const mergeIntervals = (intervals) => { const compare = (a, b) => { if(a[0] b[0]) return 1 else if(a[0] === b[0]) { return a[1] - b[1] } } let current = [] const result = [] const sorted = intervals.sort(compare) for(let i = 0; i = b[0]) current[1] = b[1] els"See full answer

    Software Engineer
    Data Structures & Algorithms
    +6 more
  • "First, I'd like to ask some clarifying questions and try to narrow down the scope of this question. Among them I would like to ask: Are we looking to optimize for a specific goal or metric? Eg: we want more users/queries or are we looking to increase revenue? Are we testing over a specific aspect of Bing? EG: UI, search quality results, recommendation engine, etc. Duration and size of the test. Available resources or constraints (teams, technology, budget) Now, to ass"

    Alfredo M. - "First, I'd like to ask some clarifying questions and try to narrow down the scope of this question. Among them I would like to ask: Are we looking to optimize for a specific goal or metric? Eg: we want more users/queries or are we looking to increase revenue? Are we testing over a specific aspect of Bing? EG: UI, search quality results, recommendation engine, etc. Duration and size of the test. Available resources or constraints (teams, technology, budget) Now, to ass"See full answer

    Technical Program Manager
    Analytical
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

Showing 1-2 of 2