-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.json
66 lines (65 loc) · 3.07 KB
/
questions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"1":"Count |, _, and Vowels from the given string and get total pipes in string.",
"2":"get total pipes from given integer.",
"3":"What would be the output of the following programme.",
"4":"What would be the output of the following programme.",
"5":"What would be the output of the following programme.",
"6":"How to do division without using operator.",
"7":"Write the programme to generate total of prime number between 2 given numbers.",
"8":"Get the factorial of given number.",
"9":"Is string immutable? or not? Prove with below code.",
"10":"Add new dict into fruits index in dict with new dict.",
"11":"What would be the output of following calls.",
"12":"Write down the logic / programme to get input and output as below.",
"13":"Write down code to achieve output.",
"14":"Capitalize all characters from file.",
"15":"Open file in read, write, append mode.",
"16":"What is use of finally in Python",
"17":"Difference between shallow copy and deep copy",
"18":"What is GIL in Python.",
"19":"Python method overloading example.",
"20":"What is Reference Counting",
"21":"What is namespace in Python",
"22":"What is the difference between sort and sorted.",
"23":"What is the function to get space id of python object.",
"24":"Explain data types of Python",
"25":"Explain collection of Python",
"26":"Difference between set and dict",
"27":"Difference between tuple and list",
"28":"Difference between __ini__ and __new__ function",
"29":"Explain Iterators and Generators.",
"30":"Explain Closures in python",
"31":"Explain Lambda in python",
"32":"Decorators in python",
"33":"What is module/package ?",
"34":"What is pickling and unpickling",
"35":"List/Dictionary/tuple comprehension",
"36":"Explain Dict Enumeration",
"37":"Types of Decorators",
"38":"Can class be a decorator?",
"39":"Explain Inheritance in Python.",
"40":"How can I push value at certain position in list?",
"41":"How to reverse the string without using inbuilt functions",
"42":"Explain globals vs locals",
"43":"Usage of __main__, __name__",
"44":"Difference between __str__ and __repr__",
"45":"Explain lambda map, reduce, filter",
"46":"Explain Python threading",
"47":"What are Meta Classes in Python",
"48":"What is Monkey Patching in Python",
"49":"What is best Sorting Algorithm",
"50":"What is best Search Algorithm",
"51":"Explain Python memory management.",
"52":"Switch case from lower to upper and upper to lower for all chars in given file",
"53":"Convert csv file to json file",
"54":"How to read and process huge files, how memory is managed",
"55":"sort ascending and descending list",
"56":"Why python is interpreter language.",
"57":"What's the difference between Python multi threading and multiprocessing",
"58":"How to print all arguments of command line.",
"59":"Explain regular expressions with example.",
"60":"How to troubleshoot Python code and what is pdb?",
"61":"Time and Space complexity of the function",
"62":"Difference between Class, Static and instance method.",
"63":"What is catch in python"
}