Trending questions in Edureka Community

0 votes
0 answers

What is the Azure equivalent of AWS Lambda?

What is the Azure equivalent of AWS ...READ MORE

Oct 11, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 38 views
0 votes
0 answers

What is IOPS in AWS?

What is IOPS in AWS? READ MORE

Oct 11, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 36 views
0 votes
0 answers

How to connect between AWS VPC and a Raspberry Pi?

How to connect between AWS VPC and ...READ MORE

Oct 11, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 34 views
0 votes
0 answers

What is the difference between DocumentDB and DynamoDB?

What is the difference between DocumentDB and ...READ MORE

Oct 11, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 33 views
0 votes
0 answers

How to make MSCK REPAIR TABLE execute automatically in AWS Athena?

How to make MSCK REPAIR TABLE execute ...READ MORE

Oct 11, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 31 views
0 votes
0 answers

How can I resolve the "zsh: command not found: aws" error when trying to run AWS CLI commands in my terminal?

How can I resolve the "zsh: command ...READ MORE

Oct 10, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 66 views
0 votes
0 answers

How can I resolve the 'instance reachability check failed' issue on an Ubuntu AWS instance?

How can I resolve the 'instance reachability ...READ MORE

Oct 10, 2024 in AWS by Priyanka
• 4,500 points

edited Mar 5 53 views
0 votes
0 answers

Not able to download Six Sigma Certificate. Course stuck to 93%. Please help!!!

I have completed my Six Sigma Green ...READ MORE

Oct 4, 2024 in Others by Jatin

edited Mar 5 101 views
0 votes
0 answers

Selenium Webdriver Java - Eclipse java lang NoClassDefFoundError

package seleniumWithJava; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.edge.EdgeDriver; public class seleniumIntro ...READ MORE

Oct 1, 2024 in Selenium by nasima

edited Mar 5 102 views
+1 vote
12 answers

Hibernate hbm2ddl.auto possible values and their uses

hibernate.hbm2ddl.auto (e.g. none (default value), create-only, drop, create, create-drop, validate, and update) Setting to perform SchemaManagementTool actions automatically as ...READ MORE

Dec 7, 2018 in Java by Shuvodip
79,080 views
0 votes
1 answer

How can we write new data to existing Excel spreadsheet?

Please notes that the Testing Append Process.xlsx file ...READ MORE

Oct 14, 2022 in Others by narikkadan
• 63,600 points
31,013 views
0 votes
4 answers

Is it possible to call one python script from another Python Script?

Try using os.system: os.system("script2.py 1") execfile is different because it is ...READ MORE

Dec 16, 2020 in Python by Gitika
• 65,770 points
71,135 views
0 votes
1 answer

NodeJS - What does "socket hang up" actually mean?

When a socket hang up is thrown, ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,020 points
36,356 views
0 votes
2 answers

Is it possible to save python dictionary into json files?

You can save the Python dictionary into ...READ MORE

Mar 17, 2020 in Python by Vishal
• 180 points
75,427 views
0 votes
0 answers

How to delete my edureka account permanently?

edureka FAQ READ MORE

Sep 12, 2024 in Others by Tijo

edited Mar 5 51 views
0 votes
1 answer

How to check if a string contains a substring Java ?

Hi@akhtar, The first and foremost way to check ...READ MORE

Dec 30, 2020 in Java by MD
• 95,460 points

edited Jul 5, 2023 by Khan Sarfaraz 58,321 views
+1 vote
6 answers

groupByKey vs reduceByKey in Apache Spark.

ReduceByKey is the best for production. READ MORE

Mar 3, 2019 in Apache Spark by anonymous
77,552 views
+1 vote
7 answers

What is difference between access modifier and access specifier in java

Access Specifier:- This can be understood as ...READ MORE

Feb 14, 2019 in Java by Priyaj
• 58,020 points
72,893 views
0 votes
0 answers

Capstone project Data Engineer Associate Certification

Need Session on Azure project READ MORE

Sep 2, 2024 in Azure by Sharada

edited Mar 5 86 views
0 votes
5 answers

How can I use grep in Python?

The first part starts with grep , followed by ...READ MORE

Dec 14, 2020 in Python by Gitika
• 65,770 points
73,668 views
0 votes
0 answers

Lifetime Access

Hi Edureka Support, May I know is this ...READ MORE

Aug 16, 2024 in Others by Lewiz

edited Mar 5 32 views
+4 votes
3 answers

How to sum a variable by group in R?

You can also try this way, x_new = ...READ MORE

Aug 1, 2019 in Data Analytics by Cherukuri
• 33,050 points
78,616 views
0 votes
6 answers

How to get text found between span – selenium

The text "Search Zone" is not part ...READ MORE

Feb 28, 2019 in Selenium by Trying to Figure
76,957 views
0 votes
0 answers

I have experience in RPA can i enroll for prompt engineering and get job

Hello I have experience in RPA and ...READ MORE

Aug 6, 2024 in Career Counselling by anonymous

edited Mar 5 59 views
0 votes
1 answer

Dart sdk is not configured android studio

The error message "Dart SDK is not ...READ MORE

Mar 9, 2023 in Android by pooja
22,228 views
0 votes
5 answers

what is the difference between append and insert in python lists?

There is a simple difference between append ...READ MORE

Jun 23, 2019 in Python by Harshdeep Khatke
70,894 views
0 votes
3 answers

HTML - Change\Update page contents without refreshing\reloading the page?

pushState() # The pushState() method let's you update the URL and create ...READ MORE

Dec 15, 2020 in HTML by Gitika
• 65,770 points
61,955 views
0 votes
0 answers

DFS PUT Command gives error on Windows

When i run DFS PUT command on ...READ MORE

Jul 22, 2024 in Database by anonymous

edited Mar 4 68 views
0 votes
1 answer

JQuery Ajax Post results in 500 Internal Server Erro

The 500 Internal Server Error is a ...READ MORE

Jun 23, 2022 in Web Development by rajatha
• 7,680 points
32,849 views
0 votes
1 answer

Flutter command not found android studio

This error message usually appears when the ...READ MORE

Mar 29, 2023 in Flutter by vishalini
20,749 views
0 votes
1 answer

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoRestController'

To answer your doubt, the DemoApplication class ...READ MORE

Feb 23, 2022 in Java by Aditya
• 7,680 points
37,670 views
0 votes
1 answer

How to input text in the text box without calling the sendKeys()?

driver.findElement(By.id("proj_cost")).sendKeys("5000&q ...READ MORE

Nov 16, 2023 in Selenium by anonymous

edited Mar 5 45,560 views
+1 vote
8 answers

How to replace null values in Spark DataFrame?

Hi, In Spark, fill() function of DataFrameNaFunctions class is used to replace ...READ MORE

Dec 15, 2020 in Apache Spark by MD
• 95,460 points
76,025 views
0 votes
0 answers

how do I turn a double in an array from 1000 to infinity

I am trying to convert a double ...READ MORE

Jul 9, 2024 in Java by tim

edited Mar 5 63 views
0 votes
0 answers
0 votes
0 answers

How do I show "0" values in a filtered pivot table?

How do I show a "0" value ...READ MORE

Jul 2, 2024 in Data Analytics by MattZielenski

edited Mar 5 69 views
0 votes
1 answer

ModuleNotFoundError: No module named 'mysql'

don't give filaname as mysql.py give another ...READ MORE

Jan 6, 2022 in Python by anonymous

edited Mar 5 50,815 views
0 votes
3 answers

How to distinguish between a variable and an identifier?

An identifier actually identifies something, it's not the thing ...READ MORE

Dec 16, 2020 in Python by Rajiv
• 8,870 points
66,611 views
0 votes
1 answer

How to check a radio button with jQuery?

try :  $("#radio_1").prop('checked', true); READ MORE

May 25, 2023 in JQuery by Manal

edited Mar 5 24,794 views
0 votes
0 answers

how does linux and unix related to supercomputer

the clearer view about uni/ linux related ...READ MORE

Jun 27, 2024 in Software Testing by olakunle

edited Mar 5 48 views
0 votes
1 answer

How do I add a custom script to my package.json file that runs a javascript file?

run npm run script1 it works for me READ MORE

Jan 10, 2023 in Node-js by Harisudarsan

edited Mar 5 42,075 views
0 votes
2 answers

How to create a circle icon button in Flutter?

To create something similar to a FloatingActionButton, ...READ MORE

Aug 23, 2023 in Flutter by anonymous
• 140 points
15,719 views
0 votes
1 answer

Remove credentials from Git.

Hi@akhtar, The Git credential cache runs a daemon ...READ MORE

Jan 4, 2021 in Git & GitHub by MD
• 95,460 points
54,020 views
0 votes
0 answers

what is data loader in salesforce?

Mar 1, 2024 in SalesForce by Priyanka
• 4,500 points

edited May 9, 2024 by jyothi 541 views
0 votes
1 answer

How to change textField underline color?

You can change the color of the ...READ MORE

Mar 30, 2023 in Flutter by venky
18,548 views
0 votes
1 answer

Web API Error - This request has been blocked; the content must be served over HTTPS

 If your web app is being hosted ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
36,099 views
0 votes
1 answer

Error: 'Unchecked runtime.lastError: The message port closed before a response was received' chrome issue?

uninstall chrome extension one by one and ...READ MORE

Sep 25, 2021 in Laravel by Nitish Verma

edited Mar 5 53,960 views
+1 vote
4 answers

What is the difference between string object and string literal?

A String literal is a Java language concept. This ...READ MORE

Aug 16, 2019 in Java by Sirajul
• 59,230 points
68,427 views
0 votes
1 answer

How to use Expanded in SingleChildScrollView?

The error message suggests that the Expanded ...READ MORE

Mar 27, 2023 in Flutter by sarit
• 1,830 points
18,382 views
0 votes
1 answer

How do I call a Django function on button click?

Hello @kartik, There are 2 possible solutions that ...READ MORE

Jun 23, 2020 in Python by Niroj
• 82,840 points
61,769 views