Most viewed questions in Edureka Community

0 votes
1 answer

How to make a flat list out of list of lists?

Hello @kartik, You can use itertools.chain(): import itertools list2d = [[1,2,3], ...READ MORE

Jun 5, 2020 in Python by Niroj
• 82,880 points
874 views
0 votes
1 answer

How to get ethical hacking certification?

A certification like Certified Ethical Hacker (CEH) will ...READ MORE

Jan 31, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

edited Oct 6, 2021 by Sarfaraz 874 views
0 votes
1 answer

How to create a routes-based cluster on Gcloud?

In Google Kubernetes Engine, clusters can be ...READ MORE

Oct 31, 2019 in GCP by Sirajul
• 59,230 points
874 views
0 votes
3 answers

Civil engineer - job roles

Few of them are - Structural engineer Construction Head Irrigation ...READ MORE

Jul 25, 2019 in Career Counselling by anonymous
874 views
0 votes
1 answer

Total sales for orders till current date using MTD

Hi Riya, Use the below code to find ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,030 points
874 views
0 votes
1 answer

What is the job role of a Software Development Manager-AWS?

In Amazon they had this opening and ...READ MORE

Dec 18, 2018 in Career Counselling by Nilam
874 views
0 votes
1 answer

Error saying "ERROR: could not find function "dashboardsidebar"" when trying to create dashboard on shiny R

Correct the function name. dashboardSidebar() READ MORE

Nov 29, 2018 in Data Analytics by Maverick
• 10,840 points
874 views
0 votes
1 answer

Throttling S3 commands with AWS CLI

The AWS CLI S3 transfer commands (which ...READ MORE

Aug 4, 2018 in AWS by Archana
• 4,170 points
874 views
+3 votes
1 answer

Unable to find the TargetArguments path While configuring dot cover in VSTS

For your unable to find the TargetArguments ...READ MORE

Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points
874 views
0 votes
1 answer

$ is not a function - jQuery error

The typeerror: $ is not a function ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,670 points
873 views
0 votes
0 answers

Upload HLS playlist manifest file and media segment files to GCP directly

I am working on VOD feature and ...READ MORE

Apr 7, 2022 in GCP by Rahul
• 3,380 points
873 views
0 votes
1 answer

Sanity Testing vs Regression Testing?

Sanity testing entails ensuring that the application's ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
873 views
0 votes
1 answer

How can I check for "undefined" in JavaScript?

If you are interested in finding out ...READ MORE

Feb 22, 2022 in Java by Aditya
• 7,680 points
873 views
0 votes
1 answer

Detect Yoast SEO plugin

if(in_array('wordpress-seo/wp-seo.php', apply_filters('active_plugins', get_option('active_plugins')))){     /* Yoast is active ...READ MORE

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

How to start Grunt shell in Local mode in Pig?

Hi@akhtar, You can invoke the Grunt shell in ...READ MORE

Oct 14, 2020 in Big Data Hadoop by MD
• 95,440 points
873 views
0 votes
1 answer

ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined.

Hello @kartik, The following code works: >>> from django.template ...READ MORE

Aug 7, 2020 in Python by Niroj
• 82,880 points
873 views
+1 vote
0 answers

currency convertor using blue prism

I created a set of action in ...READ MORE

May 18, 2020 in RPA by Edureka
• 130 points

edited May 18, 2020 by Gitika 873 views
0 votes
1 answer

How do I make a matrix from a list of vectors in R?

Suppose l1 and l2 are my vectors, li = ...READ MORE

Aug 7, 2019 in Data Analytics by Cherukuri
• 33,030 points
873 views
0 votes
1 answer

Output Splitting problem in Hadoop

When you are loading two different files, ...READ MORE

Jul 16, 2019 in Big Data Hadoop by Sayni
873 views
0 votes
0 answers

Developing Continuous Delivery Pipeline using Git, Jenkins, Maven & Tomcat - join link. Registered today but not geeting link to joinin [closed]

Developing Continuous Delivery Pipeline using Git, Jenkins, ...READ MORE

Jul 4, 2019 in Jenkins by Mukul

closed Jul 5, 2019 by Vardhan 873 views
+1 vote
2 answers

What is the AWS CodeStar service used for?

AWS is a web-service provider, which offers set ...READ MORE

Jun 6, 2019 in AWS by ArchanaNagur
• 2,360 points
873 views
0 votes
1 answer

Why is Spark map output compressed?

Spark thinks that it is a good ...READ MORE

Feb 24, 2019 in Apache Spark by Wasim
873 views
0 votes
2 answers

What is the certification required for being a AWS Devops Engineer?

You can start with the basic certification, ...READ MORE

Mar 11, 2019 in Career Counselling by Priyaj
• 58,090 points
873 views
0 votes
1 answer

Disk Management Commands in PowerShell for Windows IoT device

All libraries of the full .Net framework ...READ MORE

Nov 26, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
873 views
0 votes
2 answers

What sort of questions should I expect in a start-up interview?

Hey All, if you are going to ...READ MORE

Apr 2, 2019 in Career Counselling by Amrita
873 views
0 votes
1 answer
0 votes
1 answer

Are 2 MM rows too much data for Power BI Online to manage?

PowerBI can easily handle 400MM rows and ...READ MORE

Sep 28, 2018 in Power BI by Kalgi
• 52,360 points
873 views
0 votes
1 answer

deleting pods using kubernetes replication controller

The pods which are managed by ReplicationController ...READ MORE

Jul 24, 2018 in Kubernetes by DareDev
• 6,890 points
873 views
0 votes
1 answer

PROTOBUF_INLINE_NOT_IN_HEADERS

I had the same problem on Ubuntu ...READ MORE

Jun 7, 2018 in Blockchain by Christine
• 15,790 points
873 views
0 votes
1 answer

How to change where an email is sent FROM in Excel VBA

Inside the 'with out mail, insert this ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 63,420 points
872 views
0 votes
1 answer

How do you calculate the Quintile for groups of rows in Excel?

Use this formula: =MAX(1,ROUNDUP(10*PERCENTRANK($C:$C,$C2,4),0)) To divide into whichever many ...READ MORE

Oct 17, 2022 in Others by narikkadan
• 63,420 points
872 views
0 votes
1 answer

std::greater on a an std::pair of a double and a class

std::greater is simply a wrapper for a ...READ MORE

Jun 2, 2022 in C++ by Damon
• 4,960 points
872 views
0 votes
0 answers

Git branching strategy for Agile project

I have a project that is located ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,670 points
872 views
0 votes
1 answer

Create a subnet in AWS with Boto3.

Hi@akhtar, After creating a VPC you need to ...READ MORE

Oct 10, 2020 in AWS by MD
• 95,440 points
872 views
+1 vote
1 answer

Program for nth prime number without using scanner

Hi @Sneha, you could use something like ...READ MORE

Jan 13, 2020 in Java by Kalgi
• 52,360 points
872 views
+1 vote
0 answers

The KSQL query PRINT 'Topic' doesn't return a result

when I use the consumer it return ...READ MORE

Jul 1, 2019 in Apache Kafka by salma
872 views
0 votes
1 answer

Ansible Playbook to get k8s authentication result

Hey @Den, try something like this: - hosts: ...READ MORE

Jun 11, 2019 in Ansible by Faiza
872 views
0 votes
1 answer

How to rename column in pandas?

You can use the rename option to ...READ MORE

Apr 3, 2019 in Python by Firoz
872 views
0 votes
1 answer

How to get domain name of email ID?

You can use the split method to split the ...READ MORE

Mar 28, 2019 in Python by Firoz
872 views
0 votes
1 answer

How Appium works in iOS?

On iOS, Appium proxies command to a UIAutomation script running in Mac ...READ MORE

Jan 18, 2019 in Selenium by Frankie
• 9,830 points
872 views
0 votes
1 answer

Problem disposing of socket

If this object is eligible for garbage ...READ MORE

Oct 15, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
872 views
+7 votes
1 answer

Error: Path not found

try using the following command aws s3 cp ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,090 points
872 views
0 votes
1 answer

Comparable vs Comparator in Java

I think you are not alone who is ...READ MORE

May 11, 2018 in Java by code.reaper12
• 3,500 points
872 views
0 votes
0 answers

Swipe up and Swipe down in javascript or jquery

I am trying to do swipe up ...READ MORE

Aug 24, 2022 in Web Development by gaurav
• 23,260 points
871 views
0 votes
0 answers

Show Youtube video source into HTML5 video tag?

It doesn't seem to be working when ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
871 views
0 votes
1 answer

How I can link Power BI and Clockify?

let Query1 = ...READ MORE

Feb 27, 2022 in Power BI by CoolCoder
• 4,400 points
871 views
0 votes
1 answer

How do I play a thumbnail video for a particular product eg. mobile on flipkart site?

Automating video streaming is a bit challenging ...READ MORE

Jul 28, 2020 in Selenium by Sirajul
• 59,230 points
871 views
0 votes
1 answer

What is AWS Cloudfront?

CloudFront is a Content Delivery Network (CDN). ...READ MORE

Jan 24, 2020 in AWS by Priya
871 views
0 votes
1 answer

Redis slave deployment - Kubernetes

You can something like this, Make the ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
871 views
0 votes
1 answer

Puppet: String Interpolation in puppet

Try this for Keyword variable interpolation: $value = ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
871 views