Most answered questions in Edureka Community

0 votes
1 answer

Error message saying variable undefines - Ansible

Hey @Karthik, you don't really have to ...READ MORE

Feb 9, 2019 in Ansible by Monish
751 views
0 votes
1 answer

Error saying "Internal Error: this module does not support running commands via 'sudo'"

Hey @Syra, use the sudo directive in ...READ MORE

Feb 9, 2019 in Ansible by Monish
1,289 views
0 votes
1 answer

Do all Ansible modules mentioned in Playbook tasks actually run on the remote host machine?

Hey @Shruti, ansible tasks run on the ...READ MORE

Feb 9, 2019 in Ansible by Monish
585 views
0 votes
1 answer
0 votes
1 answer

Error saying ""msg": "Failed to import docker-py - No module named 'requests.packages.urllib3'. Try `pip install docker-py`""

Hey @Hari, In addition to docker-py install the following ...READ MORE

Feb 9, 2019 in Ansible by Monish
6,587 views
0 votes
1 answer

Error saying "ImportError: No module named 'pymongo'"

Hey @Harika, try this: sudo apt-get install python-pip sudo ...READ MORE

Feb 9, 2019 in DevOps & Agile by Monish
7,538 views
0 votes
1 answer

Error saying "FAILED! => {"changed": false, "failed": true, "msg": "the python pymongo module is required"}"

Hey @Monish I figured what my issue ...READ MORE

Feb 9, 2019 in Ansible by Manik
2,155 views
0 votes
1 answer

style.css not getting executed while installing lamp stack using ansible

Hey @Kishore make sure, your folder directory ...READ MORE

Feb 9, 2019 in Ansible by Monish
584 views
0 votes
1 answer

Error installing npm

Npm depends on NodeJS to run/get installed. ...READ MORE

Feb 9, 2019 in Linux Administration by Omkar
• 69,230 points
770 views
0 votes
1 answer

Python program to read the excel file which contains more than 65K records

Hi @Rashmi! I read your code and there ...READ MORE

Feb 9, 2019 in Python by Omkar
• 69,230 points
1,040 views
0 votes
1 answer

Python convert all sheets of excel to csv

You will have to parse through the ...READ MORE

Feb 9, 2019 in Python by Omkar
• 69,230 points
6,998 views
0 votes
1 answer

Debug test in Selenium IDE

To debug a test or execute it ...READ MORE

Feb 9, 2019 in Selenium by Ishaan
980 views
0 votes
1 answer

What versions of firefox browser is supported by Selenium IDE?

Selenium IDE supports only one browser Mozilla ...READ MORE

Feb 9, 2019 in Selenium by Eshaan
1,278 views
0 votes
1 answer

Python TypeError: 'list' object is not callable.

The error says the list is not ...READ MORE

Feb 9, 2019 in Python by Omkar
• 69,230 points
28,781 views
0 votes
1 answer

What are the limitations of Selenium IDE?

Selenium doesn't support the following directly:- Condition statements Error ...READ MORE

Feb 9, 2019 in Selenium by Rajnesh
1,858 views
0 votes
1 answer

What are the abilities of Selenium IDE?

Selenium IDE can perform the following tasks:- Selenium ...READ MORE

Feb 9, 2019 in Selenium by Trish
511 views
0 votes
1 answer

How does Amazon Lex implements deep learning?

Yes. Amazon Lex uses deep learning to ...READ MORE

Feb 9, 2019 in AWS by Farhaan
1,005 views
0 votes
1 answer

Does Amazon Lex come under managed services?

Yes, Amazon lex is a completely managed ...READ MORE

Feb 9, 2019 in AWS by Zeeshan
410 views
0 votes
1 answer

Machine learning and Amazon Lex

There is actually no need to be ...READ MORE

Feb 9, 2019 in AWS by Richa
402 views
0 votes
1 answer

What is the use of Amazon Lex?

The most common use-cases include: It is used ...READ MORE

Feb 9, 2019 in AWS by Radha
441 views
–1 vote
1 answer

Python convert excel file to csv

Here you go: import glob path_to_excel_files = glob.glob('path/to/excel/files/*.xlsx') for ...READ MORE

Feb 8, 2019 in Python by Omkar
• 69,230 points
976 views
0 votes
1 answer

Why should we use "extends Mapper" for Mapreduce code?

The Mapper class belongs to package org.apache.hadoop.mapreduce ...READ MORE

Feb 8, 2019 in Big Data Hadoop by Omkar
• 69,230 points
839 views
0 votes
1 answer

Not able to install ganache

There is an alternative method. You can ...READ MORE

Feb 8, 2019 in Blockchain by Omkar
• 69,230 points
2,257 views
0 votes
1 answer

Not able to set up the testrpc or geth client on ubuntu

The commands you have used installs Ethereum ...READ MORE

Feb 8, 2019 in Blockchain by Omkar
• 69,230 points
591 views
0 votes
1 answer

Concept of Shadowing in Java

Entities (packages, types, methods, variables, etc.) defined ...READ MORE

Feb 8, 2019 in Java by developer_1
• 3,320 points
2,019 views
0 votes
1 answer

Multiple return types in Java

No, you don't have two return types.It's ...READ MORE

Feb 8, 2019 in Java by developer_1
• 3,320 points
6,946 views
0 votes
1 answer

How to install tomcat 8 in Amazon Web Services?

Its very simple. You can just use ...READ MORE

Feb 8, 2019 in AWS by Archana
• 5,640 points
2,473 views
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,158 views
0 votes
1 answer

Error saying script is already running - Ansible playbook error

Remove the previous processes before running this ...READ MORE

Feb 8, 2019 in Ansible by Dee
914 views
0 votes
1 answer

Can I upgrade Ansible with available modules of ansible?

Ansible can upgrade itself using pip module ...READ MORE

Feb 8, 2019 in Ansible by Dee
1,418 views
0 votes
1 answer

What are the system requirements I need to fulfill for the ec2_vpc_subnet module to work - Ansible

The below requirements are needed on the ...READ MORE

Feb 8, 2019 in Ansible by Dee
677 views
0 votes
1 answer

What is the real time use of AWS?

The main use of Cloud Computing can ...READ MORE

Feb 8, 2019 in AWS by Richa
553 views
0 votes
1 answer

Error saying "ERROR: ec2_vpc_subnet is not a legal parameter of an Ansible Play"

ec2_vpc_subnet is support from Ansible version 2.0 and ...READ MORE

Feb 8, 2019 in Ansible by Dee
787 views
0 votes
1 answer

Cons of using multi-cloud strategy

One of the main reason why companies ...READ MORE

Feb 8, 2019 in Cloud Computing by Aru
414 views
0 votes
1 answer

Will deleted EC2 instances be counted in the free tier?

Based on what you said, I am ...READ MORE

Feb 8, 2019 in AWS by Archana
• 5,640 points
1,036 views
0 votes
1 answer

Iot core v1beta1 discovery api : Unable to access Google

You can try using version v1 since ...READ MORE

Feb 8, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
504 views
0 votes
1 answer

To Bridge ThingSpeak with CloudMQTT

So what you must do is supply a ...READ MORE

Feb 8, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
1,004 views
0 votes
1 answer

What is hybrid cloud?

Hybrid cloud is a cloud computing environment which ...READ MORE

Feb 8, 2019 in Cloud Computing by Aru
523 views
0 votes
1 answer

How to get base class type in Python?

Yes, There is an alternative. You can ...READ MORE

Feb 8, 2019 in Python by SDeb
• 13,300 points
1,813 views
0 votes
1 answer

Python command line 'file input stream'

You can use argparse to create an ...READ MORE

Feb 8, 2019 in Python by SDeb
• 13,300 points
1,558 views
0 votes
1 answer

What are the different things that can be automated with selenium?

Selenium can be used to automate the ...READ MORE

Feb 8, 2019 in Selenium by Ram
1,356 views
0 votes
1 answer

What are the features of a good test framework?

The features of a good test framework ...READ MORE

Feb 8, 2019 in Selenium by rishu
581 views
0 votes
1 answer

How to skip a method or a code block in TestNG?

If you want to skip a particular test ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
3,825 views
0 votes
1 answer

How to send ALT/SHIFT/CONTROL key in Selenium WebDriver?

When we generally use ALT/SHIFT/CONTROL keys, we ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
15,189 views
0 votes
1 answer

What is Behaviour driven framework?

Behaviour driven framework follows most of the ...READ MORE

Feb 8, 2019 in Selenium by Ram
443 views
0 votes
1 answer

what is the difference bewteen Data driven framework and Keyword driven framework?

Data-driven framework In this framework, the test case logic ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,079 views
0 votes
1 answer

Error:NoSuchAttributeException in selenium

The most common issue with this error ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,413 views
0 votes
1 answer

Error: NoSuchElementException in Selenium

The problem that I can think of ...READ MORE

Feb 8, 2019 in Selenium by Esha
6,731 views
0 votes
1 answer

Error: InvalidSelectorException in selenium

The error you are getting can be ...READ MORE

Feb 8, 2019 in Selenium by Rahul
4,670 views
0 votes
1 answer

Error: ElementNotSelectableException in Selenium

The main issue I can think of ...READ MORE

Feb 8, 2019 in Selenium by Rishav
2,210 views