Search Your Question...!
Data Cleansing MCQ's
1. Data munging is
View AnswerA Process to clean messy data
2. Can a technically correct dataset still be incorrect for data analysis?
a) YES
b) NO
View Answer
YES
3. Binning is a method to manage data
View Answernoisy data
4. Data cleaning is the most time consuming process in data analysis
a) True
b) False
View Answer
True
5. tail() function shows ___ by default
View Answer6 rows
Linear Algebra MCQ's
1. The set of all possible vectors you can reach with the linear combination of two vectors is called ____________________.
View AnswerLinear Combination
2. If one set of vectors can be expressed as a linear combination of other set of vectors, they are called _____________________.
View Answerlinearly combined
3. Every vector in 2D space is associated with multiple pairs of number.
a) True
b) False
View Answer
False
Maven -Coalescing Pipeline MCQ's
1. How can we compile and generate war file using single command
View Answermvn compile war:war
2. Syntax to create maven project.
View Answermvn archtype:generate
3. How to generate war file
View Answermvn package
4. War files are created for
View AnswerWeb and Java
5. What is archetype
View AnswerIt is maven project templating toolkit
Leading and Managing MCQ's
1. Gamification is
View AnswerTHE USE OF
2. What is Baxter?
View AnswerAn autonomous Drone
3. CI/CD stands for
View AnswerContinuous Integration Continuous Deployment
4. Which of these are advantages of DevOps
View AnswerALL
5. What AI techniques are used in Chatbots?
View AnswerALL
Machine Learning MCQ's
1. If you have a basket of different fruit varieties with some prior information on size, color, shape of each and every fruit . Which learning methodology is best applicable?
View Answersuper
2. If the outcome is binary(0/1), which model to be applied?
View AnswerLogistic
3. For which one of these relationships could we use a regression analysis? Chose the correct one
View AnswerHEIGHT
4. Which clustering technique requires prior knowledge of the number of clusters required?
View Answerk means
5. Which of the learning methodology applies conditional probability of all the variables with respective the dependent variable?
View Answersupervised
Digital Marketing Primer MCQ's
1. By reading through the customer reviews of a product on Amazon, a customer forms a
View AnswerPerception about the product
2. Digital Marketing helps to improve
View AnswerAll the options mentioned
3. Customer Perception develops
View Answerall
4. Main objective of Digital Marketing is to
View AnswerNone
5. Which of the following aims at influencing users who have already begun their research on sites like Google, but not necessary that they have visited a brand site
View AnswerSearch Retargeting
Asure Essentials MCQ's
1. Which cloud offering focuses on the consumption of services?
View AnswerSaaS
2. High available applications are
View Answerall
3. In which operating system, we can use Azure CLI?
View AnswerAll the options mentioned
4. When using Azure Resource Manager, you can use a _______________ for deployment, which can build identical environments for different work scenarios such as testing, staging, and production
View AnswerTemplate
5. Which of the following is the older service management model, where cloud services contain your cloud resources?
View AnswerClassic Portal
Automation Anywhere MCQ's
1. Automation anywhere is not capable of working with
View AnswerHand written documents
2. Pdf integration command cannot be used for?
View Answerconverting pdf files to word
3. From control room on which type of clients can we schedule tasks
View Answerruntime
4. Using Email automation command we can directly get emails from the server without having interface(Email client) like: gmail, outlook?true
View AnswerFalse
5. For uploading a bot to the control room we need to have access to it?
View AnswerFalse
Advanced Regression Analysis MCQ's
1. What is/are the outcome of optimizing the likelihood function ?
View AnswerParameters
2. ________________ Regression can be used to model the data when the outcome is dichotomous .
View AnswerLogistic
3. When we normally multiply the coefficients with covariates we get a numeric value ? But when we need to get an output in the range 0 to 1 what do we need to perform ?
View AnswerNon Linear Transformation
4. A linear Model best predicts when the dependent variable is Binary.
View AnswerFalse
5. The systematic component in a GLM consists of Linear Predictor . What are they ?
View AnswerCovariate and Coefficient
Deep Learning MCQ's
1. Data Collected from Survey results is an example of ______
View Answerstructured data
2. Gradient at a given layer is the product of all gradients at the previous layers.
View AnswerTrue
3. Name the component of a Neural Network where the true value of the input is not observed.
View Answerhidden layer
4. _______________ is a Neural Nets way of classifying inputs.
View AnswerFP
5. Prediction Accuracy of a Neural Network depends on _______________ and ______________.
View Answerweight and bias
Azure Essentails MCQ's
1. Which cloud offering focuses on the consumption of services?
View AnswerSaaS
2. High available applications are
View Answerall
3. In which operating system, we can use Azure CLI?
View AnswerAll the options mentioned
4. When using Azure Resource Manager, you can use a _______________ for deployment, which can build identical environments for different work scenarios such as testing, staging, and production
View AnswerTemplate
5. Which of the following is the older service management model, where cloud services contain your cloud resources?
View AnswerClassic Portal
Gradle MCQ's
1. In gradle, JAR files are published to
View AnswerALL
2. Jobs are the unit of execution in Jenkins.
View AnswerFalse
3. Which of the following statement is true about Jenkins?
View AnswerALL
4. The plugins provided by jenkins supports
View AnswerALL
5. Applying the Application plugin also implicitly applies the Java plugin.
View AnswerTrue
MicroServices MCQ's
1. Benefits of Microservices include -
View AnswerAll the options
2. Software built as microservices can, by definition, be broken down into multiple component services ?
View Answertrue
3. Decomposition of Microservices based on 2 categories namely
View AnswerBusiness capability , Subdomain
4. Complexity of account to disadvantages of Microservices
View Answerdeveloping, testing & deploying distributed system, Handling partial failures
5. Is Microservice is considered as subset of SOA ?
View AnswerTrue
MONGO DB MCQ's
1. Which is the method used to terminate certain operations after examination
View Answerdb.kill
2. Which is the method in MongoDB removes a one or more roles from a user on the current database
View Answerdb.revokeroles from user
3. Which of the following will help to identify long running queries
View Answercurrentop
4. In MongoDB ........ is the operator limits the contents of an array field from the query
View AnswerELEMmatch
5. Which model is used when there is contains relationships between entities
View Answerembedded
ONSEN UI MCQ's
1. Onsen uses _______ CLI for Developing apps
View AnswerMonaca
2. Ons object needs to be imported from the library
View Answeronsenui
3. Onsen supports only react Framework
View AnswerFalse
4. How many sections does a toolbar have?
View Answer3
5. Any HTML code can be placed inside the component?
View Answer True
React Native MCQ's
1. It is compulsory to install Xcode or Android studio for react native mobile application development.
View AnswerFalse
2. Developer of React Native is _______________.
View Answer3. React Native is ‘learn once, run anywhere’.
View AnswerFalse
4. JSX is JavaScript with a syntax extension which allows a mixture between _______________ and ___________.
View AnswerJava and XML tags
5. Which method is called when a component is being removed from the DOM?
View AnswercomponentWillUnmount()
UI Design MCQ's
1. Name the design concept of making items represented, resemble their real-world counterparts
View AnswerSkeuomorphism
2. Which one below is a vector image format?
View AnswerSVG
3. Name the design language system developed by google
View AnswerMaterial Design
4. Name the design tool that can be used to establish a spatial hierarchy of the content
View AnswerGrids
5. What is the white space located inside letters like o and p called?
View AnswerCounter
Save the Prisoner! | Python Solution | HackerRank
A jail has a number of prisoners and a number of treats to pass out to them. Their jailer decides the fairest way to divide the treats is to seat the prisoners around a circular table in sequentially numbered chairs. A chair number will be drawn from a hat. Beginning with the prisoner in that chair, one candy will be handed to each prisoner sequentially around the table until all have been distributed.
The jailer is playing a little joke, though. The last piece of candy looks like all the others, but it tastes awful. Determine the chair number occupied by the prisoner who will receive that candy.
Viral Advertising | Python Solution | HackerRank
HackerLand Enterprise is adopting a new viral advertising strategy. When they launch a new product, they advertise it to exactly people on social media.
On the first day, half of those people (i.e., ) like the advertisement and each shares it with of their friends. At the beginning of the second day, people receive the advertisement.
Each day, of the recipients like the advertisement and will share it with friends on the following day. Assuming nobody receives the advertisement twice, determine how many people have liked the ad by the end of a given day, beginning with launch day as day .