Trending questions in Edureka Community

0 votes
0 answers

AWS: can't connect to RDS database from my machine

When I tried to debug the code ...READ MORE

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

Simple Kubernetes cluster costing GCP vs AWS vs Azure vs DO

Please use GCP Price Calculator for proper ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
1,932 views
0 votes
0 answers

AWS DynamoDB tutorial does not import certain classes

I am trying to follow a tutorial ...READ MORE

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

What killed my process and why?

This happened two times. I asked if ...READ MORE

Apr 13, 2022 in Linux Administration by Aditya
• 7,680 points
1,451 views
0 votes
0 answers

AWS S3 bucket policy for Get object, error in the policy generator Json code

The below code was generated by using ...READ MORE

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

Ethereum Smart Contract Blocking

Since transactions from a block are executed ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,690 points
1,648 views
0 votes
0 answers

Open graph description meta tag is not working in LinkedIn

LinkedIn is supporting open graph meta tags ...READ MORE

Mar 6, 2022 in Digital Marketing by Kichu
• 19,040 points
3,175 views
0 votes
0 answers

Convert String to Date in Tableau using DATEPARSE

In Tableau, I'm attempting to convert the ...READ MORE

May 6, 2022 in Tableau by Neha
• 9,020 points

edited Mar 4, 2025 520 views
0 votes
0 answers

Azure DevOps YAML Pipeline not recognizing " jobs: " or " stages: " tag/names, as documented in the usable syntax

I was restricted on the azure pipeline. ...READ MORE

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

Using zCash through BitcoinJ

Your code isn't accounting for the format ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,690 points
1,642 views
0 votes
1 answer

Excel Remove Decimal Places

INT function: Remove digits after decimal in ...READ MORE

Apr 11, 2022 in Database by gaurav
• 24,860 points
1,554 views
0 votes
1 answer

Why is Pymc3 ADVI worse than MCMC in this logistic regression example?

This is a good query! Mean field ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
1,805 views
0 votes
0 answers

Which C version is used in the Linux kernel?

Does the Linux kernel use only the ...READ MORE

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

Azure DevOps Workflow Rules

I wanted to create a flow rule ...READ MORE

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

GCP Metrics Explorer - "Metric Data" Historical?

Please update your question with the details ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
1,791 views
0 votes
1 answer

How to run console application once every month in Azure

Yes. Runbook would be required (PS script ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,730 points
2,151 views
0 votes
0 answers

How do I output coloured text to a Linux terminal?

How do I print coloured characters to ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
1,151 views
0 votes
1 answer

Replacing H1 text with a logo image: best method for SEO and accessibility?

<h1> <a href="http://edureka.co"> ...READ MORE

Feb 21, 2022 in Others by narikkadan
• 86,360 points
3,685 views
0 votes
0 answers

Azure DevOps Pipeline define variable in deployment and reuse in subsequent job

I wanted to pass a variable value ...READ MORE

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

Cannot login to Salesforce Sandbox via python API

Set domain='test' and generate a new token ...READ MORE

Mar 1, 2022 in SalesForce by CoolCoder
• 4,420 points
3,303 views
0 votes
1 answer

How to install OpenSSL in windows 10?

I can answer your doubt as I ...READ MORE

Feb 10, 2022 in Others by Rahul
• 9,690 points
4,127 views
0 votes
1 answer

how to get aws account number /id based on EC2 instance which is hosted in amazon

You can obtain account number from an ...READ MORE

Feb 21, 2022 in AWS by Korak
• 5,820 points
3,654 views
0 votes
1 answer

Excel data to table on Dashing Dashboard?

It contains a feature named "Download." The ...READ MORE

Apr 11, 2022 in Database by gaurav
• 24,860 points
1,539 views
0 votes
0 answers

How to terminate a script?

How to terminate a script in python? READ MORE

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

AWS VPC CIDR in both 10.0.0.0/8 and 192.168.0.0/16 [closed]

The Amazon Virtual Private Cloud (Amazon VPC) ...READ MORE

Mar 21, 2022 in Others by gaurav
• 24,860 points
2,570 views
0 votes
0 answers

When to use LinkedList over ArrayList in Java?

I've always been one to simply use: List<String> ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
929 views
0 votes
0 answers

Azure-devops rest api - pagination and rate limit

I am trying to pull Azure-DevOps entities' ...READ MORE

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

Will upgrading my AWS EC2 t3.small instance to t3.medium give better CPU performance?

I'm currently using an EC2 t3.small instance ...READ MORE

Apr 29, 2022 in AWS by Rahul
• 9,690 points

edited Mar 4, 2025 789 views
0 votes
0 answers

In Jira Agile when should I use a "Story" and when should I use an "Improvement"

We just started using Jira (with the ...READ MORE

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

AWS RDS last connection date

To see the last 24 hours' worth ...READ MORE

Mar 15, 2022 in Others by gaurav
• 24,860 points
2,779 views
0 votes
0 answers

Why is there no multiple inheritance in Java, but implementing multiple interfaces is allowed?

Java doesn't allow multiple inheritance, but it ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
921 views
0 votes
0 answers

How to compile for Windows on Linux with gcc/g++?

I have written some effects in C++ ...READ MORE

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

Issues with multiple identities and git and azure devops

I have created a repository in Azure ...READ MORE

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

Your Scrum definition of Done

This is the Scrum Team's definition of ...READ MORE

Apr 13, 2022 in PMP by gaurav
• 24,860 points

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

'python' is not recognized as an internal or external command

So I have recently installed Python Version ...READ MORE

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

why aws s3 transfer acceleration is not working?

Essentially, rather than travelling the Internet to ...READ MORE

Mar 24, 2022 in Others by gaurav
• 24,860 points
2,351 views
0 votes
1 answer

combine two data sets in tableau so that I can show a forecast for the next 3 months

I believe the best approach is to ...READ MORE

Apr 5, 2022 in Tableau by Vaani
• 7,070 points
2,024 views
+1 vote
1 answer

How to deal with non-fast forward errors?

This error is faced when git cannot ...READ MORE

Jul 3, 2018 in Other DevOps Questions by Sophie may
• 10,620 points
40,142 views
0 votes
0 answers

Increase request timeout for GCP marketplace

There is this persistent 504 runtime error ...READ MORE

Apr 11, 2022 in GCP by Rahul
• 3,380 points
1,567 views
0 votes
1 answer

Azure Databricks - reading tables with koalas

You just need to use  read_table EX: ksdf = ks.read_table(' ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,730 points
2,059 views
0 votes
0 answers

AWS: Code deploy in Virginia region and ec2 in singapore region

I am learning AWS code deployment. Currently, ...READ MORE

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

CryptoCurrency NODE.js Web3 Ethereum - Can't connect to TESTRPC

Your connection is working. To return an ...READ MORE

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

How do I execute a program or call a system command?

How do I call an external command ...READ MORE

Apr 24, 2022 in Python by Kichu
• 19,040 points
982 views
+1 vote
3 answers

While using pyttsx 3 , I am having the following ERROR, i have installed pypiwin32

I got the same error "module not ...READ MORE

Aug 2, 2022 in Python by anonymous

edited Mar 5, 2025 12,677 views
0 votes
0 answers

How can we speed up initial Tableau Server Dashboard load

Is there any method in Tableau, any ...READ MORE

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

How do I create my own database for SQL and Tableau?

Tableau already has example Datasets available for ...READ MORE

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

Connecting two different database in Tableau

Blend Your Data In addition, data from different ...READ MORE

Apr 18, 2022 in Tableau by Vaani
• 7,070 points
1,309 views
0 votes
1 answer

GCP Background Function and pub/sub configurable retry is not configurable (terrible decision), what are the alternatives?

If you want to use configurable retry ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
1,750 views
0 votes
1 answer

salesforce how to login with javascript without security token

OAuth2 is a security protocol that allows ...READ MORE

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

Run text file as commands in Bash

If I have a text file with ...READ MORE

Apr 13, 2022 in Linux Administration by Aditya
• 7,680 points
1,394 views