COMPUTER & TECHNICAL QUESTIONS
Q. Fixing errors after software release is called?
Answer: Corrective Maintenance
Q. Transformers are used in?
Answer: Natural Language Processing (NLP)
Q. DSA (Stack) follows which principle?
Answer: LIFO (Last In First Out)
Q. Queue follows which principle?
Answer: FIFO (First In First Out)
Q. Which is an example of ethical data use?
Answer: Protecting user information
Q. Data authentication ensures?
Answer: Data is from a valid source
Q. Binary search works on?
Answer: Sorted data
Q. In programming, the boolean value ‘false’ is treated as?
Answer: 0
Q. What does PII stand for in ethics and privacy?
Answer: Personally Identifiable Information
Q. Which operating system is commonly used for coding and programming?
Answer: All of the above
MATHEMATICS & LOGIC
Q. A jar has 5 red marbles and the probability of selecting a red marble is 2/7. What are the total marbles?
Answer: 17.5
Q. If set A has 4 elements and set B has 4 elements, how many elements are in A × B?
Answer: 16
Q. What will be the output of the following C++ code? bool b = false; cout << b + 2;
Answer: 2