Trending questions in Edureka Community

0 votes
1 answer

Facing issue while trying to perform "Save As" action on an excel sheet using Uipath.

Hello there, a work around that I found ...READ MORE

Nov 5, 2019 in RPA by Abha
• 28,140 points
3,675 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,390 views
0 votes
1 answer

Error: ‘Jenkins pipeline: No such DSL method'

This is a simple mistake, just remove ...READ MORE

Aug 17, 2018 in Jenkins by Sophie may
• 10,610 points
22,905 views
0 votes
1 answer

draw polygon based on user input - turtle python

Try something like this: import turtle # create a ...READ MORE

Jul 6, 2019 in Python by Umer
8,974 views
0 votes
2 answers

Can I get rid of the grey border on the report visuals with power bi embedded?

It's just a simple css code to ...READ MORE

Apr 19, 2020 in Power BI by Prateek Mehta
4,562 views
+1 vote
3 answers

Error message “Failed to connect to the host via ssh” while running ping command on host machines using Ansible

I hadn't created the ssh connection between ...READ MORE

Apr 23, 2019 in Ansible by Lavanya
19,724 views
0 votes
2 answers

How to test React JS dropdown with Selenium and java?

First of all you need to click ...READ MORE

Aug 20, 2019 in Selenium by ghoshPooja
• 140 points
16,934 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,450 views
0 votes
0 answers

Write a DAX query to obtain the bottom 5 customers based on the order price

Jan 22, 2020 in Others by anonymous
• 170 points
315 views
0 votes
1 answer

How do I enable Cross origin resource sharing (CORS) on a cloud storage bucket?

Use the gsutil cors command to configure CORS on ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
2,925 views
+1 vote
1 answer

How to check if a string is null in python

Try this: if cookie and not cookie.isspace(): # the ...READ MORE

Aug 20, 2018 in Python by Priyaj
• 58,090 points
22,692 views
+1 vote
1 answer

Is Java a compiled language or interpreted?

Compiled languages are directly converted into machine ...READ MORE

Dec 18, 2019 in Java by Hannah
• 18,570 points
1,733 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
5,668 views
0 votes
1 answer

How to install Hive on Windows Operating System?

First, download Hive from the following link: http://www.apache.org/dyn/closer.cgi/hive/ Next, ...READ MORE

Feb 27, 2019 in Big Data Hadoop by Kirti
14,507 views
0 votes
1 answer

AWS error "Unable to locate credentials"

If you add --debug to the command ...READ MORE

Aug 28, 2019 in AWS by Faiza
6,642 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
12,948 views
+1 vote
1 answer

How t can I create email without sending in UIPath?

Create a mail message object with all ...READ MORE

Dec 2, 2019 in RPA by Sirajul
• 59,230 points
2,474 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,783 views
0 votes
1 answer

I am closing my billing account on GCP but have unused credits. Will I be eligible for a refund?

If you cancel your billing account and ...READ MORE

Nov 5, 2019 in GCP by anonymous
• 59,230 points
3,616 views
0 votes
2 answers

How do you read from a file using file handling in python?

for write, read,append data in file check ...READ MORE

Jun 21, 2020 in Python by sahil
• 580 points
911 views
0 votes
1 answer

How can I append data to an existing file in HDFS?

You have to do some configurations as ...READ MORE

Jul 25, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
8,059 views
0 votes
1 answer

How fault tolerance is achieved in Apache Spark?

Hey, In Apache Spark, the data storage model is ...READ MORE

Jul 22, 2019 in Apache Spark by Gitika
• 65,910 points
8,169 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,203 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,388 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
865 views
0 votes
1 answer

I want to restrict access to the azure portal, can I use multi-factor authentication for this purpose?

Yes, this is possible. Have a look at ...READ MORE

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

How is Azure related with Azure Active directory?

Azure AD provides you with a common ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,230 points
599 views
+1 vote
2 answers

What skills are measured in Azure DevOps Engineer Expert Certification (AZ-400 exam)?

In simple words,  analyze and test management tools,  implement tools ...READ MORE

Sep 10, 2019 in Career Counselling by harsha
6,025 views
0 votes
1 answer

Preventing accidental data deletion on Google cloud storage.

Use Object Versioning. The Object Versioning feature keeps ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points
3,013 views
0 votes
1 answer

Can I create multiple instances of services while still using Azure free account? Or should I upgrade account?

Yes, you can create multiple instances of ...READ MORE

Dec 30, 2019 in Azure by Sirajul
• 59,230 points
1,195 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
1,674 views
0 votes
1 answer

How to catch boto3 Errors

You've summarized the situation well. The old boto had ...READ MORE

Sep 28, 2018 in AWS by Priyaj
• 58,090 points
20,972 views
0 votes
2 answers

How to ignore exception in Java?

There is no way to basically ignore a ...READ MORE

Aug 16, 2019 in Java by Sirajul
• 59,230 points
11,941 views
+1 vote
1 answer

How to make links open in new window or tab?

To create a new window or tab when ...READ MORE

Jan 16, 2020 in Web Development by Niraj
402 views
+6 votes
28 answers

Which of them is better between Java vs Python? And why?

Python. Don’t even think about it to select ...READ MORE

Feb 1, 2019 in Career Counselling by navdeep
• 240 points
4,285 views
0 votes
1 answer

What is Azure stack?

Azure Stack is a hybrid cloud computing software solution ...READ MORE

Jan 10, 2020 in Azure by Sirajul
• 59,230 points
688 views
+2 votes
1 answer

How to link one running container with other running container in docker.

Hi @Yuvraj! Yes, this is possible. You can ...READ MORE

Dec 16, 2019 in Docker by Kalgi
• 52,360 points
1,739 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
8,571 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 2,959 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
3,485 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,030 points
3,777 views
0 votes
1 answer

How to check the installed modules in puppet?

Puppet Module list command will list all ...READ MORE

Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
7,998 views
+1 vote
1 answer

Stacked and a independent column chart in power BI

Hi Rahul, Follow the below steps: 1. Create a ...READ MORE

Jun 12, 2019 in Power BI by anonymous
• 33,030 points
9,777 views
0 votes
1 answer

set the timezone in Kubernetes cluster

You can set the timezone of the ...READ MORE

Jul 4, 2019 in Kubernetes by Fawaad
8,886 views
+1 vote
0 answers

How can i made a ledger-system using hyperledger.

Jan 12, 2020 in Blockchain by anonymous
• 190 points
558 views
0 votes
1 answer

What is a single block activity in UiPath?

The sequences are called as single block ...READ MORE

Nov 10, 2020 in RPA by Anas
1,029 views
0 votes
1 answer

Permissions issue with Google Cloud Storage Bucket.

You can regain access to the object by assigning an applicable role, like roles/storage.objectAdmin, to ...READ MORE

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

How Google OCR is different from Microsoft OCR in UiPath?

Hi @Pratibha, UiPath Studio provides Microsoft and ...READ MORE

Oct 16, 2019 in RPA by Abha
• 28,140 points
4,332 views
0 votes
1 answer

Incremental data copy using azure datafactory.

If your blob is well named with a ...READ MORE

Jan 2, 2020 in Azure by Sirajul
• 59,230 points
961 views