ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 97 - CTAL-TTA discussion

Report
Export

You have conducted static analysis on several new modules for an existing product. You are now executing test cases and are seeing inconsistent problems including crashes. Intermittent error messages are appearing. Despite all your best efforts, you are not able to find reproducible scenarios to force these errors.

What problem in the code are you likely seeing?

A.
Wild pointers
Answers
A.
Wild pointers
B.
Poor error handling
Answers
B.
Poor error handling
C.
Undefined variables
Answers
C.
Undefined variables
D.
Instrumented code
Answers
D.
Instrumented code
Suggested answer: A

Explanation:

Experiencing inconsistent problems such as crashes and intermittent error messages that do not have reproducible scenarios likely points to an issue with wild pointers. Wild pointers are pointers that do not point to a valid object of the appropriate type, often due to being uninitialized, pointing to deallocated memory, or having been overwritten accidentally.

asked 18/09/2024
Gokul Kalaiselvi Loganathan
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first