Trending questions in Edureka Community

0 votes
2 answers

Error:'TypeError: is not a function' in Node.js

You are exporting module.exports.redir = redir; That means that ...READ MORE

Oct 21, 2020 in Node-js by anonymous
• 140 points
19,103 views
0 votes
0 answers

Add special character "-" between letter and number in on string

I have Input Data BH8962A Expected Output BH-8962-A READ MORE

Dec 30, 2021 in Others by anonymous

edited Mar 4 253 views
+1 vote
1 answer

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Hi@akhtar, It seems the docker service is not ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,460 points
16,182 views
0 votes
0 answers

How to change email address linked to my edureka account?

Please let me know the process to ...READ MORE

Dec 28, 2021 in Others by Shaji

edited Mar 4 343 views
0 votes
0 answers

How to scrape the data of a real time user from a web application.

I want to scrape the user data ...READ MORE

Dec 30, 2021 in Others by Amit

edited Mar 4 230 views
0 votes
1 answer

No Java Development Kit (JDK) found; You must have the environment variable JAVA_HOME set and the java binary in your PATH

Hi@akhtar, If you do not have the JDK software ...READ MORE

Jul 17, 2020 in Others by MD
• 95,460 points
23,104 views
0 votes
0 answers

what is test

what is test please tell? READ MORE

Dec 9, 2021 in Ask us Anything! by Hemant
• 140 points
1,109 views
0 votes
1 answer

Who is a DevOps Engineer?

A DevOps engineer is someone who works ...READ MORE

Dec 13, 2021 in Other DevOps Questions by Rahul
• 2,120 points
935 views
0 votes
1 answer
0 votes
0 answers
0 votes
0 answers

How to check whether web element is enabled or Disabled without using isEnabled method?

Sep 29, 2021 in Selenium by anonymous
• 140 points
1,627 views
0 votes
1 answer

How to know if a problem is solvable by machine learning?

Transitioning from learning machine learning algorithms through ...READ MORE

Dec 13, 2023 in Machine Learning by anonymous
• 1,420 points
1,260 views
0 votes
1 answer

what is cyber security course ?

Cyber Security study programmes teach you how ...READ MORE

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
1,183 views
0 votes
0 answers

How do I execute MySqL query using Ansible playbook

Dear team, I'm trying to execute MySQL , ...READ MORE

Oct 4, 2021 in Ansible by anonymous
• 140 points
3,817 views
0 votes
1 answer

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Hello @kartik, Since different users might have different ...READ MORE

Jun 15, 2020 in Python by Niroj
• 82,800 points
24,334 views
0 votes
0 answers

how to learn aws?

Dec 17, 2021 in AWS by Edureka
• 13,750 points
621 views
0 votes
0 answers

We have a query regarding GCP buckets, Can we put the GCS bucket behind the VPN, is it feasible in GCP

We have a query regarding GCP buckets, ...READ MORE

Dec 24, 2021 in GCP by Vanita

edited Mar 4 321 views
0 votes
0 answers

MQTT Subscribe

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shri
• 120 points
940 views
0 votes
5 answers

What is the default Jenkins password?

Change the shell to /bin/bash instead of bin/false ...READ MORE

Apr 23, 2019 in Jenkins by Vinod
47,793 views
0 votes
0 answers

what are the elements of cyber security

what are the elements of cyber security READ MORE

Dec 10, 2021 in Cyber Security & Ethical Hacking by Kavya
• 700 points
862 views
0 votes
0 answers

Hello everyone please help, what could i be doing wrong here, Im getting this error

# load image and store it numpy array  # empty list to store images  X = [] # iterating over each image for img_name in data1.image_names:   # loading the image using its name   img1 = plt.imread('/content/images/' + img_name)   #img = plt.imread('/content/drive/MyDrive/images/' + '10205.jpg')   # saving each image in the list   X.append(img1)   # converting the list of images into array   X=np.array(X)   # storing the target variable in separate variable    y = data1.class1_male_or_female.values Error:  AttributeError ...READ MORE

Dec 23, 2021 in Others by Yolanda

edited Mar 4 238 views
0 votes
0 answers

budget table calculation

Hello all I would like to do a ...READ MORE

Dec 23, 2021 in Power BI by Pedro

edited Mar 4 199 views
0 votes
0 answers

Push data from Jira to power BI

Hello, hope you are doing good, I'm ...READ MORE

Dec 21, 2021 in Power BI by Holinirina

edited Mar 4 295 views
0 votes
0 answers

What are the elements of Cyber Security

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
776 views
0 votes
0 answers

Sameperiodlastyear is giving me the same value as the current year

READ MORE

Dec 21, 2021 in Power BI by anonymous

edited Mar 4 280 views
0 votes
6 answers

Exam Dumps Required

Hi Naveed, Numerous resources are available online to ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
4,369 views
0 votes
0 answers

What is Hadoop Cluster?

What is Hadoop Cluster? READ MORE

Dec 2, 2021 in Big Data Hadoop by Kavya
• 700 points
1,075 views
0 votes
0 answers

How to replace Graphql value stored in .graphql file and use that in Rest assured?

I am working on Graphql API automation, ...READ MORE

Dec 21, 2021 in Others by Saloni

edited Mar 4 234 views
0 votes
0 answers

There is a UX blunder on edureka webpage

This is Sainath, UI developer and UX ...READ MORE

Dec 20, 2021 in CSS by Sainath

edited Mar 4 257 views
0 votes
1 answer

What does AF_INET mean?

AF stands for Address Family. INET means Internet ...READ MORE

Aug 24, 2023 in Python by Albert

edited Mar 5 6,398 views
0 votes
0 answers

Write a Splitted PDF Back to HDFS using Python Insecure Client

I have used the PdfFileReader to read ...READ MORE

Nov 25, 2021 in Python by Kannan
• 120 points
1,274 views
0 votes
2 answers

Different types of AI

Narrow AI (Weak AI), General AI (Strong ...READ MORE

Jun 19, 2024 in Others by anonymous
• 610 points
1,510 views
0 votes
1 answer

How do you automatically download a Pdf with Selenium Webdriver in Python.

Try this code, from selenium import webdriver download_dir = ...READ MORE

Mar 5, 2020 in Selenium by Sirajul
• 59,190 points
28,416 views
0 votes
1 answer

What is Hadoop?

Hadoop is simply a free and open-source ...READ MORE

Nov 24, 2021 in Big Data Hadoop by Edureka
• 12,700 points
1,346 views
0 votes
0 answers

CloudFormation Updating the SecurityGroupIds of an ec2 instance it recreates the instance instead of modifying the same.

I created ec2 instance with cloudformation. When ...READ MORE

Dec 17, 2021 in AWS by Goural

edited Mar 4 270 views
0 votes
0 answers

How to separate integer(230001) into 230 &001 and compare 230 with hardcoded integer.

I have a ID field and want ...READ MORE

Oct 11, 2021 in Selenium by Usama
• 120 points
899 views
0 votes
0 answers

Javac file not found error.

I'm completely new to java. I spent ...READ MORE

Nov 21, 2021 in Java by anonymous
• 120 points
1,363 views
0 votes
1 answer

How to become a cyber security expert

You can become a cyber security expert ...READ MORE

Nov 25, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
1,271 views
0 votes
1 answer

What is Big Data?

Big data is a term that refers ...READ MORE

Nov 24, 2021 in Big Data Hadoop by Edureka
• 12,700 points
1,265 views
0 votes
0 answers

Error while using Random Forest.

I am using this script rf.partial.prob(x=rf.mod,pred.data=FOR, xname="Qmax",which.class ...READ MORE

Dec 1, 2021 in Machine Learning by Khan
• 120 points
907 views
0 votes
0 answers

What is Hadoop?

What is Hadoop? READ MORE

Dec 2, 2021 in Big Data Hadoop by Kavya
• 700 points
839 views
0 votes
1 answer

How to show % difference between bar chart to show increase or decrease?

weekly payroll overtime how to make a ...READ MORE

Mar 11, 2023 in Tableau by Mary Fleming

edited Mar 5 11,741 views
0 votes
0 answers
0 votes
1 answer

show data even for no data - power BI

asdsa asdasd asdsad READ MORE

Jan 4, 2022 in Power BI by ads

edited Mar 5 20,290 views
0 votes
0 answers
0 votes
1 answer

ImportError: No module named boto3

Hi@akhtar, I think boto3 module is missing from ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
25,944 views
0 votes
1 answer

How to Get Currently Selected Tab Index In jQuery UI Tabs?

Hello @kartik, If you need to get the ...READ MORE

Sep 10, 2020 in JQuery by Niroj
• 82,800 points
20,087 views