Trending questions in Edureka Community

0 votes
1 answer

How to add an object to an array?

Hello @kartik, Put anything into an array using ...READ MORE

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

How to study for pmp?

The good news is that there is ...READ MORE

Sep 3, 2020 in PMP by Gitika
• 65,770 points

edited Jul 4, 2023 by Khan Sarfaraz 700 views
0 votes
1 answer

What is the difference between remote add origin vs remote set-url origin in git?

Hello, If you want to add a new ...READ MORE

May 27, 2020 in Git & GitHub by Niroj
• 82,840 points
4,976 views
0 votes
1 answer

How to apply for pmp exam?

Application Process of PMP® Certification Exam NOTE: Before you start ...READ MORE

Sep 4, 2020 in PMP by Gitika
• 65,770 points
659 views
+1 vote
1 answer

Restsharp support webservice automationtesting like rest .

Hey, here's an example with sample code. check ...READ MORE

Aug 10, 2020 in Software Testing by Karan
• 19,610 points

reshown Nov 11, 2024 by Khan Sarfaraz 1,699 views
0 votes
1 answer

How to replace all occurrences of a string?

Hello @kartik, As an alternative to regular expressions ...READ MORE

Aug 28, 2020 in Java-Script by Niroj
• 82,840 points
979 views
0 votes
1 answer

how can I get all executors' pending jobs and stages of particular sparksession?

Hi@Neha, You can find all the job status ...READ MORE

Aug 19, 2020 in Apache Spark by MD
• 95,460 points
1,338 views
0 votes
1 answer

How to create a navigation bar in Flutter app?

Hi@akhtar, To add a drawer to the app, ...READ MORE

Aug 25, 2020 in Others by MD
• 95,460 points
1,111 views
0 votes
0 answers

Unable to get the Job status and Group ID java- spark standalone program with databricks

package com.dataguise.test; import java.io.IOException; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import org.apache.spark.SparkContext; import org.apache.spark.SparkJobInfo; import ...READ MORE

Jul 23, 2020 in Apache Spark by kamboj
• 140 points

recategorized Jul 28, 2020 by Gitika 2,542 views
0 votes
1 answer

How do I get the path to the current script with Node.js?

Hello @kartik, you can do this: fs.readFile(path.resolve(__dirname, 'settings.json'), 'UTF-8', ...READ MORE

Jul 8, 2020 in Node-js by Niroj
• 82,840 points
3,149 views
0 votes
1 answer

What kind of approach do you suggest to project interdependencies management in Project Management?

A so-called "Lean Portfolio Management" allows us ...READ MORE

Sep 1, 2020 in PMP by Edward Luis
770 views
+1 vote
1 answer
0 votes
1 answer

How can I remove a specific item from an array?

Hello @kartik, Find the index of the array element you ...READ MORE

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

What is the greatest fear of the Project Manager / Scrum Master?

Fear is a personal thing so I ...READ MORE

Sep 1, 2020 in PMP by anonymous
• 65,770 points
790 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,840 points
4,872 views
+1 vote
1 answer

Error:Ajax LARAVEL 419 POST error

Hello @kartik, Laravel 419 post error is usually ...READ MORE

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

How to get an enum value from a string value in Java?

Hello @kartik, Yes, Blah.valueOf("A") will give you Blah.A. Note that the name ...READ MORE

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

How to autoscale a deployment in Minishift?

Hi@akhtar, MiniShift can autoscale a deployment or a ...READ MORE

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

How to configure yum in RedHat system?

Hi@akhtar, By default, RedHat has one ISO file. ...READ MORE

Jul 28, 2020 in Linux Administration by MD
• 95,460 points
2,295 views
0 votes
1 answer

How to become a pmp?

Becoming a PMP (Project Management Professional) is an ...READ MORE

Sep 3, 2020 in PMP by Gitika
• 65,770 points

edited Jun 20, 2023 by Khan Sarfaraz 660 views
0 votes
0 answers
0 votes
1 answer

Error:django.core.exceptions.ImproperlyConfigured

Hello @kartik, You can set fields or exclude ...READ MORE

Jul 3, 2020 in Python by Niroj
• 82,840 points
3,331 views
0 votes
2 answers

If I'm good at Cyber Security , what role do I play in Cloud industry?

Hi, @Md Safwathullah, As you mentioned that you ...READ MORE

Aug 5, 2020 in Career Counselling by Reshma
1,889 views
0 votes
1 answer

What are the best companies to work for as a Project Manager?

Look for companies that promote their organizational ...READ MORE

Aug 25, 2020 in PMP by Raina Neman
1,052 views
0 votes
1 answer

How to change the group of a folder in Linux system?

Hi@akhtar, You can use chgrp command in your ...READ MORE

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

How long to study for pmp?

Talking about the Exam Syllabus they are generally 4 ...READ MORE

Sep 4, 2020 in PMP by Raina Neman

edited Jul 4, 2023 by Khan Sarfaraz 618 views
0 votes
1 answer

Can I run all my projects using Excel Project Management templates?

The topics that include Monitoring and Controlling ...READ MORE

Aug 26, 2020 in PMP by Peter
993 views
+2 votes
1 answer

How to deploy one application on GKE cluster?

Hi@akhtar, GKE uses Kubernetes objects to create and ...READ MORE

Aug 25, 2020 in GCP by MD
• 95,460 points
986 views
0 votes
1 answer

I am new to UIpath so can you provide the screenshots of the activities and flow on how to develop this.

Hey @Moin, check this out for workflow  https://forum.uipath.com/t/how-to-split-the-pdf-file-basis-on-text-name/224715/4 Hope ...READ MORE

Aug 26, 2020 in RPA by Kim
1,011 views
0 votes
1 answer

How to get database structure in MySQL via query

Hello @kartik, Use this: DESCRIBE table; You can also use SHOW ...READ MORE

Aug 26, 2020 in PHP by Niroj
• 82,840 points
1,000 views
0 votes
2 answers

Is there any Web UI for kafka?

Yes. There is one Tool Name Called ...READ MORE

Mar 14, 2020 in Apache Kafka by Sagar
4,899 views
0 votes
1 answer

Yum is not working inside docker container!

Hi@akhtar, Sometime dns is not able to resolve ...READ MORE

Apr 22, 2020 in Docker by MD
• 95,460 points
6,435 views
0 votes
1 answer

What is PMP certification?

Project Management Professional® Certification (PMP) is a globally acknowledged professional ...READ MORE

Sep 3, 2020 in PMP by Sirajul
• 59,230 points
645 views
0 votes
1 answer

How to change the owner of any folder in Linux system?

Hi@akhtar, Linux system has one command named chown. This ...READ MORE

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

How to balance confidentiality with sharing information?

Generally, if you have an NDA signed ...READ MORE

Sep 2, 2020 in PMP by Ramachandra
680 views
0 votes
1 answer

After which Azure Certification beginners/fresher can get job ?

Hello If you are a complete beginner with the Azure cloud ...READ MORE

Aug 3, 2020 in Career Counselling by Niroj
• 82,840 points
2,025 views
0 votes
1 answer
0 votes
1 answer

Recent PMP – Career challenges and looking for advice

In your situation where you are venturing ...READ MORE

Sep 1, 2020 in PMP by Rami
724 views
0 votes
1 answer

Contingency Plan and Crisis Management - cloud based applicable deployment

If you are referring to Issue Management ...READ MORE

Sep 1, 2020 in PMP by David Samon
717 views
+1 vote
0 answers

Want to rotate image infinite on active webpage using java and selenium

Hi I need to rotate image infinite ...READ MORE

Aug 28, 2020 in Selenium by mfarooq
• 130 points
886 views
0 votes
1 answer

How can I upload Multiple file in php?

Hello @kartik, Multiple files can be selected and ...READ MORE

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

driver.find_elements_by_css_selector("input[placeholder='from']").send_keys("del") AttributeError: 'list' object has no attribute 'send_keys'

Hey, @Nupur, You are getting a list of web elements ...READ MORE

May 20, 2020 in Python by Gitika
• 65,770 points
5,184 views
0 votes
1 answer

What are the prerequisites to learn Jenkins tool?

Hi@akhtar, As mentioned, there are no such prerequisite ...READ MORE

May 21, 2020 in Jenkins by MD
• 95,460 points
5,133 views
0 votes
1 answer

Scan dynamodb table in sorted order based on a attribute

If you are aware of the HashKey, ...READ MORE

Apr 4, 2019 in AWS by datageek
• 3,090 points
22,984 views
+1 vote
1 answer
0 votes
0 answers

avro schema validation with shuffled columns

I want to validate my incoming Avro ...READ MORE

Aug 22, 2020 in Python by khyati
• 190 points
1,162 views
0 votes
1 answer

How to set password to csv file after it send to mail in UiPath?

Hi, CSV files by default are plain text ...READ MORE

Jul 20, 2020 in RPA by Pablito
2,538 views