Trending questions in Edureka Community

0 votes
1 answer

Puppet: Error: Could not request certificate: getaddrinfo: Temporary failure in name resolution

You are getting this error because your ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
4,850 views
0 votes
1 answer

I have deleted my Cloud Storage account but have decided to retain cloud storage data. Will I incurr additional charges?

You will be charged for storage of ...READ MORE

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

How to check whether a text is underlined or not in a webpage using Selenium Webdriver?

Hey Kamal, you can use following code ...READ MORE

May 31, 2019 in Selenium by Abha
• 28,140 points
7,821 views
0 votes
1 answer

How to pass parameter through testng.xml file to a test case in Selenium Webdriver?

Hello Revathi, to pass parameter through testng.xml ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
7,299 views
0 votes
1 answer

Open a file if it exists or create and open it does not exists - Python

You can use this: f = open("ex.txt","w+") Here the ...READ MORE

Jun 20, 2019 in Python by Jason
6,954 views
+1 vote
1 answer

CloudFormation - Is there on template sample to create two ec2 instance and one rds instance?

Hey, Have a look at different templates ...READ MORE

Sep 26, 2019 in AWS by Kalgi
• 52,360 points
2,713 views
0 votes
1 answer

Does wordpress have a good uptime?

WordPress is just the software. Uptime of your ...READ MORE

Nov 16, 2019 in Others by Eric
552 views
0 votes
1 answer

How do I ensure that my cloud storage data has max availability?

Consider storing your data in a multi-regional ...READ MORE

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

Check python object's data type

Hi @hannah, that's pretty simple. To check ...READ MORE

Nov 18, 2019 in Python by Eric
425 views
0 votes
1 answer

How to make points transparent using plot function in R?

There is no attribute to set the ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,933 views
+1 vote
1 answer

Can I configure a Load balancer service on the GKE to use a SSL proxy?

No, you can't use SSL proxy. Google Kubernetes ...READ MORE

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

Explicit Wait with Page Factory is not working as expected

Hey Tewadros, you can use implicit wait ...READ MORE

Oct 14, 2019 in Selenium by Abha
• 28,140 points
1,890 views
0 votes
1 answer

Can I monitor GPU's performance using stackdriver?

Yes, you can monitor GPU's performance using ...READ MORE

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

How to handle a combobox which when clicked open in new window with list of items(to be clicked) in selenium java ?

@Pavithra, you can try using following commands ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,249 views
0 votes
3 answers

Difference between devops engineer and systems engineer?

Devops Engineers: Devops Engineers work with programming advancement groups. ...READ MORE

Jul 30, 2019 in Career Counselling by Sirajul
• 59,230 points
10,106 views
0 votes
1 answer

While accessing array elements, which is better Pandas or NumPy?

Hi @Hannah, Panda series objects are more ...READ MORE

Nov 18, 2019 in Python by Eric
401 views
+1 vote
0 answers

creation of channel

I am facing in creation channel, please ...READ MORE

Nov 12, 2019 in Blockchain by anonymous
• 210 points
642 views
0 votes
1 answer

How can I find out who created a project in GCP?

You could probably use Stackdriver Cloud Audit ...READ MORE

Oct 9, 2019 in GCP by Sirajul
• 59,230 points
2,120 views
0 votes
1 answer

How to create a Google Cloud Filestore instance?

Create an instance by running the instances create command, ...READ MORE

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

How to use link as a locator to find element in selenium?

driver.findElement(By.linkText("link")).click(); READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
1,240 views
0 votes
1 answer

Create a customized windows image using an existing windows server instance.

You can create disk images from the ...READ MORE

Nov 7, 2019 in GCP by Sirajul
• 59,230 points
861 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
6,808 views
0 votes
1 answer

Is it possible to stop page loading on browser with Selenium Webdriver?

Hello Kasim, yes it is possible to ...READ MORE

Jun 21, 2019 in Selenium by Anvi
• 14,150 points
6,874 views
0 votes
1 answer

How to check if a table exists in a given schema

Since you havent mentioned the DBMS in ...READ MORE

Oct 4, 2019 in Database by Daric
• 500 points
2,461 views
0 votes
1 answer

what does docker import command do?

docker import command Imports the contents from ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points
6,370 views
0 votes
1 answer

Deploy a container on a new VM instance on Google Cloud.

You can deploy a container on a ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
2,735 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
3,940 views
0 votes
1 answer

GCP: I tried to use the gsutil stat command to display object status for a subdirectory and got an error.

Cloud Storage uses a flat namespace to ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
1,404 views
0 votes
1 answer

How to add only label or popup withpout markers in a map?

Hi, @ch Use addLabelOnlyMarkers( ) to add labels ...READ MORE

Sep 23, 2019 in Data Analytics by anonymous
• 3,450 points
2,776 views
0 votes
1 answer

How to compute the square root of sum of squares of numbers?

Hey, You need to follow some steps to complete ...READ MORE

Jul 23, 2019 in Apache Spark by Gitika
• 65,910 points
5,482 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,210 points
12,390 views
0 votes
1 answer

How to Click a Link by href value in Selenium WebDriver?

Hi Ujjwal, you can use following code ...READ MORE

Aug 14, 2019 in Selenium by Abha
• 28,140 points
4,486 views
0 votes
1 answer

How to delete a long running instance operation?

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

Nov 14, 2019 in GCP by Sirajul
• 59,230 points
514 views
0 votes
0 answers

How to save the import csv file to mongodb using pyspark (or python)?

I have this code, and I want ...READ MORE

Oct 9, 2019 in Python by Ahmed
• 310 points
2,104 views
0 votes
1 answer

How to deploy a WordPress site and a MySQL database using Minikube

Create a deployment of the mysql. Use ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,449 views
0 votes
1 answer

How's Google Cloud Datastore different from Google Cloud Bigtable?

Google Cloud Bigtable: It provides a massively scalable NoSQL database suitable ...READ MORE

Sep 27, 2019 in GCP by Sirajul
• 59,230 points
2,579 views
0 votes
2 answers

Django forms in ReactJs

Did you ever find a solution for ...READ MORE

Feb 6, 2020 in Python by martin
2,918 views
+1 vote
1 answer

how do I escape the "/" in a textarea for Python3.7 with Selenium

@tchrisev, try using Robot class with following commands after your send_keys() ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,228 views
0 votes
1 answer

CPU credit balance suddenly dropped for my instance - AWS

Hi @Hannah, when you stop your instance ...READ MORE

Oct 21, 2019 in AWS by Imran
1,528 views
0 votes
1 answer

Please help me with automation script for testing Carousel Rotation with Selenium Webdriver.

Hey Hussain, you can use following lines ...READ MORE

Aug 14, 2019 in Selenium by Abha
• 28,140 points

edited Jul 19, 2023 by Khan Sarfaraz 4,461 views
0 votes
1 answer

What's the procedure for the GPU metrics reporting script setup?

To Set up the GPU metrics reporting script: On each ...READ MORE

Nov 7, 2019 in GCP by anonymous
• 59,230 points
791 views
0 votes
1 answer

How to modify data in a cloud spanner instance's database?

There are various methods that you could ...READ MORE

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

what is virtual private gateway and customer gateway??

A customer gateway is a resource that ...READ MORE

Apr 30, 2019 in Cloud Computing by Iyra
9,071 views
0 votes
1 answer

Is it possible to convert a VPC-native cluster to a routes-based cluster?

You cannot migrate a VPC-native cluster to ...READ MORE

Oct 31, 2019 in GCP by Sirajul
• 59,230 points
1,090 views
0 votes
4 answers

Establishing a Career Path in Cyber Security.

As you have already gathered information about cybersecurity ...READ MORE

Dec 3, 2019 in Career Counselling by anonymous
• 140 points
1 flag 1,440 views
0 votes
1 answer

uploading an object into the cloud storage bucket.

Suppose you want to upload an image ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
1,411 views
0 votes
1 answer

Read multiple xml files in Spark

You can do this using globbing. See ...READ MORE

Jul 25, 2019 in Apache Spark by Jack
5,312 views
0 votes
1 answer

ansible playbook that installs or uninstalls IBM Installation Manager

have a look at this ansible-playbook. It ...READ MORE

Oct 30, 2019 in Ansible by Yesha
1,137 views
0 votes
1 answer

How to get the multiplication table of any number using list comprehension?

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

Jul 8, 2019 in Python by Sakshi
6,078 views