Trending questions in Edureka Community

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
2,447 views
0 votes
1 answer

What is Azure IOT? Does it connect only azure cloud infrastructure?

The Azure Internet of Things (IoT) is ...READ MORE

Jan 20, 2020 in Azure by Sirajul
• 59,230 points
995 views
0 votes
1 answer

Is it possible to restore a deleted service account on Gcloud?

It's sometimes possible to restore a deleted ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
4,511 views
0 votes
1 answer

how can i use the sum function in a python list?

If there is list =[1,2,4,6,5] then use ...READ MORE

Apr 23, 2020 in Python by anonymous
4,217 views
0 votes
0 answers

jenkins pipeline script deploy error

C:\Program Files (x86)\Jenkins\workspace\app>del "C:\Program Files\Apache Software Foundation\Tomcat ...READ MORE

Nov 28, 2019 in Jenkins by Rajendra
• 510 points
3,296 views
0 votes
1 answer

Which programming languages can be used in the Coding Stage of Object Studio?

Hi, you can use these programming languages ...READ MORE

Oct 18, 2019 in RPA by Jathin
5,014 views
+1 vote
2 answers

Hadoop Hive: Not recognizing alias named in select part?

You can not use column aliases in ...READ MORE

Nov 26, 2019 in Big Data Hadoop by anonymous
11,421 views
0 votes
1 answer

Error "the number of available CPUs 1 is less than the required 2" when creating kubernetes cluster on ec2

The new version of Kubernetes requires you ...READ MORE

Aug 6, 2019 in Kubernetes by Macy
8,164 views
0 votes
1 answer

How do i give access to the cloud storage bucket to a specific user?

Use the gsutil iam ch command to give a ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
4,783 views
+1 vote
0 answers

Job failed as tasks failed. failedMaps

Hello All, I am new to hadoop, i ...READ MORE

Aug 1, 2019 in Big Data Hadoop by Hemanth
• 250 points

edited Aug 1, 2019 by Omkar 8,382 views
0 votes
2 answers

How to lock a thread in Python?

Lock objects can release the lock at ...READ MORE

Jul 23, 2020 in Python by sahil
• 500 points
1,103 views
0 votes
1 answer

How to add multiple dashboards in story?

Hi, You can add the same or different ...READ MORE

May 17, 2019 in Tableau by anonymous
• 33,050 points
11,660 views
0 votes
1 answer

Is it possible to directly go for AWS professional certification exam without associate certifications?

Yes you can do that- Let me guide ...READ MORE

Jun 14, 2019 in AWS by Damon Salvatore
• 5,980 points
10,450 views
0 votes
1 answer

Can I start a virtual machine in azure without the azure portal?

I think the best way is to ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
1,685 views
0 votes
1 answer

What is Amazon AWS?

Amazon Web Services(AWS) is a cloud service from ...READ MORE

Jan 23, 2020 in AWS by Hemanth Sharma

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

What is azure event hub?

Azure Event Hubs is a big data ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
884 views
0 votes
1 answer

Avoid duplication while streaming data into a BigQuery table

If you receive a failure HTTP response ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
3,575 views
0 votes
3 answers

java.lang.IllegalStateException Error after adding set property webdriver

/* System.setProperty("WebDriver.gecko.driver", "C:\\Users\\DELL\\Desktop\\GeckoDriver1\\geckodriver.exe"); WebDriver driver = new FirefoxDriver(); */ ...READ MORE

May 1, 2019 in Selenium by anonymous
20,395 views
+1 vote
1 answer

difference between plyr and dplyr

@Kunal, Both are similar package used for ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,050 points
6,266 views
+1 vote
2 answers

What is the AWS CodeStar service used for?

AWS is a web-service provider, which offers set ...READ MORE

Jun 6, 2019 in AWS by ArchanaNagur
• 2,360 points
1,487 views
0 votes
1 answer

Can Azure App Service be used to build a mobile app?

Azure App Service enables you to build ...READ MORE

Jan 20, 2020 in Azure by Sirajul
• 59,230 points
929 views
+2 votes
5 answers

How to install Ganache.appx on Windows 7

Go to https://github.com/trufflesuite/ganache/releases there are a set of ...READ MORE

Aug 17, 2018 in Blockchain by Omkar
• 69,220 points
15,443 views
0 votes
1 answer

How to customize the report for different users in power BI?

There are different ways to achieve this. 1. ...READ MORE

Oct 30, 2019 in Power BI by Cherukuri
• 33,050 points
4,463 views
0 votes
1 answer

How to create an EC2 instance using Python?

Hey JunDevOps, Have a look these scripts: 1. ...READ MORE

Jun 24, 2019 in AWS by Aysha

edited Jun 25, 2019 9,987 views
0 votes
1 answer

Using gettext() method for the specific element using Selenium WebDriver

Mistake is that u r printing the ...READ MORE

Apr 10, 2018 in Selenium by Vardy
• 2,360 points
28,995 views
0 votes
1 answer

What is a Tag in Blueprism and what it is used for?

Hello, A Tag is a keyword of term assigned to ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
4,796 views
+1 vote
1 answer

Between cyber security and CCNA profession which one is best in terms of time to become an expert and salary payment

CCNA professional is more inclined towards the ...READ MORE

Dec 18, 2019 in Others by Pri
2,302 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

Hi, If your instances are in the same ...READ MORE

Jul 19, 2020 in AWS by MD
• 95,460 points
1,062 views
0 votes
1 answer

What is the process for stopping and restarting a docker container?

If you want to stop a docker ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
9,562 views
0 votes
1 answer

how do i get the list of all the keys in my dictionary?

my_dict = {'one': 'first', 'two': 'second', 'three': ...READ MORE

Sep 30, 2020 in Python by VJ_python
985 views
0 votes
1 answer

Download file from website using web scraping

Hi, Follow the below steps: 1. Use rvest package ...READ MORE

Sep 20, 2019 in Data Analytics by rishabh
6,190 views
+1 vote
1 answer

What is AWS Cloud?

Hi @Hannah Before the cloud computing era, the ...READ MORE

Jan 20, 2020 in AWS by Neha
824 views
0 votes
1 answer

BeautifulSoup: How to get the text between p tag?

Find all the the paragraph tags and ...READ MORE

Apr 3, 2019 in Python by Esha
13,477 views
0 votes
1 answer

What is the purpose of Azure active directory? Why do we need it?

Azure Active Directory (Azure AD) is Microsoft’s ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 27, 2023 by Khan Sarfaraz 1,171 views
0 votes
2 answers

What is PostgreSQL?

HI... PostgreSQL is one of the top databases ...READ MORE

Oct 22, 2020 in Database by SRI

edited Oct 22, 2020 by Gitika 1,430 views
0 votes
1 answer

How to ignore failed commands in Ansible?

Usually, if even one command fails to ...READ MORE

Feb 7, 2019 in Ansible by Patt
15,862 views
0 votes
1 answer

Add buttons to perform actions on the leaflet map.

@ch, You can add easy buttons to add ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,050 points
5,096 views
0 votes
1 answer

having a pod with two containers, can i ping each other using the container name?

Containers on same pod act as if ...READ MORE

Jul 19, 2019 in Kubernetes by Sirajul
• 59,230 points
8,849 views
0 votes
1 answer

What is Azure Rights Management?

Azure Rights Management (often abbreviated to Azure ...READ MORE

Jan 20, 2020 in Azure by Sirajul
• 59,230 points
859 views
0 votes
1 answer

How to check if an image is displayed on web page while working with Selenium WebDriver?

I've come across a similar situation before, where the image ...READ MORE

May 10, 2019 in Selenium by Surya
• 970 points
11,869 views
0 votes
1 answer

What is Azure Cloud Service?

Azure Cloud Services is an example of ...READ MORE

Jan 10, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 21, 2023 by Khan Sarfaraz 1,279 views
0 votes
1 answer

What is Azure AD Join? In what Scenarios should I consider using it?

Azure AD join allows you to join ...READ MORE

Jan 22, 2020 in Azure by Sirajul
• 59,230 points
760 views
0 votes
1 answer

How to get permutations of list or a set in Python?

Permutation is an arrangement of objects in ...READ MORE

Jul 11, 2019 in Python by Neel
• 3,020 points
9,172 views
+2 votes
1 answer

How PCF (Pivotal Cloud Foundry) is different from AWS (Amazon Web Services)

PCF (Pivotal Cloud Foundry)is a commercial cloud ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,020 points
22,167 views
0 votes
1 answer

How to web scrape using python without using a browser?

Yes, you can use the headless mode. ...READ MORE

Apr 2, 2019 in Python by Yogi

edited Oct 7, 2021 by Sarfaraz 13,462 views
0 votes
1 answer

Delete a cloud storage object that is in the locked, retention-enabled bucket.

No, you can't delete a cloud storage object ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points

edited Sep 21, 2021 by Sarfaraz 3,528 views
0 votes
1 answer

Sqoop could not load db driver class

Hello, Have you tried to put the both ...READ MORE

Dec 13, 2019 in Big Data Hadoop by Alexandru
• 510 points
3,498 views
0 votes
1 answer

Need to show custom static content on the azure dashboard.

You can add a markdown tile to ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
1,879 views
+1 vote
1 answer

flume twitter data file not generated in HDFS

Seems like you've missed the source and ...READ MORE

Dec 2, 2019 in Big Data Hadoop by Esha
4,321 views