Trending questions in Edureka Community

0 votes
1 answer

Pricing for aws ec2 instance volume

This is the pricing for EBS AWS ...READ MORE

Feb 14, 2022 in AWS by Rahul
• 2,080 points
492 views
0 votes
0 answers

Why dict.get(key) instead of dict[key]?

Today, I came across the dict method get which, given a ...READ MORE

Feb 18, 2022 in Python by Dev
• 6,000 points
365 views
0 votes
0 answers

TypeError: 'list' object is not callable in python

I am a beginner in Python, created ...READ MORE

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

GET vs POST in SEO

the one way is to format your ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
525 views
0 votes
1 answer

What is the difference between Python's list methods append and extend?

Python's list methods append and extend add ...READ MORE

Feb 9, 2022 in Python by Nandini
• 5,480 points
700 views
0 votes
0 answers

How to connect VPN Site to vHub on Azure vWAN?

I am using Azure vWAN and secured ...READ MORE

Feb 14, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,620 points
528 views
0 votes
1 answer

Git refusing to merge unrelated histories on rebase

To answer your question, the “git merge” ...READ MORE

Feb 9, 2022 in Others by Rahul
• 9,680 points
689 views
0 votes
1 answer

How to integrate OnPrem Azure DevOps Server with the cloud one?

When I go to Project > Boards ...READ MORE

Feb 11, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
604 views
0 votes
1 answer

what are the different features of big data analytics

What are the different features of big ...READ MORE

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

What is Elastic IP in AWS and why it is useful?

A static public IPv4 address connected with ...READ MORE

Feb 8, 2022 in Others by Edureka
• 13,620 points
725 views
0 votes
1 answer

I have Delivery Plans installed in Azure DevOps (as an extension via Marketplace) but cannot see in Boards Menu

If you have this extension: Delivery Plans ...READ MORE

Feb 11, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
596 views
0 votes
1 answer

What is the python keyword "with" used for?

It's useful when you have two or ...READ MORE

Feb 9, 2022 in Python by CoolCoder
• 4,420 points
680 views
0 votes
0 answers

Static Pages vs. Dynamic Pages, Which is Better for SEO

which ones better for seo static or ...READ MORE

Feb 18, 2022 in Others by Kichu
• 19,050 points
326 views
0 votes
0 answers

how to find element in selenium

Feb 7, 2022 in Selenium by Edureka
• 850 points

reshown Feb 24, 2022 by Hemant 799 views
0 votes
1 answer

Substring in excel

Hi Basically there is no specific formula ...READ MORE

Feb 16, 2022 in Others by Edureka
• 13,690 points
362 views
0 votes
1 answer

git revert last commit

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

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

Simple question regarding PHP, Wordpress & Yoast SEO

the way the search engine displays your ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
485 views
0 votes
1 answer

Understanding slice notation

To answer your question let me explain ...READ MORE

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

NOT IN vs NOT EXISTS

In my opinion, the most efficient way ...READ MORE

Feb 11, 2022 in Database by Neha
• 9,020 points
574 views
0 votes
2 answers

How to maximize or minimize a browser window using Selenium webdriver with Python?

from selenium import webdriver # get initial window ...READ MORE

Apr 1, 2020 in Selenium by Rajavenkatesh
35,236 views
0 votes
1 answer

Legitimate URL Cloaking for SEO?

the redirection technique your planning to implement ...READ MORE

Feb 15, 2022 in Others by narikkadan
• 63,680 points
458 views
0 votes
1 answer

What is the python keyword "with" used for?

The PEP343 documentation contains details regarding the ...READ MORE

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

DevOps vs Docker

Docker is just another tool that DevOps ...READ MORE

Feb 10, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
608 views
0 votes
1 answer

What is dependency injection?

According to James Shore, the term “Dependency ...READ MORE

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

Converting integer to string in Python

In order to convert an object to string ...READ MORE

Feb 11, 2022 in Python by Dev
• 6,000 points
564 views
0 votes
0 answers

Selecting COUNT(*) with DISTINCT

In SQL Server 2005, I have a ...READ MORE

Feb 14, 2022 in Database by Neha
• 9,020 points
466 views
0 votes
1 answer

csv to excel conversion

So Basically u have to follow few ...READ MORE

Feb 9, 2022 in Others by gaurav
• 23,260 points
644 views
0 votes
1 answer

Should I use != or <> for not equal in T-SQL?

Most of the existing databases support != Databases that ...READ MORE

Feb 14, 2022 in Database by Vaani
• 7,070 points
421 views
0 votes
1 answer

What is big data engineering

Data engineer roles have recently become more ...READ MORE

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

SQL Server CASE .. WHEN .. IN statement

Two forms of CASE statements are getting ...READ MORE

Feb 8, 2022 in Database by Vaani
• 7,070 points
676 views
0 votes
1 answer

The uploaded file exceeds the upload_max_filesize directive in php.ini error while uploading plugin

After looking at your ERROR, it seems ...READ MORE

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

What is the max length of page titles for SEO?

google displays only 50-60 words of a ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
448 views
0 votes
1 answer

Does AMP validation error affect SEO result?

if there is not a valid amp ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
442 views
0 votes
0 answers

raw_input function in Python

What is the raw_input function? Is it ...READ MORE

Feb 17, 2022 in Python by surbhi
• 3,820 points
323 views
0 votes
0 answers

small ip scanner code in java

import java.net.*; public class myIP { public static void ...READ MORE

Feb 15, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,620 points
405 views
0 votes
1 answer

SEO-friendly React-Redux app

server-side rendering is needed to do seo ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
435 views
0 votes
1 answer

How to optimize images for SEO & Google's Pagespeed & Improve web-saving

use kraken  and it lets you pass ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
437 views
0 votes
1 answer

Categorised data in Power BI

Use a helper table to store these ...READ MORE

Feb 8, 2022 in Power BI by CoolCoder
• 4,420 points
653 views
0 votes
1 answer

How do I specify new lines on Python, when writing on files?

In Python \n is used for new ...READ MORE

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

Yoast SEO remove og description and twitter description on certain page

try this out it wil help ...READ MORE

Feb 11, 2022 in Others by narikkadan
• 63,680 points
555 views
0 votes
1 answer

Does using Wikipedia content harm a page/sites SEO rankings?

if its 2,3 sentences that your taking ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,680 points
430 views
+1 vote
1 answer

Error [PDOException]: Could not Find Driver in PostgreSQL?

Hii, I got this problem too. I have ...READ MORE

Mar 31, 2020 in Laravel by Niroj
• 82,880 points
29,936 views
0 votes
1 answer

what is saas in cloud computing

SaaS: Software as a service (SaaS) is a ...READ MORE

Feb 4, 2022 in Cloud Computing by Edureka
• 13,620 points
816 views
0 votes
1 answer

Difference between "while" loop and "do while" loop

The do while loop helps in executing ...READ MORE

Feb 8, 2022 in Python by Soham
• 9,710 points
640 views
0 votes
1 answer

how to show the <meta> values of yoast seo with some function?

check this folder : wordpress-seo\src\presenters\open-graph you can ...READ MORE

Feb 10, 2022 in Others by narikkadan
• 63,680 points
587 views
0 votes
1 answer

Differentiate between Tokyo and Seoul Time zone

if DST and Offset are the only ...READ MORE

Feb 11, 2022 in Others by narikkadan
• 63,680 points
543 views
0 votes
1 answer

what is selenium testing

The Selenium testing tool is used to automate ...READ MORE

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

How can I preview PowerPoint files in Azure DevOps (VSTS)?

No, there are no viewers for attachments ...READ MORE

Feb 9, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
591 views
0 votes
1 answer

Google Indexing + Yoast SEO Media Attachments

as per the official yoast blog the ...READ MORE

Feb 11, 2022 in Others by narikkadan
• 63,680 points
495 views