Trending questions in Edureka Community

0 votes
3 answers

What is the salary offered to an AWS Support Associate?

Hi, Actually, the salary offered to an AWS ...READ MORE

Jul 24, 2019 in Career Counselling by Gitika
• 65,730 points
2,080 views
0 votes
1 answer

How Selenium IDE is different from RPA?

Hey Farhan, Selenium is different from RPA ...READ MORE

May 10, 2019 in Selenium by Abha
• 28,140 points
918 views
0 votes
0 answers

what is the use of args and kwargs in python?

can you an example for each? READ MORE

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

How to aggregate and count the occurrence of TRUE and FALSE?

Hi, you can do any of below ...READ MORE

Mar 12, 2019 in Tableau by Cherukuri
• 33,050 points
3,440 views
0 votes
1 answer

Azure website on Entity framework connection string not being picked up.

Try to leave the connection string in ...READ MORE

Apr 23, 2019 in Azure by Prerna
• 1,960 points
1,630 views
+1 vote
3 answers

Number of missing values in dataset

Try this, lapply(airquality, function(x) { sum(is.na(x)) }) READ MORE

Aug 7, 2019 in Data Analytics by anonymous
4,999 views
0 votes
1 answer

How to save Spark dataframe as dynamic partitioned table in Hive?

Hey, you can try something like this: df.write.partitionBy('year', ...READ MORE

Nov 6, 2018 in Big Data Hadoop by Omkar
• 69,180 points
8,886 views
0 votes
1 answer

Count - using If within period of dates.

Hi Sindhu, Use below DAX code to create ...READ MORE

May 8, 2019 in Power BI by Cherukuri
• 33,050 points
973 views
0 votes
2 answers

Truffle compile: SyntaxError: No visibility specified. Did you intend to add "public"?

You can try another method : contract HelloWorld{       function ...READ MORE

Mar 18, 2019 in Blockchain by anonymous
4,430 views
0 votes
3 answers

What is the job role of a Cloud Security Engineer?

A few roles and responsibilities are - Good ...READ MORE

Jul 26, 2019 in Career Counselling by anonymous
2,104 views
0 votes
1 answer

How does Hadoop accesses the files which are distributed among different boundaries?

Hadoop's MapReduce function does not work on ...READ MORE

May 7, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,009 views
0 votes
1 answer

What are Robots in UiPath Orchestrator and what does they do?

Hey Abhilasha, a Robot is an execution ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
2,414 views
0 votes
1 answer

How to show density map in an area or a custom geological location?

Hi Preethi, Follow the below steps to create ...READ MORE

May 9, 2019 in Tableau by Cherukuri
• 33,050 points
917 views
0 votes
1 answer

Error: Cannot connect to the SQL Server on Ubuntu from SSMS - installing mssql on linux

Hey @Rajni, Verify if the server is running ...READ MORE

Mar 17, 2019 in Database by Anvit
3,209 views
0 votes
1 answer

How to remove HTML tags from string in R Programming?

Try this simple code to remove the <br ...READ MORE

Feb 1, 2019 in Data Analytics by Sophie may
• 10,620 points
5,109 views
0 votes
1 answer

Change date and time format in Python.

Try the following code: date=time.split(‘ ’) time=dat ...READ MORE

May 8, 2019 in Python by Sagar
950 views
+4 votes
5 answers

Cracking programming interviews at big tech companies (FANG)

Do proper research on the company you ...READ MORE

Jan 17, 2019 in Career Counselling by Pavan
3,919 views
+1 vote
1 answer

truffle compile

Try running the truffle commands as root. ...READ MORE

May 9, 2019 in Blockchain by Omkar
• 69,180 points
878 views
0 votes
1 answer

How do you group data by percentile in Tableau, ignoring nulls?

Hi Anitha, You can group the column data into ...READ MORE

Mar 12, 2019 in Tableau by Cherukuri
• 33,050 points
3,421 views
+1 vote
2 answers

What is the difference between correlation and covariance?

Correlation and Co-variance both are used as ...READ MORE

Jul 24, 2018 in Data Analytics by Abhi
• 3,720 points
4,647 views
+2 votes
3 answers

Hyperledger Fabric: Peer Connection error: Failed obtaining connection: Could not connect to any of the endpoints.

 You can extend your /etc/hosts file and make orderer.example.com domain name ...READ MORE

Nov 13, 2018 in Blockchain by Omkar
• 69,180 points
4,619 views
0 votes
0 answers

Stacked donut chart

How to make a stacked donut chart? READ MORE

May 10, 2019 in Tableau by Anitha
907 views
0 votes
1 answer

Can an ML model be recreated or retrained?

Of course, your model is retrainable, in ...READ MORE

May 13, 2019 in Machine Learning by Hemant
739 views
0 votes
1 answer

startup advise and suggestions

Hi Sagar, There are different requirements to analyze before beginning ...READ MORE

May 7, 2019 in Career Counselling by neethu
984 views
0 votes
3 answers

How to solve “VM Exception while processing transaction: revert” error?

I am using windows 7. Any solution ...READ MORE

Apr 30, 2019 in Blockchain by Rajesh
7,216 views
0 votes
1 answer

Ansible Playbook to create a Load Balancer

Hey @Himanshu, you can try something like ...READ MORE

Mar 25, 2019 in Ansible by Jack
2,832 views
0 votes
1 answer

Tableau chart

Hi Namratha, Let me explain with an example, I'm ...READ MORE

May 10, 2019 in Tableau by Cherukuri
• 33,050 points
851 views
0 votes
1 answer

What are Apache pig running modes?

Hey, You can run Apache pig runs in ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,730 points

edited May 8, 2019 by Gitika 995 views
0 votes
1 answer

How to parse html file to BeautifulSoup?

Hey. Refer to the following code: driver.get("link") html = ...READ MORE

Apr 2, 2019 in Python by Kirti
2,483 views
0 votes
1 answer

Error in Adding LIMIT fixes “Invalid digit, Value N” in Amazon Redshift.

This could be expressed simply as: SELECT TOP ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
11,561 views
0 votes
1 answer

calculation with condition and filter

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

May 2, 2019 in Power BI by Cherukuri
• 33,050 points
1,182 views
0 votes
1 answer

How do I access a user by his/her ID using django.contrib.auth.models.User in the latest release of Django?

Hi, there is only that way and ...READ MORE

Jan 10, 2019 in Python by Nymeria
• 3,560 points
6,033 views
+1 vote
1 answer

What are the types of memory in JVM?

The different types of Memory in JVM ...READ MORE

Mar 7, 2019 in Java by Priyaj
• 58,020 points
3,584 views
–1 vote
1 answer

unable to start hive server

It seems that your hive server is ...READ MORE

Jan 2, 2019 in Big Data Hadoop by Omkar
• 69,180 points
6,403 views
0 votes
1 answer

Why tuple keywords is used in pig?

Hey, A tuple is a set of field, ...READ MORE

May 6, 2019 in Big Data Hadoop by Gitika
• 65,730 points
1,000 views
+1 vote
3 answers

How to resolve the hyperledger fabric versions set up?

How to simple way to upgrade the ...READ MORE

Dec 18, 2018 in Blockchain by anonymous
3,865 views
0 votes
1 answer

Rank - Power BI

Hi Anitha, Drop Category, product-id, and sales into ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,050 points
1,173 views
0 votes
1 answer

How to read multiple files in hdfs?

If you want to read files with ...READ MORE

Feb 7, 2019 in Big Data Hadoop by Omkar
• 69,180 points
4,799 views
0 votes
0 answers
0 votes
1 answer

Hadoop Java: org.apache.hadoop.conf.Configuration does not exist error

To solve this error, add hadoop-common to ...READ MORE

Nov 21, 2018 in Big Data Hadoop by Omkar
• 69,180 points
8,204 views
0 votes
1 answer

Which specialization to take in MBA?

Hi Sindhu, Mba specializations provided differs from college to ...READ MORE

Apr 24, 2019 in Career Counselling by Cherukuri
• 33,050 points
1,511 views
0 votes
1 answer

Difference between the number of days user(client) has logged into the website.

Hi Rajesh, Use below code -  Column 4 = ...READ MORE

May 9, 2019 in Power BI by Cherukuri
• 33,050 points
863 views
0 votes
3 answers

Can I have few tips to have a successful career

Be greedy to learn multiple tools and ...READ MORE

Jul 11, 2019 in Career Counselling by anonymous
• 33,050 points
1,547 views
+7 votes
20 answers

Let's keep this thread for discussing Java Interview questions & Experience

Hello everyone here is an updated blog ...READ MORE

Jan 17, 2019 in Career Counselling by Edureka
• 4,220 points
8,625 views
0 votes
1 answer

Creating two different aggregations/calculation on same measure

Hi Sindhu, Any measure in Tableau can be ...READ MORE

Apr 10, 2019 in Tableau by Cherukuri
• 33,050 points
2,117 views
0 votes
1 answer

How to Sum based using an if statement?

Hi Priya, Follow below steps: 1.  Click on Analysis ...READ MORE

Apr 25, 2019 in Tableau by Cherukuri
• 33,050 points
1,491 views
0 votes
1 answer

group and set

Hi Anshuli, Some of the differences are - The ...READ MORE

May 9, 2019 in Tableau by Cherukuri
• 33,050 points
852 views
0 votes
1 answer

How to become a good team leader?

Let me point out a few points 1, ...READ MORE

May 9, 2019 in Career Counselling by Cherukuri
• 33,050 points
886 views
+1 vote
1 answer

Error saying cannot open file 'file.pdf' when trying to save a plot in ggplot

You could try adding the following line ...READ MORE

Nov 9, 2018 in Data Analytics by Maverick
• 10,840 points
8,639 views