Trending questions in Edureka Community

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 144 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 102 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 140 views
0 votes
1 answer

What does the " @ " symbol mean in Excel formula (outside a table)

Excel has recently introduced a huge feature ...READ MORE

Nov 26, 2022 in Others by narikkadan
• 86,360 points
1,810 views
0 votes
0 answers

Can't play video on iOS in Safari: NotAllowedError

When I click a play button on ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,580 points
1,826 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 130 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 130 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 140 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
1,024 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 126 views
0 votes
1 answer

Non-exact Vlookup with multiple search criteria - Microsoft Excel

Use the array function: =INDEX(A$2:A$100,MATCH(9^99,SEARCH(B2,A$2:A$100)*SEARCH(C2,A$2:A$100))) This will work with Ctrl+Shift+Enter but not ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 86,360 points
638 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 122 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 126 views
0 votes
1 answer

Calculate average speed in Powerbi using DAX

To calculate the average speed for automobiles ...READ MORE

Jun 20, 2023 in Power BI by Neelam
• 1,420 points
1,940 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 127 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,680 points
690 views
+1 vote
0 answers

AWS Codepipeline not serving React from a PHP+React Git repository

I was setting up a Codepipeline for ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
1,033 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 115 views
0 votes
1 answer

IF function in combination with an Round function Excel

I'm not sure if it is a ...READ MORE

Sep 25, 2022 in Others by narikkadan
• 86,360 points
4,488 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 116 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 123 views
0 votes
1 answer

Calculate Monthly Highest Selling Product - MS Excel

Use a Pivot Table to summarize the ...READ MORE

Nov 12, 2022 in Others by narikkadan
• 86,360 points
2,392 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 122 views
0 votes
1 answer

Convert column in excel date format (DDDDD.tttt) to datetime using pandas

Given # s = df['date'] s 0 ...READ MORE

Oct 2, 2022 in Others by narikkadan
• 86,360 points
4,183 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 112 views
0 votes
0 answers

How to download key pair from aws

Hi guys. I wanted to know if ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 118 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 119 views
0 votes
0 answers

What is s3 bucket in aws

Hi guys! I am a newbie to ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 118 views
0 votes
0 answers

what is kubernetes in devops?

Since I'm a programmer and want to ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,700 points
657 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
791 views
0 votes
1 answer

How to increment row value in an index function in excel?

Try this- =INDEX($F$27:$F$40,COLUMN(A$1)) It will automatically increase the row ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 86,360 points
2,173 views
0 votes
1 answer

Identify cell that don't contain "formula"

Select the range you wish to test, ...READ MORE

Dec 11, 2022 in Others by narikkadan
• 86,360 points
1,128 views
0 votes
0 answers

asSql() method is removed from ClientPreparedStatement (mysql-connector-java and mysql-connector-j)

ClientPreparedStatement had a public method in the ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 5,380 points
760 views
0 votes
0 answers

What is NAT gateway in AWS

What is the NAT gateway in AWS? ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 108 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 109 views
0 votes
0 answers

Git keeps obsolete files

I've been having problems with git on Windows for a few days now: git version 2.36.2.windows.1 In conjunction with Microsoft Azure DevOps Server 2019. When I pull or merge, it occasionally keeps the obsolete/older file.  It looks like git is not only checking the hash, but also somehow the timestamp and it got messed up.  I now have a clean working tree, but the remote file differs from my local copy of the same commit hash. How does it happen? Example: git fetch origin git checkout test git ...READ MORE

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

How to filter data from a MySQL Database Table with PHP

I'm attempting to code a search box ...READ MORE

Jul 22, 2022 in PHP by narikkadan
• 86,360 points
7,227 views
0 votes
1 answer

Way to overcome Excel Vlookup function limit of 256 characters

If you are using VLOOKUP like this: =VLOOKUP(A2,D2:Z10,3,FALSE) i.e. ...READ MORE

Sep 30, 2022 in Others by narikkadan
• 86,360 points
4,248 views
0 votes
0 answers

Google map not showing in android activity?

I want the MainActivity of my Android ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,680 points
2,496 views
0 votes
0 answers

how to use azure devOps?

What is azure DevOps and how do ...READ MORE

Dec 20, 2022 in DevOps & Agile by Edureka
• 13,680 points
679 views
0 votes
0 answers

What is DevSecOps?

Is devsecops about security? READ MORE

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

terraform statefile configuration

I am currently reading the book called ...READ MORE

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

edited Mar 4 98 views
0 votes
0 answers

how to learn devops step by step?

How to start DevOps? Can someone guide ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,700 points
700 views
0 votes
0 answers

Bucket S3 via CLI, mas a url do obejto está fazendo download sozinho no browser,

Olá Todos! Subi uma pasta no Bucket S3 ...READ MORE

Jan 3, 2023 in AWS by anonymous

edited Mar 4 154 views
0 votes
0 answers

Python Key Error=0 - Can't find Dict error in code

basically I have been racking my brains ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
657 views
0 votes
0 answers

How to put a <vector> in a <shape> in Android?

I'm trying to make customizable icons in ...READ MORE

Dec 8, 2022 in Android by Edureka
• 12,700 points
1,241 views
0 votes
0 answers

Fetch data from database in php through AJAX,

The index.php  I created a connection with the ...READ MORE

Jun 16, 2022 in PHP by narikkadan
• 86,360 points
8,825 views
0 votes
1 answer

Calculating the mean and std on excel file using python

Use pandas to do this: import pandas as pd df = ...READ MORE

Nov 4, 2022 in Others by narikkadan
• 86,360 points
2,697 views
0 votes
0 answers

What should I do with "Unexpected indent" in Python?

How do I rectify the error "unexpected ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
648 views
0 votes
0 answers

How to implement getch() function of C in Linux?

In TurboC++, I can use the getch() ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
999 views