Most answered questions in Edureka Community

0 votes
1 answer

Education after Bachelor Of Engineer for java developer

Hey, As you have mentioned that you are working ...READ MORE

Jun 13, 2019 in Career Counselling by Gitika
• 65,910 points
1,666 views
0 votes
1 answer

How can we create data driven framework using TestNG?

Hey Yuvraj, we can create a Data ...READ MORE

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

How to pass parameter through testng.xml file to a test case in Selenium Webdriver?

Hello Revathi, to pass parameter through testng.xml ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
7,323 views
0 votes
1 answer

How to create a test class with a test method in JUnit to testing framework?

Hi Sargun, first we need to create ...READ MORE

Jun 13, 2019 in Selenium by Nagendra
789 views
0 votes
1 answer

Linux: Efficiently test if a port is Open

$ nc -z <host> <port>; echo $? Use ...READ MORE

Jun 12, 2019 in Linux Administration by Shubham
• 13,490 points
555 views
0 votes
1 answer

127.0.0.1: Could not Determine the server's fully qualified domain name

If you don't have httpd.conf in folder /etc/apache2, you should ...READ MORE

Jun 12, 2019 in Linux Administration by Shubham
• 13,490 points
1,724 views
0 votes
1 answer

What are the different types of TestNG listeners in Selenium Webdriver?

Hello Jagrati, some of the TestNG listeners ...READ MORE

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

Difference between webdriver wait and fluent wait in Selenium Webdriver?

Hi Bunty, WebDriverWait is applied on certain ...READ MORE

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

Add multiple shape for a field value.

Hi, Sagar You cannot add 2 shapes to ...READ MORE

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

Why are Lists faster than character arrays for string concatenation?

It's true that in the list-append method, ...READ MORE

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

What are higher-order functions?

Higher-order functions are those functions that either ...READ MORE

Jul 25, 2019 in Python by Fata
• 1,050 points
764 views
0 votes
1 answer

Is it possible to concatenate QuerySets?

You can start with this- from itertools import ...READ MORE

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

Please explain the logic of giving a name to lambda function when it is actually a nameless function?

This is done because these functions are ...READ MORE

Jun 12, 2019 in Python by Wajiha
• 1,950 points
731 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
9,821 views
0 votes
1 answer

Stacked and a independent column

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

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

Update automatically

Hi, Nithin When you use a live connection, ...READ MORE

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

show recent month data

Create a calculated column as below, IF MONTH([Date]) ...READ MORE

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

Radial Progress bar - Tableau

Hi, Its easy and simple procedure, Either you can ...READ MORE

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

Command to get status of all running Oozie workflow

Hey, You can use this command to get ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
5,085 views
0 votes
1 answer

How Oozie prepares Hadoop configuration file?

Hi, Oozie prepares a Hadoop configuration file which ...READ MORE

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

How kill control node works in Oozie?

Hey, The kill node allows a workflow job to kill ...READ MORE

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

What is work flow application consists of in Oozie?

Hi, A workflow application consists of the workflow ...READ MORE

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

What are the features of TestNG which makes it a great testing framework?

Hey Leonard, following are some of the ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
1,365 views
0 votes
1 answer

What are the advantages of TestNG over JUnit framework?

Hey Kimberly, TestNG has many advantages over ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
6,558 views
0 votes
1 answer

How Oozie workflow can be parameterised?

Hi, Oozie workflows can be parameterized. The parameters ...READ MORE

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

What are the benefits of using Junit testing framework?

Hi Prakhar, some of the benefits of ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
4,269 views
0 votes
1 answer

What is fork Keyword in Oozie? How Fork and Join keyword are related t o each other in Oozie?

Hey, Basically, when we want to run multiple jobs ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,619 views
0 votes
1 answer

What is the necessity of slave node in Oozie workflow?

Hey, A topology runs in a distributed manner, ...READ MORE

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

Use cases of Apache Oozie?

Hi, Apache Oozie is used by Hadoop system ...READ MORE

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

Python code to send an email with an attachment

Hi @Vipul, try out this code. I've ...READ MORE

Jun 11, 2019 in Python by Adil
14,585 views
0 votes
1 answer

Python code to send an email message from 1 email id to another

Hi @Deb, try out the following code: import ...READ MORE

Jun 11, 2019 in Python by Picentra
882 views
0 votes
1 answer

Python code to send an email message from my gmail to many others

Hey @Varsha, you can try out the ...READ MORE

Jun 11, 2019 in Python by Travis
864 views
0 votes
1 answer

What start node does in Oozie?

Hey, The start node is the entry point for a ...READ MORE

Jun 11, 2019 in Big Data Hadoop by Gitika
• 65,910 points
442 views
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
958 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
629 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,559 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
616 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
12,010 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
652 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
877 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,899 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,018 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,757 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
747 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,449 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
556 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
878 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
377 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,499 views