Trending questions in Edureka Community

0 votes
1 answer

Error:Jquery .ajax method=“post” but $_POST empty

Hello @kartik, Instead of method: "post" you need to use type: ...READ MORE

Jun 16, 2020 in PHP by Niroj
• 82,840 points
3,823 views
0 votes
1 answer

What Impact does Business Analysis have in Project Management?

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

Aug 24, 2020 in PMP by Raina Neman
854 views
0 votes
2 answers

Excel contains complete data with , separator how to split in blue prism

Import the bundled Utility - Strings Business ...READ MORE

Jul 2, 2020 in RPA by Kim
3,116 views
0 votes
1 answer
0 votes
1 answer

Hive: ParseException line 5:20 missing EOF at '.' near

In the stored as parameter, you have specified the ...READ MORE

Jul 11, 2019 in Big Data Hadoop by Kim
18,552 views
0 votes
1 answer

How far away do you think are we to have AI implemented in our Project Management Platforms?

 see AI helping with the repetitive tasks ...READ MORE

Aug 26, 2020 in PMP by Richa sharma
745 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,260 points
1,096 views
0 votes
1 answer

How to create a secret from a file in Minishift?

Hi@akhtar, You can create a secret using generic ...READ MORE

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

What kind of resource tracking tools is everyone using?

Before implementing resource management tooling, ensure the ...READ MORE

Aug 28, 2020 in PMP by Karan
• 19,610 points
666 views
0 votes
1 answer

How to add edit role to a user in Minishift?

Hi@akhtar, You can give different roles to different ...READ MORE

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

How can I get dict from sqlite query?

Hii, Even using the sqlite3.Row class-- you still ...READ MORE

Apr 30, 2020 in Python by Niroj
• 82,840 points
5,833 views
0 votes
1 answer

How to move an item programmatically with jQuery sortable while still triggering events?

Hello, $("selector").trigger("sortupdate"); you will have to  pass as second argument  ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,840 points
4,586 views
0 votes
1 answer

Error:java.lang.UnsupportedClassVersionError: Unsupported major.minor version

Hello @kartik, This error means you're trying to ...READ MORE

Jul 28, 2020 in Java by Niroj
• 82,840 points
1,994 views
0 votes
1 answer

How to Import SQL file into mysql?

Hello @kartik, From the mysql console: mysql> use DATABASE_NAME; mysql> ...READ MORE

Aug 19, 2020 in PHP by Niroj
• 82,840 points
1,039 views
0 votes
1 answer

Do you Apply Cultural Intelligence in International Project Management?

To expand slightly: I've had the good ...READ MORE

Aug 20, 2020 in PMP by Roshni
• 10,480 points
998 views
0 votes
1 answer

OSError: Unable to open file (truncated file: eof = 1277952, sblock->base_addr = 0, stored_eof = 17225924)

Hi@akhtar, You may get this error if your ...READ MORE

May 18, 2020 in Machine Learning by MD
• 95,460 points
5,060 views
0 votes
1 answer

Error:Import SQL dump into PostgreSQL database

Hello, Here is the command you are looking ...READ MORE

May 4, 2020 in Database by Niroj
• 82,840 points
5,660 views
0 votes
1 answer

What is your biggest challenge to running profitable projects?

Normally a project is conducted to drive ...READ MORE

Aug 26, 2020 in PMP by Raina Neman
727 views
0 votes
1 answer

Are Edureka certificate worth it?

Hii @kartik, Edureka- Which is a Banglore based organisation which ...READ MORE

May 14, 2020 in Career Counselling by Niroj
• 82,840 points
5,221 views
0 votes
1 answer

Error while installing Let's Encrypt SSL on My Website

Hi@Hitesh, There may be a firewall issue. Check ...READ MORE

Aug 24, 2020 in Linux Administration by MD
• 95,460 points
876 views
0 votes
2 answers

How to scroll the Page up or down in Selenium WebDriver? (using java)

JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...READ MORE

Sep 6, 2020 in Selenium by Sri
• 3,190 points
19,340 views
0 votes
1 answer

How to process POST data in Node.js?

Hello @kartik, You can use the querystring module: var qs = ...READ MORE

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

How to create a service account in Minishift?

Hi@akhtar, Some application requires service account for their ...READ MORE

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

You should always escalate problem, not person. But what if the person is the problem?

Here's what you could probably do. You ...READ MORE

Aug 26, 2020 in PMP by Tousif
718 views
0 votes
1 answer

What do you believe should be the role of the Project Coordinator in a big project ?

I believe the Project Coordinator has an ...READ MORE

Aug 26, 2020 in PMP by David Samon
717 views
+1 vote
1 answer

What is the most famous and most used framework in Agile methodologies?

Scrum is the most well-known approach to ...READ MORE

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

Why do Project Managers tend to have too many team meetings?

Many PMs use meetings to gather basic ...READ MORE

Aug 18, 2020 in PMP by Roshni
• 10,480 points
1,095 views
0 votes
1 answer

How to create Users with the HTPasswd Identity Provider in Minishift?

Hi@akhtar, You can create a user using htpasswd ...READ MORE

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

What is the biggest problem that companies and their project managers have when they are executing a project?

The problem is defined as a gap ...READ MORE

Aug 27, 2020 in PMP by Serigo Louis
700 views
0 votes
1 answer

How to override the default value of a Model Field from an Abstract Base Class

Hello @kartik, You can do this as follows: class ...READ MORE

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

How to allow users to change their own passwords in Django?

Hello @kartik, See the Changing passwords section Navigation to your project ...READ MORE

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

[WinError 2] The system cannot find the file specified

Hi@akhtar, You may get this error, if you ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,460 points
4,402 views
0 votes
1 answer

How to create a role in Ansible?

Hi@akhtar, You can create a role in Ansible ...READ MORE

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

How to count the number of elements in a list?

1) Count total number of numbers in ...READ MORE

Apr 14, 2021 in Python by VISHAKHA AGARWAL

edited Mar 5 5,550 views
0 votes
1 answer

How to set quota for a project in Minishift?

Hi@akhtar, You can set a quota for a ...READ MORE

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

How to introduce & implement the Project management processes in an organization ?

Project management is not about maintaining reports. ...READ MORE

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

How to get Redux Form data in another Component?

Hello @kartik, What you need to do is ...READ MORE

Jun 1, 2020 in PHP by Niroj
• 82,840 points
4,422 views
0 votes
1 answer

getting java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property

Hi Sivaranjani, to resolve your issue, Driver path ...READ MORE

Sep 3, 2019 in Selenium by Abha
• 28,140 points
16,166 views
0 votes
1 answer

How to import module in Terraform code?

Hi@akhtar, A module is a container for multiple resources that ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,460 points
2,260 views
0 votes
1 answer

How to test an API endpoint with Django-rest-framework using Django-oauth-toolkit for authentication?

Hello @kartik, You should avoid making unneeded API calls, ...READ MORE

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

How to set focus on an input field after rendering?

Hello @kartik, You should do it in componentDidMount and refs callback instead. ...READ MORE

Jul 22, 2020 in Angular by Niroj
• 82,840 points
2,210 views
+1 vote
1 answer
0 votes
1 answer

Tips to start as a freelancing Project Manager

"Having worked as a contract Project Manager ...READ MORE

Aug 25, 2020 in PMP by David Samon
734 views
0 votes
1 answer

How to Handle alerts like Irctc alert in selenium?

Hello  karthik, Handling alerts manually is a tedious task. ...READ MORE

Jun 29, 2020 in Selenium by Niroj
• 82,840 points
3,232 views
0 votes
1 answer

What are the challenges of a Project Manager in managing projects of an altogether different domain?

In my view and from my personal ...READ MORE

Aug 21, 2020 in PMP by Thomas
921 views
0 votes
1 answer

When Concourse CI should be chosen instead of Jenkins?

Concourse and Jenkins can be primarily classified ...READ MORE

Aug 3, 2020 in DevOps Tools by Sirajul
• 59,230 points
1,730 views
0 votes
2 answers

Name or service not known error

use ping google.com dont add www or https READ MORE

Nov 28, 2020 in Linux Administration by CISUR101
9,697 views
0 votes
1 answer

how to login into control room automation anyware by default am not getting windows y?

If you are using Automation Anywhere trial ...READ MORE

Aug 19, 2020 in RPA by Sirajul
• 59,230 points
995 views
0 votes
1 answer

How to install Laravel's Artisan?

Hello @kartik, Artisan comes with Laravel by default, ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,840 points
1,615 views