Trending questions in Edureka Community

0 votes
1 answer

How can we generate migration in Laravel?

Hello, Migrations are like version control for your database, ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,840 points
1,070 views
0 votes
1 answer

Difference between incremental refresh and full refresh

Full Refresh By default, extracts are fully refreshed. ...READ MORE

Oct 31, 2019 in Tableau by Cherukuri
• 33,050 points
7,120 views
0 votes
1 answer

How to add a remote git repository in Jenkins

Follow these steps: Step 1 Go to Manage ...READ MORE

May 23, 2019 in Git & GitHub by Alok
14,055 views
0 votes
1 answer

Error: iptables-restore v1.4.6: Bad IP address “gcompute”

Hi@akhtar, To solve this error, you can follow ...READ MORE

Mar 26, 2020 in OpenStack by MD
• 95,460 points
760 views
0 votes
1 answer

Create custom tables in power BI

Hi Sindhu, You can create custom tables by clicking ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,050 points
14,965 views
+1 vote
4 answers

Can I set ulimit for containers in k8s?

You can either modify them via UserData ...READ MORE

May 7, 2019 in Kubernetes by Inayat
19,666 views
0 votes
1 answer

How to validate E-mail and URL of Php form?

hey, The code below shows a simple way ...READ MORE

Feb 13, 2020 in PHP by manish
2,560 views
0 votes
1 answer

What are Data Privacy Concerns in OpenStack?

Hi@akhtar, Let's discuss Data privacy in OpenStack one ...READ MORE

Mar 20, 2020 in OpenStack by MD
• 95,460 points
1,002 views
0 votes
1 answer

Print the line if it contains a specific string by using groovy.

You can try the code written below: ...READ MORE

Apr 27, 2018 in Jenkins by shubham
• 7,340 points
30,933 views
0 votes
1 answer

I would like to connect to multiple databases in oracle

Hey Radhika, To communicate any database with Python ...READ MORE

Feb 17, 2020 in Python by Gitika
• 65,770 points
2,408 views
0 votes
1 answer

Error: stat_count() must not be used with a y aesthetic.

Hi Rayan, This error comes due to the ...READ MORE

Aug 19, 2019 in Data Analytics by anonymous
• 33,050 points
10,314 views
0 votes
1 answer

What is Horizon in OpenStack?

Hi@akhtar, OpenStack Dashboard (codenamed Horizon) is a graphical ...READ MORE

Mar 16, 2020 in OpenStack by MD
• 95,460 points
1,165 views
0 votes
1 answer

How can I upload an Object in OpenStack?

Hi@Hasid, You can upload your files inside your container. ...READ MORE

Mar 19, 2020 in OpenStack by MD
• 95,460 points
1,034 views
0 votes
1 answer

Why do we need static IP for installing OpenStack?

Hi@akhtar, We know we get IP from DHCP ...READ MORE

Mar 13, 2020 in OpenStack by akhtar
• 38,260 points
1,281 views
0 votes
1 answer

How to create new router in OpenStack?

Hi@akhtar, You can create a router in OpenStack. ...READ MORE

Mar 18, 2020 in OpenStack by MD
• 95,460 points
1,069 views
0 votes
1 answer

Failed to attach volume, systool is not installed in OpenStack.

Hi@akhtar, This warning and error occurs if you ...READ MORE

Mar 24, 2020 in OpenStack by MD
• 95,460 points
809 views
+1 vote
2 answers

Is Sophia Humanoid ‘Limited Memory’ type of AI or ‘Reactive Machines’ type of AI?

Sophia is basically a chatbot with a ...READ MORE

Jan 29, 2020 in Machine Learning by Rakshi
3,113 views
0 votes
1 answer

What is an azure tenant?

Azure tenant is a dedicated and trusted Azure ...READ MORE

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

How to switch back from a frame to default in Selenium Webdriver?

Hey Rupesh, to switch back from a ...READ MORE

Jun 25, 2019 in Selenium by Anvi
• 14,150 points
12,609 views
0 votes
0 answers

how to create dataframes with nifi

Mar 13, 2020 in Python by pavankumar
• 140 points
1,301 views
0 votes
1 answer

Can we use Selenium to work with an already open browser session?

Yup its possible. Instead of a new ...READ MORE

Apr 24, 2018 in Selenium by king_kenny
• 3,710 points
31,020 views
0 votes
1 answer

MariaDB for window 10 Beginner

Refer the following: To know how to install ...READ MORE

Mar 16, 2020 in Database by Sirajul
• 59,230 points
1,129 views
0 votes
1 answer

reverse a list without built-in functions

You can do it in 2 ways: Using ...READ MORE

Jul 31, 2019 in Python by Wajiha
• 1,960 points
11,000 views
0 votes
1 answer

unable to select drop down

Your query may be similar to these, ...READ MORE

Mar 17, 2020 in Selenium by Sirajul
• 59,230 points
1,061 views
0 votes
1 answer

How do I get current URL in Selenium Webdriver using Python?

Use current_url element. Example: print browser.current_url READ MORE

Aug 8, 2018 in Selenium by Meci Matt
• 9,460 points
26,416 views
0 votes
2 answers

how can we Create instance for generic type in java

private static class SomeContainer<E> { ...READ MORE

Aug 27, 2018 in Java by Sushmita
• 6,920 points
27,301 views
0 votes
1 answer

How to use Matches activity to extract values using regex in UiPath Studio?

Hi Apkesha, try using following regex expression in ...READ MORE

Nov 7, 2019 in RPA by Abha
• 28,140 points
6,733 views
+2 votes
1 answer

AWS Glue Crawler Creates Partition and File Tables

Hi, you need to add this option ...READ MORE

Jan 31, 2020 in AWS by Fito
4,977 views
+3 votes
1 answer

GCP Error: "Unable to connect on port 22"

You may see this error under the ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
8,487 views
0 votes
1 answer

What is Action in Spark?

Hi, Actions are RDD’s operation, that value returns ...READ MORE

Jul 3, 2019 in Apache Spark by Gitika
• 65,770 points
12,198 views
0 votes
1 answer

How to select multiple options from a dropdown list using Actions class in Selenium?

Hey Renu, you can use Actions class ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
11,970 views
0 votes
1 answer

Python strftime- date without leading 0?

If you add a hyphen between the ...READ MORE

Dec 31, 2018 in Python by SDeb
• 13,300 points
20,129 views
+2 votes
1 answer

How to connect to EC2 file directory using SFTP and Filezilla?

To connect to EC2 instance using Filezilla, ...READ MORE

Jul 27, 2018 in Cloud Computing by Gopalan
• 1,360 points
26,836 views
+2 votes
1 answer

Reading the excel and running multiple URL's in the browser and updating the excel if issue found for those URL's

Try the following steps: use excel application scope and pass ...READ MORE

Jan 21, 2020 in Selenium by Karan
• 19,610 points
3,368 views
0 votes
1 answer

How does the Nova hypervisor work under the hood?

Hi@akhtar, The Nova driver embeds a tiny HTTP ...READ MORE

Mar 23, 2020 in OpenStack by MD
• 95,460 points
774 views
0 votes
1 answer

How can we port the community edition (Cloud version) code to the Client/Studio version in UIPath?

Check this out, here's an answer to ...READ MORE

Mar 9, 2020 in RPA by Isabelle
1,367 views
+1 vote
4 answers

How to connect peers to a private network using geth?

Follow the below steps to connect peers ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,370 points
14,957 views
0 votes
1 answer

How to send HTML mails using Amazon SNS?

It's not possible to send HTML emails ...READ MORE

Jan 8, 2019 in AWS by Archana
• 5,640 points
19,765 views
+2 votes
1 answer

What is asynchronous script? Why selenium use setScriptTimeout() command and how it help us?

Asynchronous scripts are used for rendering the ...READ MORE

Feb 3, 2020 in Selenium by Sirajul
• 59,230 points
2,809 views
0 votes
0 answers

Rstudio "Erreur : unexpected symbol in:"

Bonjour, I'm new to Rstudio programming. I ...READ MORE

Mar 3, 2020 in Data Analytics by Juli -
• 120 points

edited Mar 4, 2020 by Gitika 1,686 views
0 votes
1 answer

Is data permanent inside an OpenStack instance?

Hi@akhtar, Storage is found in many parts of ...READ MORE

Mar 19, 2020 in OpenStack by akhtar
• 38,260 points
927 views
0 votes
1 answer

ERROR:cache_util_win.cc(21)] Unable to move the cache: Access is denied. (0x5)

@rrgeereddy, can you show how you are ...READ MORE

Aug 19, 2019 in Selenium by Abha
• 28,140 points
10,106 views
0 votes
0 answers

PHP code to connect s3 from ec2 windows instance

I have seen this tutorial which is ...READ MORE

Mar 23, 2020 in Ask us Anything! by Meera
• 120 points
775 views
0 votes
1 answer

Downloading and Saving a file to a desired location using Selenium Webdriver

You can set the default download location ...READ MORE

Apr 13, 2018 in Selenium by Meci Matt
• 9,460 points
31,381 views
+1 vote
1 answer

How to access the Angularjs scope of a particular html element from our console?

Hello, You should follow the below steps:-- 1.Compile and ...READ MORE

Jan 21, 2020 in Web Development by Niroj
• 82,840 points

edited Jan 21, 2020 by Niroj 3,348 views
0 votes
1 answer

How to find difference of days between two dates in UiPath?

Hey Apeksha, You can use the DateDiff function. Example: Syntax: ...READ MORE

Nov 8, 2019 in RPA by Abha
• 28,140 points
6,597 views
0 votes
1 answer

Kubernetes on Docker for Windows: No connection could be made because the target machine actively refused it.

The issue is with docker for windows ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
21,683 views
0 votes
1 answer

How to create our own docker image?

Hi@akhtar, There are two ways to create docker ...READ MORE

Mar 11, 2020 in Docker by MD
• 95,460 points
1,232 views
0 votes
1 answer

How can we use controller once it was created successfully?

Hey kartik You can  first refer how to  ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,840 points
891 views