Trending questions in Edureka Community

0 votes
1 answer

Error saying permission denied while running ansible playbook

Hey @Neha, add the following line to ...READ MORE

Feb 8, 2019 in Ansible by Amy
15,152 views
0 votes
1 answer

How Google OCR is different from Microsoft OCR in UiPath?

Hi @Pratibha, UiPath Studio provides Microsoft and ...READ MORE

Oct 16, 2019 in RPA by Abha
• 28,140 points
4,350 views
+1 vote
1 answer

Example for building an artifact using Jenkins and deploying it using Ansible

Hey @Harsh, follow this to get an ...READ MORE

Aug 1, 2019 in Jenkins by Vijay
7,630 views
0 votes
1 answer

What is a single block activity in UiPath?

The sequences are called as single block ...READ MORE

Nov 10, 2020 in RPA by Anas
1,042 views
0 votes
1 answer

How can I send some data to a Prompt Alert box using Selenium Webdriver?

Hey Abhishek, you can use sendKeys() method ...READ MORE

Jul 3, 2019 in Selenium by Abha
• 28,140 points
8,921 views
0 votes
1 answer

Permissions issue with Google Cloud Storage Bucket.

You can regain access to the object by assigning an applicable role, like roles/storage.objectAdmin, to ...READ MORE

Oct 10, 2019 in GCP by Sirajul
• 59,230 points
4,615 views
+1 vote
2 answers

Calculating date/time difference in Java

We can also use java.util.concurrent.TimeUnit class. long diff = d2.getTime() ...READ MORE

Aug 28, 2018 in Java by Sushmita
• 6,910 points
23,656 views
0 votes
1 answer

Incremental data copy using azure datafactory.

If your blob is well named with a ...READ MORE

Jan 2, 2020 in Azure by Sirajul
• 59,230 points
970 views
0 votes
1 answer

What is the process for stopping and restarting a docker container?

If you want to stop a docker ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
8,867 views
0 votes
1 answer

How to add multiple dashboards in story?

Hi, You can add the same or different ...READ MORE

May 17, 2019 in Tableau by anonymous
• 33,030 points
10,891 views
–1 vote
0 answers

i want lag in gmail

Jan 7, 2020 in Ask us Anything! by sarah
• 110 points
824 views
0 votes
1 answer

Add buttons to perform actions on the leaflet map.

@ch, You can add easy buttons to add ...READ MORE

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

In rds instance option not coming. How can i create new instance in rds for free.

Can you please elaborate a little? If ...READ MORE

Jan 21, 2020 by Anisha
104 views
–1 vote
6 answers

What are the roles and responsibilities of a WordPress Developer?

WordPress Developers are responsible for both back-end ...READ MORE

Apr 16, 2020 in Career Counselling by Steve
1 flag 6,578 views
0 votes
2 answers

how to loop through the content of a file using bash

#!/bin/bash for i in  `cat peptides.txt` do echo $i done READ MORE

Sep 5, 2020 in Linux Administration by Prakash K. Aithal
2,518 views
0 votes
1 answer

How to replace the count(field) which is missing in data with zero in tableau?

Use calculated field to create a dummy ...READ MORE

Dec 21, 2019 in Tableau by sindhu
1,821 views
0 votes
1 answer

How much does Azure DevOps Services cost?

Here's how you will be charged for ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
896 views
0 votes
1 answer

How to apply wait for new window using Selenium WebDriver?

As sometimes during web automation, when you ...READ MORE

Jul 10, 2019 in Selenium by Vaishali Walia
8,597 views
0 votes
1 answer

How to install openssl in python?

pip install openssl-python run this command in the ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
8,043 views
0 votes
1 answer

How do I know how much space is used in my cloud storage bucket?

You can use Stackdriver for daily monitoring ...READ MORE

Nov 19, 2019 in GCP by Sirajul
• 59,230 points
2,833 views
+4 votes
0 answers

powershell to eks cluster

Getting below error PS C:\kubectl> kubectl apply -f ...READ MORE

Dec 18, 2019 in Kubernetes by Kamaldeep
• 180 points
1,450 views
+1 vote
0 answers

whats wrong in my code? attached below

package com.sv.selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class SwitchTabs ...READ MORE

Jan 9, 2020 in Selenium by anonymous
• 130 points
611 views
0 votes
1 answer

How do I assign a role to a particular user using the Azure portal?

Follow these steps to assign a role ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
1,178 views
0 votes
1 answer

Python error "ImportError: No module named SpeechRecognition"

Hi @Hannah, replace  import SpeechRecognition as sr with import speech_recognition ...READ MORE

Oct 3, 2019 in Python by Yamini
4,847 views
+1 vote
1 answer

Python: How to convert text to csv rows separated by a record separator?

Hi @Sumanth, try something like this: import csv with ...READ MORE

Dec 17, 2019 in Python by Pri
1,642 views
0 votes
3 answers

Error while setting up kubernetes

echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables READ MORE

May 16, 2019 in Kubernetes by sivashankar
16,307 views
0 votes
1 answer

Write multiple line message using message box

@Rashmi Message Box activity in UiPath does ...READ MORE

Mar 4, 2019 in RPA by Abha
• 28,140 points
14,016 views
+1 vote
0 answers

how to match the following string without a regular expression in python

abc_pqr_0_114_004.xxx ab_pq_04_114.xxx READ MORE

Dec 17, 2019 in Python by Rajesh Babu
• 130 points
1,570 views
0 votes
3 answers

Sqoop: java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver

I add mysql driver for sqoop and it ...READ MORE

Mar 1, 2020 in Big Data Hadoop by Manh Quang
• 180 points
6,848 views
0 votes
3 answers

What is the best advice you would give to a Software Developer?

Well!! the demand for software developers is ...READ MORE

Nov 26, 2020 in Career Counselling by Edureka
• 140 points
682 views
0 votes
1 answer

Check palindrome or not in R

Hi, I found this code simple and easy. is_palindrome ...READ MORE

Aug 21, 2019 in Data Analytics by anonymous
• 33,030 points
6,681 views
+1 vote
1 answer

How to filter on multiple columns in single table

I used dummy data to show how to ...READ MORE

Jul 11, 2019 in Power BI by sindhu
8,438 views
0 votes
2 answers

How to call Rmarkdown from another R script?

render() is used to call external Rmarkdown ...READ MORE

Aug 21, 2019 in Data Analytics by anonymous
• 33,030 points
6,788 views
+1 vote
1 answer

difference between plyr and dplyr

@Kunal, Both are similar package used for ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
5,402 views
0 votes
1 answer

Python strftime- date without leading 0?

If you add a hyphen between the ...READ MORE

Dec 31, 2018 in Python by SDeb
• 13,300 points
16,686 views
+1 vote
0 answers

how can read text from website ??

from selenium import webdriver import time query = ('maps') if ...READ MORE

Jan 7, 2020 in Python by anonymous
• 130 points
643 views
0 votes
1 answer

Spark: Error while instantiating "org.apache.spark.sql.hive.HiveSessionState"

Seems like you have not started the ...READ MORE

Jul 25, 2019 in Apache Spark by Rohit
7,786 views
0 votes
1 answer

GCP Error : 409 "duplicate" while trying to create a table.

This error returns when trying to create ...READ MORE

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

Unable to update an existing custom role using Azure portal.

If you are unable to update an ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
1,089 views
0 votes
2 answers

Finding local IP addresses using Python's stdlib

import socket s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s ...READ MORE

Mar 30, 2020 in Python by anonymous
2,653 views
0 votes
1 answer

Sqoop could not load db driver class

Hello, Have you tried to put the both ...READ MORE

Dec 13, 2019 in Big Data Hadoop by Alexandru
• 510 points
2,738 views
0 votes
1 answer

Sign-in issue on microsoft azure account.

In such cases, you could try the following: you ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
1,070 views
+2 votes
3 answers

Listing all the subclasses of a specific class in Java

Try with BurningWave core library. Here an ...READ MORE

Dec 29, 2019 in Java by anonymous
• 460 points

edited Jan 9, 2020 by anonymous 13,137 views
0 votes
1 answer

How to query between databases in SQL Azure Database Server?

SQL Azure supports cross database queries: https://azure.microsoft.com/en-us/blog/querying-remote-databases-in-azure-sql-db/ Hope this ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
12,381 views
0 votes
1 answer

How can a jenkins slave node be configured to communicate with the jenkins master?

There are two ways we can start ...READ MORE

Aug 30, 2019 in Jenkins by Sirajul
• 59,230 points
6,209 views
+2 votes
1 answer

Create column for str,contain in pandas

Hi Juzar So if I am not wrong ...READ MORE

Jan 6, 2020 in Python by Kalgi
• 52,360 points
563 views
+2 votes
1 answer

Selenium with C Sharp -- How to perform Explicit Wait method

The explicit wait is used to tell ...READ MORE

Dec 23, 2019 in Selenium by Sirajul
• 59,230 points
1,153 views
0 votes
1 answer

Azure portal doesn't display the SDK version of my Cloud Service. How can I get to know it?

You can use following PowerShell commands to ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
742 views