Trending questions in Edureka Community

0 votes
0 answers

Is agile scientifically proven?

Are there any scientific studies that have ...READ MORE

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

Does "IndexError: list index out of range" when trying to access the N'th item mean that my list has less than N items?

I'm telling my program to print out ...READ MORE

Apr 22, 2022 in Python by Edureka
• 13,730 points
1,226 views
0 votes
1 answer

How to add random and/or fixed effects into cloglog regression in R

The standard glm function can be used ...READ MORE

Apr 13, 2022 in Machine Learning by anonymous
1,749 views
0 votes
0 answers

What does the $ mean in Linux?

I have to explain what the code ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,730 points
1,679 views
0 votes
0 answers

How to install the npm command on the linux

I'm trying to install the npm ci command on Linux. ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,690 points
1,224 views
0 votes
0 answers

Immutable vs Mutable types

I'm confused on what an immutable type ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4, 2025 616 views
0 votes
1 answer

I have a Run Time Error 91 for an Excel Add In

When there was no unhidden workbook open ...READ MORE

Apr 6, 2022 in Database by gaurav
• 25,250 points
2,013 views
0 votes
1 answer

How to Convert Excel Numeric Cell Value into Words

To translate numbers to words, create the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 25,250 points
2,278 views
0 votes
0 answers

What is a NullPointerException, and how do I fix it?

What are Null Pointer Exceptions (java.lang.NullPointerException) and ...READ MORE

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

Understanding Polynomial Regression Equation with multiple Independent Variable

You can choose from the following options: Powers ...READ MORE

Mar 25, 2022 in Machine Learning by Nandini
• 5,480 points
2,557 views
0 votes
1 answer

Azure Blob Storage URL : WASB:// vs HTTP://

wasb://XXXXXXXXXX@XXXXX.blob.core.windows.net is used to access blob storage through ...READ MORE

Apr 7, 2022 in Azure by Edureka
• 12,730 points
1,979 views
0 votes
0 answers

What does %s mean in a Python format string?

What does %s mean in Python? And what does ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4, 2025 611 views
0 votes
0 answers

how to design db schema of an e-learning platform in dynamodb?

I am designing No-SQL DB schema for ...READ MORE

Apr 19, 2022 in AWS by Rahul
• 9,690 points
1,471 views
0 votes
1 answer

Tableau dashboard for mobile/tablets

To make a dashboard mobile with Tableau, ...READ MORE

Apr 5, 2022 in Tableau by Neha
• 9,020 points
2,181 views
0 votes
0 answers

One line if/else condition in linux shell scripting

I would like to have the equivelant ...READ MORE

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

edited Mar 4, 2025 568 views
0 votes
1 answer

Excel: Highlighting duplicates with exact matches

To enter the Advanced Filter dialogue box, ...READ MORE

Mar 24, 2022 in Database by gaurav
• 25,250 points
2,573 views
0 votes
1 answer

Can i use a custom domain with free azurewebsites.net in Azure and can i also have a free ssl?

Yes, this is doable; for more information, ...READ MORE

Apr 7, 2022 in Azure by Edureka
• 12,730 points
1,973 views
0 votes
0 answers

How to remove broken Wiki entries in Azure Devops?

I  created an automated release note that ...READ MORE

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

How to swap an Ethereum ERC-20 and Neo NEP5 token with a smart contract?

Each blockchain is its own separated administration. ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,730 points
1,861 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,730 points
1,465 views
0 votes
0 answers

How can I download Anaconda for python 3.6

I am working on a  Tensorflow object ...READ MORE

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

Power Platform DevOps Tools new environment creation task

I wanted to set up an Azure ...READ MORE

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

DynamoDB vs MongoDB NoSQL

I'm trying to figure out what can ...READ MORE

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

What is the equivalent to getch() & getche() in Linux?

I am not able to find the ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,690 points
1,658 views
0 votes
1 answer

In agile like development, who should write test cases?

Basically, test as if you were an ...READ MORE

Apr 13, 2022 in PMP by gaurav
• 25,250 points
1,703 views
0 votes
0 answers

Data access object (DAO) in Java

I was going through a document and ...READ MORE

Apr 19, 2022 in Java by Rahul
• 3,380 points
1,465 views
0 votes
0 answers

Code for Greatest Common Divisor in Python

The greatest common divisor (GCD) of a ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4, 2025 597 views
0 votes
0 answers

Install android studio on garuda linux

how can I install android studio on ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,730 points
1,713 views
0 votes
0 answers

Is there a way to make an Azure DevOps release only publish the actual latest change from a build pipeline?

My two commits were merged to master ...READ MORE

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

AppSync DynamoDB atomic append to existing list attribute and other list operations

We have an object in dynamoDB with ...READ MORE

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

What does [object Object] mean? (JavaScript)

To answer your question, what this means ...READ MORE

Feb 22, 2022 in Java by Aditya
• 7,680 points
3,828 views
0 votes
0 answers

DynamoDB table design for notifications

Technologies used: AWS, Lambda, DynamoDB, Python. I am ...READ MORE

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

Azure DevOps Windows vs Ubuntu hosted agents for cross-platform apps?

Are there concrete reasons to select one ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points
2,575 views
0 votes
0 answers

AWS S3 Cross Region Replication - When there is outage

I have a primary bucket that stores ...READ MORE

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

Remove special characters from the specified string in excel

To erase a specific character from a ...READ MORE

Mar 15, 2022 in Database by gaurav
• 25,250 points
3,029 views
0 votes
0 answers

Can not clear cache memory on Linux

I have Logstash and Elasticsearch running on ...READ MORE

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

edited Mar 4, 2025 546 views
0 votes
0 answers

JIra + Greenhopper - how to do Agile correctly

I am new to the Agile flow ...READ MORE

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

Finding the unique elements in a column of a data from terminal/Unix

So, I have a dataset which is ...READ MORE

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

edited Mar 4, 2025 544 views
0 votes
0 answers

How do I sort a dictionary by value?

I've created a dictionary of values from ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4, 2025 583 views
0 votes
0 answers

Amazon ec2 user-data, how does it work?

We are starting instances, and accessing the ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,690 points
1,183 views
0 votes
0 answers

What does an 'r' represent before a string in python?

I want to understand why do we ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4, 2025 581 views
0 votes
1 answer

How to plot support vectors for support vector regression?

The problem was solved after I improved ...READ MORE

Mar 25, 2022 in Machine Learning by Nandini
• 5,480 points
2,524 views
0 votes
0 answers

How to write 5000 records into DynamoDB Table?

I have a use case where I ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,730 points
1,098 views
0 votes
0 answers

Bluetooth 4.0 / Smart / Low energy on Samsung Galaxy S3

I'm trying to develop a Bluetooth 4.0 ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,730 points
1,182 views
0 votes
1 answer

Currency Conversion using PHP

Please find below an example of converting ...READ MORE

Apr 6, 2022 in Blockchain by Soham
• 9,730 points
2,003 views
0 votes
0 answers

What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

Is there a difference between Sprint and ...READ MORE

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

How to upload data to Tableau Server in Python

Then install the tableau-api-lib utility for Python ...READ MORE

Mar 4, 2022 in Tableau by Neha
• 9,020 points
3,383 views
0 votes
0 answers

DevOps Pipeline Automation - Infrastructure and Application deployment

1. Provision of two resources in Azure ...READ MORE

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

Datatables export Excel

I'm exporting the datatables in csv. And ...READ MORE

Apr 7, 2022 in Database by Edureka
• 13,690 points
1,961 views