I want Algorithm test round question
Graduate Developer Interview Questions
5,194 graduate developer interview questions shared by candidates
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
What do you know about RAA?
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
Viewing 3491 - 3500 interview questions