Most answered questions in Edureka Community

0 votes
4 answers

Skills required to become a product manager

@Laksha, some of the hard skills which ...READ MORE

Sep 9, 2019 in Career Counselling by Abha
• 28,140 points
1,563 views
0 votes
4 answers
0 votes
4 answers

Should I go for certifications like Redhat or should I work on implementing a project using devops tools?

Hello Aman, Certification will help you in gaining ...READ MORE

Jul 18, 2020 in Career Counselling by Lily
• 260 points
1,869 views
0 votes
4 answers

How to earn money side by side with work?

You could freelance if you've got time ...READ MORE

Sep 10, 2019 in Career Counselling by Yamini
1,984 views
0 votes
4 answers

How to react to negative comments in office?

Hi @Prachi, never let others comments bother ...READ MORE

Sep 10, 2019 in Career Counselling by Yamini
929 views
0 votes
4 answers

How to do assess yourself on the work you do?

There are 3 main parameters that I ...READ MORE

Sep 9, 2019 in Career Counselling by Esha
1,845 views
0 votes
4 answers

Frustrated with job, want to quit but need to support family. What to do?

This is the case with most of ...READ MORE

Sep 10, 2019 in Career Counselling by anonymous
1,377 views
0 votes
4 answers

Why are Indians getting paid less?

Hey @Mahi, in my opinion Indians are ...READ MORE

Sep 10, 2019 in Career Counselling by Inayat
12,912 views
0 votes
4 answers

Full-time job vs Freelancing

You can earn and learn more while ...READ MORE

Sep 10, 2019 in Career Counselling by Tanya
1,287 views
0 votes
4 answers

Learn One in All or All in One

There is no point learning a few ...READ MORE

Sep 10, 2019 in Career Counselling by Bhagya
1,440 views
0 votes
4 answers

How to become a Software Engineer at Google?

Google hosts this coding competition - Code ...READ MORE

Sep 10, 2019 in Career Counselling by Greg
8,895 views
+1 vote
4 answers

How to highlight Tableau or Power BI certification in resume?

It's always a good practice to add ...READ MORE

Sep 10, 2019 in Career Counselling by Bhagya
3,836 views
+2 votes
4 answers

Javac command not working in my windows 10

Check your javac path on Windows using Windows Explorer C:\Program Files\Java\jdk1.7.0_02\bin and ...READ MORE

Aug 6, 2019 in Java by Sirajul
• 59,230 points
51,892 views
+1 vote
4 answers

Python: convert txt file to csv format with rows and columns

Python will read data from a text ...READ MORE

Dec 14, 2020 in Python by Gitika
• 65,770 points
58,112 views
0 votes
4 answers

How to setup Chrome driver with Selenium on MacOS?

Hi Nushrat, In MacOs follow the steps and ...READ MORE

Aug 9, 2020 in Selenium by Shipra
79,826 views
+1 vote
4 answers

How to Update my Start and End dates parameter or Filter with Today and Last 5 Days Date Automatically ??

Create a calculated field and set its ...READ MORE

Jul 31, 2019 in Tableau by anonymous
3,187 views
+5 votes
4 answers

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 10: invalid start byte

You have to use the encoding as latin1 ...READ MORE

Jul 11, 2019 in Python by Ritu
341,148 views
+1 vote
4 answers

How do i resolve the "unexpected indent" error in python?

Look for the whitespaces which are not ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
139,147 views
0 votes
4 answers

Is it possible to call one python script from another Python Script?

Try using os.system: os.system("script2.py 1") execfile is different because it is ...READ MORE

Dec 16, 2020 in Python by Gitika
• 65,770 points
71,161 views
+1 vote
4 answers

how to sort a list of numbers without using built-in functions like min, max or any other function?

Yes it is possible. You can refer ...READ MORE

Jun 27, 2019 in Python by Arvind
• 3,050 points
189,928 views
+4 votes
4 answers

How can I prepare for my AWS SAA-C01 exam? Is there any SAA-C01 Dumps available? [closed]

Amazon SAA-C01 pdf dumps-- Finest Method for ...READ MORE

Jun 25, 2019 in Ask us Anything! by Belly
• 540 points
1 flag 3,846 views
+1 vote
4 answers

How to get typed text from a textbox by using Selenium Webdriver?

Hey Ashmita, to get the typed text ...READ MORE

Jun 25, 2019 in Selenium by Abha
• 28,140 points
41,264 views
+1 vote
4 answers

How do I remove an element from a list by index in Python?

Delete the List and its element: We have ...READ MORE

Jun 7, 2020 in Python by sahil
• 500 points
282,208 views
0 votes
4 answers

How to write a single program in python to print different '*' triangles?

If you want to use the same ...READ MORE

Jun 11, 2019 in Python by Likhith
9,576 views
0 votes
4 answers

Selenium Exception error -Element is not clickable at point (x, y). Other element would receive the click

If waitings for element, sleeps and oher ...READ MORE

Dec 13, 2019 in Selenium by Douglas
74,501 views
0 votes
4 answers

Cannot find module 'fabric-network' - is my application installation done wrong?

First, install grpc and run it: $ npm ...READ MORE

May 20, 2019 in Blockchain by John
5,443 views
0 votes
4 answers

Which is the best online training institute for learning Selenium?

Hi @Misha, following are some of the ...READ MORE

May 13, 2019 in Career Counselling by Jatin
3,153 views
0 votes
4 answers

What are the best educational sites for working employees?

There are many websites that provide various ...READ MORE

Jul 15, 2019 in Career Counselling by anonymous

edited Nov 28, 2023 by Soumya 1,722 views
+1 vote
4 answers

Android - java or kotlin is better

If you are a newbie Android developer, ...READ MORE

Jan 22, 2020 in Career Counselling by Nayan
• 160 points
1,770 views
+1 vote
4 answers

Show 0 if value has no data - Tableau

Hi Abhay, To replace null or empty values ...READ MORE

Apr 24, 2019 in Tableau by Cherukuri
• 33,050 points
124,120 views
0 votes
4 answers

**Important: Edureka Tech Career Guide is out!

This is one of the best things one ...READ MORE

Apr 25, 2019 in Others by Gitika
• 65,770 points
1,562 views
+1 vote
4 answers

How to install tkinter in pycharm?

Ya, this is a problem with installing ...READ MORE

Apr 4, 2019 in Python by Jishan
89,189 views
+1 vote
4 answers

In Python, what is difference between Array and List?

Lists and arrays are used in Python ...READ MORE

Mar 15, 2019 in Python by Taj
• 1,080 points

edited Mar 18, 2019 by Omkar 153,578 views
0 votes
4 answers

How to combine multiple tables in power BI?

Click Advanced Editor and check if step #"Appended ...READ MORE

Dec 16, 2020 in Power BI by Roshni
• 10,480 points
74,421 views
0 votes
4 answers

Kubernetes dashboard not showing up outside

In dashboard yaml, change cluster ip to ...READ MORE

Mar 20, 2019 in Kubernetes by anonymous
6,950 views
+1 vote
4 answers

How to take multiple integer input in one line using BufferedReader in Java?

To do this, we could read in ...READ MORE

Dec 14, 2020 in Java by Roshni
• 10,480 points
99,526 views
0 votes
4 answers

What is a Tuple in Python and how to use it?

Tuples  are a  Unchanging sequence of values, ...READ MORE

Jun 21, 2020 in Python by sahil
• 500 points
2,482 views
+1 vote
4 answers

What is the difference between string object and string literal?

A String literal is a Java language concept. This ...READ MORE

Aug 16, 2019 in Java by Sirajul
• 59,230 points
68,467 views
0 votes
4 answers

What is the best advice for a fresher looking for a Job?

Hi,  As a fresher, do not focus on salary ...READ MORE

Jun 25, 2019 in Career Counselling by Gitika
• 65,770 points
1,412 views
0 votes
4 answers

Can I talk to company's employees on LinkedIN and ask them about the company before joining?

Hey, Of course, it is very much necessary ...READ MORE

Apr 17, 2019 in Career Counselling by pavitra
14,150 views
0 votes
4 answers

Should I leave a good paying job due to pressure?

Good pay comes with a lot of ...READ MORE

Mar 11, 2019 in Career Counselling by Tim
1,548 views
+1 vote
4 answers

Is it ethical to quit a job and join the competitor?

It can be ethical or not, depending ...READ MORE

Apr 4, 2019 in Career Counselling by anshuli
3,782 views
0 votes
4 answers

Should I quit my Happy and peaceful job?

I would say NO, since if your ...READ MORE

Apr 2, 2019 in Career Counselling by sindhu
1,908 views
0 votes
4 answers

Should I quit my job and travel?

hi, Of course there is no problem if ...READ MORE

Apr 8, 2019 in Career Counselling by subham
1,286 views
0 votes
4 answers

Interview expected question

Other than the mentioned questions there are ...READ MORE

Jul 26, 2019 in Career Counselling by Gitika
• 65,770 points
1,424 views
0 votes
4 answers

What are the best job portals for job hunting in India?

Some of the top job hunting websites ...READ MORE

Apr 5, 2019 in Career Counselling by Banu
1,387 views
0 votes
4 answers

Experience working at a Startup

Hi. Well I am working with a startup now, ...READ MORE

Jul 8, 2019 in Career Counselling by Reshma
1,154 views
0 votes
4 answers

How to get noticed as a good employee when starting a job?

Its okay to be good at your ...READ MORE

Apr 3, 2019 in Career Counselling by rashmi
1,573 views
0 votes
4 answers

Python vs C++

Well C is very old programming language ...READ MORE

Apr 3, 2019 in Others by MrBoot
• 1,230 points
2,958 views
0 votes
4 answers

Is it rude to ask my boss for a raise?

Haha, that's not rude, that's asking for what ...READ MORE

Mar 11, 2019 in Career Counselling by John
1,550 views