Trending questions in Edureka Community

0 votes
0 answers

which version of sqoop should i use with hadoop 3.3.0 ? [closed]

I am trying to install sqoop 1.4.7 ...READ MORE

Sep 6, 2020 in Big Data Hadoop by shresht
• 140 points

closed Sep 7, 2020 by Gitika 1,303 views
0 votes
1 answer

Is there a way to store this text in a list using selenium (python)

Try using this code snippet to resolve ...READ MORE

Aug 24, 2020 in Python by Carlos
1,821 views
0 votes
1 answer

how to deploy docker images to deploy servers using jenkinsfile

Hi, You can do this in multiple ways. ...READ MORE

Sep 1, 2020 in DevOps & Agile by MD
• 95,460 points
1,471 views
0 votes
1 answer

How to launch an EC2 instance using Ansible Playbook?

Hi@akhtar, Ansible has one module named ec2. This ...READ MORE

Aug 12, 2020 in Ansible by MD
• 95,460 points
2,348 views
0 votes
1 answer

How to install Logstash in CentOS/RHEL?

Hi@akhtar, To install Logstash on the system, you ...READ MORE

Jun 17, 2020 in DevOps Tools by MD
• 95,460 points
4,747 views
0 votes
1 answer

How to build an Uber clone app like Wooberly?

Hello @Bruceoxenford, Many uber clone scripts were developed ...READ MORE

Sep 11, 2020 in Web Development by Niroj
• 82,840 points
1,030 views
+1 vote
2 answers

Java: Nested Methods

public class ObjClass {     ObjClass anyMethod() ...READ MORE

Jan 19, 2020 in Java by zemiak
14,445 views
0 votes
1 answer

What is the benchmark for project success?

For me, success is the stakeholders that ...READ MORE

Sep 11, 2020 in PMP by kevin Drake
1,023 views
0 votes
1 answer

How to delete a remote Git tag?

Hi@MD, It is very simple to delete a ...READ MORE

Sep 4, 2020 in Git & GitHub by akhtar
• 38,260 points
1,323 views
+2 votes
1 answer

How to create a GKE cluster from command line?

Hi@MD, A cluster consists of at least one cluster master machine ...READ MORE

Aug 25, 2020 in GCP by akhtar
• 38,260 points
1,703 views
+2 votes
1 answer

How to expose the deployment on GKE Cluster?

Hi@akhtar, After deploying the application, you need to ...READ MORE

Aug 25, 2020 in GCP by MD
• 95,460 points
1,702 views
0 votes
1 answer

Error:Django connection to PostgreSQL: “Peer authentication failed”

Hello @kartik, My settings.py did not have a ...READ MORE

Aug 12, 2020 in Python by Niroj
• 82,840 points
2,323 views
0 votes
1 answer

How to concatenate text from multiple rows into a single text string in SQL server?

Hello @kartik, Use COALESCE: DECLARE @Names VARCHAR(8000) SELECT @Names = ...READ MORE

Jul 21, 2020 in PHP by Niroj
• 82,840 points
3,269 views
0 votes
1 answer

What Impact does Business Analysis have in Project Management?

The BA is a vital component of ...READ MORE

Sep 16, 2020 in PMP by Gitika
• 65,770 points
803 views
0 votes
1 answer

What is the difference between project manager and project leader on PMP application?

Project Manager and Project Leader could be ...READ MORE

Sep 11, 2020 in PMP by Kim
1,027 views
0 votes
1 answer

Is there any way, where I can use one IP for 2 AWS instances?

You can use the Elastic IP, you ...READ MORE

Sep 18, 2020 in AWS by Karan
• 19,610 points
712 views
0 votes
0 answers

Scrum Framework/Methodology for Services/Operations too?

Just checking if Scrum Framework/Methodology is good ...READ MORE

Sep 22, 2020 in PMP by Rajiv
• 8,870 points
611 views
0 votes
1 answer

What should I learn for mobile phones and social media hacking??

Hello, @Arun, It is important to have a ...READ MORE

Sep 14, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,770 points

edited Oct 6, 2021 by Sarfaraz 880 views
0 votes
1 answer

Failed to restart grafana.service: Unit not found.

Hi@akhtar, After installing grafana in your system, you ...READ MORE

May 27, 2020 in DevOps & Agile by MD
• 95,460 points
5,628 views
0 votes
1 answer

What are the duties of a Infrastructure Project Manager

Some of the duties include - 1. Requirements ...READ MORE

Sep 17, 2020 in PMP by Rajan Varada
744 views
0 votes
1 answer

How to strip html/javascript from text input in django?

Hello @kartik, Django provides an utility function to ...READ MORE

Aug 17, 2020 in Python by Niroj
• 82,840 points
2,081 views
0 votes
1 answer

How do you bind an Enum to a DropDownList control in ASP.NET?

Hello @kartik, I probably wouldn't bind the data as it's ...READ MORE

Jul 23, 2020 in Angular by Niroj
• 82,840 points
3,165 views
0 votes
1 answer

Error:setState doesn't update the state immediately

Hello @kartik, The method setState() takes a callback. And ...READ MORE

Jun 4, 2020 in Angular by Niroj
• 82,840 points
5,282 views
0 votes
1 answer

How to delete a file via PHP?

Hello @kartik, The following should help realpath — Returns canonicalized ...READ MORE

Sep 17, 2020 in PHP by Niroj
• 82,840 points
733 views
0 votes
1 answer

Planning for the PMI-RMP certification

Don't underestimate the study of Stakeholder Management. ...READ MORE

Sep 16, 2020 in PMP by David Samon
801 views
0 votes
1 answer

Are project managers depending too much on technology?

The rapid advancements in the field of ...READ MORE

Sep 16, 2020 in PMP by Najeeb
801 views
0 votes
1 answer

How to add ConfigMap data to a Volume in a Pod?

Hi@akhtar, When you create a ConfigMap using --from-file, the ...READ MORE

Aug 31, 2020 in Kubernetes by MD
• 95,460 points
1,456 views
0 votes
1 answer

What project management software do you use and what are the pros/cons of it?

We are using Microsoft Project and Sharepoint ...READ MORE

Sep 17, 2020 in PMP by Anish Abraham
716 views
0 votes
1 answer

PMI-RMP Exam

My recommendation is don't concentrate just on ...READ MORE

Sep 16, 2020 in PMP by Kim
791 views
0 votes
1 answer

How to configure Grafana on Docker?

Hi@akhtar, You need to pull the Grafana image ...READ MORE

Sep 7, 2020 in Docker by MD
• 95,460 points
1,179 views
0 votes
1 answer

How to launch an instance in GCP using Terraform?

Hi@akhtar, You can use the google_compute_instance resource in ...READ MORE

Sep 12, 2020 in Terraform by MD
• 95,460 points
955 views
0 votes
1 answer

How to make project management simple?

I am not sure that project management ...READ MORE

Sep 16, 2020 in PMP by Eduard
787 views
0 votes
2 answers

Can we use domain based Email in Google Cloud IAM?

Hi@Lakshinarayanan, Yes, you can use. Sometimes we need when ...READ MORE

Jul 30, 2020 in GCP by MD
• 95,460 points
2,786 views
+1 vote
1 answer

Hi, I am not able to empty/remove the text filed which contains date .

The typeinto activity has empty field property, ...READ MORE

Aug 14, 2020 in RPA by Sirajul
• 59,230 points
2,145 views
0 votes
1 answer

How to answer the question: What are your weaknesses?

Provide an example of how you turned ...READ MORE

Sep 15, 2020 in PMP by Edward
801 views
0 votes
1 answer

Important Leadership skills to manage IT projects?

From my point of view the following ...READ MORE

Sep 17, 2020 in PMP by Thomas Walenta
705 views
0 votes
1 answer

CAn i have source code of image steganography please

Least Significant Bit (LSB) is a technique in which ...READ MORE

Sep 7, 2020 in Python by Roshni
• 10,480 points
1,142 views
0 votes
1 answer

Being a Project Manager , Is it beneficial to learn Business Analysis for carrier growth?

Business Analytics looks at the concept of ...READ MORE

Sep 16, 2020 in PMP by Thomas Walenta
750 views
0 votes
1 answer

What is the pass percentage for PMP exam?

It's a myth that you need at ...READ MORE

Sep 8, 2020 in PMP by Sirajul
• 59,230 points
1,100 views
+2 votes
1 answer

How to create a VPC on GCP from command line?

Hi@akhtar, To create a personal network, you need ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,460 points
1,678 views
0 votes
1 answer

How to change the background color of AppBar in Flutter?

Hi@akhtar, You can add backgroundColor keyword in your ...READ MORE

Aug 12, 2020 in Others by MD
• 95,460 points
2,250 views
0 votes
1 answer

How well Business Analysis and Project Management Process complement each other?

Business Analysis and Project Management definitely are ...READ MORE

Sep 16, 2020 in PMP by David
742 views
0 votes
1 answer

Project Managers vs Business Analysts

BI’s mostly gather information, determine operational objectives, ...READ MORE

Sep 16, 2020 in PMP by Sergio
742 views
0 votes
1 answer

Does anyone have Hybrid Project Management guidelines?

I think the term "hybrid" and its ...READ MORE

Sep 16, 2020 in PMP by Raina Neman
768 views
0 votes
2 answers

headless browser vs real browser

I would say prefer Headless browser over ...READ MORE

Aug 31, 2020 in Selenium by Sirajul
• 59,230 points
1,408 views
0 votes
1 answer

How to motivate your project staff when you have no benefits to offer them?

Learning is the biggest benefit of exception ...READ MORE

Sep 15, 2020 in PMP by Akshay Jain
786 views
0 votes
1 answer

Error: UPGRADE FAILED: failed to create resource: namespaces "pr-1627-app " not found

Hi@akhtar, This usually happens when the state of ...READ MORE

Jul 9, 2020 in Kubernetes by MD
• 95,460 points
3,718 views
0 votes
1 answer

While running it is not recognizing the xpath

There are two parts to this. The ...READ MORE

Aug 3, 2020 in Selenium by Kim
2,633 views
+1 vote
1 answer
0 votes
1 answer

Error in unique.default(x, nmax = nmax) : unique() applies only to vectors in R

This error is displayed if you used ...READ MORE

Oct 30, 2019 in Data Analytics by Cherukuri
• 33,050 points
14,643 views