You are given an alphanumeric string. Complete the function sortSegments that will segment the string into substrings of consecutive letters or numbers and then sort the substrings. For example, the string "AZQF013452BAB" will result in "AFQZ012345ABB". The input letters will be uppercase and numbers will be between 0 and 9 inclusive.
Desenvolvedor Interview Questions
102,613 desenvolvedor interview questions shared by candidates
question: Write a function that takes two numbers and adds them together -- one is an unsigned int, and the other is a (possibly very large) number, represented in int array form. So e.g. add([1,2,3], 5) --> [1,2,8]
The questions asked were about previous projects(how they were laid out, how I went about doing them and that sort of questions), about me in previous jobs and questions about me as a person
What is the best way to store an array?
Write a function that takes in an array of strings and outputs a dictionary with the first character of each string as the key and the remaining characters as the object.
Easy questions but you need to be very quick .. no time to think.
What is the difference between i++ and ++i ? Which one is more efficient?
Count number of total possible squares in a chessboard.
Given a list of integers positive and/or negative numbers. Find the largest consecutive sum of the list.
Reversal of all words in a sentence(e.g: "This is a good question" becomes "question good a is This")
Viewing 311 - 320 interview questions