Trending questions in Edureka Community

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
1,760 views
+2 votes
4 answers

How to run Jenkins jobs on multiple slaves with a single job configuration?

use multijob plugin READ MORE

Jan 3, 2019 in Jenkins by Ajit Jadhav
49,230 views
0 votes
1 answer

How to save a Docker image in tar file?

docker save -o image name READ MORE

Sep 8, 2022 in Docker by anonymous

edited Mar 5 5,171 views
0 votes
0 answers

what is meant by devops?

Dec 20, 2021 in DevOps Tools by Vaani
• 7,070 points
1,000 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 3,887 views
0 votes
0 answers

what is artifacts in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
961 views
0 votes
0 answers
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
18,424 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,175 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 239 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
1,544 views
+4 votes
3 answers

Write a for loop that prints all elements of a list and their position in the list. a = [4,7,3,2,5,9]

Try using this question by list comprehension: a=[4,7,3,2,5,9] print([x for ...READ MORE

Dec 9, 2019 in Python by vinaykumar
• 200 points
36,147 views
0 votes
0 answers

what is subnet in aws?

Dec 10, 2021 in AWS by Edureka
• 220 points
1,171 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,700 points
1,286 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
846 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,145 views
0 votes
0 answers

what is chef in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
809 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,123 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,465 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 3,391 views
0 votes
0 answers

What was Hadoop named after?

Nov 25, 2021 in Big Data Hadoop by Edureka
• 12,700 points
1,071 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,059 views
0 votes
0 answers

what are the best cyber security courses?

Dec 17, 2021 in Cyber Security & Ethical Hacking by Edureka
• 13,750 points
1,081 views
0 votes
1 answer

What is the difference between driver.get() and driver.navigate.to() methods?

Hi Anandita, driver.get() method is used to ...READ MORE

May 30, 2019 in Selenium by Murad
41,303 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,264 views
0 votes
0 answers

What is vulnerability in cyber security?

Dec 10, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
1,255 views
0 votes
0 answers

I want to delete my account

Hi, please remove my account. I don't ...READ MORE

Jan 4, 2022 in Others by Dejan

edited Mar 4 262 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 5,103 views
0 votes
0 answers

what is devops tools?

Dec 17, 2021 in DevOps & Agile by Edureka
• 13,750 points
943 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 11,165 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,363 views
0 votes
1 answer

How to check file extension in upload form in PHP?

Hello @kartik, Using if( $ext !== 'gif') might not ...READ MORE

Nov 8, 2020 in PHP by Niroj
• 82,800 points
18,378 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
15,921 views
0 votes
1 answer

Error:npm-cli.js not found when running npm

Hello @kartik, You need to run this in ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,800 points
21,039 views
0 votes
0 answers

I am trying to run my code using "npm-start" but now sows an erro

Error: error:0308010C:digital envelope routines::unsupported     at new Hash (node:internal/crypto/hash:67:19)     at ...READ MORE

Jan 2, 2022 in Java by Avinash
• 120 points

edited Mar 4 246 views
0 votes
1 answer

What is DevOps?

DevOps is a set of practices that ...READ MORE

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

what is aws CloudWatch?

Amazon CloudWatch is a monitoring and management ...READ MORE

Dec 14, 2021 in Cloud Computing by Edureka
• 12,700 points
1,025 views
0 votes
0 answers

NameError: name 'Solution' is not defined ret = Solution().singleNumber(param_1) Line 30 in _driver (Solution.py) _driver() Line 41 in <module> (Solution.py)

def singleNumber(self, nums: List[int]) -> int:         nums_dict = ...READ MORE

Oct 22, 2021 in Python by anonymous
• 120 points
3,332 views
0 votes
1 answer

Why to choose DevOps?

Reasons why you should choose DevOps are ...READ MORE

Dec 14, 2021 in DevOps & Agile by Neha
• 9,020 points
1,016 views
0 votes
0 answers

what is big data technology?

Dec 17, 2021 in Big Data Hadoop by Edureka
• 13,750 points
910 views
0 votes
0 answers

What is Hadoop Cluster?

Cluster is a collection of something, a ...READ MORE

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

I am trying to install PIL module But I end up with an error :

Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE

Apr 6, 2020 in Python by MD
• 95,460 points
27,625 views
0 votes
0 answers

what is artificial intelligence

Dec 20, 2021 in Others by Edureka
• 13,750 points
752 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
5,004 views
0 votes
0 answers
+1 vote
3 answers

Removing double quotes from a string from JSON response in PHP

Just remove the json_encode call, and it should work: $resp ...READ MORE

Sep 12, 2018 in Blockchain by digger
• 26,740 points
47,355 views
0 votes
0 answers

How to host a website on AWS?

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

Encrypt specific folder inside a S3 bucket with KMS using Ansible playbook

Encrypt specific folder inside a S3 bucket ...READ MORE

Dec 28, 2021 in AWS by sachin

edited Mar 4 394 views
0 votes
0 answers

Cannot locate pig-core-h2.jar. do 'ant jar', and try again

while entering pig -version command Cannot locate ...READ MORE

Dec 31, 2021 in Others by siva

edited Mar 4 247 views
0 votes
0 answers

What is Big Data Analytics?

Dec 10, 2021 in Big Data Hadoop by surbhi
• 3,820 points
1,136 views