Trending questions in Edureka Community

0 votes
1 answer

How to delete conda env permanently?

First you check conda enviorment from following ...READ MORE

Jan 22, 2021 in Python by Muhammad Tariq

edited Mar 5 21,980 views
0 votes
1 answer

What will be printed when the below code is executed ?

List 5 100 10 READ MORE

Feb 7, 2023 in Apache Spark by Subbu

edited Mar 5 2,490 views
0 votes
1 answer

Hierarchical Clustering

K-means and Hierarchical clustering are both Clustering ...READ MORE

Feb 2, 2022 in Machine Learning by Nandini
• 5,480 points
1,162 views
0 votes
1 answer

what is selenium used for?

Selenium is the most popularly used freeware ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
1,134 views
0 votes
0 answers

Php - Your PHP installation appears to be missing the MySQL extension which is required by WordPress

For me to fix the error occurring ...READ MORE

Feb 8, 2022 in Others by Rahul
• 9,690 points
933 views
0 votes
0 answers

jQuery.click() vs onClick

I have a huge jQuery application, and ...READ MORE

Feb 8, 2022 in Java by Rahul
• 9,690 points
921 views
0 votes
1 answer

Reverse a string in Java

To answer your question, you can use ...READ MORE

Feb 8, 2022 in Java by Soham
• 9,730 points
876 views
0 votes
0 answers

Whats the trick behind getting the physical IP address?

How can I get the same IP ...READ MORE

Feb 9, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,730 points
876 views
+1 vote
1 answer

git delete branch

The following change in the code given ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,730 points
828 views
0 votes
1 answer

what is nat gateway in AWS?

NAT Gateway is a highly available AWS ...READ MORE

Feb 7, 2022 in AWS by Korak
• 5,820 points
906 views
0 votes
1 answer

How to convert list to string

To convert list to string in Python ...READ MORE

Feb 9, 2022 in Python by Dev
• 6,000 points
833 views
0 votes
1 answer

What is the difference between dynamodb and dynamodb stream?

DynamoDB Streams enables a read only view ...READ MORE

Feb 8, 2022 in AWS by Korak
• 5,820 points
860 views
0 votes
1 answer

Is cloud computing a good career option?

Yes, Cloud Computing is a fantastic career ...READ MORE

Feb 3, 2022 in Cloud Computing by Edureka
• 12,700 points
1,076 views
0 votes
0 answers

Angular and SEO indexing

app.config(["$routeProvider", function($routeProvider) { $routeProvider .when("/", ...READ MORE

Feb 14, 2022 in Others by Kichu
• 19,040 points
588 views
0 votes
1 answer

How to Execute PHP function with onclick?

Hello @kartik, In javascript, make an ajax function, function ...READ MORE

Jun 16, 2020 in PHP by Niroj
• 82,800 points
26,865 views
0 votes
1 answer

what is redshift in aws

Amazon Redshift is a data warehouse product ...READ MORE

Feb 4, 2022 in AWS by Korak
• 5,820 points
1,033 views
0 votes
1 answer

which aspect of devops handles continuous release to production?

Continuous Delivery is a DevOps feature that ...READ MORE

Jan 5, 2022 in DevOps and Microservices by Neha
• 9,020 points
2,478 views
0 votes
1 answer

Base language of Python

Python is written in C, not completely ...READ MORE

Feb 3, 2022 in Python by Dev
• 6,000 points
1,063 views
0 votes
0 answers

Converting HTML to Excel?

How to convert HTML template to Excel ...READ MORE

Feb 24, 2022 in Power BI by surbhi
• 3,820 points

edited Mar 4 186 views
0 votes
1 answer

Assumptions of Naïve Bayes and Logistic Regression

There are very few difference between Naive ...READ MORE

Feb 7, 2022 in Machine Learning by Nandini
• 5,480 points
914 views
0 votes
0 answers

SEO - How to programmatically check if a website has been Banned by Google

i wanted to link a website to ...READ MORE

Feb 14, 2022 in Others by Kichu
• 19,040 points
610 views
0 votes
1 answer

Is there a way to create multiline comments in Python?

In Python, you can use '''  some ...READ MORE

Feb 7, 2022 in Python by Nandini
• 5,480 points
876 views
+1 vote
1 answer

How can I run specific migration in laravel?

Hello @kartik, Use this command it worked for ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,800 points
24,661 views
0 votes
1 answer

What's the difference between struct and class in .NET?

In .NET, there are two categories of ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,730 points
818 views
0 votes
0 answers

Selenium profile import chrome

Afternoon everyone, Hopefully an easy question to answer ...READ MORE

Feb 23, 2022 in Others by anonymous

edited Mar 4 203 views
0 votes
1 answer

ELOGIN error while connecting to SQL Server RDS in AWS Elastic Beanstalk

Using SQL Server Management Studio (SSMS) with ...READ MORE

Feb 8, 2022 in AWS by anonymous
808 views
0 votes
0 answers

How can I save the information that the contract stores in Blockchain to my laptop?

I have written a smart contract in ...READ MORE

Feb 23, 2022 in Blockchain by mehran

edited Mar 4 194 views
0 votes
1 answer

Which of the following is not a hadoop output format?

The Hadoop Output Format checks the Output ...READ MORE

Dec 20, 2021 in Big Data Hadoop by Kavya
• 700 points
3,018 views
0 votes
0 answers

Multi region EC2 & RDS replication from Region A to various other regions

1 Our current server consisting of an 2x ...READ MORE

Feb 10, 2022 in AWS by Rahul
• 2,120 points
754 views
0 votes
0 answers

Difference between implicit wait and pageLoadTimeout

What happen if we given only pageLoadTimeout ...READ MORE

Feb 23, 2022 in Selenium by Webinar

edited Mar 4 185 views
0 votes
0 answers

what is big data with examples

what is big data with examples READ MORE

Feb 1, 2022 in Big Data Hadoop by surbhi
• 3,820 points
1,133 views
0 votes
0 answers

what about System.setProperty method in the following example

public class Flipkart { WebDriver driver = new ...READ MORE

Feb 22, 2022 in Others by Praveen

edited Mar 4 206 views
0 votes
1 answer

how to create vpc in aws?

Click on VPC under Networking. Click on “Start ...READ MORE

Feb 7, 2022 in AWS by Korak
• 5,820 points
824 views
0 votes
1 answer

When to use "while" or "for" in Python?

while and for are both flow control ...READ MORE

Feb 9, 2022 in Python by Nandini
• 5,480 points
736 views
0 votes
1 answer

what is selenium webdriver?

Selenium WebDriver is a collection of open-source ...READ MORE

Feb 3, 2022 in Selenium by Edureka
• 850 points
1,054 views
0 votes
1 answer

how to become cyber security expert in india

The professionals in responsible for designing and ...READ MORE

Jan 31, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,700 points
1,121 views
0 votes
1 answer

what is hacking in cyber security

An effort to attack a computer system ...READ MORE

Jan 31, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,700 points
1,120 views
0 votes
1 answer

How to save DOMPDF generated content to file?

Hii, Try this: require_once("./pdf/dompdf_config.inc.php"); $files = glob("./pdf/include/*.php"); foreach($files as $file) include_once($file); $html ...READ MORE

Nov 13, 2020 in PHP by Niroj
• 82,800 points
20,295 views
0 votes
1 answer

what is pig in big data?

Pig is a high-level programming language for ...READ MORE

Jan 7, 2022 in Big Data Hadoop by Edureka
• 12,700 points
2,187 views
0 votes
0 answers

It shows black screen when trying to load Map on device with ionic 2 Google Map Native plugin

By using the Command $ keys, I ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,730 points
800 views
0 votes
1 answer

How to Split Columns in Power BI?

Splitting columns in Power BI using the ...READ MORE

Jan 6, 2024 in Power BI by anonymous
• 1,420 points
1,562 views
0 votes
2 answers

what is docker in devops?

Docker is a technology or platform that ...READ MORE

Jan 5, 2022 in Docker by Neha
• 9,020 points
2,345 views
0 votes
1 answer

What is the extension of archive file created in Hadoop?

Hadoop archive is a facility which packs ...READ MORE

Dec 9, 2021 in Big Data Hadoop by Kavya
• 700 points
3,526 views
0 votes
0 answers

Seeding multiple image attachments from Amazon S3 in Rails

 am trying to seed multiple image attachments ...READ MORE

Feb 10, 2022 in AWS by Rahul
• 2,120 points
694 views
0 votes
0 answers

Can i get job after 7 years gap

I completed my graduation of B.Tech in ...READ MORE

Feb 21, 2022 in Others by Suresh

edited Mar 4 201 views
0 votes
0 answers

Seo panel Google API verification fails

API verify connection fails when i am ...READ MORE

Feb 14, 2022 in Others by Kichu
• 19,040 points
496 views
0 votes
0 answers

S3 Bucket Creation: Restrict to Specific Name Pattern

Is there a way to specify a ...READ MORE

Feb 10, 2022 in AWS by Rahul
• 2,120 points
675 views
0 votes
1 answer

How to delete a file from S3 bucket using boto3?

You can delete the file from S3 ...READ MORE

Nov 30, 2018 in AWS by Aniket
51,073 views
+1 vote
1 answer

getting error in testng java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap

A NoClassDefFoundError is thrown when the JRE can't find ...READ MORE

Jun 4, 2020 in Selenium by Ramesh
• 140 points
29,610 views
0 votes
1 answer

what is aws lambda function

AWS Lambda is a serverless compute service that ...READ MORE

Feb 4, 2022 in AWS by Korak
• 5,820 points
875 views