MCQsExam.com
Identify the sentence with correct subject-verb agreement:
- A-The number of students have increased
- B-The number of students has increased
- C-The number of students are increasing
- D-The number of students were increased
- MCQ By: MCQSEXAM
- English MCQs / Grammer and Vocabulary
- More about this MCQ
What does the idiom "Once in a blue moon" mean?
- A-Very frequently
- B-Very rarely
- C-During night time
- D-During full moon
- MCQ By: MCQSEXAM
- English MCQs / Idioms And Phrases Mcqs
- More about this MCQ
Choose the synonym of "Pragmatic":
- A-Practical
- B-Theoretical
- C-Idealistic
- D-Impractical
- MCQ By: MCQSEXAM
- English MCQs / Synonyms Mcqs
- More about this MCQ
What is the antonym of "Verbose"?
- A-Concise
- B-Wordy
- C-Lengthy
- D-Prolix
- MCQ By: MCQSEXAM
- English MCQs / Antonyms Mcqs
- More about this MCQ
Which sentence uses the correct article?
- A-An university is where you study
- B-A university is where you study
- C-University is where you study
- D-The university is where you study
- MCQ By: MCQSEXAM
- English MCQs / Grammer and Vocabulary
- More about this MCQ
What does the idiom "Hit the nail on the head" mean?
- A-To do something wrong
- B-To describe exactly right
- C-To cause damage
- D-To miss the point
- MCQ By: MCQSEXAM
- English MCQs / Idioms And Phrases Mcqs
- More about this MCQ
Choose the synonym of "Meticulous":
- A-Careless
- B-Painstaking
- C-Sloppy
- D-Negligent
- MCQ By: MCQSEXAM
- English MCQs / Synonyms Mcqs
- More about this MCQ
What is the antonym of "Lethargic"?
- A-Energetic
- B-Sluggish
- C-Tired
- D-Lazy
- MCQ By: MCQSEXAM
- English MCQs / Antonyms Mcqs
- More about this MCQ
Identify the correct sentence:
- A-She had finished her work when he arrived
- B-She finished her work when he had arrived
- C-She has finished her work when he arrived
- D-She finish her work when he arrived
- MCQ By: MCQSEXAM
- English MCQs / Grammer and Vocabulary
- More about this MCQ
What does the idiom "Break the ice" mean?
- A-To cause conflict
- B-To initiate social interaction
- C-To destroy something
- D-To end a relationship
- MCQ By: MCQSEXAM
- English MCQs / Idioms And Phrases Mcqs
- More about this MCQ
Choose the synonym of "Ubiquitous":
- A-Rare
- B-Omnipresent
- C-Scarce
- D-Limited
- MCQ By: MCQSEXAM
- English MCQs / Synonyms Mcqs
- More about this MCQ
What is the antonym of "Cacophony"?
- A-Harmony
- B-Discord
- C-Noise
- D-Chaos
- MCQ By: MCQSEXAM
- English MCQs / Antonyms Mcqs
- More about this MCQ
Which sentence is grammatically correct?
- A-Neither of the students were present
- B-Neither of the students was present
- C-Neither of the students are present
- D-Neither of the students have been present
- MCQ By: MCQSEXAM
- English MCQs / Grammer and Vocabulary
- More about this MCQ
What does the idiom "Bite the bullet" mean?
- A-To eat quickly
- B-To avoid problems
- C-To endure pain bravely
- D-To argue fiercely
- MCQ By: MCQSEXAM
- English MCQs / Idioms And Phrases Mcqs
- More about this MCQ
Choose the synonym of "Ephemeral":
- A-Permanent
- B-Transient
- C-Eternal
- D-Enduring
- MCQ By: MCQSEXAM
- English MCQs / Synonyms Mcqs
- More about this MCQ
What is the antonym of "Benevolent"?
- A-Malevolent
- B-Kind
- C-Generous
- D-Philanthropic
- MCQ By: MCQSEXAM
- English MCQs / Antonyms Mcqs
- More about this MCQ
Which RNN variant solves vanishing gradient?
- A-Elman
- B-LSTM
- C-GRU
- D-BiRNN
- MCQ By: MCQSEXAM
- Data Science / Recurrent Neural Networks (RNNs)
- More about this MCQ
Which loss is default in GBM regressor?
- A-Absolute
- B-Huber
- C-Least squares
- D-Quantile
- MCQ By: MCQSEXAM
- Data Science / Gradient Boosting Machines (GBM)
- More about this MCQ
Which boosting variant uses residuals?
- A-AdaBoost
- B-Gradient Boosting
- C-XGBoost
- D-CatBoost
- MCQ By: MCQSEXAM
- Data Science / Gradient Boosting Machines (GBM)
- More about this MCQ
Which assumption is “naive” in NB?
- A-Normal distribution
- B-Equal priors
- C-Independence
- D-No outliers
- MCQ By: MCQSEXAM
- Data Science / Naive Bayes
- More about this MCQ
Which Naive Bayes variant is for continuous data?
- A-Multinomial
- B-Bernoulli
- C-Gaussian
- D-Complement
- MCQ By: MCQSEXAM
- Data Science / Naive Bayes
- More about this MCQ
Which K value reduces overfitting?
- A-K=1
- B-K=3
- C-K=5
- D-K=15
- MCQ By: MCQSEXAM
- Data Science / K-Nearest Neighbors (KNN)
- More about this MCQ
Which distance is default in sklearn KNN?
- A-Manhattan
- B-Euclidean
- C-Minkowski
- D-Chebyshev
- MCQ By: MCQSEXAM
- Data Science / K-Nearest Neighbors (KNN)
- More about this MCQ
Which optimizer is SGD + momentum?
- A-Adagrad
- B-Adam
- C-Momentum
- D-RMSprop
- MCQ By: MCQSEXAM
- Data Science / Neural Networks
- More about this MCQ
Which activation is common in final layer for multi-class?
- A-Sigmoid
- B-ReLU
- C-Tanh
- D-Softmax
- MCQ By: MCQSEXAM
- Data Science / Neural Networks
- More about this MCQ
Which SVM hyperplane maximizes margin?
- A-Any separating
- B-Maximum margin
- C-Minimum error
- D-Probabilistic
- MCQ By: MCQSEXAM
- Data Science / Support Vector Machines (SVM)
- More about this MCQ
Which kernel is linear in SVM?
- A-linear
- B-poly
- C-rbf
- D-sigmoid
- MCQ By: MCQSEXAM
- Data Science / Support Vector Machines (SVM)
- More about this MCQ
Which parameter sets number of trees in RandomForest?
- A-n_trees
- B-max_depth
- C-n_estimators
- D-learning_rate
- MCQ By: MCQSEXAM
- Data Science / Random Forests
- More about this MCQ
Which ensemble uses bootstrap samples?
- A-Boosting
- B-Stacking
- C-Bagging
- D-Voting
- MCQ By: MCQSEXAM
- Data Science / Random Forests
- More about this MCQ
Which parameter prunes tree in CART?
- A-max_depth
- B-min_samples_leaf
- C-ccp_alpha
- D-splitter
- MCQ By: MCQSEXAM
- Data Science / Decision Trees
- More about this MCQ
Which impurity measure favors multi-way splits?
- A-Entropy
- B-Gini
- C-Classification error
- D-Information gain
- MCQ By: MCQSEXAM
- Data Science / Decision Trees
- More about this MCQ
Which field controls task calendar in MS Project?
- A-Duration
- B-Calendar
- C-Start
- D-Constraint
- MCQ By: MCQSEXAM
- Project Management / Microsoft Project Management
- More about this MCQ
Which MS Project view shows critical path?
- A-Task Sheet
- B-Gantt Chart
- C-Tracking Gantt
- D-Network Diagram
- MCQ By: MCQSEXAM
- Project Management / Microsoft Project Management
- More about this MCQ
Which issue type is default in Jira Scrum?
- A-Task
- B-Story
- C-Bug
- D-Epic
- MCQ By: MCQSEXAM
- Project Management / Jira MCQs
- More about this MCQ
Which Jira report shows scope creep?
- A-Burndown
- B-Velocity
- C-Scope change
- D-Cumulative flow
- MCQ By: MCQSEXAM
- Project Management / Jira MCQs
- More about this MCQ
Which scale measures earthquake energy?
- A-Richter
- B-Mercalli
- C-Moment
- D-Shindo
- MCQ By: MCQSEXAM
- Everyday Science MCQs / Everyday Science MCQs
- More about this MCQ
Which gas is filled in CRT monitors?
- A-Oxygen
- B-Nitrogen
- C-Neon-xenon
- D-Carbon dioxide
- MCQ By: MCQSEXAM
- Everyday Science MCQs / Everyday Science MCQs
- More about this MCQ
Which sensor in phones detects orientation?
- A-Gyroscope
- B-Accelerometer
- C-Magnetometer
- D-Barometer
- MCQ By: MCQSEXAM
- Everyday Science MCQs / Technology in Daily Routines
- More about this MCQ
Which appliance uses eddy currents?
- A-Toaster
- B-Blender
- C-Induction heater
- D-Fridge
- MCQ By: MCQSEXAM
- Everyday Science MCQs / Technology in Daily Routines
- More about this MCQ
Which colour bends least in prism?
- A-Violet
- B-Blue
- C-Green
- D-Red
- MCQ By: MCQSEXAM
- Everyday Science MCQs / Everyday Science Physics
- More about this MCQ
Which lens formula is 1/f = 1/v - 1/u?
- A-Newton
- B-Cartesian
- C-Gaussian
- D-Kepler
- MCQ By: MCQSEXAM
- Everyday Science MCQs / Everyday Science Physics
- More about this MCQ
Which file declares Django models?
- A-models.py
- B-views.py
- C-admin.py
- D-apps.py
- MCQ By: MCQSEXAM
- Computer Science MCQs / Django
- More about this MCQ
Which Django command creates a superuser?
- A-migrate
- B-startapp
- C-createsuperuser
- D-runserver
- MCQ By: MCQSEXAM
- Computer Science MCQs / Django
- More about this MCQ
Which LINQ method flattens nested collections?
- A-Select
- B-SelectMany
- C-Aggregate
- D-Zip
- MCQ By: MCQSEXAM
- Computer Science MCQs / C#
- More about this MCQ
Which keyword defines an extension method in C#?
- A-extend
- B-this
- C-static
- D-extends
- MCQ By: MCQSEXAM
- Computer Science MCQs / C#
- More about this MCQ
Which callback stops training early?
- A-ModelCheckpoint
- B-EarlyStopping
- C-ReduceLROnPlateau
- D-TerminateOnNaN
- MCQ By: MCQSEXAM
- Data Science / TensorFlow
- More about this MCQ
Which TF API is high-level for fast prototyping?
- A-Estimator
- B-Keras
- C-Slim
- D-Eager
- MCQ By: MCQSEXAM
- Data Science / TensorFlow
- More about this MCQ
Which argument adds minor ticks?
- A-minor=True
- B-minorticks_on()
- C-ticks='minor'
- D-grid(which='minor')
- MCQ By: MCQSEXAM
- Data Science / Matplotlib
- More about this MCQ
Which colormap is perceptually uniform in Matplotlib?
- A-jet
- B-viridis
- C-rainbow
- D-hsv
- MCQ By: MCQSEXAM
- Data Science / Matplotlib
- More about this MCQ
Which function stacks arrays horizontally?
- A-np.vstack
- B-np.hstack
- C-np.concatenate
- D-np.append
- MCQ By: MCQSEXAM
- Data Science / NumPy
- More about this MCQ
Which package speeds up NumPy with Intel MKL?
- A-numpy-mkl
- B-conda numpy
- C-pip numpy
- D-Numba
- MCQ By: MCQSEXAM
- Data Science / NumPy
- More about this MCQ
Which React API prevents re-renders?
- A-shouldComponentUpdate
- B-React.memo
- C-useCallback
- D-PureComponent
- MCQ By: MCQSEXAM
- Computer Science MCQs / REACT
- More about this MCQ
Which hook runs after every render in React?
- A-useState
- B-useEffect
- C-useLayoutEffect
- D-useMemo
- MCQ By: MCQSEXAM
- Computer Science MCQs / REACT
- More about this MCQ
Which breakpoint is ≥1200 px in Bootstrap 5?
- A-lg
- B-xl
- C-xxl
- D-md
- MCQ By: MCQSEXAM
- Computer Science MCQs / Bootstrap
- More about this MCQ
Which Bootstrap class makes a row?
- A-.row
- B-.container
- C-.col
- D-.grid
- MCQ By: MCQSEXAM
- Computer Science MCQs / Bootstrap
- More about this MCQ
Which jQuery method gets data-async?
- A-$.post()
- B-$.get()
- C-$.load()
- D-$.ajax()
- MCQ By: MCQSEXAM
- Computer Science MCQs / Jquery
- More about this MCQ
Which neurotransmitter is low in Parkinson’s?
- A-Serotonin
- B-Dopamine
- C-Acetylcholine
- D-GABA
- MCQ By: MCQSEXAM
- Psychology / Psychology
- More about this MCQ
Which schedule controls operant behaviour?
- A-Fixed interval
- B-Variable interval
- C-Fixed ratio
- D-Variable ratio
- MCQ By: MCQSEXAM
- Psychology / Psychology
- More about this MCQ
Which test diagnoses depression?
- A-MMPI
- B-PHQ-9
- C-Rorschach
- D-WAIS
- MCQ By: MCQSEXAM
- Psychology / Psychology
- More about this MCQ
Which algorithm factors integers exponentially faster?
- A-Grover
- B-Shor
- C-Simon
- D-QFT
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
Which gate is a NOT for qubits?
- A-X
- B-Y
- C-Z
- D-H
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
Which qubit state is |0⟩+|1⟩ normalized?
- A-|0⟩
- B-|1⟩
- C-|+⟩
- D-|-⟩
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
Which distribution is memoryless?
- A-Normal
- B-Exponential
- C-Binomial
- D-Poisson
- MCQ By: MCQSEXAM
- Data Science / Bayesian Statistics
- More about this MCQ
Which theorem updates posterior odds?
- A-Central limit
- B-Bayes’
- C-Law of large numbers
- D-Slutsky
- MCQ By: MCQSEXAM
- Data Science / Bayesian Statistics
- More about this MCQ
Which prior is conjugate to binomial?
- A-Normal
- B-Gamma
- C-Beta
- D-Uniform
- MCQ By: MCQSEXAM
- Data Science / Bayesian Statistics
- More about this MCQ
Which algorithm extracts topics without LDA?
- A-Word2Vec
- B-LSA
- C-BERT
- D-GloVe
- MCQ By: MCQSEXAM
- Data Science / Text Mining
- More about this MCQ
Which metric captures co-occurrence of words?
- A-Jaccard
- B-PMI
- C-Cosine
- D-Euclidean
- MCQ By: MCQSEXAM
- Data Science / Text Mining
- More about this MCQ
Which technique reduces dimensionality of text?
- A-One-hot
- B-TF-IDF
- C-PCA
- D-Word2Vec
- MCQ By: MCQSEXAM
- Data Science / Text Mining
- More about this MCQ
Which trick stabilizes Q-learning targets?
- A-Replay buffer
- B-Target network
- C-Double Q
- D-Prioritized replay
- MCQ By: MCQSEXAM
- Data Science / Reinforcement Learning
- More about this MCQ
Which exploration strategy adds UCB?
- A-Epsilon-greedy
- B-Softmax
- C-UCB
- D-Thompson
- MCQ By: MCQSEXAM
- Data Science / Reinforcement Learning
- More about this MCQ
Which RL policy is on-policy?
- A-Q-learning
- B-Deep Q
- C-SARSA
- D-DDPG
- MCQ By: MCQSEXAM
- Data Science / Reinforcement Learning
- More about this MCQ
Which test checks stationarity?
- A-ADF
- B-Ljung-Box
- C-Jarque-Bera
- D-Durbin-Watson
- MCQ By: MCQSEXAM
- Data Science / Time Series Analysis
- More about this MCQ
Which model handles seasonality & trend?
- A-ARIMA
- B-SES
- C-Holt-Winters
- D-Prophet
- MCQ By: MCQSEXAM
- Data Science / Time Series Analysis
- More about this MCQ
Which loss is used for pixel-level segmentation?
- A-MSE
- B-Dice
- C-CTC
- D-Cross-entropy
- MCQ By: MCQSEXAM
- Data Science / Deep Learning
- More about this MCQ
Which optimizer is Adam + momentum fix?
- A-Adam
- B-AdamW
- C-RMSprop
- D-Nadam
- MCQ By: MCQSEXAM
- Data Science / Deep Learning
- More about this MCQ
Which layer is NOT in CNN?
- A-Convolution
- B-Pooling
- C-Flatten
- D-ReLU
- MCQ By: MCQSEXAM
- Data Science / Deep Learning
- More about this MCQ
Which color palette is color-blind friendly?
- A-Rainbow
- B-Viridis
- C-Jet
- D-Reds
- MCQ By: MCQSEXAM
- Data Science / Data Visualization
- More about this MCQ
Which principle avoids chartjunk?
- A-Chartjunk
- B-Data-ink
- C-3D
- D-Dual-axis
- MCQ By: MCQSEXAM
- Data Science / Data Visualization
- More about this MCQ
Which chart best shows parts-of-whole?
- A-Bar
- B-Line
- C-Pie
- D-Scatter
- MCQ By: MCQSEXAM
- Data Science / Data Visualization
- More about this MCQ
Which file format is splittable and compressible?
- A-CSV
- B-JSON
- C-Parquet
- D-AVRO
- MCQ By: MCQSEXAM
- Data Science / Big Data Analytics
- More about this MCQ
Which Spark library does graph analytics?
- A-MLlib
- B-Spark SQL
- C-GraphX
- D-Streaming
- MCQ By: MCQSEXAM
- Data Science / Big Data Analytics
- More about this MCQ
Which Hadoop daemon manages storage?
- A-NameNode
- B-DataNode
- C-ResourceManager
- D-NodeManager
- MCQ By: MCQSEXAM
- Data Science / Big Data Analytics
- More about this MCQ
Which model uses masked language modelling?
- A-GPT
- B-BERT
- C-ELMo
- D-ULMFit
- MCQ By: MCQSEXAM
- Data Science / Natural Language Processing (NLP)
- More about this MCQ
Which metric evaluates POS tagging?
- A-Accuracy
- B-BLEU
- C-ROUGE
- D-F1
- MCQ By: MCQSEXAM
- Data Science / Natural Language Processing (NLP)
- More about this MCQ
Which tokenizer handles subwords best?
- A-Whitespace
- B-WordPunct
- C-BPE
- D-Regex
- MCQ By: MCQSEXAM
- Data Science / Natural Language Processing (NLP)
- More about this MCQ
Which kernel is default in sklearn SVC?
- A-Linear
- B-Poly
- C-Sigmoid
- D-RBF
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which ensemble averages probabilities, not votes?
- A-Hard voting
- B-Soft voting
- C-Stacking
- D-Bagging
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which algorithm needs no learning rate?
- A-Gradient Boosting
- B-SVM
- C-Decision Tree
- D-Neural Net
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which statement releases a table lock?
- A-RELEASE
- B-ROLLBACK
- C-UNLOCK TABLES
- D-COMMIT
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which storage engine supports foreign keys in MySQL?
- A-MyISAM
- B-MEMORY
- C-InnoDB
- D-CSV
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which MySQL command shows active connections?
- A-SHOW STATUS
- B-SHOW VARIABLES
- C-SHOW PROCESSLIST
- D-SHOW ENGINE
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which idiom means “to start something new”?
- A-Bite the bullet
- B-Turn over a new leaf
- C-Burn the midnight oil
- D-Spill the beans
- MCQ By: MCQSEXAM
- English MCQs / Idioms And Phrases Mcqs
- More about this MCQ
Which word is a synonym of “ephemeral”?
- A-Permanent
- B-Enduring
- C-Transient
- D-Lasting
- MCQ By: MCQSEXAM
- English MCQs / Synonyms Mcqs
- More about this MCQ
Which word is an antonym of “benevolent”?
- A-Kind
- B-Generous
- C-Malevolent
- D-Charitable
- MCQ By: MCQSEXAM
- English MCQs / Antonyms Mcqs
- More about this MCQ
What is 15% of 400?
- A-45
- B-50
- C-60
- D-75
- MCQ By: MCQSEXAM
- Mathematics MCQs / Arithmetic
- More about this MCQ
Which number divides every number?
- A-0
- B-1
- C-2
- D-Itself
- MCQ By: MCQSEXAM
- Mathematics MCQs / Arithmetic
- More about this MCQ
Which is the smallest prime number?
- A-0
- B-1
- C-2
- D-3
- MCQ By: MCQSEXAM
- Mathematics MCQs / Arithmetic
- More about this MCQ
Which operator short-circuits in JS?
- A-&
- B-&&
- C-??
- D-|
- MCQ By: MCQSEXAM
- Computer Science MCQs / Javascript
- More about this MCQ
Which event fires when DOM is ready without images?
- A-load
- B-readystatechange
- C-DOMContentLoaded
- D-pageshow
- MCQ By: MCQSEXAM
- Computer Science MCQs / Javascript
- More about this MCQ
Which method deep-clones an object in JS?
- A-Object.assign()
- B-JSON.parse/stringify
- C-_.cloneDeep
- D-structuredClone()
- MCQ By: MCQSEXAM
- Computer Science MCQs / Javascript
- More about this MCQ
MCQs Exam
- General MCQs
- PHP
- Dot NET
- Algorithms and Data Structures
- Software Engineering
- Database Management Systems
- Computer Networks
- Operating Systems
- Artificial Intelligence (AI) and Machine Learning (ML)
- Computer Graphics
- Cybersecurity
- Mobile Computing
- HTML
- JAVA
- Cascading Style Sheets - CSS
- Javascript
- Arithmetic
- Basic Maths Mcqs
- Antonyms Mcqs
- Synonyms Mcqs
- Idioms And Phrases Mcqs
- MySQL
- Grammer and Vocabulary
- Jquery
- Bootstrap
- REACT
- C#
- Django