Given an array of integers, find the maximum number that can be reached by summing the best possible consecutive subsequence of the array.
Programmer Analyst Ii Interview Questions
716,840 programmer analyst ii interview questions shared by candidates
NSRange intersections
They had asked me what's wrong with this particular code and how/which part would I improve it?
2D matrix BFS. Can't believe the interviewer does not know how to use queue to do BFS.
Present a project that you've worked on
Given 2 dates, return a result set that outputs a number for each week between the two. (They will ask the numbered week to be the sequential week and also the calendar week. Prepare for given start date to be start mid-week.)
Tell me ten features of C++ (that are not in C) that have nothing to do with object oriented programming.
Given a list of versions (in string format). The versions can have invalid characters (requires cleaning). Print the list in sorted order of increasing versions. Input: ["1.2.34", "$5.j8", "3.4#", "3.45"] output: 1.2, 3.4, 3.45
Common interview questions
1. Introduce yourself? 2. What Softwares and programming languages I work with? 3.Gave me a C++ code based on Funtion using variable, References, Pointers and asked to state the results & distinguish the functions. 4.Asked Python code which was easy, more he asked the logic.
Viewing 2311 - 2320 interview questions