Trending questions in Edureka Community

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
307 views
0 votes
1 answer

What is the use of "assert" in Python?

The statement assert exists in almost every programming ...READ MORE

Feb 7, 2022 in Python by Nandini
• 5,480 points
574 views
0 votes
2 answers

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

Hey,  @Himanshu. It's still most likely gzipped data. ...READ MORE

Jul 27, 2020 in Python by Gitika
• 65,770 points
24,982 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
497 views
0 votes
1 answer

what is selenium ide?

Selenium IDE (Integrated Development Environment) is primarily ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
755 views
0 votes
1 answer

Problem with yoast SEO

This is (probably) not a problem of ...READ MORE

Feb 10, 2022 in Others by narikkadan
• 63,600 points
465 views
0 votes
0 answers

is there any chance of getting the job after 10 yrs gap?

I had completed my MCA in 2011 ...READ MORE

Feb 7, 2022 in Ask us Anything! by Edureka
• 120 points
571 views
0 votes
1 answer

How can I count the occurrences of a list item?

For Counting the occurrences there are many ...READ MORE

Feb 7, 2022 in Python by Nandini
• 5,480 points
573 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
495 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,710 points
456 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
759 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
533 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
485 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,710 points
523 views
0 votes
1 answer

how cloud computing works?

I believe you're mixing up cloud computing ...READ MORE

Feb 2, 2022 in Cloud Computing by Edureka
• 13,620 points
736 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
250 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
710 views
0 votes
1 answer

what is selenium grid

Selenium Grid is to execute the tests ...READ MORE

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

What is an index in SQL?

An index is used to speed up ...READ MORE

Feb 3, 2022 in Database by Vaani
• 7,070 points
680 views
0 votes
0 answers

Exit Time Share Review

We review Timeshare Exit Companies helping you ...READ MORE

Feb 8, 2022 in Events & Trending Topics by Exittime
• 170 points
497 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
503 views
0 votes
1 answer

How do I remove quotes from a string?

Hello @kartik, Try this: str_replace('"', "", $string); str_replace("'", "", $string); Otherwise, ...READ MORE

Nov 16, 2020 in PHP by Niroj
• 82,840 points
19,837 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
494 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
668 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
406 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,690 points
661 views
0 votes
1 answer

what is framework in selenium?

Selenium Framework is a suite of automation ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
704 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
621 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,710 points
441 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
400 views
0 votes
0 answers

what are the five v's of big data

Feb 4, 2022 in Big Data Hadoop by surbhi
• 3,820 points
648 views
0 votes
1 answer

what is big data technology

Big data refers to extremely large, and ...READ MORE

Feb 4, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
659 views
0 votes
0 answers

Opening Stock Value In Powerbi

0 I am working on Cost of goods ...READ MORE

Feb 8, 2022 in Power BI by surbhi
• 3,820 points
459 views
0 votes
1 answer

How do I call a JavaScript function on page load?

Hello @kartik, If you want the onload method ...READ MORE

Sep 4, 2020 in Java-Script by Niroj
• 82,840 points
22,955 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
490 views
0 votes
0 answers

what is route table in aws

Feb 4, 2022 in AWS by Rahul
• 2,120 points
625 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
655 views
0 votes
0 answers

Excel 2010, how to keyboard shortcut to filter dropdown checkboxes?

how do I get to the filter ...READ MORE

Feb 10, 2022 in Others by Edureka
• 13,690 points
332 views
0 votes
0 answers

How do I declare and initialize an array in Java?

How do I declare and initialize an ...READ MORE

Feb 8, 2022 in Java by Edureka
• 120 points
406 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
1,992 views
0 votes
1 answer

What is AWS ECS?

Amazon ECS is a fully managed container ...READ MORE

Feb 3, 2022 in AWS by anonymous
579 views
0 votes
1 answer

How to fix unhealthy Docker Container? what could be the reason behind unhealthy status?

Restarting of unhealthy container feature was in ...READ MORE

Oct 30, 2020 in Docker by Rajendra
20,491 views
0 votes
1 answer

How can I download Microsoft WebDriver/Edge Driver to use with Selenium?

Hi William, to download Microsoft Webdriver or ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
40,907 views
0 votes
0 answers

Amazon RDS Instance Password?

Feb 8, 2022 in AWS by Rahul
• 2,120 points
380 views
0 votes
0 answers

For-each over an array in JavaScript

How can I loop through all the ...READ MORE

Feb 8, 2022 in Java by Rahul
• 9,680 points
377 views
0 votes
0 answers

How do I UPDATE from a SELECT in SQL Server?

INSERT INTO Table (col1, col2, col3) SELECT col1, ...READ MORE

Feb 4, 2022 in Database by Vaani
• 7,070 points
550 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
507 views
0 votes
1 answer

what is big data concept

Big data refers to extremely large, and ...READ MORE

Feb 4, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
560 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,690 points
662 views
0 votes
1 answer

what is sns in aws

Amazon Simple Notification Service (Amazon SNS) is ...READ MORE

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