Most voted questions in Edureka Community

0 votes
1 answer

Shallow copying vs Deep copying

If you have an object and you ...READ MORE

Jun 11, 2019 in Python by Kyraa
949 views
0 votes
1 answer

Flatten 2D list in Python

Here's an example for you: mat = [[10, ...READ MORE

Jun 11, 2019 in Python by Adi
602 views
0 votes
1 answer

Abstract class provides partial abstraction. How?

An Abstract class in java may have ...READ MORE

Jun 25, 2019 in Java by Sirajul
• 59,230 points
4,517 views
0 votes
1 answer

Is it better to use TestNG Suite Test than using JUnit Suite Test?

Hi Zaid, Suites are used to execute multiple ...READ MORE

Jun 11, 2019 in Selenium by Anvi
• 14,150 points
608 views
0 votes
1 answer

What is JUnit and what are the features of it?

Hey Irfaan, JUnit is an open source ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
11,958 views
0 votes
1 answer

What are the assertion methods used by JUnit to write Selenium scripts?

@Vinay, JUnit provide these assertions to write ...READ MORE

Jun 12, 2019 in Selenium by Zubin
638 views
0 votes
1 answer

What are the Junit Annotations used in Selenium Scripts?

Hi Priyanka, there are many annotations available ...READ MORE

Jun 12, 2019 in Selenium by Maria
855 views
0 votes
1 answer

How to add Junit library in Eclipse to use with Selenium Webdriver?

Hi Jacky, to add JUnit library in ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
5,846 views
0 votes
1 answer

How to send mail using linux shell script?

If you've already configured the server, with ...READ MORE

Jun 11, 2019 in Linux Administration by ajs3033
• 7,300 points
1,003 views
0 votes
1 answer

What are frozen sets in python?

A frozen set in Python is a ...READ MORE

Jun 11, 2019 in Python by Nisa
• 1,090 points
2,746 views
0 votes
0 answers

How can I use pi in python?

What is the module required to import ...READ MORE

Jun 11, 2019 in Python by Waseem
• 4,540 points
607 views
0 votes
0 answers

How can I use help in the python console?

Can you give the syntax to print ...READ MORE

Jun 11, 2019 in Python by Waseem
• 4,540 points
298 views
0 votes
1 answer

Replacing string characters using CLI

To replace each of xy and z ...READ MORE

Jun 11, 2019 in Linux Administration by DareDev
• 6,890 points
732 views
0 votes
1 answer

What is the purpose of using lambda functions in Python?

The main purpose of anonymous functions come ...READ MORE

Jun 11, 2019 in Python by Nisa
• 1,090 points
1,427 views
0 votes
1 answer

Trying to implement block-chain payment in website

There are many plugins that you can ...READ MORE

Jun 11, 2019 in Blockchain by Tina
533 views
0 votes
2 answers

Ansible task to list all pods from any k8s namespace

Here is a more complete answer for ...READ MORE

Feb 6, 2020 in Ansible by scatat
6,271 views
0 votes
1 answer

Ansible Playbook to get k8s authentication result

Hey @Den, try something like this: - hosts: ...READ MORE

Jun 11, 2019 in Ansible by Faiza
866 views
0 votes
1 answer

Application asks for internet connection

It's not Python itself. I've traced it ...READ MORE

Jun 11, 2019 in Python by SDeb
• 13,300 points
370 views
0 votes
1 answer

How to broadcast to a multiindex?

If you just want to do simple ...READ MORE

Jun 11, 2019 in Python by SDeb
• 13,300 points
1,487 views
0 votes
1 answer

Ansible task to read definition file from the Ansible controller file system.

Hey, you can use the k8s module ...READ MORE

Jun 11, 2019 in Ansible by Babita
1,059 views
0 votes
1 answer

Ansible task to create service object using inline definition

You can use the k8s module for ...READ MORE

Jun 11, 2019 in Ansible by Tanya
599 views
0 votes
2 answers

Create k8s namespace using ansible

You can also create a kubernetes namespace ...READ MORE

Jun 11, 2019 in Ansible by Nasser

edited Jun 11, 2019 6,714 views
0 votes
1 answer

How do I start studying Node.JS to create a restful API?

Node.js is an open source server environment ...READ MORE

Jun 11, 2019 in Others by ArchanaNagur
• 2,360 points
758 views
0 votes
1 answer

Get MD5 checksum of a windows file using Ansible

Hi @Travis, you can use the win_stat ...READ MORE

Jun 11, 2019 in Ansible by Greg
2,774 views
0 votes
2 answers

Why we require SSH during hadoop installation?

Hey, SSH setup is required to do different ...READ MORE

Jun 11, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited Jun 11, 2019 by Gitika 5,032 views
0 votes
1 answer

obtain information about a file in windows using ansible playbook

Hey @Travis, you can use the win_stat ...READ MORE

Jun 11, 2019 in Ansible by Drake
1,102 views
0 votes
1 answer

How to refresh a gateway running on Azure VM?

You can easily resolve this error by ...READ MORE

Jun 10, 2019 in Power BI by Avantika
• 1,520 points
1,113 views
0 votes
1 answer

Linux: Finding all storage devices attached to a machine

Use /proc/partitions first. This will list all ...READ MORE

Jun 10, 2019 in Linux Administration by Upasana
• 8,620 points
556 views
0 votes
1 answer

Ubuntu 10.10: Connecting to a terminal to a serial-to-USB device on Maverick Meerkat

Check with dmesg | grep tty if system recognize ...READ MORE

Jun 10, 2019 in Linux Administration by Upasana
• 8,620 points
7,757 views
0 votes
1 answer

Can I run docker-compose inside a container?

Compose can also be run inside a ...READ MORE

Jun 10, 2019 in Docker by Sirajul
• 59,230 points
5,776 views
0 votes
1 answer

What is control flow Nodes defines in Oozie?

Hello, Control flow nodes define the beginning and ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
827 views
0 votes
1 answer

Mention what is the Hadoop MapReduce APIs contract for a key and value class?

Hey, For a key and value class, there ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
617 views
0 votes
1 answer

How to ensure that Oozie has started? Which Command line tool use to check the status of Oozie?

Hey, To get ensure that your Oozie has ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,431 views
0 votes
1 answer

How to create the Oozie DB using the 'ooziedb.sh' command line tool?

This is the command you can use: $ ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
811 views
0 votes
1 answer

What is IWebElement and how it is used in Selenium C#?

Hello Paul, IWebElement is an Interface in ...READ MORE

Jun 11, 2019 in Selenium by Esha
11,120 views
0 votes
1 answer

Parameter to choose between multiple visualizations

Hi Anitha, it's an easy procedure.  Follow the ...READ MORE

Jun 10, 2019 in Tableau by Cherukuri
• 33,030 points
495 views
0 votes
1 answer

How to configure the Hadoop cluster with proxyuser for the Oozie process?

Hey, The following two properties are required in ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
711 views
0 votes
1 answer

parameter to choose measures to display on screen

Hi Nithin, Follow the below steps: 1. Create parameter ...READ MORE

Jun 10, 2019 in Tableau by Cherukuri
• 33,030 points
443 views
0 votes
1 answer

What are browser navigation commands in Selenium C#?

Hi Hema, Browser Navigation commands are used ...READ MORE

Jun 11, 2019 in Selenium by Dheeraj
1,193 views
0 votes
1 answer

Mention how many InputSplits is made by a Hadoop Framework?

Hey, Hadoop will make 5 splits 1 split for ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
576 views
0 votes
1 answer

Combined set for dynamic selection of members in a set

Hi Priyanka Follow the below steps: 1. Create 2 ...READ MORE

Jun 12, 2019 in Tableau by anonymous
• 33,030 points
509 views
0 votes
2 answers

How to format negative numbers in red parenthesis in Power BI Desktop?

Hi Phalguni,  Thanks for your question. It used ...READ MORE

Jun 11, 2020 in Power BI by Excel
• 140 points
7,421 views
0 votes
1 answer

Explain what is WebDAV in Hadoop?

Hey, To support editing and updating files WebDAV ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
728 views
0 votes
1 answer

How can I change the iteration variable inside a for loop in python?

Assume you have a list of lists: my_list ...READ MORE

Jun 10, 2019 in Python by Shubham Bansal
5,298 views
0 votes
0 answers

What is the technique to get plain text output using a simple templating system?

Can you give an example using html ...READ MORE

Jun 10, 2019 in Python by Waseem
• 4,540 points
318 views
0 votes
1 answer

SQL query to count number of distinct products

Hi Preethi, Use below SQL query, SELECT CUST_ID, COUNT(DISTINCT ...READ MORE

Jun 10, 2019 in Tableau by anonymous
• 33,030 points
2,856 views
0 votes
1 answer

How to create crosstabs in Tableau?

Hi Riya, Crosstab is a simple text table ...READ MORE

Jun 10, 2019 in Tableau by anonymous
• 33,030 points
1,842 views
0 votes
1 answer

How to use stored procedures in Tableau?

Hi Sindhu, Stored procedures are used to write ...READ MORE

Jun 10, 2019 in Tableau by Cherukuri
• 33,030 points
9,200 views
0 votes
1 answer

What is pivot in Tableau? how to create a pivot?

HI, When the data required is present in ...READ MORE

Jun 12, 2019 in Tableau by anonymous
• 33,030 points
903 views
0 votes
1 answer

Want to assert the row text in webtable

Hi, you can assert row text at ...READ MORE

Jun 10, 2019 in Selenium by Anvi
• 14,150 points
822 views