Trending questions in Edureka Community

0 votes
1 answer

How can I get current route

Hello @Ava, Try this this.router.events.filter((event: any) => event instanceof ...READ MORE

Sep 14, 2020 in Angular by Niroj
• 82,840 points
925 views
0 votes
1 answer

How to get current date and time in JavaScript?

Hello @kartik, To get time and date you ...READ MORE

Sep 18, 2020 in Java-Script by Niroj
• 82,840 points
744 views
0 votes
1 answer

How to retrieve GET parameters from javascript?

Hello @kartik, This code gives you GET without ...READ MORE

Sep 21, 2020 in Java-Script by Niroj
• 82,840 points
647 views
0 votes
1 answer

How to connect to the Kubernetes cluster from Terraform?

Hi@akhtar, You need to install the plugins using ...READ MORE

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

PMP vs PRINCE2? What is the difference?

The difference between PMP vs PRINCE2 is ...READ MORE

Sep 17, 2020 in PMP by Richa sharma
771 views
0 votes
1 answer

How do I make a redirect in PHP?

Hello @kartik, Use the header() function to send an HTTP Location header: header('Location: '.$newURL); Contrary to ...READ MORE

Sep 16, 2020 in PHP by Niroj
• 82,840 points
821 views
+1 vote
1 answer

How to run jenkins service inside docker container?

Hi@akhtar, By default systemctl command will not run ...READ MORE

May 12, 2020 in Docker by MD
• 95,460 points
6,284 views
+2 votes
1 answer

How to create a firewall rule in GCP Cloud?

Hi@akhtar, If you are using the default VPC ...READ MORE

Aug 23, 2020 in GCP by MD
• 95,460 points
1,798 views
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,283 views
0 votes
1 answer

How to upload a file in Django?

Hello @kartik, A minimal Django file upload example 1. ...READ MORE

Aug 3, 2020 in Python by Niroj
• 82,840 points
2,737 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,454 views
0 votes
1 answer

How can I allow django admin to set a field to NULL?

Hello @kartik, Try to overwrite the save() method ...READ MORE

Jun 12, 2020 in Java-Script by Niroj
• 82,840 points
4,961 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,801 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,324 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,006 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,307 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,000 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,012 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
784 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,682 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,681 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,709 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
694 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
596 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,291 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 857 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,234 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
719 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,145 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
712 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,257 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,050 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
783 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,587 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
777 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
698 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,432 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
770 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
936 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,154 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
783 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,124 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
687 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,123 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
758 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
730 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
752 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
725 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,229 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,654 views