Trending questions in Edureka Community

0 votes
1 answer

How to save machine learning model?

Hi@akhtar, To save your Machine Learning model, you ...READ MORE

Apr 13, 2020 in Machine Learning by MD
• 95,460 points
910 views
0 votes
1 answer

How to send email using php?

Hello @kartik 1.) Download PHPMailer, open the zip file ...READ MORE

Apr 1, 2020 in PHP by Niroj
• 82,840 points
1,422 views
0 votes
1 answer

What is the difference between getWindowHandle() and getWindowHandles() methods in Selenium WebDriver?

Hey Jennifer, difference between getWindowHandle() and getWindowHandles() ...READ MORE

Jun 4, 2019 in Selenium by Anvi
• 14,150 points
14,496 views
–1 vote
0 answers

How to parse an S3 XML file to find tags using apache spark

How can one parse an S3 XML ...READ MORE

Mar 18, 2020 in Apache Spark by anonymous
• 110 points
2,098 views
0 votes
1 answer

java path not found in window 7

Hey, You can follow these few steps: From the ...READ MORE

Apr 3, 2020 in Java by Gitika
• 65,770 points
1,320 views
0 votes
1 answer

How to import one Machine Learning model?

Hi@akhtar, To import one pre-created ML model, you ...READ MORE

Apr 13, 2020 in Machine Learning by MD
• 95,460 points
899 views
0 votes
1 answer

I want to filter datatable in uipath studio based on column names. How can I check whether desired column exists or not?

Hi there, if you want to check ...READ MORE

Oct 11, 2019 in RPA by Abha
• 28,140 points
8,865 views
0 votes
1 answer

What is the difference between AWS and OpenStack?

Hi@akhtar, Both these technologies is a platform of ...READ MORE

Feb 26, 2020 in OpenStack by MD
• 95,460 points
3,249 views
+1 vote
3 answers

How can I remove duplicate dict in list in Python?

[dict(t) for t in {tuple(d.items()) for d ...READ MORE

Aug 15, 2019 in Python by anonymous

edited Aug 20, 2019 by Kalgi 9,381 views
+2 votes
1 answer

Docker ulimit and ServerName errors

I have resolved the issue.  The resolution ...READ MORE

Jan 29, 2020 in Docker by Charles
• 230 points
4,076 views
0 votes
1 answer

How to download data from a cloud storage bucket to my VM instance?

First of all, check the API access ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
7,477 views
0 votes
2 answers

What is packstack in OpenStack?

Packstack is a utility that uses Puppet ...READ MORE

Apr 5, 2020 in OpenStack by anonymous
1,670 views
0 votes
1 answer

How to fix a broken build for my project in jenkins?

The user needs to open the console ...READ MORE

Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
8,855 views
0 votes
1 answer

In queue lock symbol stands for ?

Locked items are marked with a padlock ...READ MORE

Apr 13, 2020 in RPA by Sirajul
• 59,230 points
922 views
0 votes
1 answer

Python string replace not working

The replace method doesn’t store the altered ...READ MORE

Apr 4, 2019 in Python by Tina

edited Oct 7, 2021 by Sarfaraz 17,051 views
+1 vote
1 answer

How to retrieve Received Date, Modified Date and Message ID from each email in Outlook mail?

Hey there, to fetch these properties of ...READ MORE

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

What are the three different components of the modular OpenStack architecture model?

Hi@akhtar, There are three different types of modular OpenStack ...READ MORE

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

Copy and paste data in UiPath

Hi @Rakesh, you can perform the copy ...READ MORE

Mar 5, 2019 in RPA by Pratibha
• 3,690 points

edited Mar 5, 2019 by Pratibha 18,365 views
0 votes
1 answer

How to Validate Form Data With PHP?

Hey @kartik, The first thing we will do ...READ MORE

Feb 13, 2020 in PHP by Niroj
• 82,840 points
3,433 views
+1 vote
1 answer

When i am installing setoolkit this error is appear?

Looks like a permission issue. Try executing ...READ MORE

Apr 6, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points
1,144 views
+1 vote
1 answer

Hi I am unable to see my registered course on my home page

Hey Rushikesh, If you have registered with Edureka, ...READ MORE

Mar 16, 2020 in Others by Sirajul
• 59,230 points
2,029 views
0 votes
1 answer

how to play audio highlights his text in python?

Hey, You can split the audio files into ...READ MORE

Mar 27, 2020 in Python by Gitika
• 65,770 points
1,553 views
0 votes
1 answer

How to keep keys/values in same order as declared?

You can't really do what you want ...READ MORE

Apr 13, 2020 in Python by Niroj
• 82,840 points
801 views
0 votes
1 answer

RPA In healthcare

RPA does have a great role to ...READ MORE

Apr 20, 2020 in RPA by Sirajul
• 59,230 points
571 views
0 votes
1 answer

How to get details of a webpage like url, title name, domain name etc using Javascript Executor?

Hey Nitya, you can use executeScript() method ...READ MORE

Jul 23, 2019 in Selenium by Abha
• 28,140 points
12,259 views
0 votes
1 answer

i want to bulid career in cloud computing but i am not good at programming what should i do?

Hii, To learn cloud technologies, you don’t actually ...READ MORE

Apr 13, 2020 in Cloud Computing by Niroj
• 82,840 points
851 views
0 votes
1 answer

What is Environmental Locking in Blueprism?

Blueprism provides this feature of Environmental Locking which ...READ MORE

Oct 18, 2019 in RPA by Akash
8,478 views
0 votes
1 answer

can i get python interview questions pdf

Hey, @Navyboinpally, This is going to be very ...READ MORE

Apr 8, 2020 in Python by Gitika
• 65,770 points
1,025 views
0 votes
1 answer

How to Scroll to the top of the page using JavaScript?

Hii @kartik, Using javascript <script> $("a[href='#top']").click(function() { ...READ MORE

Apr 2, 2020 in Java-Script by Niroj
• 82,840 points
1,268 views
0 votes
2 answers

How do I create a BigQuery Dataset using the console?

1. Open BigQuery 2. Select the project from ...READ MORE

Aug 19, 2020 in GCP by Dev
1,230 views
0 votes
1 answer

How to crop face from a photo using cv2 in python?

Hi@akhtar, You can do this task using cv2 ...READ MORE

Apr 9, 2020 in Python by MD
• 95,460 points
956 views
0 votes
1 answer

How does Java convert integer value into byte?

When an integer value is converted into ...READ MORE

Feb 28, 2019 in Java by Avantika
• 1,520 points

edited Feb 28, 2019 by Omkar 18,486 views
0 votes
1 answer

A dash board that is set as the current home page dashboard for all users can be deleted state true or false ?

The default dashboard cannot be deleted. READ MORE

Apr 13, 2020 in RPA by Kim
836 views
0 votes
1 answer

ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'oozie'

Hey, I got the same error and it ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,770 points
13,688 views
0 votes
1 answer

How do I log into edureka Master and slave Virtual Machine

Hey @Adetayo, If you are asking about ...READ MORE

Apr 1, 2020 in Others by Sirajul
• 59,230 points
1,289 views
0 votes
2 answers

How to change the location of a table in hive?

Changing location requires 2 steps: 1.) Change location ...READ MORE

Feb 12, 2020 in Big Data Hadoop by Saksham Sehrawet
9,268 views
0 votes
1 answer

"Failed to schedule_prep_resize: No valid host was found." when trying to resize an instance

Hi@akhtar, To avoid this error you have to ...READ MORE

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

Gmail login through third party

This issue probably occurs when multiple Gmail ...READ MORE

Mar 12, 2020 in Selenium by Sirajul
• 59,230 points
2,187 views
0 votes
1 answer

How can I get Webdriver Session ID in Selenium?

Hey Nargis, you can use following methods ...READ MORE

Jun 21, 2019 in Selenium by Abha
• 28,140 points
13,603 views
0 votes
1 answer

Error: Unable to run mksdcard SDK tool in java?

Hello, If you use  Ubuntu, you can try: sudo apt-get ...READ MORE

Apr 9, 2020 in Java by Niroj
• 82,840 points
924 views
0 votes
0 answers

Use inverse transform with deep learning. Conceptual clarity needed

I have built a deep learning model ...READ MORE

Mar 21, 2020 in Python by Anan
• 180 points
1,777 views
0 votes
1 answer

Issue in using On Element Appear activity in UiPath

Hi Apeksha, I faced the same issue ...READ MORE

Nov 5, 2019 in RPA by Abha
• 28,140 points
7,647 views
0 votes
1 answer

How to print a string with curly braces in Python?

You can use something like this - mystring ...READ MORE

Jul 23, 2019 in Python by Neel
• 3,020 points
12,185 views
0 votes
1 answer

If the queue items are set to be processed later, which state it is in ?

They are said to be in Deferred ...READ MORE

Apr 13, 2020 in RPA by Sirajul
• 59,230 points
801 views
0 votes
1 answer

Not able to launch an instance in OpenStack?

Hi@akhtar, You might get this error because you ...READ MORE

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

How to find the database daily refresh time / sync up time

I use this code to get the ...READ MORE

Sep 17, 2019 in Big Data Hadoop by Raman
9,685 views
0 votes
4 answers

What are the skill required for an Azure Developer?

Hi, The skills required for an Azure Developer ...READ MORE

Jul 23, 2019 in Career Counselling by Gitika
• 65,770 points
16,472 views
0 votes
1 answer

I m begginer,is the python harder than java and html ??

Hey, @Shuddh,  Its upon your interests that what ...READ MORE

Apr 15, 2020 in Python by Gitika
• 65,770 points
640 views
0 votes
1 answer

Using a JSON Schema file in BigQuery for creating a Schema.

After creating your JSON schema file, you ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
7,218 views