Latest questions in Edureka Community

0 votes
1 answer

What is information gain? - Decision tree algo

You can use information gain to decide ...READ MORE

May 14, 2019 in Machine Learning by Raj
2,198 views
0 votes
1 answer

Attribute selection in Decision tree Algorithm

If you have a dataset that consists ...READ MORE

May 14, 2019 in Machine Learning by Raj
2,726 views
0 votes
2 answers

Job description of senior web developer?

Hello Disha, a Senior Web Developer creates ...READ MORE

Jun 12, 2019 in Career Counselling by Urvashi
618 views
0 votes
2 answers

Job description of back end developer?

Hi Amrita, Backend Developers create, code, and ...READ MORE

May 21, 2019 in Career Counselling by Himani
866 views
0 votes
1 answer

Python BeautifulSoup CSS Selector

Yes, you can use the select() method of BeautifulSoup ...READ MORE

May 14, 2019 in Python by Jim
1,198 views
0 votes
1 answer

How to find all tags and strings in a document using find_next()?

You can use the find_all_next() to do this. Try ...READ MORE

May 14, 2019 in Python by Robin
1,774 views
0 votes
1 answer

Python - Ubuntu install for SQLAlchemy not working

You can try using the version directly ...READ MORE

May 14, 2019 in Python by SDeb
• 13,300 points
2,070 views
0 votes
1 answer

vim creating alias for frequently used command

You can add the following to your ...READ MORE

May 14, 2019 in Python by SDeb
• 13,300 points
475 views
0 votes
2 answers

How to successfully implement your new strategy? [closed]

The basic activities in strategy implementation involve the following: Establishment ...READ MORE

Sep 11, 2019 in Career Counselling by Sirajul
• 59,230 points
438 views
0 votes
1 answer

Maximizing the current tab in Visual Studio

try View->Full Screen (Shift + Alt + Enter) READ MORE

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

Getting *.aspx in a website

Directory.GetFiles(HttpContext.Current.Server.MapPath(@"/"), "*.asp ...READ MORE

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

How to get status code from Python Requests?

Here's how you can get the status ...READ MORE

May 14, 2019 in Python by Rasheed
1,804 views
0 votes
1 answer

What is SerDe in Hive?

Hey, The SerDe interface allows you to instruct ...READ MORE

May 14, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,228 views
0 votes
1 answer

Adding header to request using python requests module

You can use the headers option for that. Refer ...READ MORE

May 14, 2019 in Python by Ishan
536 views
0 votes
1 answer

Reading server response from requests module in Python.

You can read the response using the text option ...READ MORE

May 14, 2019 in Python by Kunal
551 views
0 votes
1 answer

Error saying "Failed to start httpd.service: Unit httpd.service not found."

Execute the following steps or make sure ...READ MORE

May 14, 2019 in Linux Administration by Kiara
36,833 views
0 votes
1 answer

How to get URL from Python requests response?

Once you get the response, you'll find ...READ MORE

May 14, 2019 in Python by Firoz
723 views
0 votes
1 answer

Error saying " Invalid operation uninstall" on sudo apt uninstall apache2

Try this: sudo apt-get cpufrequtils is missing a mandatory ...READ MORE

May 14, 2019 in Linux Administration by Yesha
13,566 views
0 votes
1 answer

How to pass query string in url using python requests?

You can pass the key-value pairs to ...READ MORE

May 14, 2019 in Python by Likith
6,655 views
0 votes
1 answer

What is Cucumber?

Cucumber is a testing approach which supports ...READ MORE

May 14, 2019 in Selenium by Frankie
• 9,830 points
1,017 views
0 votes
3 answers

How to uninstall Apache2 on Ubuntu?

Hey @Laksha, execute the following commands: $ sudo ...READ MORE

May 14, 2019 in Linux Administration by Hemant
257,758 views
0 votes
2 answers

Why do you use cucumber with selenium?

@Neha, we can use Cucumber framework to ...READ MORE

Aug 1, 2019 in Selenium by Abha
• 28,140 points
2,968 views
0 votes
1 answer

Error: ParseException line 1:103 mismatched input 't' expecting StringLiteral near 'by' in table row format's field separator

Hey, The error you have got is showing ...READ MORE

May 14, 2019 by Gitika
• 65,910 points
1,489 views
0 votes
1 answer

How can I scroll a web page in Mozilla Firefox using Selenium?

Hi Rohan, steps to scroll a webpage in ...READ MORE

May 14, 2019 in Selenium by Pratibha
• 3,690 points
2,915 views
0 votes
1 answer

Features of KNN algorithm

The KNN algorithm has the following features: KNN ...READ MORE

May 13, 2019 in Machine Learning by Vedant
7,674 views
0 votes
1 answer

What is KNN algorithm?

KNN which stand for K Nearest Neighbor ...READ MORE

May 13, 2019 in Machine Learning by Jinu
1,834 views
0 votes
1 answer

Can someone please explain the Selenium Webdriver Architecture ?

Hey Keshav, there are four basic components ...READ MORE

May 14, 2019 in Selenium by Pratibha
• 3,690 points
1,157 views
0 votes
1 answer

Error: schemaTool failed

Hey, The error you got because you might ...READ MORE

May 13, 2019 in Big Data Hadoop by Gitika
• 65,910 points
3,496 views
0 votes
1 answer

What are the types of Selenium commands?

Hi Shekhar, Selenium commands are basically classified in ...READ MORE

May 14, 2019 in Selenium by Anvi
• 14,150 points
6,258 views
0 votes
1 answer

What is Selenese or Selenium Commands in Selenium IDE?

Hello @Arpit, Selenium commands, also known as Selenese ...READ MORE

May 14, 2019 in Selenium by Anvi
• 14,150 points
2,277 views
0 votes
1 answer

How to write a test case in Selenium IDE?

Hey Sam, to write a test case ...READ MORE

May 14, 2019 in Selenium by Pratibha
• 3,690 points
2,467 views
+1 vote
1 answer

AWS ssh access permission denied (public key issue)

For Ubuntu Instance, First, check whether you have ...READ MORE

May 13, 2019 in AWS by sunshine
• 1,300 points
6,906 views
0 votes
1 answer

How to create a file in Linux from terminal window?

Hey, Nothing to worry about creating any file ...READ MORE

May 13, 2019 in Big Data Hadoop by Gitika
• 65,910 points
512 views
0 votes
1 answer

How to convert string in Pandas Series to lower case?

Suppose you have the series stored in ...READ MORE

May 13, 2019 in Python by Raj
2,335 views
0 votes
1 answer

How to fill Null/NaN values in Pandas Dataframe?

Pandas allows you to change all the ...READ MORE

May 13, 2019 in Python by Rajat
6,634 views
0 votes
1 answer

Setting environment variables in linux

You need to add more information about ...READ MORE

May 13, 2019 in Linux Administration by ajs3033
• 7,300 points
1,124 views
0 votes
1 answer

Access Denied to user root@localhost while using mysql

For MySQL versions < 5.7: the default root ...READ MORE

May 13, 2019 in Linux Administration by DareDev
• 6,890 points
3,451 views
0 votes
1 answer

What are the major components of Selenium IDE?

Hi Janvi, Selenium IDE is divided into different ...READ MORE

May 13, 2019 in Selenium by Anvi
• 14,150 points
4,056 views
0 votes
1 answer

What is the process of installing Selenium IDE?

Hello Tarang, follow these steps to install ...READ MORE

May 13, 2019 in Selenium by Avantika
448 views
0 votes
1 answer

What are the phases of Automation Testing Lifecycle?

Hi @Jason, stages of Automation testing life-cycle ...READ MORE

May 13, 2019 in Selenium by Abha
4,734 views
0 votes
1 answer

How Functional and Performance testing are different from each other in Automation testing?

Hi Urvashi, Functional testing is to test functionality ...READ MORE

May 13, 2019 in Selenium by Irfan
449 views
0 votes
2 answers

What are the tools of Selenium Suite?

Selenium Grid , selenium IDE selenium RC ...READ MORE

Jun 4, 2019 in Selenium by Shweta Pandey
770 views
+1 vote
1 answer

How can I reverse list in Python?

Reversing a list is a commonly used ...READ MORE

May 13, 2019 in Python by Taj
• 1,080 points
716 views
0 votes
1 answer

Explain to me the difference between HadoopHDFS and HBase.

Let me explain the major differences between ...READ MORE

May 13, 2019 in Big Data Hadoop by ravikiran
• 4,620 points

edited May 14, 2019 by Omkar 404 views
0 votes
1 answer

Which is better to create a Hadoop Job? MapRed or MapReduce package?

There is no much difference between the ...READ MORE

May 13, 2019 in Big Data Hadoop by ravikiran
• 4,620 points

edited May 14, 2019 by Omkar 551 views
0 votes
1 answer

How to find count/length of dictionary values of list?

You should have used d.itervalues() instead and ...READ MORE

May 13, 2019 in Python by John
1,952 views
0 votes
2 answers

What Supercomputers are used for?

Hey, These are some of the features regarding Supercomputer:- They ...READ MORE

May 28, 2019 in Career Counselling by Gitika
• 65,910 points
643 views
0 votes
1 answer

What is the tech Stack behind Slack system?

Hi Rani, for creating a system like ...READ MORE

May 13, 2019 in Career Counselling by Danial
7,642 views
0 votes
1 answer

Error is not recoverable: exiting now

Hey, While installing any file first thing: please confirm ...READ MORE

May 13, 2019 in Big Data Hadoop by Gitika
• 65,910 points
634 views
0 votes
0 answers

How can I make a snake game using python?

Is there a separate library just meant ...READ MORE

May 13, 2019 in Python by Waseem
• 4,540 points
559 views