Trending questions in Edureka Community

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,910 points
595 views
0 votes
1 answer

What are examples of Program Management Methodology?

Agile is not a method or methodology. ...READ MORE

Aug 7, 2020 in PMP by Gitika
• 65,910 points
1,140 views
0 votes
1 answer

How to set LimitRagne in Minishift?

Hi@akhtar, A LimitRange resource also called a limit, ...READ MORE

Aug 26, 2020 in DevOps Tools by MD
• 95,440 points
348 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,440 points
1,883 views
+1 vote
0 answers

I am not able to see the chat box on webinar-session. i can see only ask question pane

Today (8/aug/2020) I have joined one webinar, ...READ MORE

Aug 9, 2020 in Others by Ravibharathi
• 130 points
1,087 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
407 views
0 votes
1 answer

How to manage Projects with Design Loops?

We use iterative, incremental, and iterative-incremental (with ...READ MORE

Aug 25, 2020 in PMP by Carlos
363 views
0 votes
1 answer

Manager vs Leader

You can earn the role of manager, ...READ MORE

Aug 21, 2020 in PMP by Andrew
552 views
0 votes
1 answer

How do I URl encode something in Node.js?

Hello @kartik, The built-in module querystring is what you're looking ...READ MORE

Jul 14, 2020 in Node-js by Niroj
• 82,880 points
2,157 views
0 votes
2 answers

How to kill a lambda function in AWS?

$ aws lambda put-function-concurrency --function-name my-function --reserved-concurrent-executions ...READ MORE

Mar 28, 2019 in AWS by Shashank
• 1,370 points
22,648 views
0 votes
1 answer

How to check if button is disabled in jQuery Mobile?

Hello, you can try $("#deliveryNext").is(":disabled") The following code works for ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,880 points
4,152 views
0 votes
0 answers

How do I clone a Django model instance object and save it to the database?

In the database, I want to add ...READ MORE

Jun 22, 2020 in Python by kartik
• 37,510 points
3,151 views
+1 vote
2 answers

How can I delete an element in Selenium using Python?

You can directly delete the node using ...READ MORE

Sep 14, 2019 in Selenium by tonystark
• 500 points
18,924 views
0 votes
1 answer

ModuleNotFoundError: No module named 'pyGTK'

Hi@akhtar, It seems you didn't install this module ...READ MORE

Jun 29, 2020 in Python by MD
• 95,440 points
2,787 views
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,880 points
3,347 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,440 points
584 views
0 votes
0 answers

In web automation(selenium+python) when running code without a headless working fine but with headless{chrome} it navigates to the unexpected page?

Using Python/selenium running without headless mode is ...READ MORE

Jun 15, 2020 in Selenium by Raghvir
• 170 points
3,435 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
2,641 views
0 votes
1 answer

What is type casting and type juggling in php?

Hey, The way by which PHP can assign ...READ MORE

Mar 27, 2020 in PHP by Niroj
• 82,880 points
6,852 views
0 votes
1 answer

Project Management skills vs technical skills

I choose the first option. Project Manager's ...READ MORE

Aug 20, 2020 in PMP by Thomas
546 views
0 votes
1 answer

While working on VIF in multiple regression I came across this problem

Hello, @Pawan, The as_matrix method is deprecated since 0.23.0, so ...READ MORE

Aug 11, 2020 in Python by Dhiman
962 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,880 points
2,353 views
0 votes
0 answers

XPATH FOR DYNAMIC DROP DOWN

Hi all, I am facing some challenges in ...READ MORE

Jul 12, 2020 in Selenium by MOHAMMED
• 120 points
2,288 views
0 votes
1 answer

What are some freelance Project Management jobs/options?

From my professional career development point of ...READ MORE

Aug 25, 2020 in PMP by Sunandan Thakur
322 views
0 votes
1 answer

Managing in Chaos. Is A Necessary Skill for Managers and Leaders?

One of the Principles of teamwork is ...READ MORE

Aug 20, 2020 in PMP by Richa sharma
532 views
0 votes
1 answer

How can I prepare project financial proposal before business analysis phase?

I use a number of methods to ...READ MORE

Aug 24, 2020 in PMP by Gitika
• 65,910 points
362 views
0 votes
1 answer

ERROR: Connection is not established! java.lang.IllegalStateException: Connection is not established!

Hi@akhtar, This error may occur because of network ...READ MORE

May 29, 2020 in Jenkins by MD
• 95,440 points
4,125 views
0 votes
0 answers

Is there any tool to manage dependencies across various projects/programs ?

I am looking for a tool that ...READ MORE

Aug 26, 2020 in PMP by Rajiv
• 8,910 points
296 views
0 votes
2 answers

Can Jenkins detect and build new tags from Git repository?

Yes, this can be done in 3 ...READ MORE

Jun 25, 2019 in DevOps Tools by Neel
• 3,020 points
17,848 views
0 votes
1 answer

Why AWS DMS service?

Hi@Lakshminarayanan, Every service has some use cases. To ...READ MORE

Aug 17, 2020 in AWS by MD
• 95,440 points
667 views
0 votes
3 answers

Is AWS good as a career for fresher?

yes, aws is an amazing career there ...READ MORE

Nov 5, 2020 in Career Counselling by guru
12,527 views
+1 vote
1 answer

How to get error status code of http get NodeJS?

Hello @kartik, An error code 400 response is ...READ MORE

Jun 2, 2020 in Java-Script by Niroj
• 82,880 points
3,884 views
0 votes
1 answer

How to create Internet gateway in AWS usng Terraform?

Hi@akhtar, You can find one resource named aws_internet_gateway. ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,797 views
+1 vote
1 answer

I want webinar recordings how can I Get it please tell

Hi @Ayush, Could you please mention the webinar ...READ MORE

Aug 3, 2020 in Ask us Anything! by Gitika
• 65,910 points
1,203 views
0 votes
1 answer

Error:The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path

Hello @kartik, Include servlet-api-3.1.jar in your dependencies. Maven <dependency> ...READ MORE

Jun 3, 2020 in Java by Niroj
• 82,880 points
3,883 views
+2 votes
1 answer

How to fetch the text of a web element where the text is split in 2 lines?

Hello, You want to use a non-breaking space ...READ MORE

May 28, 2020 in Selenium by Niroj
• 82,880 points
4,069 views
0 votes
1 answer
+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,910 points
579 views
+1 vote
1 answer

how to automate google Signup form in selenium using python

Try the following code:  from selenium.webdriver import Chrome, ...READ MORE

Mar 23, 2020 in Selenium by Sirajul
• 59,230 points
6,975 views
+2 votes
10 answers

Is there any difference between “hdfs dfs” and “hadoop fs” shell commands?

hadoop fs <args> fs is used for generic ...READ MORE

Mar 16, 2018 in Big Data Hadoop by anonymous
32,688 views
0 votes
1 answer

Hadoop Small File

Hi@himanshu, To monitor your Namenode, you can create ...READ MORE

Aug 24, 2020 in Big Data Hadoop by MD
• 95,440 points
369 views
0 votes
1 answer

run a pipeline in a jenkins docker-agent by jenkins slave

Hi@nemer, You can do your task in multiple ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
2,413 views
0 votes
1 answer

How to import a mysql dump to a laravel migration?

Hello @kartik You can import dumps in Laravel ...READ MORE

Apr 3, 2020 in Laravel by Niroj
• 82,880 points
6,490 views
0 votes
1 answer

How to get the ASCII values of a character in python?

You can get the ASCII value of ...READ MORE

Aug 23, 2020 in Python by Sajetha Selva
9,062 views
0 votes
1 answer

Project Change management

The process of effective change management begins ...READ MORE

Aug 20, 2020 in PMP by Kiran
491 views
0 votes
1 answer

How to manage a redirect request after a jQuery Ajax call?

Hii, You can solved this issue by: Adding a ...READ MORE

Jun 18, 2020 in Java-Script by Niroj
• 82,880 points
3,238 views
0 votes
1 answer

Not able to find IP address in VM.

Hi@akhtar, You need to change your network adapter ...READ MORE

Jul 8, 2020 in Linux Administration by MD
• 95,440 points
2,342 views
0 votes
1 answer

How to add slug to href?

Hello @aakash, You are not sending the variable ...READ MORE

Aug 11, 2020 in PHP by Niroj
• 82,880 points
905 views
0 votes
1 answer

Want to automate in Linux server to move the files whenever data is dump in source location to another server uisng UIpath

Check this out https://www.uipath.com/kb-articles/automating-t ...READ MORE

Aug 10, 2020 in RPA by Karan
• 19,610 points
939 views
+1 vote
0 answers

How to use MSTest Annotations in specflow c#

Hi , Am using Specflow +Mstest . How ...READ MORE

Aug 15, 2020 in Selenium by Sri
• 3,190 points
725 views