Most viewed questions in Edureka Community

+1 vote
3 answers

what can i classify my job profile as?

Your job profile could also be DevOps ...READ MORE

Jun 11, 2019 in Ask us Anything! by Kalgi
• 52,360 points
691 views
0 votes
1 answer

Golang on Linux... How to install it?

Hey @Abhi, if you want to install ...READ MORE

Mar 1, 2019 in Others by Anvi
• 14,150 points
691 views
0 votes
1 answer

R programming: 'predict() interval' difference between prediction and confidence

The intervals can include the uncertainty on ...READ MORE

Jan 16, 2019 in Data Analytics by Tyrion anex
• 8,700 points
691 views
0 votes
2 answers

Roles and Responsibilities of a Security Specialist

Hi Haman, some of the tasks a ...READ MORE

Jul 22, 2019 in Career Counselling by Abha
• 28,140 points
691 views
0 votes
3 answers

How much do Network Engineers get paid?

As a fresher, you will get paid ...READ MORE

May 9, 2019 in Career Counselling by Raj
691 views
0 votes
1 answer

How do I add Icons to my messages on my dashboard which I’m creating using shiny r?

Try something like this: dashboardHeader(title="Edureka", dropdownMenu type = "message", messageItem(from = ...READ MORE

Nov 30, 2018 in Data Analytics by Maverick
• 10,840 points
691 views
0 votes
1 answer

Hyperledger Composer: How to specify server name in composer connection profile?

To solve this problem you can use ...READ MORE

Nov 14, 2018 in Blockchain by Omkar
• 69,230 points
691 views
0 votes
1 answer

Retrieve a file from a server via SFTP

Below is an example using Apache Common ...READ MORE

Aug 28, 2018 in Java by samarth295
• 2,220 points
691 views
0 votes
1 answer

How to determine average per event by year?

Hi Roshan, Create a new calculated field (use ...READ MORE

Sep 25, 2018 in Tableau by Machdata
• 340 points
691 views
0 votes
1 answer

Dual axis in Tableau

Dual axis in Tableau is essentially used for ...READ MORE

Apr 25, 2018 in Tableau by DragonLord999
• 8,450 points
691 views
0 votes
1 answer

What does Tokens do and why they need to be created in C++ programming?

Tokenization is essential in determining what a programme does.  What Bjarne is referring to in respect to C++ code is how tokenization rules alter the meaning of a programme.  We need to know what the tokens are and how they are determined.  Specifically, how can we recognise a single token when it comes among other characters, and how should tokens be delimited if  there is ambiguity? Consider the prefix operators ++ and +, for example. Assume we have just one token + to deal with.  What does the following excerpt mean? int i = 1; ++i; Is the above going to apply unary + on i twice with + only? Or will it only increase it once? Naturally, it's vague.  We require an additional token, thus ++ is introduced as its own "word" in the language. But there is now another (though minor) issue.  What if the programmer just wants to use unary + twice without incrementing?  Rules for token processing are required.  So, if we discover that a white space is always used as a token separator, our programmer may write: int i ...READ MORE

Aug 2, 2022 in C++ by Damon
• 4,960 points
690 views
0 votes
0 answers

Simple Registration page info is not added to database using localhost

When I use localhost, after completing my ...READ MORE

Jul 24, 2022 in Web Development by Kithuzzz
• 38,010 points
690 views
0 votes
1 answer

Difference between Regression and classification in Machine Learning?

The goal of regression is to forecast ...READ MORE

Mar 4, 2022 in Machine Learning by Dev
• 6,000 points
690 views
0 votes
1 answer

how can i access my profile and assignment for pubg analysis data science webinar?

Hey, @There,  Every user who registers for the ...READ MORE

Dec 15, 2020 in Data Analytics by Gitika
• 65,910 points
690 views
0 votes
1 answer

touchz: io.bytes.per.checksum(512) and blockSize(256) do not match. blockSize should be a multiple of io.bytes.per.checksum

Hi@akhtar, The default the block size is 64MB ...READ MORE

Sep 25, 2020 in Big Data Hadoop by MD
• 95,440 points
690 views
0 votes
1 answer

How do I get PHP errors to display?

Hello @kartik, To display all errors you need ...READ MORE

Jun 20, 2020 in Java-Script by Niroj
• 82,880 points
690 views
0 votes
1 answer

How to crop face from a photo using cv2 in python?

Hi@akhtar, You can do this task using cv2 ...READ MORE

Apr 9, 2020 in Python by MD
• 95,440 points
690 views
0 votes
1 answer

What are Data Privacy Concerns in OpenStack?

Hi@akhtar, Let's discuss Data privacy in OpenStack one ...READ MORE

Mar 20, 2020 in OpenStack by MD
• 95,440 points
690 views
0 votes
1 answer

Generating a new password to connect to windows instance on Google cloud.

You can generate a new password to ...READ MORE

Nov 8, 2019 in GCP by anonymous
• 59,230 points
690 views
0 votes
1 answer

Puppet: puppetlabs/image_build - where exactly should i use this module?

The module puppetlabs/docker is for installing and ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
690 views
0 votes
2 answers

How to declare constants in python?

In python we don't require to declare ...READ MORE

Aug 18, 2019 in Python by anonymous
• 460 points
690 views
+2 votes
1 answer

How to create measure out of column

To convert the LossValue column into a ...READ MORE

Apr 29 in Power BI by anonymous
• 1,380 points
690 views
+1 vote
0 answers

Question in creating relationship

I am creating a table where I ...READ MORE

Aug 12, 2019 in Power BI by anonymous
• 230 points
690 views
+1 vote
2 answers

What are the certifications provided by Microsoft for Azure services?

Hey, There is some list of certifications which ...READ MORE

Jun 18, 2019 in Career Counselling by Gitika
• 65,910 points
690 views
0 votes
2 answers

What is the difference between hybrid and native apps?

Hi Lakshya, some of the aspects where ...READ MORE

Sep 11, 2019 in Career Counselling by Abha
• 28,140 points
690 views
0 votes
0 answers

How Pig programming gets converted into MapReduce jobs?

Could you please give me a brief ...READ MORE

Feb 21, 2019 in Big Data Hadoop by Neha
• 6,300 points
690 views
0 votes
1 answer

What all does a version control like git allow us to do?

Version control basically keeps a track of ...READ MORE

Feb 16, 2019 in Git & GitHub by Mariam
690 views
0 votes
2 answers

Is any kind of certification required to become a Technical Architect?

Yes, these days certifications have become really ...READ MORE

Jan 24, 2019 in Career Counselling by Yesha
690 views
0 votes
2 answers

difference between class and instance attributes

Apart from the performance, there is a ...READ MORE

Sep 17, 2018 in Python by SDeb
• 13,300 points
690 views
0 votes
1 answer

Cannot launch from template in AWS CLI?

You are using an older version of ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
690 views
0 votes
1 answer

AWS: Process State Control Feature

The processor state control consists of 2 ...READ MORE

Jun 1, 2018 in Cloud Computing by Meci Matt
• 9,460 points
690 views
0 votes
1 answer

I am learning looping statements. Can you tell me how 'for-each' works in Java?

While programming we often write code that ...READ MORE

Apr 17, 2018 in Java by Rishabh
• 3,620 points
690 views
0 votes
1 answer

Excel to Word Macro resulting in Run-time error 462

Are you attempting this (UNTESTED)? I've commented ...READ MORE

Jan 29, 2023 in Others by narikkadan
• 63,700 points
689 views
0 votes
1 answer

Is there an easy way to make a min heap in C++?

Use make heap() and its buddies from algorithm>, or priority queue from queue>.  Make heap and friends are used by priority queue. #include <queue> // functional,iostream,ctime,cstdlib using namespace std; int main(int ...READ MORE

Jun 27, 2022 in C++ by Damon
• 4,960 points
689 views
0 votes
1 answer

What is the output of the following code?

rror: expected class or object definition sc.parallelize(Array(1L,("SFO")),(2L,("ORD")),(3L,("DFW")))) ^ one error ...READ MORE

Nov 26, 2020 in Apache Spark by Gitika
• 65,910 points
689 views
0 votes
1 answer

How to connect to data in Power BI Desktop

With Power BI Desktop, you can connect ...READ MORE

Nov 18, 2020 in Power BI by Gitika
• 65,910 points
689 views
0 votes
1 answer

How to create a new-app in Minishift?

Hi@MD, You can use oc new-app command in ...READ MORE

Aug 18, 2020 in DevOps Tools by akhtar
• 38,230 points
689 views
0 votes
1 answer

What is a Terraform provider?

Hi@akhtar, Terraform is agnostic to the underlying cloud ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
689 views
0 votes
1 answer

How to manage local vs production settings in Django?

Hello @kartik, In settings.py: try: from local_settings ...READ MORE

Jun 22, 2020 in Python by Niroj
• 82,880 points
689 views
0 votes
1 answer

MariaDB for window 10 Beginner

Refer the following: To know how to install ...READ MORE

Mar 16, 2020 in Database by Sirajul
• 59,230 points
689 views
0 votes
1 answer

I want to copy an existing BigQuery table into another location. Will I be charged for it?

You are not charged for copying a ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
689 views
0 votes
1 answer

Create a new string from existing strings in different variables

Its quite simple, Use paste function as ...READ MORE

Oct 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
689 views
0 votes
1 answer

What does the operator "/=" do in python?

x = 20 res = x /= 5 print(res) The ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
689 views
0 votes
1 answer

pipe to clipboard using Bash

Try xclip; xclip - command line interface to ...READ MORE

Jun 17, 2019 in Linux Administration by Shubham
• 13,490 points
689 views
0 votes
2 answers

What are Broken Links and why they needs to be checked?

@Umang, Broken link or dead link is a link on a web ...READ MORE

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

launch an RDS DB instance - AWS

Hey @Isheeta, follow these steps to launch ...READ MORE

Apr 16, 2019 in AWS by Rahul
689 views
0 votes
3 answers

What is the best advice you would give to a Software Developer?

Well!! the demand for software developers is ...READ MORE

Nov 26, 2020 in Career Counselling by Edureka
• 140 points
689 views
0 votes
1 answer

What are the system requirements I need to fulfill for the ec2_vpc_subnet module to work - Ansible

The below requirements are needed on the ...READ MORE

Feb 8, 2019 in Ansible by Dee
689 views
0 votes
2 answers

Database Administrator Salary

The salary for a Database Administrator falls ...READ MORE

Mar 12, 2019 in Career Counselling by Sharan
689 views
0 votes
1 answer

How to proceed after connecting with hardcoded node?

I am assuming that by hardcoded nodes ...READ MORE

Aug 28, 2018 in Blockchain by Perry
• 17,100 points
689 views