Latest questions in Edureka Community

0 votes
0 answers

how to print string to text file?

can you give an example? READ MORE

Apr 3, 2019 in Python by Waseem
• 4,540 points
395 views
0 votes
0 answers

how to do round of an integer in python?

is there a function or method that ...READ MORE

Apr 3, 2019 in Python by Waseem
• 4,540 points
307 views
0 votes
1 answer

Blend two different fields from 2 tables into one field.

Hi, Follow below steps: 1. Connect to both data ...READ MORE

Apr 3, 2019 in Tableau by Cherukuri
• 33,030 points
499 views
0 votes
1 answer

How to work a AWS IOT Lambda with a devices?

Hey KanaguRaj, use this for reference: https://serverless.com/ ...READ MORE

Apr 12, 2019 in IoT (Internet of Things) by Vardhan
• 13,190 points
591 views
0 votes
1 answer

Azure App Service Plan: how do I pause it ?

If you want to use the S1 ...READ MORE

Apr 3, 2019 in Azure by Prerna
• 1,960 points

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

How to add a body to a HttpWebRequest that is being used with the Azure Service management API?

The following code should help: byte[] buf = ...READ MORE

Apr 3, 2019 in Azure by Prerna
• 1,960 points
2,036 views
0 votes
2 answers

R programming: r bind error

You can use arrange function at last ...READ MORE

Sep 3, 2019 in Data Analytics by anonymous
• 33,030 points
667 views
0 votes
1 answer

R programming error

Loop 1: the value of speed is ...READ MORE

Apr 3, 2019 in Data Analytics by Tyrion anex
• 8,700 points
366 views
0 votes
1 answer

How to make label in center of dual axis chart?

Hi Banu, Follow below steps: 1. Create a dual ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
3,320 views
0 votes
0 answers

How to create a Self-Signed Security (SSL) Certificate in IIS?

How can I create a Self-Signed Security ...READ MORE

Apr 2, 2019 in RPA by Vartika
454 views
0 votes
1 answer

INCLUDE LOD- tableau

Hi Anitha, you can add a calculation like ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
411 views
0 votes
0 answers

How much time synchronization is important in orchestrator?

How time synchronization plays an important role ...READ MORE

Apr 2, 2019 in RPA by Vijay
301 views
0 votes
3 answers

GO lang vs Others (Python, Java, Rust)

Hi there, I've worked on only a few ...READ MORE

Apr 3, 2019 in Ask us Anything! by Aryya
• 500 points
1,386 views
0 votes
0 answers

What Kibana is used for in UiPath Orchestrator?

What Kibana is used for in UiPath ...READ MORE

Apr 2, 2019 in RPA by Pratibha
1,021 views
0 votes
1 answer

How to copy directory and sub dirs's and files from source to remote using ansible playbook

Hey @Nishant, you can use the copy ...READ MORE

Apr 3, 2019 in Ansible by Kalgi
• 52,360 points
29,946 views
0 votes
1 answer

How to find all the tags in the page using BeautifulSoup?

Try this code: for tag in soup.find_all(True): ...READ MORE

Apr 2, 2019 in Python by Soumya
780 views
0 votes
1 answer

How find all the tag with a particular name using BeautifulSoup?

You can do it like this: for tag ...READ MORE

Apr 2, 2019 in Python by Dinesh
437 views
0 votes
1 answer

Permission denied error while building a project using Ansible on jenkins

Your Jenkins job is running as default ...READ MORE

Apr 2, 2019 in Ansible by Aleesha
2,411 views
0 votes
1 answer

Find tag starting with a particular letter using BeautifulSoup?

Try something like this: for tag in soup.find_all(re.compile("^b")): ...READ MORE

Apr 2, 2019 in Python by Taj
1,041 views
0 votes
1 answer

BeautifulSoup: Not able to extract multiple tags in a class

You are missing the square braces. You ...READ MORE

Apr 2, 2019 in Python by Firoz
6,702 views
0 votes
1 answer

How to get two tags in findall using BeautifulSoup?

You can mention both the tags in ...READ MORE

Apr 2, 2019 in Python by Giri
20,447 views
0 votes
1 answer

How to count number of anchor tags got?

I had a similar requirement, this is ...READ MORE

Apr 2, 2019 in Python by Riya
4,133 views
0 votes
1 answer

Ansible task to know if a path exists and if its a directory

Hi @Nisha, use the stat module provided ...READ MORE

Apr 2, 2019 in Ansible by Alok
10,946 views
0 votes
1 answer

How to get anchor tags of particular class using BeautifulSoup?

You can specify the class you want ...READ MORE

Apr 2, 2019 in Python by John
10,693 views
0 votes
1 answer

How to get all anchor tags using BeautifulSoup?

Yes, you can do it by using ...READ MORE

Apr 2, 2019 in Python by Kailash
6,061 views
0 votes
1 answer

How to parse html file to BeautifulSoup?

Hey. Refer to the following code: driver.get("link") html = ...READ MORE

Apr 2, 2019 in Python by Kirti
1,628 views
0 votes
1 answer

Ansible task to determine if a path exists and is a symlink

Hi @neha, you can write your task ...READ MORE

Apr 2, 2019 in Ansible by Alok
6,861 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 12,439 views
0 votes
1 answer
0 votes
1 answer

Return values of Ansible Commands

Hey @Rani, you could try something like ...READ MORE

Apr 2, 2019 in Ansible by Alia
641 views
0 votes
1 answer

py.test logging for tests that pass

you could use py-cov combine with pytest py.test ...READ MORE

Apr 2, 2019 in Python by SDeb
• 13,300 points
3,407 views
0 votes
2 answers

why do we use operator.abs

 python and abs() in Python The abs() take ...READ MORE

Apr 3, 2019 in Python by anonymous
734 views
0 votes
1 answer

Playbook to gather ec2_asg_facts AWS auto scaling group

Hey @Neya, try something like this: --- - name: ...READ MORE

Apr 2, 2019 in Ansible by Pam
1,394 views
0 votes
0 answers

How to configure ChromeDriver to initiate the browser in the Headless mode using Selenium?

I'm currently working on a Python script ...READ MORE

Apr 2, 2019 in Selenium by Surya
• 970 points
1,410 views
0 votes
1 answer

Mention the installation steps of Elasticsearch Server.

Hello Nivedita, follow these steps to install ...READ MORE

Apr 2, 2019 in RPA by Pratibha
• 3,690 points
1,049 views
0 votes
1 answer

How to make a filter depend on another filter?

Hi Sindhu, Follow the below steps: 1. Add the ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
617 views
0 votes
1 answer

How Elasticsearch Server can be used in uipath Orchestrator?

Hey @Misha, Elasticsearch is used to store messages ...READ MORE

Apr 2, 2019 in RPA by Abha
• 28,140 points
3,861 views
0 votes
1 answer

Exclude LOD -Tableau

Hi Nikki, You can try this,  { EXCLUDE : ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
387 views
0 votes
1 answer

Explain the use of Network Load Balancer (NLB) in orchestrator?

Hey @Rajat, A Network Load Balancer (NLB) enables ...READ MORE

Apr 2, 2019 in RPA by Abha
• 28,140 points
1,486 views
0 votes
1 answer

Better way to represent a survey/response sheet result with over total.

Hi Banu, Some of the ways to ...READ MORE

Apr 2, 2019 in Tableau by Nithin
387 views
0 votes
2 answers

SQL - table with rows with no null values.

SELECT primary_author, published_date, title FROM ...READ MORE

Sep 4, 2019 in Tableau by johnmario
• 160 points
7,324 views
0 votes
1 answer

SQL - update table with null values in row.

Hi Sindhu, Before loading the data and fields from ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
3,691 views
0 votes
2 answers

Why Redis is mandatory for Cluster environment in UiPath orchestrator?

because it's uipath and it has a ...READ MORE

Jun 27, 2019 in RPA by anonymous
3,397 views
0 votes
1 answer

Action from dashboard to another

Hi Anitha,  Action from dashboard to another is ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
654 views
0 votes
1 answer

How to show a chart with only a part of the dimension/measure value.

Hi Nithin, Follow below steps: 1. Create a calculative ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
504 views
0 votes
1 answer

How to configure SQL server before installing UiPath Orchestrator?

Hello Hemant, select one of the following ...READ MORE

Apr 2, 2019 in RPA by Pratibha
• 3,690 points
3,776 views
0 votes
1 answer

What are the types of SSL or Web Certificates are required for communication between Robots & Orchestrator?

Hey Farhan, HTTPS protocol is mandatory for all ...READ MORE

Apr 2, 2019 in RPA by Abha
• 28,140 points
1,412 views
0 votes
1 answer

Prerequisites for installing UiPath Orchestrator Server

Hi @Disha, prerequisites for installing Orchestrator Server ...READ MORE

Apr 2, 2019 in RPA by Anvi
• 14,150 points
2,115 views
0 votes
1 answer

LOD expressions- Create a calculation that is not affected by filters.

Hi Nikki, Your LOD expression is correct, but ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
2,192 views