Trending questions in Edureka Community

0 votes
0 answers

How to compare different patches of same commit with "git diff"?

Consider the following scenario when running this ...READ MORE

Jan 4, 2023 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 80 views
0 votes
1 answer

Python Excel Writer (xlswriter) Insert Image from URL

Use this: url = "..../picture.jpg" data = urllib.request.urlopen(url).read() file = ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,600 points
2,110 views
0 votes
0 answers

Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler

I've prepared the Windows environment for react ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,650 points
4,615 views
0 votes
1 answer

How to Convert Excel Cell Values Into Individual PNG Files?

This will: create a chart add an image to ...READ MORE

Dec 19, 2022 in Others by narikkadan
• 63,600 points
721 views
0 votes
0 answers

How to install aws cli on windows

I was trying to install aws cli ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 79 views
0 votes
0 answers

How to check aws cli version

So I successfully installed the aws cli ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 38 views
0 votes
0 answers

What is aws config

First, I should explain that its been ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 77 views
0 votes
0 answers

Which aws certification is best

I was thinking of getting an aws ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 77 views
0 votes
0 answers

How to check aws free tier expiry date

I recently created the free tier account ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 36 views
0 votes
0 answers

How many iam roles can be created per aws account

I had this question that what is ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 80 views
0 votes
0 answers

How to create "Python Package Download" Azure DevOps Service Connection?

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

Jan 4, 2023 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 67 views
0 votes
0 answers

What is placement group in aws

What are the placement groups under AWS ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 34 views
0 votes
0 answers

What is aws sdk

I just stumbled upon this project that ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 32 views
0 votes
1 answer

How to get the user's country calling code in iOS?

Import Statement : #import<CoreTelephony/CTCarrier.h> #import <CoreTelephony/CTTelephonyNetworkInfo.h> you can get country ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,399 views
0 votes
0 answers

How to learn DevOps at home?

Hi, I just started learning learning DevOps, ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
688 views
0 votes
0 answers

JSON parsing in python using JSONPath

In the JSON below, I want to ...READ MORE

Jan 4, 2023 in Python by erzan
• 630 points

edited Mar 4 60 views
0 votes
0 answers

What do __init__ and self do in Python?

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

Jan 4, 2023 in Python by erzan
• 630 points

edited Mar 4 58 views
0 votes
1 answer

Convert PDF to XLS

To ensure that data import makes sense, ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,600 points
914 views
0 votes
0 answers

What is aws cognito

I just read about AWS Cognito but ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 61 views
0 votes
0 answers

can we deploy ".msi" package through azure CICD in On-premises VM?

We are able to build the application& ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
712 views
0 votes
0 answers

How to prepare for aws certification

I am getting started with AWS and ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 59 views
0 votes
0 answers

What does s3 stand for in aws

I was looking at various AWS services ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 57 views
0 votes
0 answers

What is aws cloudwatch

I am exploring the AWS management console ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 56 views
0 votes
0 answers

what does devops stand for?

What does DevOps stand for? why is ...READ MORE

Dec 20, 2022 in DevOps & Agile by Edureka
• 13,650 points
643 views
0 votes
1 answer

How to use an increment an average formula by more than one row in excel?

I believe OFFSET makes it simpler, for ...READ MORE

Nov 24, 2022 in Others by narikkadan
• 63,600 points
1,813 views
0 votes
1 answer

Using C# to find drawn arrows in Excel

There are 28 different varieties of arrow ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,600 points
902 views
0 votes
0 answers

Generate pdf from HTML in div using Javascript

I have the following HTML code: <!DOCTYPE html> <html> ...READ MORE

Dec 9, 2022 in Java by Nicholas
• 7,760 points
1,117 views
0 votes
0 answers

How to download pem file from aws

I created my ec2 instance. I was ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 55 views
0 votes
0 answers

Drop all duplicate rows across multiple columns in Python Pandas

The pandas drop_duplicates function is great for "uniquifying" a dataframe. ...READ MORE

Jan 4, 2023 in Python by erzan
• 630 points

edited Mar 4 42 views
0 votes
0 answers

Running multiple containers on one EC2 instance but each container having different .ENV variables

I have a school management system written ...READ MORE

Jan 4, 2023 in DevOps Tools by Damonlang
• 1,230 points

edited Mar 4 41 views
0 votes
0 answers

aws reaches customers in how many countries

I just had this question out of ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 53 views
0 votes
0 answers

What is the difference between drop table and delete table in SQL Server?

What is the distinction between the following ...READ MORE

Aug 9, 2022 in Database by Kithuzzz
• 38,000 points
1,064 views
0 votes
0 answers

AWS CDK - get ProvisioningArtifactIds from ServiceCatalog product

In CDK I couldn't find from documentation ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
902 views
0 votes
0 answers

How does AWS Lambda determine if messages are still in SQS queue?

When using AWS Lambda with a SQS ...READ MORE

Jan 4, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 49 views
0 votes
1 answer

Get Font.Weight in iOS 14

This is not a bug. It is ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,368 views
0 votes
1 answer

Reading multiple Excel files and merge them sheet-wise

This will analyse each Excel and combine ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,600 points
887 views
0 votes
0 answers

What is aws educate

What is AWS Educate? Is AWS opening ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 36 views
0 votes
0 answers

which devops tool is in demand?

Which of the followings are the popular ...READ MORE

Dec 22, 2022 in DevOps Tools by Edureka
• 13,650 points
605 views
0 votes
0 answers

How to use "alter system.." sql statement in AWS RDS oracle?

Oracle's data buffer cache was deleted using ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
946 views
0 votes
0 answers

Git keeps prompting me for a password

I've been using Git for a while ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
925 views
0 votes
0 answers

What is aws ecs

I am new to AWS and I ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 32 views
0 votes
0 answers

How do I access environment variables in Python?

May 26, 2022 in Python by Kichu
• 19,040 points
932 views
+1 vote
2 answers

Which is better for my career further: DevOps or Data Science?

Hello, Willing to know Data Science salary and ...READ MORE

Feb 14, 2022 in Career Counselling by Emily Hilton
30,248 views
0 votes
0 answers

How to get access key and secret key aws

I am getting started with learning about ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 30 views
0 votes
0 answers

What is iam role in aws

I am new to AWS and cloud ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 37 views
0 votes
0 answers

Does the failed() condition take arguments? i.e. can I set the condition to trigger only if failing 3 times

I want to run my PublishBuildArtifacts@1 task with the condition set to failed ().  However, I'd like to configure it so that it only publishes the artefact after three failed tests. - task: PublishBuildArtifacts@1 ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
713 views
0 votes
1 answer

How to add Indian Rupee Currency symbol in Google Spreadsheet

To apply a custom currency format to ...READ MORE

Nov 8, 2022 in Others by gaurav
• 23,260 points
2,472 views
0 votes
0 answers

How to create iam user in aws

Hi guys. I want to know how ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 30 views
0 votes
0 answers

What is aws technology

As the title states, what exactly is ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 33 views
0 votes
1 answer

How do I get an Excel range using row and column numbers in VSTO / C#?

Use: int countRows = xlWorkSheetData.UsedRange.Rows.Count; int countColumns = xlWorkSheetData.UsedRange.Columns.Count; object[,] ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,600 points
2,048 views