Data Structures and Algorithms
Web Development/
App Development
Artificial Intelligence and Machine Learning
Cybersecurity
DevOps
100

What is a disadvantage of dynamic arrays?

Memory Leak

100

It is created by Google, is one of the most commonly installed mobile OS for mobile devices, with support from various device manufacturers. It is an open source OS, which means developers are given access to unlocked hardware to develop new programs.

Android

100

Which library in Python is commonly used for predictive analysis?

sklearn

100

MCAfee is an example of

Antivirus

100

What is DevOps is an extension of?

Agile

200

What is the time complexity of prefix to infix conversion

O(n)

200

What is the name given to Internet technologies supporting user collaboration and  data exchange?

Web 2.0

200

If the model performs the task correctly, it gets  +1 reward, but if it does a task wrong, then it gets -1 reward. Which type of learning is used here?

Reinforcement Learning

200

What was the name of the first computer virus?

Creeper

200

Name any two of the most popular DevOps tools?

Jenkins, Git, Selenium

300

Name the different types of data Compression?

Lossless and Lossy

300

In HTML what tag can be used for a multi-line text input control?

TextArea tag

300

A search algorithm that tries to reduce the number of nodes that are searched by the minimax algorithm in the search tree. It can be applied to ‘n’ depths and can prune the entire subtrees and leaves.

Alpha-Beta Pruning

300

Which of the following is an independent malicious program that does not need any host program?

Worm

300

Which statement best describes the relationship between DevOps and Continuous Delivery? 

A) DevOps and Continuous Delivery are the same thing.

B) DevOps and Continuous Delivery are not related and are mutually exclusive.

C) DevOps and Continuous Delivery share a background in Agile methods and LEAN thinking.

D) DevOps and Continuous Delivery share common processes.

C) DevOps and Continuous Delivery share a background in Agile methods and LEAN thinking.

400

Hashing technique which allocates a fixed number of buckets is classified as?

External Hashing

400

What are the main two types of threads in Android?

UI thread and Worker Thread

400

A statistical hypothesis test for randomizing experiments with two variables. It is usually used to compare two models that used different predictor variables in order to check which fits the data best. Which test are we talking about here?

A/B Testing

400

Which framework made cracking of vulnerabilities easy like point and click?

Metasploit

400

Which of these statements are correct about DevOps?

A) DevOps and ITIL® don’t mix

B) DevOps won’t work in regulated industries

C) DevOps won’t work with Outsourced Development

D) You must use cloud technologies

 

All are incorrect

500

What is the recurrence for the worst case of QuickSort and what is the time complexity in Worst case?

a. Recurrence is T(n) = T(n-2) + O(n) and time complexity is O(n^2) 

b. Recurrence is T(n) = T(n-1) + O(n) and time complexity is O(n^2) 

c. Recurrence is T(n) = 2T(n/2) + O(n) and time complexity is O(nLogn) 

d. Recurrence is T(n) = T(n/10) + T(9n/10) + O(n) and time complexity is O(nLogn)

b. Recurrence for Worst Case of Quick Sort is T(n) = T(n-1) + O(n) and 

time complexity in Worst Case O(n^2)

500

What does PCDATA AND CDATA stand for?

A PCDATA is a Parsed Character Data (XML parsers usually parse all the text in an XML document). 

While CDATA is an Unparsed Character Data,(the term CDATA is used about text data that should not be parsed by the XML parser).

500

List any four activation neurons or functions.

  1. Linear neuron

  2. Binary threshold neuron

  3. Stochastic binary neuron

  4. Sigmoid neuron

  5. Tanh function

  6. Rectified linear unit (ReLU)

500

What type of attack uses a fraudulent server with a relay address?

MITM

500

The development teams that support the Agile approach to DevOps must include staff from the operations teams to ensure:

Operational considerations are taken into account

                                 OR

The resultant designs of the systems will fit nicely into the business as usual environment