Trending questions in Edureka Community

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 22 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
780 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,840 points
17,731 views
0 votes
0 answers

How to host a website on AWS?

Dec 10, 2021 in AWS by Edureka
• 220 points
522 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
878 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 45 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
• 450 points
1,036 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 49 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 44,606 views
0 votes
0 answers

What is Big Data Analytics?

Dec 10, 2021 in Big Data Hadoop by surbhi
• 3,820 points
750 views
0 votes
0 answers

how to learn aws?

Dec 17, 2021 in AWS by Edureka
• 13,620 points
431 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
2,825 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
593 views
0 votes
0 answers
+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,308 views
0 votes
0 answers
0 votes
0 answers

MQTT Subscribe

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

Dec 9, 2021 in Python by Shri
• 120 points
697 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 48 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,281 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
623 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,684 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 23 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,480 views
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,216 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
830 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 27 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
613 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
884 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 69 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 47 views
0 votes
0 answers

What are the elements of Cyber Security

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
499 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 29 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
22,511 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 23 views
0 votes
1 answer
+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
47,988 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,840 points
17,508 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,308 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 21 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
656 views
0 votes
0 answers

What is Hadoop?

What is Hadoop? READ MORE

Dec 2, 2021 in Big Data Hadoop by Kavya
• 700 points
639 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 10,116 views
0 votes
0 answers
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,840 points
23,640 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 3,983 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
619 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 13,941 views