Find set of chars not repeated in a list.
Questions d'entretien pour Junior Python Developer
5 176 question(s) d'entretien partagée(s) par les candidats | junior python developer
# n=3 * * * @ * @ * @ * * * #n=5 * * * @ * * * @ * * * @ * * * @ * * * @ * * * somewhat similar to these !
Q. my_list = [[35, 66, 31], ["python", 13, "is"], [15, "fun", 14]] OUTPUT REQUIRED: To print the string from the list as : python is fun
Given a very long string composed of numbers as characters, find the four character substring that has the largest multiple. For example, given the string "809723", the two char substring with the largest multiple is "97", having a multiple 9*7 = 63.
Write a Program to print sum of even numbers which is divisible by 8:-
They asked about programming and analytical questions.
Are you studying for a bachelor's degree?
How would you triage and go about fixing infrastructure problems? Giving an input file, get the number of lines matching a specific piece of text using bash scripting. Give the percentage of lines in the file that match that string.
1. 10 min Coding : Write a code for Capitalize ( Refer the in put and output ) sample input : getCodeType output: Code_Type i/p : getCodeStyle o/p: Code_Style i/p: getSWIFTCode o/p: SWIFT_Code
How to remove duplicated items in a list? What's the complexity of your algorithm?
Affichage de 1 - 10 questions d’entretien