Trending questions in Edureka Community

0 votes
0 answers

AWS RDS with auto scaling feature

Could anyone tell me if there is ...READ MORE

Apr 21, 2022 in AWS by Soham
• 9,710 points
912 views
0 votes
0 answers

Print series of prime numbers in python

I want to print a series of ...READ MORE

Apr 25, 2022 in Python by Kichu
• 19,040 points
701 views
0 votes
0 answers

Get UseDotNet@2 in Azure DevOps to use the vmImage's dotnet SDK (or one from a cache)

I have an Azure DevOps pipeline with ...READ MORE

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

How can I delete a user in linux when the system says its currently used in a process

I am trying to delete a user ...READ MORE

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

Why does Python give the "wrong" answer for square root? What is integer division in Python 2?

x = 16 sqrt = x**(.5) #returns ...READ MORE

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

edited Mar 4 127 views
0 votes
0 answers

AWS VPC - Internet Gateway vs. NAT

What is an Internet Gateway? What is ...READ MORE

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

Salesforce - trigger auto-response rule after creating case through API

Less complexity, on the other hand, generally ...READ MORE

Apr 1, 2022 in SalesForce by CoolCoder
• 4,420 points
1,796 views
0 votes
0 answers

What service principle does Azure DevOps pipeline jobs run under

I have an integration test task in ...READ MORE

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

How to create Azure API Gateway Resource?

Go to your API Management instance In the ...READ MORE

Apr 12, 2022 in Azure by Edureka
• 12,690 points
1,276 views
0 votes
1 answer

Different meaning of stakeholders in Scrum. Is a dev team a stakeholder?

To be honest, I think you're misunderstood ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,690 points

edited Jun 27, 2023 by Khan Sarfaraz 1,223 views
0 votes
0 answers

Get last modified object from S3 using AWS CLI

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

Apr 21, 2022 in AWS by Rahul
• 9,680 points
896 views
0 votes
0 answers

How to delete a docker image?

A Dockerfile is included in my project ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
725 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,630 points

edited Mar 4 117 views
0 votes
1 answer

Sanity Testing vs Regression Testing?

Sanity testing entails ensuring that the application's ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
1,500 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,630 points

edited Mar 4 109 views
0 votes
1 answer

Private ethereum blockchain mining on a Raspberry Pi - is it possible?

There are some pretty good guides out ...READ MORE

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

raw_input function in Python

What is the raw_input function? Is it ...READ MORE

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

edited Mar 4 106 views
0 votes
0 answers

I want to get Operating System of the GCP VM instance

I want to get Operating System of ...READ MORE

Apr 11, 2022 in GCP by Rahul
• 3,380 points
1,323 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,630 points

edited Mar 4 102 views
0 votes
1 answer

EXCEL: How to automatically add serial number in Excel Table using formula that is immune to filtering / sorting?

These techniques can add a running column ...READ MORE

Mar 24, 2022 in Database by gaurav
• 23,260 points
2,066 views
0 votes
0 answers

What do __init__ and self do in Python?

936 429 I'm learning the Python programming language and ...READ MORE

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

edited Mar 4 101 views
0 votes
0 answers

How does Python's super() work with multiple inheritance?

How does super() work with multiple inheritance? For example, ...READ MORE

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

edited Mar 4 100 views
0 votes
0 answers

How to convert YOLO format annotations to x1, y1, x2, y2 coordinates in Python?

I would like to know how to ...READ MORE

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

edited Mar 4 100 views
0 votes
0 answers

How to create named and latest tag in Docker?

Assume I have an image that I ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
876 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,630 points

edited Mar 4 99 views
+1 vote
1 answer

Unzipping files in Python

Use this code: import zipfile with zipfile.ZipFile(path_to_zip_file, 'r') as ...READ MORE

Apr 25, 2022 in Python by narikkadan
• 63,600 points
626 views
0 votes
0 answers

How much will it cost to read from an S3 bucket in the same region but on different account

I read it doesn't cost anything to ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,710 points
616 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,630 points

edited Mar 4 98 views
0 votes
0 answers

How does collections.defaultdict work?

I've read the examples in python docs, ...READ MORE

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

edited Mar 4 97 views
0 votes
0 answers

How to change a string into uppercase

How can I convert a string into ...READ MORE

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

edited Mar 4 97 views
0 votes
1 answer

Invoke-customs are only supported starting with android 0 --min-api 26

After hours of working on this probleme, ...READ MORE

Feb 16, 2022 in Others by Soham
• 9,710 points
3,590 views
0 votes
0 answers

Extracting extension from filename in Python

Is it possible to extract the extension ...READ MORE

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

edited Mar 4 95 views
0 votes
0 answers

Which version of Python do I have installed?

On a Windows server, I need to ...READ MORE

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

edited Mar 4 95 views
0 votes
0 answers

How can I use/install "make" on the Amazon Linux AMI for EC2?

I'm a new user of Amazon EC2. I ...READ MORE

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

edited Mar 4 54 views
0 votes
0 answers

What is the difference between Object and Object ACL in AWS S3?

I added a file into the AWS ...READ MORE

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

Can I run Azure DevOps pipeline without committing it?

Yes, you can do it if you ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,630 points
1,806 views
0 votes
0 answers

How do I "decompile" Java class files? [closed]

What program can I use to decompile ...READ MORE

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

To whom are Azure DevOps access request e-mails sent? And can that be controlled?

How can I  control the recipients of ...READ MORE

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

How to get a Drift Report from Azure DevOps DACPAC deployment?

I want to have a Drift-Report during ...READ MORE

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

Requests Module not found in python, after deploying to Azure function

Your app may scale to zero instances ...READ MORE

Apr 1, 2022 in Azure by Edureka
• 12,690 points
1,685 views
0 votes
1 answer

Cluster analysis using Tableau

I double-checked in my tableau v2020.3, and ...READ MORE

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

How to write the Bitcoin logo as text?

Create a string in strings.xml like the ...READ MORE

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

testingtesttest

This category is home to all kinds ...READ MORE

Apr 26, 2022 in Java by anonymous
• 300 points
585 views
0 votes
1 answer

creating a tableau pie chart with no measures data

It's not difficult once you understand the ...READ MORE

Apr 12, 2022 in Tableau by Neha
• 9,020 points
1,219 views
0 votes
0 answers

How to delete instance in EC2?

How can I delete an instance in ...READ MORE

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

How do I create a scratch org with Salesforce Platfom licenses?

Answer from Salesforce support was to include ...READ MORE

Apr 6, 2022 in SalesForce by CoolCoder
• 4,420 points

edited Jun 19, 2023 by Khan Sarfaraz 1,471 views
0 votes
0 answers

Downloading Java JDK on Linux via wget is shown license page instead

When I try to download Java from ...READ MORE

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

Are there any standard exit status codes in Linux?

A process is considered to have completed ...READ MORE

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

Linux Command for getting a dump of hex values bytes from Pcap File

I require a Linux command to display ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,680 points
1,183 views
0 votes
0 answers

Wordpress on AWS EC2 - broken after assigning elastic IP

So, I got WordPress installed and working ...READ MORE

Apr 21, 2022 in AWS by Rahul
• 9,680 points
718 views