Question
निम्नलिखित शब्दों
में से mitigation का पर्याय नहीं हैSolution
बाकि सभी शब्द (MITIGATION ) के प्रयाय हैं केवल बढ़ोतरी (INCREASE) ही उसके विपरीत हैं कमी: REDUCTION इलाज: CURE संयम: MODERATION राहत: RELIEF
In an AVL tree, what happens if a node insertion causes the balance factor of a node to become +2 or -2?
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
Which of the following is a key advantage of 5G technology over 4G in mobile computing?
A bank notices unusual activity in a customer’s account, such as multiple large withdrawals in a short period. What is the most appropriate technique...
In Python, which of the following functions in the Pandas library is used to merge two DataFrames df1 and df2 on a common column id?
In which phase of the SDLC is User Acceptance Testing (UAT) most commonly performed?
In which programming language are pointers explicitly supported and used for memory manipulation?
What will be the output of the following Python code?
def modify_list(lst):
for i in range(len(lst)):
lst[i] = ls...
Which of the following statements correctly identifies the components of time series data ?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...