Trending questions in Edureka Community

0 votes
0 answers

How to create AMI from running instance using ansible?

Hi, I need to take AMI(amazon machine ...READ MORE

Sep 9, 2019 in Ansible by Lakshminarayanan
• 1,370 points

edited Sep 9, 2019 by Lakshminarayanan 4,090 views
0 votes
1 answer

How to Convert measure to calculated column?

Hi, I have created a new measure using ...READ MORE

Jul 18, 2019 in Power BI by Avantika
• 1,520 points
6,328 views
0 votes
1 answer

Python code for printing the string without vowels using list comprehension

Hey @Anvit, you can use something like ...READ MORE

Jul 8, 2019 in Python by Rajeev
6,767 views
0 votes
1 answer

Can we access Outer class member from an Inner class in Python?

If you want to access outer class ...READ MORE

Feb 13, 2019 in Python by Omkar
• 69,220 points
13,059 views
0 votes
1 answer

AWS CloudFront error "InvalidViewerCertificate"

The error clearly mentions that the certificate ...READ MORE

Oct 17, 2019 in AWS by Tanmay
2,430 views
0 votes
1 answer

Create a sample visual in power BI using Python script

Follow the below steps: 1. Run Power BI ...READ MORE

Jun 20, 2019 in Power BI by Cherukuri
• 33,030 points
7,533 views
0 votes
3 answers

How to click the search button using Selenium web driver and Python

You can try with tag. #this code will ...READ MORE

Apr 10, 2019 in Selenium by Matin
16,249 views
0 votes
0 answers

How to upload a file in to aws s3 by using programmatically?? [closed]

Sep 13, 2019 in AWS by anonymous

closed Sep 16, 2019 by Kalgi 3,901 views
0 votes
1 answer

Variables needed to write ansible playbook to install Mysql and mariadb on ubuntu

You need three main variables, one to ...READ MORE

Oct 24, 2019 in Ansible by Bob
2,086 views
0 votes
1 answer

Creating a high availability cluster on google cloud.

A regional cluster increases availability of the cluster's ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
1,263 views
0 votes
2 answers

Different types of SQL Joins

There are 4 types of joins in ...READ MORE

Dec 9, 2020 in Database by bhavani
2,043 views
+1 vote
1 answer

How to select a different index for running your query?

After you find the index that Cloud ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
879 views
0 votes
1 answer

Access single C-PAC instance via via X2Go

Hi @hannah, follow these steps: Open X2go and ...READ MORE

Nov 26, 2019 in AWS by Priyank
650 views
0 votes
1 answer

Switch JPanels inside a JFrame

Instead of trying to add an remove ...READ MORE

Feb 14, 2019 in Java by developer_1
• 3,350 points
12,994 views
0 votes
1 answer

When a role is deleted, are it's bindings still effective?

When a role is deleted, its bindings ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,815 views
0 votes
3 answers

What are the skills required for becoming an Azure Architect?

@Sradha, following skills are required for becoming ...READ MORE

Jun 18, 2019 in Career Counselling by Abha
• 28,140 points
11,121 views
+1 vote
2 answers

Whats the difference between CMD and ENTRYPOINT?

Both the instructions , we are using ...READ MORE

Aug 10, 2020 in Docker by Vishal
• 260 points
2,718 views
0 votes
1 answer

Push an image to the container registry.

To tag the local image with the ...READ MORE

Nov 14, 2019 in GCP by Sirajul
• 59,230 points
1,151 views
0 votes
1 answer

How can I request for an increase in quota for my GCP project?

Some default quotas are provided to all ...READ MORE

Oct 9, 2019 in GCP by Sirajul
• 59,230 points
2,707 views
+1 vote
1 answer

What if I exceeded my custom quota, but I want to reset it?

You can run your query from another ...READ MORE

Nov 21, 2019 in GCP by Sirajul
• 59,230 points
804 views
0 votes
1 answer

How to append a list in Scala?

Hey, For this purpose, we use the single ...READ MORE

Jul 26, 2019 in Apache Spark by Gitika
• 65,770 points
5,935 views
0 votes
1 answer

Why use GKE when I can deploy a container using VM instance of compute engine itself?

You can only deploy one container for ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
1,233 views
0 votes
1 answer

How do I configure my GKE cluster to use a SSD boot disk instead of the default one?

You can specify the boot disk type, ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,782 views
0 votes
2 answers

how can i add collection data to csv in blue prism?

Use the utility something which contains Get ...READ MORE

Jul 10, 2020 in RPA by jananidhamu98@
• 550 points
4,688 views
0 votes
1 answer

How does save and export command work in docker and how are they different from one another?

Export : Export is used to persist a ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points

edited Jul 2, 2019 by Sirajul 6,969 views
0 votes
2 answers

What are the ways to get the count of records in a table

With the help of the SQL count ...READ MORE

Aug 20, 2020 in Database by Okugbe
• 280 points
3,996 views
0 votes
3 answers

What are the skills required for Azure Devops Engineer?

Main skills required are -  Experience deploying .Net ...READ MORE

Jul 22, 2019 in Career Counselling by anonymous
10,213 views
0 votes
1 answer

Real-time applications of machine learning on an industrial level

Traffic Alerts (Maps) Now, Google Maps is probably THE app we use ...READ MORE

Nov 21, 2019 in Machine Learning by Kisley
825 views
0 votes
1 answer

Can I change the region of my project on GCP, once it's already deployed?

You can move an instance between zones ...READ MORE

Sep 27, 2019 in GCP by Sirajul
• 59,230 points
3,200 views
0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

Aug 2, 2019 in RPA by Shivi Singhal
14,802 views
+1 vote
0 answers
0 votes
1 answer

Creating an instance with a local SSD

Because local SSDs are located on the ...READ MORE

Nov 6, 2019 in GCP by Sirajul
• 59,230 points
1,473 views
0 votes
1 answer

How to print just one column in pandas?

You can use the header to print ...READ MORE

Apr 4, 2019 in Python by TIna
10,825 views
0 votes
1 answer

How to recreate a google compute engine VM from one project in another project?

Since I cannot turn off the source ...READ MORE

Nov 14, 2019 in GCP by Sirajul
• 59,230 points
1,123 views
0 votes
1 answer

How do I draw a hexagon using the turtle module of python?

Hey @Jinu, try this: import turtle polygon = ...READ MORE

Jun 23, 2019 in Python by Haseeb
7,375 views
0 votes
1 answer

How to use add_tally() and add_count()

Hey, add_tally and add_count returns the count of ...READ MORE

Sep 10, 2019 in Data Analytics by Cherukuri
• 33,030 points
4,768 views
0 votes
1 answer

Which is best for monitoring storage consumption: storage logs or stackdriver logs?

Generally, you should not use storage logs.  The ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
796 views
+1 vote
3 answers

Difference between Power BI pro and Power BI Premium

My answer is applicable for a company ...READ MORE

Oct 30, 2018 in Power BI by chiranjeevi
• 160 points
3,051 views
0 votes
1 answer

Cancel a long running database operation.

Use projects.instances.databases.operations.cancel to cancel a long-running instance operation. Click projects.instances.databases.operations.cancel. For name, enter ...READ MORE

Nov 14, 2019 in GCP by anonymous
• 59,230 points
1,120 views
+1 vote
1 answer

Create a Cloud Filestiore instance on GCP.

You could create a cloud filestore instance ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
749 views
0 votes
1 answer

How to implement Incremental Refresh in power BI?

Follow the below steps to configure Power ...READ MORE

Oct 24, 2019 in Power BI by Cherukuri
• 33,030 points
2,051 views
0 votes
1 answer

Java and MySql: Check if database exists

You can get the list of databases ...READ MORE

Aug 27, 2019 in Java by Kunal
4,514 views
0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

Sep 6, 2018 in AWS by Archana
• 4,170 points
19,859 views
0 votes
0 answers

How do you restructure working directory files in a git repository?

How do you restructure working directory files ...READ MORE

Nov 26, 2019 in DevOps Tools by anonymous
• 19,610 points
629 views
0 votes
1 answer

How to add layers in ggplot?

You can add multiple layers with one ...READ MORE

Oct 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,764 views
0 votes
1 answer

laravel with docker ubuntu

You are using a port below 100 ...READ MORE

Nov 26, 2019 in Docker by Priyank
569 views
0 votes
1 answer

What does Edureka's Machine Learning curriculum cover?

Edureka's Machine Learning course provides a broad ...READ MORE

Nov 21, 2019 in Career Counselling by Edureka
• 2,960 points
783 views
0 votes
1 answer

How do I access cloud filestore in datastore mode from my application running on apache server?

To access your Datastore mode database from ...READ MORE

Nov 4, 2019 in GCP by Sirajul
• 59,230 points
1,523 views
0 votes
0 answers

Get my metadata into the AWS Glue Data Catalog?

I am pretty new to AWS glue. ...READ MORE

Nov 20, 2019 in AWS by Hannah
• 18,520 points
859 views
0 votes
1 answer

Is it possible to migrate a VM instance on Azure to GCP?

Yes, migrating an instance from Azure to ...READ MORE

Oct 21, 2019 in GCP by Sirajul
• 59,230 points
2,121 views