Trending questions in Edureka Community

0 votes
0 answers

Why Won't My AWS CDK Code Build in AWS Code Pipelines?

I am getting the error Phase context ...READ MORE

Dec 30, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 49 views
0 votes
0 answers

Modules in Artifactory - What are they?

The term "Modules" is used in Artifactory.  When you select a specific build in the UI's "Builds" page, you are presented with a list of Module IDs, which is, as far as I can tell, merely the build's name. so that when I do this: jfrog rt upload --build-name Kuku --build-number 1 ...READ MORE

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

Convert a number into a Roman numeral in JavaScript

What is the best way to convert integers to roman numerals? function romanNumeralGenerator (int) { } Consider the following sample inputs and outputs: 1 = "I" 5 = ...READ MORE

Dec 8, 2022 in Java by Nicholas
• 7,760 points
991 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
• 63,600 points
6,954 views
0 votes
0 answers

How much data should I store in an object locally? Trying to limit requests to database

I'm now downloading pictures from my S3 ...READ MORE

Dec 30, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 45 views
0 votes
1 answer

How can I store the data of an open excel workbook in a collection using BluePrism?

To do what you want is like ...READ MORE

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

How to modify Powerpoint Chart ChartData by Excel VBA

Example: Code: Set pptApp = GetObject(, "PowerPoint.Application") Set pptPres = ...READ MORE

Oct 16, 2022 in Others by narikkadan
• 63,600 points
3,259 views
0 votes
1 answer

how to Convert EST time to IST time in excel?

Use the following calculation since Indian Standard ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
11,983 views
0 votes
0 answers

What do these operators mean (** , ^ , %, //)? [

Other than the standard +, -, *and / operators; but what does ...READ MORE

Dec 21, 2022 in Python by erzan
• 630 points
424 views
0 votes
1 answer

What would I have to add to this VBA Code to keep Undo Button working after it runs?

VBA eliminates Excel's undo function. Though it ...READ MORE

Dec 16, 2022 in Others by narikkadan
• 63,600 points
616 views
0 votes
1 answer

Formula to convert KG,MB,GB,TB to GB in excel

Use this array formula: =LEFT(A1,MIN(IFERROR(FIND({"KB","MB","GB","TB"},A1),1E+99))-1)/INDEX({1048576,1024,1,0.0009765625},MATCH(RIGHT(A1,2),{"KB","MB","GB","TB"},0)) & "GB" Being an ...READ MORE

Oct 31, 2022 in Others by narikkadan
• 63,600 points
2,602 views
0 votes
0 answers

Convert VB.NET --> C# Projects

Can someone suggest a suitable program that ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
806 views
0 votes
0 answers

Android : Check whether the phone is dual SIM

After extensive investigation on discussion boards, I now understand that a dual SIM phone's IMSI or SIM serial numbers cannot be found (except for contacting the manufacturer).  My original query has been amended to: Can we even tell the phone has two SIMs?  I think someone with some intellect could find it.  I can think of a few ways, including: tracing the logs for the IMEI number and dialling a USSD code (I tested this in India with *139#).  It succeeded.)  This will provide me with the SIM's IMEI number from which I called the USSD code.  (The phone is assumed to adhere to Android standards and have two IMEI numbers.) preserving the SIM's IMSI and/or serial number. ...READ MORE

Dec 10, 2022 in Android by sarit
• 1,830 points
886 views
0 votes
0 answers

iOS swift convert mp3 to aac

I'm converting an mp3 to m4a in Swift with code based ...READ MORE

Nov 23, 2022 in Mobile Development by gaurav
• 23,260 points
999 views
0 votes
0 answers

Why does aws exist

Before you start answering, know that I ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 18 views
0 votes
0 answers

Which of the following services is free in aws

I know that AWS has tons of ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 18 views
0 votes
0 answers

How to get aws certified

Like the title suggest, what is the ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 18 views
0 votes
0 answers

Which aws service is a compute service

I just wanted to know what aws ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 17 views
0 votes
0 answers

How to search any word in linux 'screen'

I am going screen logs of devstack ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
671 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
• 63,600 points
2,426 views
0 votes
0 answers

What is aws trusted advisor

I mean I understand what is AWS ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 17 views
0 votes
0 answers

What is aws certification

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

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 15 views
0 votes
0 answers

What should be the career objective for DevOps Engineer?

Could someone please tell me what a ...READ MORE

Dec 12, 2022 in Other DevOps Questions by Edureka
• 12,690 points
786 views
0 votes
0 answers

How to fix error with AWS Lambda handler, DynamoDB Put req?

Trying to create a Lambda to interact ...READ MORE

Dec 30, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 20 views
0 votes
1 answer

Excel concatenate function with multiple conditions

Use this : =TEXTJOIN(", ";TRUE;IF((Table69[Spec]=$B$1)*(Table69[Sl ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,600 points
871 views
0 votes
0 answers

Ansible: Dynamically copy files/directories depending on hostname

To share the labour of copying and ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
615 views
0 votes
0 answers

what is DevOps process?

Is DevOps a process or methodology? What are ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 46 views
0 votes
0 answers

Which are some of the most popular DevOps tools?

Hi, I am a B-Tech student and ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 46 views
0 votes
0 answers

Function for factorial in Python

How do I go about computing a ...READ MORE

Dec 21, 2022 in Python by erzan
• 630 points
388 views
0 votes
0 answers

Question regarding queries/personalization

Because I'm new to web development, I ...READ MORE

Dec 29, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 39 views
0 votes
0 answers

Prevent users from editing master branch in ADF

In ADF, I'm attempting to prevent dev ...READ MORE

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

Remote Desktop connect to Ubuntu in GCP

The instructions below can be used to ...READ MORE

Nov 4, 2022 in GCP by Tejashwini
• 3,820 points
2,396 views
0 votes
1 answer

How to get rid of blank space from iPhone notch on web page

You should be looking for the meta-setting ...READ MORE

Nov 8, 2022 in IOS by Rahul
• 9,680 points
2,286 views
0 votes
1 answer

Excel/Python: How to group names alphabetically section wise such that each group has equal number of Alphabets?

Here is a flimsy answer. The number ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,600 points
848 views
0 votes
0 answers

What does the "yield" keyword do?

What is the use of the yield keyword in ...READ MORE

Dec 21, 2022 in Python by erzan
• 630 points
376 views
0 votes
1 answer

How to break area chart in excel

Add an extra row between your areas. READ MORE

Dec 17, 2022 in Others by narikkadan
• 63,600 points
527 views
0 votes
0 answers

What is need for DevOps?

Can anyone please tell me what does ...READ MORE

Dec 28, 2022 in DevOps Tools by Damonlang
• 1,230 points

edited Mar 4 57 views
0 votes
1 answer

Python/Openpyxl: change cell A1 in all excel worksheets within a workbook to equal the name of the worksheet tab

You made a mistake when you used ...READ MORE

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

AWS S3 Bucket created with force_delete=true fails to delete with Access Denied via terraform

I create an s3 bucket via terraform ...READ MORE

Dec 29, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 20 views
0 votes
0 answers

AWS vs DevOps which is better?

I have completed my education as a ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 21 views
0 votes
0 answers

what is staging in DevOps?

What Is a Staging Environment? How to ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 20 views
0 votes
0 answers

How to integrate sonarqube with azure devops?

I have a self-hosted Windows agent wi ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 46 views
0 votes
1 answer

Add Auto-Increment ID to existing table?

Make sure none of your other columns ...READ MORE

Feb 8, 2023 in Database by JPC

edited Mar 5 1,475 views
0 votes
0 answers

How to learn DevOps for beginners

Many DevOps tutorials on YouTube offer beginner-level ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 18 views
0 votes
0 answers

How to set status code allerts for load balancer?

How do I check and configure the ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
697 views
0 votes
0 answers

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

"ALTER SYSTEM FLUSH BUFFER_CACHE;" Oracle's data buffer ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
653 views
0 votes
0 answers

DevOps or salesforce which is better?

Which technology is better, Salesforce or DevOps? READ MORE

Dec 28, 2022 in Other DevOps Questions by Edureka
• 12,690 points

edited Mar 4 46 views
0 votes
0 answers

Removing duplicates in lists

How can I check if a list ...READ MORE

Dec 20, 2022 in Python by erzan
• 630 points
403 views
0 votes
0 answers

Unittesting Ansible collections with Pytest

I'm fresh to the cloud/devops world. I created ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
624 views