0% found this document useful (0 votes)
19 views

TechQuiz MediumQAs

This document is more important to research

Uploaded by

harinikadevi9
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

TechQuiz MediumQAs

This document is more important to research

Uploaded by

harinikadevi9
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Team ID: _________

Technical Quiz
Rules and Regulation:
 Please write your respective Team ID.
 Each question carries three points.
 Write the correct option for the following question on the given paper
 A total of 10 minutes will be provided for every round.

Medium:
1. Which data structure is most efficient for finding the minimum element in
a collection?
a) Binary Search Tree
b) Hash Table
c) Min-Heap
d) Queue

2. What does the itertools.chain() function do?


a) Combines multiple iterators into a single iterator.
b) Creates a list from an iterator.
c) Filters elements from an iterable
d) Maps a function over an iterable.

3. Which of the following is a major advantage of generative AI models like


GPT in the tech industry?
a) They are deterministic in nature.
b) They require no training data to function.
c) They can create new content such as text and images from scratch.
d) They operate without any bias or data-driven limitations.

4. Which function is used to terminate a program in C?


a) exit()
b) terminate()
c) stop()
d) break()

5. Which of the following is not a benefit of 5G technology compared to 4G?


a) Higher data transfer rates.
b) Lower latency in communication.
c) Increased bandwidth for more simultaneous device connections.
d) Longer transmission range.

6. What happens if you try to access an out-of-bounds element in an array in


C?
a) The program will terminate with an error.
b) The program will output garbage values.
c) The program will return zero.
d) The program will crash.

7. What is the purpose of RAID (Redundant Array of Independent Disks) in


computer systems?
a) To prevent unauthorized access to data.
b) To increase disk performance and reliability.
c) To reduce power consumption of storage devices.
d) To enable remote access to data.

8. Which of the following is a primary application of machine learning?


a) Neural Networks
b) Image and speech recognition
c) Complex arithmetic calculations
d) Building AI Models

9. What does the reduce() function in python do?


a) Applies a rolling computation to sequential pairs of values.
b) Combines two lists.
c) Filters a list.
d) Sorts a list.

10. What does the @classmethod decorator do in python?


a) It defines a method that can be called on the class itself, not instances.
b) It defines a static method.
c) It allows a method to modify instance attributes.
d) It indicates that the method is private.
_________________________________________________________________

You might also like