Unanswered questions in Edureka Community

+2 votes
0 answers

Hello. Iam testing a php script and i get a notice error how do i fix it?

A PHP Error was encountered Severity: Notice Message: Undefined ...READ MORE

Aug 28, 2020 in Software Testing by Titus
• 160 points

edited Aug 28, 2020 by Niroj 1,207 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
609 views
0 votes
0 answers
0 votes
0 answers

ValueError: Found input variables with inconsistent numbers of samples: [11, 3988]

After reshaping also I am getting the ...READ MORE

Aug 27, 2020 in Machine Learning by sairam
• 160 points

edited Aug 27, 2020 by MD 5,064 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
0 answers

How I can kill the jobs using jobID running in local mode with Hadoop

I am Running hadoop jobs in local ...READ MORE

Aug 26, 2020 in Big Data Hadoop by kamboj
• 140 points
2,011 views
0 votes
0 answers

TypeError: tuple indices must be integers or slices, not tuple

Traceback (most recent call last):   File "main.py", line ...READ MORE

Aug 25, 2020 in Python by Peddabudi srikanth
• 120 points
4,401 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,910 points
339 views
0 votes
0 answers

Ethics as a competence: the ongoing challenge of the Project Manager.

The project management community agrees that ethical ...READ MORE

Aug 24, 2020 in PMP by Rajiv
• 8,910 points
302 views
0 votes
0 answers
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
863 views
0 votes
0 answers
0 votes
0 answers

Download Github Project in Zip

I want to download code from github ...READ MORE

Aug 20, 2020 in RPA by fsfs
• 120 points

reshown Aug 21, 2020 by Sirajul 697 views
0 votes
0 answers

I need to Post api to database using java in intellij. After testing sample api through postman i got an Sql exception saying Syntax error at or near ',' Please tell me where i made a mistake

public Result setModelMasterParams(){         try{             long tenantId = request().getHeader("tenant_id")==null                     || request().getHeader("tenant_id").equalsIgnoreCase("")                     || ...READ MORE

Aug 19, 2020 in Java by Sriram
• 120 points

recategorized Aug 19, 2020 by Niroj 1,265 views
0 votes
0 answers

How to get the uniqe all rows ?

I am new to this one. I ...READ MORE

Aug 18, 2020 in Talend by james
• 120 points
539 views
0 votes
0 answers

How to draw nested squares to create pursuit curves?

Draw nested squares to create pursuit curves. ...READ MORE

Aug 16, 2020 in Python by Andwela
• 120 points
1,508 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
726 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
570 views
0 votes
0 answers

What PM duties can't be done using artificial intelligence (AI)?

There's a rapid advancement in the field ...READ MORE

Aug 14, 2020 in PMP by Karan
• 19,610 points
529 views
0 votes
0 answers

How can I add indexes of similar values from two .csv to each of them?

So I have two csv files: csv1.csv: 2010-12-10, Steve, ...READ MORE

Aug 13, 2020 in Python by Alex
• 120 points
472 views
0 votes
0 answers

i want downloded previous classes of data science webinars

Aug 10, 2020 in Data Analytics by Chandra
• 120 points
356 views
0 votes
0 answers

Restsharp support webservice automationtesting like rest

Hi , Restsharp support webservice automationtesting like rest ...READ MORE

Aug 9, 2020 in Java by anonymous
• 3,190 points
1,580 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
0 answers

Python Online Training

learn python at H2K Infosys and master ...READ MORE

Aug 7, 2020 in Python by swapna
• 120 points
1 flag 341 views
0 votes
0 answers

Error: current transaction is aborted, commands ignored until end of transaction block?

I got a lot of errors with ...READ MORE

Aug 3, 2020 in Python by kartik
• 37,510 points
643 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
479 views
0 votes
0 answers

Getting Error

String tittle=driver.getTitle(); String currenturl=driver.getCurrentUrl(); System.out.println(tittle); System.out.println(currenturl); WebElement withgoogle = driver.findElement(By.xpath("//div[contains(text(),'Continue with ...READ MORE

Jul 30, 2020 in Selenium by Sahil
• 120 points
502 views
0 votes
0 answers
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 1,990 views
0 votes
0 answers

How access P.G.Diploma in Big Data Engineering participants in telegram

READ MORE

Jul 23, 2020 in Ask us Anything! by SEBASTIAN
• 120 points

recategorized Jul 23, 2020 by Gitika 402 views
0 votes
0 answers

How can i change elements in r programming language

If A=1,2,3 and B=1,2,3,4 and C=20,44,39 in ...READ MORE

Jul 23, 2020 in Data Analytics by Arpita
• 120 points
412 views
0 votes
0 answers

org.openqa.selenium.ElementClickInterceptedException Selenium WebDriver Java

Hello, My execution does clicks on webelement as ...READ MORE

Jul 21, 2020 in Selenium by sainiranjan
• 120 points
12,518 views
0 votes
0 answers

How to open a new tab or a new window while writing an exam in AI - Onlime Remote Proctored

How to open a new tab or ...READ MORE

Jul 20, 2020 in Others by vimalkamal
• 120 points
3,327 views
0 votes
0 answers

create multiple excel sheets.xlsx based on each iteration

Prob : I have a method executeunixcommand ...READ MORE

Jul 14, 2020 in Java by Jyra
• 580 points
4,163 views
0 votes
0 answers

How can i find valid Microsoft AZ-104 Dumps With PDF Explanation ?

Which one is the best source of ...READ MORE

Jul 14, 2020 in Career Counselling by pautriphhea
• 120 points
1 flag
recategorized Jul 14, 2020 by Gitika 875 views
0 votes
0 answers

Trying to avoid detection using selenium chrome driver (Java)

I am trying to do an automated ...READ MORE

Jul 14, 2020 in Java by laiman
• 330 points
4,277 views
0 votes
0 answers

Doubt Regarding Jenkins Shared Libraries

Hello All, I have doubt.The way we declare ...READ MORE

Jul 14, 2020 in Jenkins by omkarnik
• 120 points
446 views
0 votes
0 answers

How to install a private NPM module without my own registry?

I've taken some code and put it in ...READ MORE

Jul 13, 2020 in Node-js by kartik
• 37,510 points
1,381 views
0 votes
0 answers

Webinar Recording on GIT

Hi Team, I was not able to attend ...READ MORE

Jul 12, 2020 in Others by Sudhakar
• 120 points
525 views
0 votes
0 answers

How is ADCS achieved in WAAD?

How is ADCS achieved in WAAD , esp ...READ MORE

Jul 12, 2020 in Azure by bhaskar
• 170 points
387 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
0 answers

How to append to a file in Node?

I am trying to append a string to a ...READ MORE

Jul 9, 2020 in Node-js by kartik
• 37,510 points
771 views
0 votes
0 answers

How to access PHP session variables from jQuery function in a .js file?

How to access PHP session variables from ...READ MORE

Jul 7, 2020 in Java-Script by kartik
• 37,510 points
1,010 views
0 votes
0 answers

Provider class org.springframework.context.index.processor.CandidateComponentsIndexer not in module

package spring.demo; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Client { public ...READ MORE

Jul 4, 2020 in Java by DUGASANI
• 120 points
1,559 views
0 votes
0 answers

How do I apply Ethereum Private blockchain or Hyperledger Fabric to Healthcare data management/Drug Traceability?

I just need a lab practice guide ...READ MORE

Jul 3, 2020 in Blockchain by pauloshikoya
• 120 points

recategorized Jul 3, 2020 by Gitika 883 views
0 votes
0 answers

re FCFS, SJF and Round-Robin priority scheduling algorithms?

course Operting System READ MORE

Jul 3, 2020 in Others by anonymous
• 140 points
1,395 views