Trending questions in Edureka Community

0 votes
0 answers

EC2 CLI. Help creating VPCs with name

I am trying to streamline the process ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,680 points
495 views
0 votes
1 answer

How can I convert a dimension into a measure in Tableau

I'd like to ask a technical question ...READ MORE

Apr 5, 2022 in Tableau by Neha
• 9,020 points
1,427 views
0 votes
1 answer

Cross project management using service account

A service account should be able to ...READ MORE

Apr 13, 2022 in PMP by gaurav
• 23,260 points
998 views
0 votes
0 answers

'python' is not recognized as an internal or external command

So I have recently installed Python Version ...READ MORE

Apr 18, 2022 in Python by Edureka
• 13,630 points
799 views
0 votes
0 answers

Linux "free -m": Total, used and free memory values don't add up [closed]

On a linux system, while using "free", ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,690 points
452 views
0 votes
0 answers

Does Python have a ternary conditional operator?

If Python doesn't have a ternary conditional ...READ MORE

Apr 19, 2022 in Python by Edureka
• 13,630 points
565 views
0 votes
0 answers

How do I execute a program or call a system command?

How do I call an external command ...READ MORE

Apr 24, 2022 in Python by Kichu
• 19,040 points
529 views
0 votes
0 answers

Generate random number between two numbers in JavaScript

Is there a way to generate a random ...READ MORE

May 4, 2022 in Java by Rahul
• 3,380 points

edited Mar 4 106 views
0 votes
0 answers

How to disable Amazon S3 raw endpoint access

Hosting  a static website on S3 : You ...READ MORE

Apr 10, 2022 in Others by Kichu
• 19,040 points
1,153 views
0 votes
0 answers

Azure DevOps Pipeline define variable in deployment and reuse in subsequent job

I wanted to pass a variable value ...READ MORE

Apr 8, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,242 views
0 votes
1 answer

SQL error "ORA-01722: invalid number"

When an effort is made to convert ...READ MORE

Feb 15, 2022 in Database by Neha
• 9,020 points
3,431 views
0 votes
0 answers

How can I take a message or command as user input to run a Python code

Is there any way where we can ...READ MORE

May 4, 2022 in Python by Sumana

edited Mar 4 104 views
0 votes
0 answers

How to know the source repository of a forked repository, in azure devops?

I am working on an Azure DevOps ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,040 points
813 views
0 votes
1 answer

How to find the intersecting point in the regression line

To find the intersecting point use the ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
1,326 views
0 votes
1 answer

Exporting a table from Amazon RDS into a CSV file

Presumably, you're attempting to export data from ...READ MORE

Mar 3, 2022 in Others by gaurav
• 23,260 points
2,733 views
0 votes
0 answers

How to integrate AWS-XRay for others AWS services as SQS, S3

I am doing the same as the ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Soham
• 9,710 points
1,044 views
0 votes
1 answer

Scikit-Learn Linear Regression how to get coefficient's respective features?

What I discovered to be effective was ...READ MORE

Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
2,172 views
0 votes
1 answer

How to use Database.Statful in batch apex

Move your insert to the finish method: global ...READ MORE

Mar 17, 2022 in SalesForce by CoolCoder
• 4,420 points
2,143 views
0 votes
1 answer

excel Copy shapes from one worksheet to another

This will copy all the shapes from Sheet1 to Sheet2: Sub ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
1,543 views
0 votes
1 answer

Excel - AVERAGEIFS with OR conditions?

The AVERAGEIFS function in Excel determines the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
1,540 views
0 votes
0 answers

Integrate JFROG artifactory with Azure Web App and Azure DevOps pipelines

I want to integrate JFROG artifactory with ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,040 points
948 views
0 votes
0 answers

C# NuGet package error in Azure DevOps with image

I'm creating a NuGet package to distribute ...READ MORE

Apr 12, 2022 in Azure by Edureka
• 13,630 points
661 views
0 votes
1 answer

What's the difference between distributed hashtable technology and the bitcoin blockchain?

A Distributed Hash Table is simply a key-value ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,710 points
1,127 views
0 votes
0 answers

Which C version is used in the Linux kernel?

Does the Linux kernel use only the ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,690 points
436 views
0 votes
0 answers

Azure DevOps YAML Pipeline not recognizing " jobs: " or " stages: " tag/names, as documented in the usable syntax

I was restricted on the azure pipeline. ...READ MORE

Apr 12, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,053 views
0 votes
0 answers

Shell: How to call one shell script from another shell script?

I have two shell scripts, a.sh and ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,710 points
779 views
0 votes
1 answer

blockchain api payment module

No curly braces after your if statement. ...READ MORE

Apr 11, 2022 in Blockchain by Soham
• 9,710 points
1,113 views
0 votes
0 answers

100 samples of 20 from the dataset and drawing regression lines along with population regression line

I have a datasetwith two variables hours ...READ MORE

Apr 11, 2022 in Machine Learning by Dev
• 6,000 points
1,073 views
0 votes
0 answers

How to split a string in Java

I have a string, "004-034556", that I want ...READ MORE

Apr 21, 2022 in Java by Rahul
• 3,380 points
640 views
0 votes
0 answers

Role of Testers in Agile?

I work in a team which has ...READ MORE

Apr 19, 2022 in PMP by Edureka
• 13,690 points
659 views
0 votes
0 answers

Difference between agile and iterative and incremental development

What are the difference between Agile and ...READ MORE

Apr 18, 2022 in PMP by Edureka
• 13,690 points
675 views
0 votes
0 answers

How do you use the ? : (conditional) operator in JavaScript?

In simple words, what is the ?: ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
422 views
0 votes
0 answers

How can we speed up initial Tableau Server Dashboard load

Is there any method in Tableau, any ...READ MORE

Apr 18, 2022 in Tableau by Neha
• 9,020 points
760 views
0 votes
0 answers

What is the difference between a User Story and a Feature in Agile terminology?

I guess a feature could be something ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
527 views
0 votes
0 answers

AWS RDS can't connect security group

I am unable to connect to my RDS ...READ MORE

Apr 19, 2022 in AWS by Soham
• 9,710 points
714 views
0 votes
1 answer

blockchain consensus 51% vs number of nodes validation

51% is an attack vector for Proof ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
1,234 views
0 votes
1 answer

Vlookup Formula in Excel VBA

The VLOOKUP function can be used in ...READ MORE

Apr 11, 2022 in Database by gaurav
• 23,260 points
1,126 views
0 votes
0 answers

Azure Devops Pipeline Matlab Command Bugs between R2019B and R2017B

I have a working Azure CI pipeline ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,315 views
0 votes
1 answer

Bitcoin blockchain rookie question: how is nonce (the secret number added to each block) generated?

It isn't a secret number but it's ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
1,231 views
0 votes
1 answer

How to choose the window size of CNN in deep learning?

There is no definitive solution to this ...READ MORE

Mar 30, 2022 in Machine Learning by Dev
• 6,000 points
1,628 views
0 votes
0 answers

Prometheus does not scrape all metrics from PCP pmproxy

On my laptop with Fedora 30 I ...READ MORE

Apr 19, 2022 in PMP by Edureka
• 13,690 points
644 views
0 votes
1 answer

Naives Bayes Classifier for bag of vectorized sentences

The error is basically the [X_train] which ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,680 points
1,096 views
0 votes
0 answers

What does end=' ' exactly do?

So, I'm struggling trying to understand this ...READ MORE

May 2, 2022 in Python by Edureka
• 13,630 points

edited Mar 4 149 views
0 votes
0 answers

How to calculate S3 Costs

I'm wondering if I'm calculating S3 costs ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Aditya
• 7,680 points
1,005 views
0 votes
0 answers

Linux server sudo command not foundrubylinuxbashserversudo

I am having Linux server with 2.6.32-673.8.1.lve1.4.3.el6.x86_64 - ...READ MORE

May 2, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 148 views
0 votes
0 answers

Is classic load balancer going to be discontinued by aws

Can someone help me with the fact ...READ MORE

Apr 21, 2022 in AWS by Soham
• 9,710 points
622 views
0 votes
1 answer

How can i use select * in SOQL query in Salesforce?

SOQL is not the same as SQL. ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,420 points
2,690 views
0 votes
0 answers

top -c command in linux to filter processes listed based on processname

top -c Top lists all the processes, there ...READ MORE

May 2, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 144 views
0 votes
0 answers

What do these operators mean (** , ^ , %, //)?

Other than the standard +, -, *and / operators; but what does ...READ MORE

May 2, 2022 in Python by Edureka
• 13,630 points

edited Mar 4 144 views
0 votes
1 answer

R: Force regression coefficients to add up to 1

b1 + b2 = 1 Let us fit ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
2,097 views