Most voted questions in Edureka Community

0 votes
1 answer

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
803 views
0 votes
1 answer

Jenkins and Docker: How can I customize my jenkins pipeline to use docker?

Jenkins Pipeline is designed to easily use ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
1,406 views
0 votes
1 answer

What is Blue Ocean in jenkins?

Blue Ocean is a project that redefines/rethinks ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
734 views
0 votes
1 answer

Do I need to start with cloud practitioners certification or can I directly jump to Architect associate certification?

You do not really need the practitioner ...READ MORE

Aug 26, 2019 in AWS by Vasudha
511 views
0 votes
1 answer

which one is better bigdata or devops for career

I think Big Data will be good ...READ MORE

Aug 26, 2019 in Big Data Hadoop by Karan
2,261 views
0 votes
2 answers

How to avoid the pop-up window in chrome browser with Selenium?

Alert alertCancel = driver.switchTo().alert(); READ MORE

Sep 6, 2020 in Selenium by Sri
• 3,190 points
15,989 views
0 votes
2 answers

Jenkins and Docker : Build a Docker image using an jenkins pipeline and push it into docker registry.

In the illustration below, i have created a ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
145,051 views
0 votes
1 answer

K Means using elbow method

Elbow method allows the user to know ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
2,644 views
0 votes
1 answer

Importance of fields in the dataset in randomforest

Use Function importance() which defines the importance ...READ MORE

Aug 25, 2019 in Data Analytics by anonymous
• 33,030 points
394 views
0 votes
1 answer

compare actual values vs predicted values in decision tree

You can compare test data using table() ...READ MORE

Aug 25, 2019 in Data Analytics by Cherukuri
• 33,030 points
2,674 views
0 votes
1 answer

How to see the tree after making decision tree?

Hey Bindhu, If you have created a decision tree using ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
374 views
0 votes
0 answers

Converting a csv file into html file using pandas file.to_html command in pycharm?

Hello guys, I am having some problems ...READ MORE

Aug 24, 2019 in Python by anonymous
1,644 views
0 votes
2 answers

What is Cucumber dry run?

Dry Run is nothing  but checking the ...READ MORE

Nov 8, 2019 in Selenium by Venkata
• 160 points
19,563 views
0 votes
1 answer

What are the software requirements to run a Cucumber web test?

Hi Govind, to run a Cucumber Web ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
4,816 views
0 votes
1 answer

How can I perform mouse hover to a web element with ruby and selenium webdriver?

Hi Siddhart, checkout the following script to ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
2,371 views
0 votes
1 answer

How to scroll to a particular element on a webpage using selenium ruby webdriver?

Hey Disha, following piece of code worked ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
1,825 views
0 votes
1 answer

What is the difference between 2*2 and 2**2 in python?

2*2 is a multiplication operation output will ...READ MORE

Apr 12, 2020 in Python by Hari
1,816 views
0 votes
1 answer

What is namespaces in python?

https://www.programiz.com/python-programming/namespace plz do some searches and then ask ...READ MORE

Aug 24, 2019 in Python by Andres
579 views
0 votes
1 answer

Basic built in security features of docker.

Here are few basic built -in security ...READ MORE

Aug 23, 2019 in Docker by Sirajul
• 59,230 points
880 views
0 votes
1 answer

What is the swarm mode public key infrastructure?

Built-in Public Key Infrastructure System helps to ...READ MORE

Aug 23, 2019 in Docker by Sirajul
• 59,230 points
698 views
0 votes
1 answer

View total size of an S3 bucket - aws cli

To view stats about a bucket, which ...READ MORE

Aug 23, 2019 in AWS by Parth
7,697 views
0 votes
1 answer

Puppet: puppetlabs/image_build - where exactly should i use this module?

The module puppetlabs/docker is for installing and ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
680 views
0 votes
2 answers

Delete a folder from an s3 bucket - aws cli

There is a delete-folder option, but you ...READ MORE

Oct 3, 2019 in AWS by Shai
56,798 views
0 votes
1 answer

Download a specific folder and all subfolders recursively from s3 - aws cli

Use the recursive function for this purpose: $ ...READ MORE

Aug 23, 2019 in AWS by Alia
5,551 views
0 votes
1 answer

How do I automate the process of puppet manifest generation?

You can use puppet resource [type] for ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
417 views
0 votes
1 answer

Logging to a Linux EC2 using username/password combination

By default in a Linux EC2, allows ...READ MORE

Aug 23, 2019 in AWS by Praveen
• 700 points
676 views
0 votes
1 answer

Connecting to an EC2 in a Private Subnet

An EC2 created in the Private Subnet ...READ MORE

Aug 23, 2019 in AWS by Praveen
• 700 points
2,729 views
0 votes
1 answer

Different ways of securing data in S3

It’s always better to use the IAM ...READ MORE

Aug 23, 2019 in AWS by Praveen
• 700 points
392 views
0 votes
1 answer

Snowball vs Snowmobile

A single Snowball can store up to ...READ MORE

Aug 23, 2019 in AWS by Praveen
• 700 points
2,503 views
0 votes
1 answer

When should I prefer Server-side validation checks over Client-side validation checks?

Yes, it is true that server-side checks ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Karuna
599 views
0 votes
1 answer

Difference between SecurityGroup and NACL?

As mentioned both SG and NACL allow/restrict ...READ MORE

Aug 23, 2019 in AWS by Praveen
• 700 points
797 views
0 votes
1 answer

Puppet+Kubernetes: Is there a way to create resources in Kubernetes using Puppet?

Yes, it is quite possible to create ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
716 views
0 votes
1 answer

When should I prefer Client-side validation checks over Server-side validation checks?

Client-side validation checks are preferred to reduce ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Steven
753 views
0 votes
1 answer

R vs Tableau data visualization.

@Yash, This is a requirement based question. ...READ MORE

Oct 28, 2019 in Data Analytics by anonymous
• 33,030 points
7,784 views
0 votes
1 answer

How to take Screenshot of a webpage in Selenium with Ruby

Hi Sunita, you can use following code ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
1,395 views
0 votes
1 answer

What are the top packages in R for data visualization?

These are the top R packages used ...READ MORE

Aug 26, 2019 in Data Analytics by Cherukuri
• 33,030 points
713 views
0 votes
1 answer

Disabling browser Javascript breaks application

This usually happens if the javascript contains ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Kunal
391 views
0 votes
1 answer

Create traffic mirror Target - AWS

Follow these steps: Open Amazon VPC console Select the ...READ MORE

Aug 23, 2019 in AWS by anonymous
470 views
0 votes
1 answer

Add multiple sub plots within same panel.

Hi, Karthi The subplot() function in plotly provides ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
1,701 views
0 votes
0 answers

What is traffic mirroring in AWS?

What is traffic mirroring in AWS? I ...READ MORE

Aug 23, 2019 in AWS by Alia
358 views
0 votes
1 answer

Puppet+Kubernetes: Should i install Docker inorder to start using puppetlabs/kubernetes module?

The puppetlabs/kubernetes module installs and configures Kubernetes. You need ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
501 views
0 votes
1 answer

How to add tooltips to ggplot object?

@ashish, you can use ggplotly package to ...READ MORE

Oct 28, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,499 views
0 votes
1 answer

How to convert a ggplot to plotly object?

Hi, John, There is a package called ggplotly ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
1,378 views
0 votes
1 answer

Change the pem file - AWS

You need to take the ami and ...READ MORE

Aug 23, 2019 in AWS by Mahesh
754 views
0 votes
1 answer

Handling MAC protected ViewState

You can use BurpSuite for this. When ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Juna
502 views
0 votes
1 answer

Report a bug related to aws services.

To submit feedback on AWS services Use the AWS ...READ MORE

Aug 23, 2019 in AWS by Alok

edited Jun 20, 2023 by Khan Sarfaraz 2,034 views
0 votes
1 answer

Can I launch a Puppet Server using the puppet/puppetserver-standalone docker image?

In order to launch a Puppet Server ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
1,018 views
0 votes
1 answer

How to check if MAC Protection is enabled for ViewState in ASP.NET application?

You can check if the ViewState is ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Tina
2,200 views
0 votes
1 answer

How can I send feedback to AWS?

To submit feedback on an AWS console Choose Feedback in ...READ MORE

Aug 23, 2019 in AWS by Faiza
804 views
0 votes
1 answer

Does Aurora Serverless support DB subnet groups with subnets in the same Availability Zone?

Aurora Serverless doesn't support DB subnet groups ...READ MORE

Aug 23, 2019 in AWS by Ashish
2,858 views