Problem: First Letter Counter Write a function that processes a list of words and returns: The total length of all words sharing the same first letter (case-insensitive) The first letter in uppercase Formatted as "TotalLength-Letter" (e.g., "8-T") Sorted by length (descending), then alphabetically if lengths match
Graduate Software Developer Interview Questions
4,493 graduate software developer interview questions shared by candidates
Questions regarding basic software development scenarios, SQL, OOP, 2 programming questions related to data structures and algorithms
Technical questions tailored around your background and experience.
Technical questions tailored around your background and experience.
Question: Are you a terrorist? Answer: No sorry I wasn't born in the UK
Write a program that takes in a .csv file (as a String) and if a line (ending with \n) contains NULL, remove it
Given A,B,C where each is a given integer find the possible permutation such as no nonconsecutive repetition of the characters a,b,c are possible, i.e. no 'aa' or 'bb' or 'cc'. if A=1,B=3,C=2 then a possible permutation option is 'babcb'.
Sorting algorithm
Q: Why do you want to work for travelfusion
How would you rate yourself from 1-5 in terms c#?
Viewing 3031 - 3040 interview questions