Trending questions in Edureka Community

0 votes
0 answers

what is driving the adoption of devops today?

Dec 20, 2021 in Other DevOps Questions by Vaani
• 7,070 points
707 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
20,966 views
0 votes
0 answers

what is subnet in aws?

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

what is chef in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
666 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,579 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,322 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
1,379 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,044 views
0 votes
0 answers

what are the best cyber security courses?

Dec 17, 2021 in Cyber Security & Ethical Hacking by Edureka
• 13,680 points
950 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
907 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 156 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
904 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,245 views
0 votes
0 answers

What was Hadoop named after?

Nov 25, 2021 in Big Data Hadoop by Edureka
• 12,700 points
908 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
18,068 views
+1 vote
2 answers

Read file content from S3 bucket with boto3

s3_client=boto3.resource('s3') bucket = s3_client.Bucket('test') for obj in bucket.objects.all(): contents=obj.get()['Body'].read().decode(encoding="utf-8",errors="ignore") for line ...READ MORE

Jul 4, 2019 in AWS by reddy

edited Jul 4, 2019 by Kalgi 45,036 views
0 votes
0 answers

what is devops tools?

Dec 17, 2021 in DevOps & Agile by Edureka
• 13,680 points
812 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
1,867 views
0 votes
0 answers

What is vulnerability in cyber security?

Dec 10, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
1,077 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,199 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,056 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 138 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,067 views
0 votes
0 answers

what is big data technology?

Dec 17, 2021 in Big Data Hadoop by Edureka
• 13,680 points
795 views
0 votes
3 answers

Artificial intelligence Interview questions

Some frequently asked AI interview questions to ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
• 610 points
1,310 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
871 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
48,620 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
35,674 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 140 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
939 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
827 views
0 votes
0 answers

what is artificial intelligence

Dec 20, 2021 in Others by Edureka
• 13,680 points
590 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 126 views
0 votes
0 answers

How to host a website on AWS?

Dec 10, 2021 in AWS by Edureka
• 220 points
650 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,618 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 110 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,003 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,042 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 148 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 152 views
0 votes
1 answer

How to change vault password in Ansible?

Afsalvaliyapeediyakal READ MORE

Jul 10, 2021 in Ansible by anonymous

edited Mar 5 14,636 views
0 votes
0 answers
0 votes
0 answers

What is Big Data Analytics?

Dec 10, 2021 in Big Data Hadoop by surbhi
• 3,820 points
893 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
40,803 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
753 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
17,944 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
15,908 views
0 votes
0 answers
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 10,665 views