Trending questions in Edureka Community

+2 votes
2 answers

How to create our own dataframe in R?

Data frames are tabular data objects. Unlike ...READ MORE

Oct 29, 2020 in Data Analytics by anonymous
1,527 views
0 votes
1 answer

How to create VPC in AWS from Ansible controller node?

Hi@akhtar, You can find one module named ec2_vpc ...READ MORE

Aug 13, 2020 in Ansible by MD
• 95,460 points
1,021 views
0 votes
1 answer

How to take screenshot of a webpage using UIPath?

Hi Prakash, to take the screenshot from ...READ MORE

Mar 8, 2019 in RPA by Abha
• 28,140 points
23,640 views
0 votes
1 answer

Project manager vs scrum master - Difference? Roles? Abilities? Background?

The Project Manager and Scrum Master roles ...READ MORE

Aug 20, 2020 in PMP by Gitika
• 65,770 points
711 views
0 votes
0 answers

How do I search courses by cost?

I have some credits left in my ...READ MORE

Aug 14, 2020 in Ask us Anything! by Anu
• 120 points
998 views
0 votes
1 answer

Error:Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers

Hello @kartik, Access-Control-Allow-Headers does not allow * as accepted value. Instead of ...READ MORE

Jul 6, 2020 in Java-Script by Niroj
• 82,840 points
2,650 views
0 votes
1 answer

How can one progress from being a Project Manager to becoming an executive?

In the Public sector, the demonstration of ...READ MORE

Aug 13, 2020 in PMP by anonymous
• 65,770 points
1,022 views
0 votes
1 answer

What is data source in Terraform?

Hi@akhtar, Data sources allow data to be fetched or ...READ MORE

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

How do you as a Project Manager keep your "Finger on the pulse of the project"?

Pay attention to the water cooler gossip ...READ MORE

Aug 14, 2020 in PMP by Kalpana
980 views
+1 vote
1 answer

Python + Selenium | How to locate elements in span class & not unique ID

I use the following code to check ...READ MORE

Jan 2, 2020 in Selenium by Karan
10,655 views
0 votes
1 answer

How do I migrate a model out of one django app and into a new one?

Hello @kartik, Try this: from south.db import db from south.v2 ...READ MORE

Aug 12, 2020 in Python by Niroj
• 82,840 points
1,060 views
0 votes
0 answers

How to identifying Risks in the project?

To gather possible risks in the project, ...READ MORE

Aug 24, 2020 in PMP by Rajiv
• 8,870 points
562 views
0 votes
1 answer

how to pass a file to downstream job in jenkins?

Hi@Sourabh, You can do this task by sharing ...READ MORE

May 27, 2020 in Jenkins by MD
• 95,460 points
4,443 views
0 votes
1 answer

How to auto-reload files in Node.js?

Hello @kartik, A good, up to date alternative ...READ MORE

Jul 9, 2020 in Node-js by Niroj
• 82,840 points
2,489 views
0 votes
1 answer

What tools/software do you use to document communication?

You could use a collaborative, persistent chat ...READ MORE

Aug 13, 2020 in PMP by Sirajul
• 59,230 points
988 views
0 votes
1 answer

What % of project managers in a PMO should be Certified?

It really depends on what your customers ...READ MORE

Aug 18, 2020 in PMP by Rajiv
• 8,870 points
795 views
0 votes
1 answer

JavaScript equivalent of PHP's preg_replace

Hello @klartik, Jusr use the global flag, g: foo.replace(/<br>/g,"\n") Hope it ...READ MORE

Jul 6, 2020 in Java-Script by Niroj
• 82,840 points
2,623 views
0 votes
1 answer

ImportError: No module named 'awscli'

Hi@akhtar, To install aws cli in your system, ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,460 points
5,634 views
0 votes
1 answer

How to add user to a group in Linux system?

Hi@akhtar, In Linux, different users have different roles ...READ MORE

Aug 14, 2020 in Linux Administration by MD
• 95,460 points
958 views
0 votes
1 answer

How to create a variable in Ansible Playbook?

Hi@akhtar, Variable in playbooks are very similar to using variables in ...READ MORE

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

What should you focus on when overtaking existing project?

I would take a look at the ...READ MORE

Aug 17, 2020 in PMP by Thomas
818 views
0 votes
1 answer

How to debug in Django code?

Hello @kartik, There are a bunch of ways ...READ MORE

Aug 6, 2020 in Python by Niroj
• 82,840 points
1,263 views
+1 vote
1 answer

What is the best way to assess the success and value of project management processes?

Here are some metrics that may be ...READ MORE

Aug 18, 2020 in PMP by Richa sharma
733 views
0 votes
1 answer

Which Project Management Methodologies are you using in your business field?

Please let me say that you do ...READ MORE

Aug 18, 2020 in PMP by Gitika
• 65,770 points
765 views
0 votes
1 answer

How to assign edit role to a group in Minishift?

Hi@akhtar, Role assigning to a group is a ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
687 views
0 votes
1 answer

Job for nginx.service failed. See "systemctl status nginx.service" and "journalctl -xe" for details.

Hi@akhtar, I think you didn't install php-fpm rpm ...READ MORE

Apr 24, 2020 in Linux Administration by MD
• 95,460 points
5,734 views
0 votes
1 answer

What is the major difference between update,upgrade and migration?

Hello @Md, An upgrade is when you reinstall ...READ MORE

Aug 10, 2020 in Others by Niroj
• 82,840 points
1,091 views
+2 votes
9 answers

Querying DynamoDB by date

You can use the "day" portion in ...READ MORE

Oct 25, 2018 in Cloud Computing by abc
32,270 views
0 votes
1 answer

How to secure APIs for Registration and Login in Django Rest Framework?

Hello @kartik, you cannot have an authentication system ...READ MORE

Jun 25, 2020 in Python by Niroj
• 82,840 points
3,052 views
0 votes
1 answer

Project Management of Research and Development (R&D) projects?

 I've worked with R&D projects (non-software) and ...READ MORE

Aug 14, 2020 in PMP by Gitika
• 65,770 points
893 views
0 votes
1 answer

How can browse without port usage (example: "http://<IP>" )on the broswer if the php artisan server on "http://<IP>:8088"

Hi, @Raghu, If you are running the Development ...READ MORE

Aug 3, 2020 in Web Development by Gitika
• 65,770 points
1,427 views
0 votes
1 answer

How to loop inside React JSX?

Hello @kartik, You're just calling JavaScript functions. You ...READ MORE

Jul 22, 2020 in Angular by Niroj
• 82,840 points
1,888 views
0 votes
1 answer

error: permission denied in docker ?

Hi@akhtar, This is because of docker permission for ...READ MORE

Mar 23, 2020 in Docker by MD
• 95,460 points
7,117 views
0 votes
1 answer

How do I let PHP to create subdomain automatically for each user?

Hello @kartik, We setup wildcard DNS like they ...READ MORE

Apr 20, 2020 in PHP by Niroj
• 82,840 points
5,900 views
0 votes
2 answers

Why we use --split by command in Sqoop?

In simple explanation, When specify SPLIT_BY only ...READ MORE

Feb 6, 2020 in Big Data Hadoop by Ramji Sridaran
15,555 views
0 votes
1 answer

How to run multiple npm scripts in parallel?

You should use npm-run-all (or concurrently, parallelshell), because it has more ...READ MORE

Apr 24, 2020 in Java-Script by Niroj
• 82,840 points
5,728 views
0 votes
1 answer

Which digital tools do you use in your projects?

The one stop shopping center for project ...READ MORE

Aug 20, 2020 in PMP by Tim
635 views
0 votes
1 answer

i could not access jenkins from slave machine

Hi Rham, I don't think this is a ...READ MORE

Jul 20, 2020 in Jenkins by MD
• 95,460 points
1,999 views
0 votes
2 answers

What Project Management Software do you use and why?

I  use Restyaboard for Project and Task ...READ MORE

Aug 11, 2020 in PMP by Hannah
• 140 points
1,072 views
0 votes
1 answer

What is a future data type in Flutter?

Hi@akhtar, Future is a type that ‘comes from the ...READ MORE

Aug 11, 2020 in Others by MD
• 95,460 points
1,010 views
0 votes
1 answer

How can you compare Project vs Program Manager titles

Traditionally, "Project Manager" and "Program Manager" are ...READ MORE

Aug 10, 2020 in PMP by Gitika
• 65,770 points
1,053 views
0 votes
1 answer

Create a container widget that consumes total space in Flutter.

Hi@akhtar, Instead of giving width and height value, ...READ MORE

Jul 28, 2020 in Others by MD
• 95,460 points
1,612 views
+1 vote
1 answer

Error:<map object at 0x7fa3435f3048> is not JSON serializable

Hello @kartik, map() in Python 3 is a generator ...READ MORE

Jul 3, 2020 in Python by Niroj
• 82,840 points
2,688 views
0 votes
1 answer

How will the Project Manager role survive the Agile hype?

I think there is and will be ...READ MORE

Aug 13, 2020 in PMP by Sunandan Thakur
943 views
0 votes
1 answer

Can a project be managed without tools?

Everything is a tool. Even a pencil ...READ MORE

Aug 20, 2020 in PMP by Serigo
620 views
0 votes
1 answer

Cannot install NodeJs: /usr/bin/env: node: No such file or directory

Hii, If you already have nodejs installed (check ...READ MORE

May 5, 2020 in Java-Script by Niroj
• 82,840 points
5,225 views
0 votes
1 answer

DLL load failed: A dynamic link library (DLL) initialization routine failed.

Hi@akhtar, This problem is related to version. Follow ...READ MORE

Apr 23, 2020 in Machine Learning by MD
• 95,460 points
5,750 views