Trending questions in Edureka Community

+1 vote
4 answers

Pass variable to ansible playbook through command line

ansible-playbook test.yml --extra-vars "arg1=${var1} arg2=${var2}" Use is like ...READ MORE

May 7, 2019 in Ansible by Bobin
14,427 views
0 votes
1 answer

How to read 1 row from one sheet and write it in another sheet?

Hello, you can change the query like ...READ MORE

Oct 23, 2019 in RPA by Abha
• 28,140 points
4,742 views
0 votes
1 answer

Azure DevOps: Can't switch between organisations in Azure AD.

When you use two or more organizations ...READ MORE

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

What is azure blob storage?

Azure Blob storage is Microsoft's object storage ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,230 points

edited Oct 7, 2021 by Sarfaraz 1,178 views
0 votes
1 answer

set the timezone in Kubernetes cluster

You can set the timezone of the ...READ MORE

Jul 4, 2019 in Kubernetes by Fawaad
9,542 views
0 votes
1 answer

Resource group in Azure.

An Azure resource group is a way ...READ MORE

Jan 20, 2020 in Azure by Sirajul
• 59,230 points
873 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
7,613 views
0 votes
1 answer

What is the actual conflict while performing click() on web element, and getting an error like element is not clickable at point(x,y)?

Hey @sastry, the error Element is not clickable ...READ MORE

Nov 27, 2019 in Selenium by Sirajul
• 59,230 points
3,573 views
0 votes
1 answer

Cannot understand this "No X11 DISPLAY variable" error thrown at me

If you're on the main display, then export ...READ MORE

Jun 5, 2019 in Linux Administration by Upasana
• 8,620 points
10,790 views
+1 vote
1 answer

What is AWS certification and how to get AWS certified?

Most of the growing companies are using ...READ MORE

Jan 17, 2020 in AWS by Yatish
949 views
0 votes
1 answer

How to check if a particular partition exists in Hive?

Hey, Basically, with the following query, we can ...READ MORE

Jun 26, 2019 in Big Data Hadoop by Gitika
• 65,770 points
9,855 views
+1 vote
0 answers

taking partial screenshot with python selenium in linux [closed]

is it possible to take screenshot of ...READ MORE

Jan 21, 2020 in Python by Noor
• 200 points

closed Jan 21, 2020 by Kalgi 822 views
0 votes
1 answer

Is there a way to mask the password from java user input that comes from Scanner class and System.out.Println()?

You can use the console class to do so. ...READ MORE

May 27, 2019 in Java by Omkar
• 69,220 points
11,143 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
17,034 views
0 votes
1 answer

I am closing my billing account on GCP but have unused credits. Will I be eligible for a refund?

If you cancel your billing account and ...READ MORE

Nov 5, 2019 in GCP by anonymous
• 59,230 points
4,138 views
0 votes
1 answer

How fault tolerance is achieved in Apache Spark?

Hey, In Apache Spark, the data storage model is ...READ MORE

Jul 22, 2019 in Apache Spark by Gitika
• 65,770 points
8,705 views
+1 vote
1 answer

How to check if a string is null in python

Try this: if cookie and not cookie.isspace(): # the ...READ MORE

Aug 20, 2018 in Python by Priyaj
• 58,020 points
23,182 views
0 votes
1 answer

draw polygon based on user input - turtle python

Try something like this: import turtle # create a ...READ MORE

Jul 6, 2019 in Python by Umer
9,426 views
+2 votes
1 answer

What are the different ways of using angularjs scope?

Hey!! basically there the three ways of using ...READ MORE

Jan 21, 2020 in Web Development by Niroj
• 82,840 points
718 views
0 votes
1 answer

How does data gets split in Sqoop?

I will drop the answer in the ...READ MORE

Jul 16, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
8,964 views
–1 vote
1 answer

nmap.nmap.PortScannerError: 'nmap program was not found in path

python-nmap module used in python happens to use nmap binary ...READ MORE

Jan 30, 2019 in Python by Omkar
• 69,220 points
16,200 views
0 votes
1 answer

Which programming languages can be used in the Coding Stage of Object Studio?

Hi, you can use these programming languages ...READ MORE

Oct 18, 2019 in RPA by Jathin
4,875 views
0 votes
1 answer

How to use AWS?

How to use aws?  That's a funny question. ...READ MORE

Jan 23, 2020 in AWS by Isha
692 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
9,249 views
0 votes
2 answers

How to lock a thread in Python?

Lock objects can release the lock at ...READ MORE

Jul 23, 2020 in Python by sahil
• 500 points
961 views
0 votes
1 answer

What is azure event hub?

Azure Event Hubs is a big data ...READ MORE

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

Can I start a virtual machine in azure without the azure portal?

I think the best way is to ...READ MORE

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

Anyone can help me out to understand the semantic of (document.getElementBYId("demo").innerHTML="Hello") ?

Hello guys, Can Someone helps me to find ...READ MORE

Jan 17, 2020 in Web Development by anonymous
• 37,520 points
963 views
+1 vote
1 answer

How t can I create email without sending in UIPath?

Create a mail message object with all ...READ MORE

Dec 2, 2019 in RPA by Sirajul
• 59,230 points
2,934 views
+1 vote
1 answer

Stacked and a independent column chart in power BI

Hi Rahul, Follow the below steps: 1. Create a ...READ MORE

Jun 12, 2019 in Power BI by anonymous
• 33,030 points
10,346 views
0 votes
0 answers

jenkins pipeline script deploy error

C:\Program Files (x86)\Jenkins\workspace\app>del "C:\Program Files\Apache Software Foundation\Tomcat ...READ MORE

Nov 28, 2019 in Jenkins by Rajendra
• 510 points
3,125 views
0 votes
1 answer

Can I create multiple instances of services while still using Azure free account? Or should I upgrade account?

Yes, you can create multiple instances of ...READ MORE

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

Avoid duplication while streaming data into a BigQuery table

If you receive a failure HTTP response ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
3,424 views
+1 vote
2 answers

What skills are measured in Azure DevOps Engineer Expert Certification (AZ-400 exam)?

In simple words,  analyze and test management tools,  implement tools ...READ MORE

Sep 10, 2019 in Career Counselling by harsha
6,513 views
0 votes
1 answer

What is Azure IOT? Does it connect only azure cloud infrastructure?

The Azure Internet of Things (IoT) is ...READ MORE

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

Is it possible to restore a deleted service account on Gcloud?

It's sometimes possible to restore a deleted ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
4,319 views
0 votes
1 answer

What is azure service fabric and how is it useful?

Azure Service Fabric is a distributed systems ...READ MORE

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

How do i give access to the cloud storage bucket to a specific user?

Use the gsutil iam ch command to give a ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
4,595 views
+2 votes
1 answer

How to link one running container with other running container in docker.

Hi @Yuvraj! Yes, this is possible. You can ...READ MORE

Dec 16, 2019 in Docker by Kalgi
• 52,350 points
2,253 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
8,179 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 7,161 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
7,450 views
+1 vote
1 answer

What is AWS Cloud?

Hi @Hannah Before the cloud computing era, the ...READ MORE

Jan 20, 2020 in AWS by Neha
696 views
0 votes
1 answer

Can Azure App Service be used to build a mobile app?

Azure App Service enables you to build ...READ MORE

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

What is the difference between 2*2 and 2**2 in python?

2*2 is a multiplication operation output will ...READ MORE

Apr 12, 2020 in Python by Hari
2,191 views
0 votes
1 answer

how do i get the list of all the keys in my dictionary?

my_dict = {'one': 'first', 'two': 'second', 'three': ...READ MORE

Sep 30, 2020 in Python by VJ_python
844 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
5,447 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

Hi, If your instances are in the same ...READ MORE

Jul 19, 2020 in AWS by MD
• 95,460 points
917 views
0 votes
1 answer

What is the purpose of Azure active directory? Why do we need it?

Azure Active Directory (Azure AD) is Microsoft’s ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 27, 2023 by Khan Sarfaraz 1,036 views