Trending questions in Edureka Community

0 votes
0 answers

DevOps template with conditional manual approval job

I am trying to add an approval ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,595 views
0 votes
0 answers

How do I increase the quota for a kub cluster in Qwiklabs Challenge?

I'm doing the google cloud essentials challenge ...READ MORE

Apr 11, 2022 in GCP by Rahul
• 3,380 points
679 views
0 votes
0 answers

What is special about /dev/tty?

ls -la /dev/tty shows the output: crw-rw-rw- 1 ...READ MORE

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

How to get bitcoins for testing?

In order to see how Bitcoin works, ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
882 views
0 votes
0 answers

Pair programming means double cost per developer. Is it worth that money?

Pair programming in Agile requires us to ...READ MORE

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

Trigger Azure DevOps CI/CD through powershell script

How can we trigger CI/CD pipelines through ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,170 views
0 votes
1 answer

How to print projects and workbook names based on site id in tableau server client?

Here's how I do it once I've ...READ MORE

Mar 9, 2022 in Tableau by Neha
• 9,020 points
2,054 views
0 votes
1 answer

Blockchain decentralised database on rails

To store JSON data from your Rails ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
873 views
0 votes
0 answers
0 votes
0 answers

Reverse a string in Java

I have "Hello World" kept in a ...READ MORE

Apr 14, 2022 in Java by Rahul
• 3,380 points
519 views
0 votes
1 answer

BITCOIN TO USD API

You can use blockchain.info API: URL: https://blockchain.info/ticker Response: { "USD" : ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
861 views
0 votes
0 answers

Should all agile epics be titled in sentences?

I'm reorganizing my agile board on youtrack ...READ MORE

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

How to add a named sheet at the end of all Excel sheets?

Kindly use this one liner: Sheets.Add(After:=Sheets(Sheets.Count)).Name = "new_sheet_name" Or ...READ MORE

Apr 5, 2022 in Database by gaurav
• 23,580 points
841 views
0 votes
1 answer

Excel problem for beginners: #REF! Error When referenced Row is deleted or Added

You'll run into this problem if you ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,580 points
969 views
0 votes
1 answer

What is Azure Service Principal?

An Azure service principal is an identity ...READ MORE

Apr 7, 2022 in Azure by Edureka
• 12,710 points
832 views
0 votes
1 answer

How to log into a salesforce.com sandbox?

My user account was created after the ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,420 points

edited Jun 19, 2023 by Khan Sarfaraz 1,782 views
0 votes
1 answer

PHP. Bitcoin to Ukrainian Hrivna price ticker

I would suggest, that instead of dividing ...READ MORE

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

Invocablemethod Not Creating Records in Apex Class

According to the documentation (developer.salesforce.com/docs/atlas.en-us.apexcode.meta/...), each class ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,420 points
1,173 views
0 votes
0 answers

Does using Projection Expressinos in querying DynamoDB reduce the read capacity unit comsumption?

Have been going through the DynamoDB documentation, ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Rahul
• 9,690 points
584 views
0 votes
0 answers

tracking of DevOps tools versions

Working with DevOps leads to working with ...READ MORE

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

Sonarcloud gate in Azure Devops pull request stuck in waiting status

We have a Sonarcloud quality gate in ...READ MORE

Mar 15, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,812 views
0 votes
0 answers

How to convert list to string

How can I convert a list to ...READ MORE

Apr 22, 2022 in Python by Edureka
• 13,680 points

reshown Mar 4 by Edureka 141 views
0 votes
1 answer

What gcp firewall settings are needed to enable file download for wordpress site backup?

The firewall rule allowing ingress traffic on ...READ MORE

Apr 5, 2022 in GCP by Korak
• 5,820 points
1,118 views
0 votes
1 answer

How to create a custom fabric environment on ibm blockchain platform VScode

At the moment you can't use the ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,690 points
1,075 views
0 votes
0 answers

DynamoDB time to live per Item

I have a requirement to expire items ...READ MORE

Apr 5, 2022 in Others by Kichu
• 19,040 points
773 views
0 votes
0 answers

How to compare two Amazon RDS snapshots?

I took a snapshot of amazon RDS ...READ MORE

Apr 9, 2022 in Others by Kichu
• 19,040 points
665 views
0 votes
0 answers

testing testing

trsting testing testng READ MORE

Apr 22, 2022 in SalesForce by anonymous
• 120 points

edited Mar 4 147 views
0 votes
1 answer

Keras image binary classification, which class is assigned probability 0 and 1 ? Using Functional API

Not exactly.  If your sigmoid output was ...READ MORE

Mar 7, 2022 in Machine Learning by Dev
• 6,000 points
2,149 views
0 votes
0 answers

Azure DevOps Extensions - Change extension category

 I have an Azure DevOps extension that ...READ MORE

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

How to make a new List in Java

We create a Set as: Set myset = new HashSet() How ...READ MORE

Apr 14, 2022 in Java by Rahul
• 3,380 points
489 views
0 votes
0 answers

How to split a string of text in excel based on a given word?

I have a list of combinations of ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,580 points
814 views
0 votes
0 answers

How to find the username of the instance launched in amazon-ec2?

I m having trouble connecting to the ...READ MORE

Apr 5, 2022 in Others by Kichu
• 19,040 points
894 views
0 votes
1 answer

How can QA team leverage BDD acceptance criteria for automation regression testing?

There is no correct response; in my ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
828 views
0 votes
0 answers

How to get sprint wise automated test cases in Azure devops system?

I want to have some automation metrics ...READ MORE

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

What is the difference between Coefficient of Regression and Elasticity

It is questionable. I'll simplify the model ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
1,074 views
0 votes
0 answers

Is it possibile to use Azure DevOps Server on premises with Azure Active Directory?

After reading this documentation https://docs.microsoft.com/en-us/azure/devops/organizations/security/about-permissions?view=azure-devops-2020&tabs=preview-page#active-directory-and-azure-active-directory-security-groups it seems that Azure ...READ MORE

Mar 28, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,231 views
0 votes
1 answer

Azure Availability sets vs. Availibility Zones

In terms of Service Level Agreement (SLA), ...READ MORE

Apr 1, 2022 in Azure by Edureka
• 12,710 points
1,002 views
0 votes
0 answers

How to show pipeline artifact in the artifacts section in Azure DevOps

 Is there any easy way to publish ...READ MORE

Mar 28, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,124 views
0 votes
1 answer

How to create Web to Lead in Salesforce

You have a couple of options: You can ...READ MORE

Apr 6, 2022 in SalesForce by CoolCoder
• 4,420 points
798 views
0 votes
1 answer

Tableau Calc field syntax - inches to feet

If your current field is named height, ...READ MORE

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

Are "unconfirmed transactions" of a blockchain's memory pool spread over nodes?

Yes, as soon as a transaction is ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,690 points
1,085 views
0 votes
0 answers

Creating a regression testing sprint in agile?

I am in a team which we ...READ MORE

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

azure devops build pipeline reduce the timeout to 30 minutes

Currently, the pipeline time's out is 60 ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points

edited Mar 4 144 views
0 votes
1 answer

Excel formula to remove space between words in a cell

There are three fast techniques to get ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,580 points
1,119 views
0 votes
1 answer

How do I use Powershell to create an Azure Web App that runs on Linux?

Try the command below: New-AzureRmResource -ResourceGroupName <ResourceGroupName> -Location ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 12,710 points
1,480 views
0 votes
1 answer

Connect BigQuery with Power BI- Best Practice and Cost Effective way

You can use a custom query or ...READ MORE

Feb 27, 2022 in Power BI by CoolCoder
• 4,420 points
2,448 views
0 votes
1 answer

Cross object formula in salesforce

I'm not sure what you're looking for. ...READ MORE

Apr 6, 2022 in SalesForce by CoolCoder
• 4,420 points
789 views
0 votes
1 answer

How to insert image in Tableau worksheet

Tableau's online documentation Static image files can be ...READ MORE

Apr 7, 2022 in Tableau by Neha
• 9,020 points
882 views
0 votes
0 answers

How to get address, Column Name and Row Name of all marked rows in Excel table as rows in new worksheet

 need the row/column combinations marked with an ...READ MORE

Feb 24, 2022 in Database by Edureka
• 13,690 points
2,410 views
0 votes
1 answer

Bluemix Blockchain

To answer your doubt, the  "starter network" ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
814 views