Allcore
Allcore
2. What is a ML model
Reinforce learning)
22. What are the different performance evaluation benchmarks for a ML model?
11. Define a feedforward neural network and a recurrent neural network with examples.
18. Define a feedforward neural network and a recurrent neural network with examples.
30. List and explain the different types of Pooling’s used in CNN.
10. What is a linked list? What are its types? How they operate?
23. What is the difference between the Breadth First Search (BFS) and Depth First Search (DFS)?
36. Why is Merge sort preferred over Quick Sort for sorting linked lists?
38. List the best case, average case, and worst-case complexity of all the sorting algorithms
45. List the best case, average case, and worst-case complexity of all the searching algorithms
3. How can we compare between two algorithms written for the same problem?
4. What do you understand by the best case, worst case and average case scenario of an
algorithm?
8. List some of the algorithms which use the Divide and Conquer Algorithmic paradigm.
8. What is a Class?
9. What is an object?
13. What is Compile time Polymorphism and how is it different from Runtime Polymorphism?
25. Are class and structure the same? If not, what's the difference between a class and a structure?
28. What is a super class and sub class? OR What is Base class and Derived class?
39. Can we run a Java application without implementing the OOPs concept?
13. What are some of the most commonly used built-in modules in Python?
32. What are negative indexes and why are they used?
33. Can you easily check if all characters in the given string is alphanumeric?
Python - OOP
Python - Pandas
52. What are the different ways in which a series can be created?
54. What are the different ways in which a dataframe can be created?
56. Can you create a series from the dictionary object in pandas?
61. How will you delete indices, rows and columns from a dataframe?
62. Can you get items of series A that are not available in another series B?
63. How will you get the items that are not common to both the given series A and B?
67. While importing data from different sources, can the pandas library recognize dates?
73. How would you convert continuous values into discrete values in Pandas?
82. How will you compute the percentile of a numerical series in Pandas?
[lower(),upper(),strip(),islower(),isupper(),split(),cat(),contains(),replace(),startwith(),endwith(),fi
nd(),findall(),swapcase,isnull(),notnull(),dropna(),fillna(),replace()interpolate(),map(),applymap()
,apply(),groupby(),pivot_table(),concat(),merge(),describe()]
Python - Numpy
91. How do you find the data type of the elements stored in the NumPy arrays?
93. How will you efficiently load data from a text file?
95. How will you read CSV data into an array in NumPy?
96. How will you sort the array based on the Nth column?
97. How will you find the nearest value in a given numpy array?
98. How will you reverse the numpy array using one line of code?
99. How will you find the shape of any given NumPy array?
3. What is JVM?
4. What is JIT?
5. What is a classloader?
16. What is the default value of float and double datatype in Java?
19. What are the default values assigned to variables and instances in Java?
21. Explain the difference between instance variable and a class variable.
25. What is the difference between the Reader/Writer class hierarchy and the
29. How many ways you can take input from the console?
36. What’s the difference between the methods sleep() and wait()?
42. What is the difference between int array[] and int[] array?
43. How to copy an array in Java? List and explain various methods.
46. What is the difference between static (class) method and instance method?
49. What will be the initial value of an object reference which is defined as an instance variable?
58. What are the differences between the constructors and methods?
60. What are the differences between abstract class and interface?
81. Can we change the scope of the overridden method in the subclass?
82. Can we modify the throws clause of the superclass method while overriding it in the subclass?
86. How can you avoid serialization in the child class if the base class is implementing the
Serializable interface?
95. What is the Stack class in Java and what are the various methods provided by it?
106. What will happen if you put System.exit(0) on the try or catch block? Will finally block execute?
110. What are the two ways in which Thread can be created?
1. What is a Database?
4. Are NULL values in a database the same as that of blank space or zero?
7. What is meant by an entity-relationship (E-R) model? Explain the terms Entity, Entity Type, and
Entity Set in DBMS.
10. Explain the difference between the DELETE and TRUNCATE command in a DBMS.
11. What is a lock. Explain the major difference between a shared lock and an exclusive lock during a
transaction in a database.
15. Explain the difference between a 2-tier and 3-tier architecture in a DBMS.
19. Give an Example of a SQL Query to select all records from a table.
20. Give an Example of a SQL Query to select records from a table based on a criterion.
24. What is a join in SQL, and what are the different types of joins?
26. Describe the difference between the HAVING and WHERE clause.
27. What are stored procedures, and what are their advantages?
2. Explain the working of basic networking devices – Hub, Switch, Router, Repeater, NIC, Firewall,
Bridge.
4. List and explain the pros and cons of different networking topologies.
19. List and explain the working of different flow control algorithms.
20. List and explain the working of different error control algorithms.
25. Explain the use of these networking commands – netstat, ipconfig, ifconfig, getmac, ping, arp,
26. Explain the working of following protocols – DHCP, DNS, SMTP, POP3, SNMP, ICMP, HTTP, FTP,
Telnet.
27. What is the port number for following services – DHCP, DNS, HTTP, HTTPS, Telnet, POP3, IMAP,
28. What is the IEEE standard number for – WiFi, Bluetooth, Ethernet.
9. What is EC2?
13. DNS and Load Balancer Services come under which type of Cloud Service?
14. Explain what S3 is?
4. Explain the different events that force a process to make a transition from one state to
another.
5. What is a PCB?
9. What is a scheduler?
21. What are the requirements for the critical section problem?
27. What are the conditions that simultaneously if held true leads to a deadlock?
36. Explain the paging and segmentation techniques for memory management.