Trending questions in Edureka Community

0 votes
0 answers

I have written python function which would like to take args from user rather passing manually inside the code

Hi Team, I have written a python function ...READ MORE

Jan 23, 2022 in Python by Venkatesh

edited Mar 4, 2025 549 views
0 votes
1 answer

How to return an array from an AJAX call?

Hello @kartik, Use JSON to transfer data types (arrays and ...READ MORE

Nov 14, 2020 in PHP by Niroj
• 82,800 points
19,291 views
0 votes
1 answer

What is hacking in cyber security?

Hacking refers to the misuse of devices ...READ MORE

Dec 14, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
2,227 views
0 votes
1 answer

what are the benefits of devops?

Here are some of the most significant ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
2,064 views
0 votes
1 answer

what is aws lambda function?

AWS Lambda is a serverless computing service ...READ MORE

Jan 7, 2022 in Others by Edureka
• 12,730 points
1,202 views
0 votes
1 answer

What is threat in cyber security?

A cyber security threat refers to any possible ...READ MORE

Dec 15, 2021 in Cyber Security & Ethical Hacking by Edureka
• 140 points
2,164 views
0 votes
1 answer

when is hadoop useful for an application?

Hadoop is a software framework for storing ...READ MORE

Dec 20, 2021 in Big Data Hadoop by CoderGirl
• 500 points
2,032 views
0 votes
2 answers

What is Hadoop used for?

Apache Hadoop is an open-source framework that ...READ MORE

Dec 10, 2021 in Big Data Hadoop by CoderGirl
• 500 points
2,460 views
0 votes
0 answers

How to download fles from server site n django

how I set path of different folder ...READ MORE

Jan 21, 2022 in Python by ramsha

edited Mar 4, 2025 536 views
0 votes
0 answers

I am trying to install pyknow but i get this error

could not find a version that  satisfies ...READ MORE

Mar 4, 2020 in Python by Maria
• 120 points
5,367 views
0 votes
5 answers

What is AI Engineer's roles and responsibilities?

The key responsibilities of an AI Engineer ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
6,083 views
0 votes
0 answers

i'm getting error for this code please help.

data_val = X_scaler.fit_transform(df[['CentreLift_Max-Warning', 'CentreLift_Min-Warning', 'CentreLift_Max-tripping', 'CentreLift_Min-tripping', 'CentreLift_RmsMotorCurrent', ...READ MORE

Jan 16, 2022 in Python by Joshi

edited Mar 4, 2025 650 views
0 votes
1 answer

what does a devops engineer do

DevOps engineers are responsible for a variety ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
1,866 views
0 votes
1 answer

Python Requests module - Import Error: No module named requests

Run with Python 3 from the command ...READ MORE

Sep 11, 2020 in Python by Malik Brahimi
21,819 views
0 votes
0 answers

what are the characteristics of big data?

Jan 5, 2022 in Big Data Hadoop by Edureka
• 13,740 points
1,083 views
0 votes
0 answers

How do I create a new variable using multiple data frames in R?

I am trying to create a new ...READ MORE

Jan 17, 2022 in Data Analytics by anonymous

edited Mar 4, 2025 566 views
0 votes
1 answer

What are the different types of data types one can use in Python?

In Python a data type represents the ...READ MORE

Mar 9, 2024 in Python by anonymous

edited Mar 5, 2025 4,443 views
0 votes
0 answers

how does blockchain work?

Jan 7, 2022 in Blockchain by Edureka
• 13,740 points
953 views
0 votes
0 answers

Need same source code and test cases code to perfome maven project

I want to practice maven build piple ...READ MORE

Jan 17, 2022 in DevOps & Agile by Vaheeda

edited Mar 4, 2025 515 views
0 votes
0 answers

how can i use blockchain?

Jan 7, 2022 in Blockchain by Edureka
• 13,740 points
924 views
0 votes
1 answer

how to learn devops?

Here are some steps to getting started ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
1,789 views
0 votes
1 answer

What do you mean by Cyber Security?

Cyber security is the application of technologies, ...READ MORE

Dec 10, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
2,102 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
24,117 views
0 votes
1 answer

how to start a career in cyber security?

Many of us are familiar with the ...READ MORE

Dec 14, 2021 in Cyber Security & Ethical Hacking by Edureka
• 12,730 points
1,877 views
0 votes
1 answer

Error:Python NameError: name 'include' is not defined

from django.urls import include you can import it ...READ MORE

Feb 17, 2022 in Python by anonymous

edited Mar 5, 2025 11,924 views
0 votes
1 answer

12)Which one of the given flows correctly describe the Spark Streaming Architecture?

C.  Data streams divided into batches > ...READ MORE

Jul 3, 2022 in Apache Spark by anonymous

edited Mar 5, 2025 5,835 views
0 votes
0 answers

"Turtle object has no attribute 'onkey' " error

import turtle as t turtle2=t.Turtle() def example():      print ("this is ...READ MORE

Jan 13, 2022 in Python by Marios

edited Mar 4, 2025 616 views
0 votes
1 answer

What is the difference between the Internet, Intranet, and Extranet?

Internet : It is a public network ...READ MORE

Jun 24, 2023 in Others by Pranish Sedai

edited Mar 5, 2025 4,002 views
0 votes
0 answers

what is meant by devops?

Dec 20, 2021 in DevOps Tools by Vaani
• 7,070 points
1,394 views
0 votes
0 answers

I could not find my class recordings and all

I am registered user, I joined june ...READ MORE

Jan 12, 2022 in AWS by Tapasi

edited Mar 4, 2025 627 views
0 votes
0 answers

what is artifacts in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
1,352 views
0 votes
1 answer

How to stop node.js program from command line?

Hello @kartik, Ctrl+Z suspends it, which means it can ...READ MORE

Jul 15, 2020 in Node-js by Niroj
• 82,800 points
24,107 views
0 votes
0 answers

I want to move from Network support engineer to Talend etl tool.

I have experience of 2years of networking ...READ MORE

Jan 11, 2022 in Big Data Hadoop by anonymous

edited Mar 4, 2025 608 views
0 votes
1 answer

what is considered as waste in devops?

When discussing lean manufacturing concepts, it is ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
1,608 views
0 votes
1 answer

Link to the issue number on GitHub within a commit message.

Hi@akhtar, You just need to include #xxx in your commit message ...READ MORE

Jan 4, 2021 in Git & GitHub by MD
• 95,460 points
16,593 views
0 votes
0 answers

How to get access to aws s3 calling the ListObjectsV2 operation in Python script ?

Hi Guys,I try to get data from ...READ MORE

Nov 25, 2021 in AWS by Yuriy
• 120 points
2,581 views
0 votes
1 answer

what is ansible in devops?

Ansible is a free and open source ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
1,562 views
0 votes
1 answer

How to get the base domain/url in php?

Hello @kartik, Use SERVER_NAME. echo $_SERVER['SERVER_NAME'] ...READ MORE

Nov 3, 2020 in PHP by Niroj
• 82,800 points
19,228 views
0 votes
0 answers

Which of the following platforms does hadoop run on?

Which of the following platforms does hadoop ...READ MORE

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

what is driving the adoption of devops today?

Dec 20, 2021 in Other DevOps Questions by Vaani
• 7,070 points
1,236 views
0 votes
0 answers

How do I retrieve the solution to an assignment in the Advanced Java Certification course ?

I keep getting problems trying to view ...READ MORE

Jan 10, 2022 in Java by Peter

edited Mar 4, 2025 545 views
0 votes
0 answers
0 votes
0 answers

what is chef in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
1,178 views
0 votes
0 answers

what is subnet in aws?

Dec 10, 2021 in AWS by Edureka
• 220 points
1,496 views
0 votes
0 answers

What was Hadoop named after?

Nov 25, 2021 in Big Data Hadoop by Edureka
• 12,730 points
1,506 views
0 votes
1 answer

What is AWS?

Amazon Web Services or AWS is the ...READ MORE

Dec 13, 2021 in AWS by Rahul
• 2,120 points
1,722 views
0 votes
1 answer

How to create a new slicer to filter data by district manager in Power BI?

Follow the steps Open power bi  desktop nd ...READ MORE

Oct 10, 2023 in Power BI by Monika kale
1,801 views
0 votes
0 answers

What is vulnerability in cyber security?

Dec 10, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
1,635 views
+2 votes
2 answers

py4j.protocol.Py4JError: org.apache.spark.api.python.PythonUtils.getEncryptionEnabled does not exist in the JVM

Using findspark is expected to solve the ...READ MORE

Jun 21, 2020 in Apache Spark by suvasish
26,406 views