Trending questions in Edureka Community

0 votes
1 answer

I was written the python program, am getting error message "IndentationError: expected an indented block"

Hi@Thiyagarajan, You have one else block in your ...READ MORE

May 27, 2020 in Python by MD
• 95,440 points
3,379 views
0 votes
1 answer

How can I get the current stack trace in Java?

Hello @kartik, Try this: Thread.currentThread().getStackTrace(); is fine if you don't ...READ MORE

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

How to send email notification using Logstash?

Hi@akhtar, You can use the Email plugin in ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
2,420 views
+1 vote
1 answer
0 votes
1 answer

Error:IntegrityError: (1062, "Duplicate entry '1-1-1' for key 'CSID'")

Hello @kartik, Changing index name in ./manage.py sqlall output. You could ...READ MORE

Jul 3, 2020 in Python by Niroj
• 82,880 points
1,763 views
0 votes
1 answer

why is x-access-token header used for?

To understand this we need to understand ...READ MORE

Jun 27, 2019 in Others by sunshine
• 1,300 points
17,836 views
0 votes
1 answer

ow can I use Server.MapPath() from global.asax?

Hello @kartik, You could try System.Web.Hosting.HostingEnvironment.MapPath(). No HttpContext required. Hope ...READ MORE

Jul 23, 2020 in Angular by Niroj
• 82,880 points
897 views
0 votes
1 answer

Role of the bias in neural networks.

Hi@akhtar, The activation function in Neural Networks takes ...READ MORE

Jul 15, 2020 in Machine Learning by MD
• 95,440 points
1,275 views
0 votes
1 answer

How to track with Google Analytics on a redirection page with PHP?

Hello @kartik, Since the page that is sending ...READ MORE

Jul 7, 2020 in Web Development by Niroj
• 82,880 points
1,592 views
0 votes
1 answer

Spark: java.sql.SQLException: No suitable driver

The missing driver is the JDBC one ...READ MORE

Jul 24, 2019 in Apache Spark by John
16,665 views
0 votes
1 answer

Why is my Hp envy 5055 keeps going offline?

Hello, For your query you can refer this-https://printerisoffline.com/hp-envy-5055-printer/#:~:text=There%20are%20plenty%20of%20issues,ENVY%205055%20Printer%20offline%20error.&text=Go%20to%20start%20menu%20and,will%20see%20the%20Offline%20status. Hope ...READ MORE

Jul 20, 2020 in Events & Trending Topics by Niroj
• 82,880 points
1,040 views
0 votes
2 answers

How does Amazon EKS work?

Amazon Elastic Kubernetes Service (Amazon EKS) is ...READ MORE

Aug 13, 2020 in AWS by nbavis
• 380 points
801 views
0 votes
1 answer

Stop while loop and continue click on next page of table

Hey, @Vishal,  Python provides two keywords that terminate ...READ MORE

Aug 3, 2020 in Python by Gitika
• 65,910 points
477 views
0 votes
1 answer

How to create template in Ansible?

Hi@akhtar, A template in Ansible is a file ...READ MORE

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

ImportError: No module named copyreg

Hi@akhtar, You can upgrade to six-1.10.x using $ easy_install ...READ MORE

Jul 13, 2020 in Machine Learning by MD
• 95,440 points
1,316 views
0 votes
1 answer

R program: Filter and re-arrange data based on multiple conditions

Hi, You need to create your own customized ...READ MORE

Jul 27, 2020 in Data Analytics by MD
• 95,440 points
1,291 views
0 votes
1 answer

Project management in critical condition like crisis (Like coronavirus).

The problem is not project management. The ...READ MORE

Aug 4, 2020 in PMP by Danial
360 views
0 votes
1 answer

How do I remove a property from a JavaScript object?

Hello @kartik, The delete operator is used to remove properties ...READ MORE

Jul 27, 2020 in Java-Script by Niroj
• 82,880 points
717 views
0 votes
1 answer

Unable to install packages through Ansible

Hi, Try to ping your all nodes. There ...READ MORE

Jul 15, 2020 in Ansible by MD
• 95,440 points
1,241 views
0 votes
1 answer

How to drop columns using Rails migration?

Hello @kartik, Use this: remove_column :table_name, :column_name For instance: remove_column :users, ...READ MORE

Jul 24, 2020 in Java-Script by Niroj
• 82,880 points
832 views
+1 vote
1 answer

if i given invalid data how to get alert in selenium using java

Hello, Here is some of the method you ...READ MORE

Jul 20, 2020 in Java by Niroj
• 82,880 points
1,022 views
0 votes
1 answer

How can I run test cases in parallel using Keyword Driven Framework?

One solution to try for executing test ...READ MORE

Jun 29, 2020 in Selenium by Alexander
2,342 views
0 votes
1 answer

How to access vm instance of Google cloud from laptop's browser?

Hey @Amitabh, you could make use of ...READ MORE

Jul 17, 2020 in GCP by Kim
1,138 views
0 votes
0 answers

I am trying to execute the following python code:

and i get the folloeing error READ MORE

Aug 2, 2020 in Python by cinhaw
• 120 points
478 views
0 votes
1 answer

How to use Get queue item activity and how to use ienumerable string in uipath.

Get Queue item activity enables you to ...READ MORE

Apr 24, 2020 in RPA by Sirajul
• 59,230 points
4,762 views
0 votes
1 answer

Project management without project managers!

Certain aspects of Project Manager can be ...READ MORE

Aug 3, 2020 in PMP by Keith
408 views
0 votes
1 answer

GSON fails to read/map a field with name like USERId

Hello @ RamaKrishnaRaju, You should note the Javadoc of configureMessageConverters states ...READ MORE

Jul 2, 2020 in Java by Niroj
• 82,880 points
1,792 views
0 votes
1 answer

What are the most important or essential skills of a project manager?

These are the things that should be ...READ MORE

Jul 22, 2020 in PMP by Gitika
• 65,910 points

edited Jul 22, 2020 by Gitika 891 views
0 votes
1 answer

How do I play a thumbnail video for a particular product eg. mobile on flipkart site?

Automating video streaming is a bit challenging ...READ MORE

Jul 28, 2020 in Selenium by Sirajul
• 59,230 points
878 views
0 votes
1 answer

How do I add arbitrary html attributes to input fields on a form?

Hello @kartik, If you are using ModelForm, apart from ...READ MORE

Jul 27, 2020 in Java-Script by Niroj
• 82,880 points
665 views
0 votes
1 answer

Is scrum only for software development?

Scrum is not solely for software development. ...READ MORE

Jul 29, 2020 in PMP by Gitika
• 65,910 points

edited Jun 27, 2023 by Khan Sarfaraz 579 views
0 votes
1 answer

How to add two external load balancers(specifically HAProxy) to the Kubernetes High availability cluster

You can set two load balancer in ...READ MORE

Jun 30, 2020 in DevOps Tools by MD
• 95,440 points
1,841 views
0 votes
1 answer

How to launch a Docker container for MySQL?

Hi@akhtar, You can download MySQL image from the docker ...READ MORE

Jul 29, 2020 in Docker by MD
• 95,440 points
576 views
0 votes
1 answer

Project Management Certification.

Pre-requisites of PMP exam: PMI expects the PMP® certification ...READ MORE

Jul 30, 2020 in PMP by Kiara
534 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,440 points
4,592 views
0 votes
1 answer

What is Flutter?

Hi@akhtar, Flutter is an app SDK for building ...READ MORE

Jul 17, 2020 in Others by MD
• 95,440 points
1,100 views
0 votes
1 answer

How can I enable CORS on Django REST Framework

Hello @kartik, You can do by using a ...READ MORE

Jul 1, 2020 in Python by Niroj
• 82,880 points
1,785 views
0 votes
1 answer

Have you managed projects where you never meet the customer?

This has both pros and cons. It ...READ MORE

Aug 4, 2020 in PMP by Richa sharma
339 views
0 votes
1 answer

What are the common mistakes that a Project Manager needs to avoid?

Here are a few that I noticed ...READ MORE

Aug 3, 2020 in PMP by Kevin
383 views
0 votes
1 answer

What is a template in Ansible?

Hi@akhtar, Managing configurations of multiple servers and environments are ...READ MORE

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

How do I pass variables and data from PHP to JavaScript?

Hello @kartik, Simply use one of the following ...READ MORE

Jul 6, 2020 in Java-Script by Niroj
• 82,880 points
1,566 views
0 votes
2 answers

Is environment variable in blue prism contains any limit for the length of the text?

It actually depends on the environment that ...READ MORE

Jul 9, 2020 in RPA by Sirajul
• 59,230 points
1,383 views
0 votes
1 answer

How to temporarily disable a foreign key constraint in MySQL?

Hello @kartik, To turn off foreign key constraint ...READ MORE

Jun 23, 2020 in Python by Niroj
• 82,880 points
2,111 views
0 votes
2 answers

Project Manager interview preparation.

I suggest collecting key information about organizations ...READ MORE

Jul 30, 2020 in PMP by Jacob priyadarshi
470 views
0 votes
1 answer

Error: "Module not found" while importing tensorflow in pycharm.

Try the following: Go to Files -> Settings ...READ MORE

Jun 23, 2020 in Python by Sirajul
• 59,230 points
2,114 views
0 votes
1 answer

Is project manager a hard job?

Looks like you are maintaining an unsustainable ...READ MORE

Aug 3, 2020 in RPA by Kiron
365 views
0 votes
1 answer

Error: Error putting object in S3 bucket (example11225588): AccessDenied: Access Denied

Hi@akhtar, To upload your file in the s3 ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,440 points
2,621 views
0 votes
1 answer

How to create MariaDB DB instance in AWS?

Hi@akhtar, To create a MariaDB DB instance with ...READ MORE

Jul 26, 2020 in AWS by MD
• 95,440 points
690 views