Trending questions in Edureka Community

0 votes
2 answers

How to convert List<Integer> to int[] in Java?

In addition to Commons Lang, you can ...READ MORE

Aug 20, 2019 in Java by Sirajul
• 59,230 points
14,959 views
0 votes
1 answer

What programming languages should a ethical hacker know?

An Certified Ethical Hacker is a  computer expert, who specializes ...READ MORE

Feb 3, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

edited Oct 6, 2021 by Sarfaraz 1,423 views
+1 vote
2 answers

if the File system is full how to troubleshoot ?

Check filesystem usage. df -h If /var is showing ...READ MORE

Nov 18, 2019 in Linux Administration by Sirajul
• 59,230 points
4,736 views
0 votes
1 answer

fetch all rows with null values in dataframe or dataset - R

Use below code -  which(is.na(air)) is.na() will return a boolean ...READ MORE

Jul 4, 2019 in Data Analytics by anonymous
• 33,030 points
10,685 views
0 votes
1 answer

How to stop test execution in Selenium if an error occured?

Hey Fatima, if you are using any ...READ MORE

Jul 4, 2019 in Selenium by Abha
• 28,140 points
10,687 views
0 votes
1 answer

How to open hyperlink in the same tab in power BI

Hey, the discussion on this topic is ...READ MORE

Jul 10, 2019 in Power BI by anonymous
• 33,030 points
10,391 views
0 votes
1 answer

Not able to connect remote host via jenkins to run ansible playbook

set "host_key_checking = False" in /etc/ansible/ansible.cfg READ MORE

Dec 2, 2019 in Jenkins by pavan

reshown Dec 2, 2019 by Vardhan 9,408 views
0 votes
1 answer

What are the drawbacks of using thread.sleep() command in Selenium Webdriver?

Hey Eric, some of the drawbacks of ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
10,635 views
0 votes
1 answer

Print the line if it contains a specific string by using groovy.

You can try the code written below: ...READ MORE

Apr 27, 2018 in Jenkins by shubham
• 7,340 points
29,344 views
0 votes
1 answer

What are different debugging techniques provided by Blueprism?

@Pratibha, Blueprism provides 3 debugging techniques which ...READ MORE

Oct 18, 2019 in RPA by Poornima
6,040 views
+1 vote
0 answers

How can i create a loop to reconnect the connection string if it is time out??

Hi Team, I am using  UI Path studio ...READ MORE

Feb 19, 2020 in RPA by Ranadheer
• 130 points
697 views
0 votes
0 answers

how to write unittest cases for stock prediction data

import quandl as Quandl, math import numpy as ...READ MORE

Feb 20, 2020 in Python by Vasu
• 140 points
673 views
+1 vote
4 answers

How to connect peers to a private network using geth?

Follow the below steps to connect peers ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
13,448 views
0 votes
1 answer

Python error "ImportError: No module named _tkinter, please install the python-tk package"

Use the following command to install tkinter ...READ MORE

Aug 9, 2019 in Python by Chandan
9,042 views
0 votes
1 answer

How to integrate bitbucket with Jenkins ?

You need to use the Bitbucket plugin ...READ MORE

Feb 11, 2020 in Jenkins by anonymous
• 59,230 points
1,056 views
0 votes
1 answer

How to set static IP in Linux RedHat?

Hi@akhtar, To set a static ip in Red ...READ MORE

Feb 24, 2020 in OpenStack by MD
• 95,440 points
701 views
0 votes
1 answer

How can we specify no route path in UI-Router?

hey @kartik, In order to route to any ...READ MORE

Feb 11, 2020 in Angular by anonymous
• 82,880 points
1,001 views
0 votes
1 answer

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

Hi@akhtar, Before setting password in mysql, check the ...READ MORE

Feb 13, 2020 in Big Data Hadoop by MD
• 95,440 points
909 views
0 votes
1 answer

How can we go back to previous page after having some error on request made through current page ?

$route is used for deep-linking URLs to controllers ...READ MORE

Feb 11, 2020 in Angular by Niroj
• 82,880 points
998 views
+2 votes
1 answer

How to copy paste text from website to another website(to fill form)?

You need to first make a connection ...READ MORE

Dec 26, 2019 in RPA by Sirajul
• 59,230 points
2,976 views
0 votes
3 answers

How autowiring works in Spring?

First, and most important - all Spring ...READ MORE

Jan 11, 2019 in Java by developer_1
• 3,320 points
18,023 views
+2 votes
0 answers

How to migrate my GCP Instance to AWS

Hi There, Need ur help can anyone guide ...READ MORE

Feb 3, 2020 in AWS by antonyjohnson
• 140 points
1,291 views
0 votes
1 answer

What is the main purpose of HDFS fsck command?

HDFS fsck is used to check the ...READ MORE

Apr 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited Apr 12, 2019 by Gitika 14,275 views
0 votes
1 answer

What is watch listener function in AngularJs?

Hii, Before you know what's the use of  watch ...READ MORE

Feb 3, 2020 in Angular by Niroj
• 82,880 points
1,318 views
0 votes
1 answer

What is the top advantages of using UI-router over ngRoute?

Hey, In Client side Routing there are several ...READ MORE

Feb 11, 2020 in Angular by anonymous
• 82,880 points
979 views
0 votes
1 answer

Error while installing cv2 module in pycharm

Go to tools -> python console -> ...READ MORE

Jun 24, 2019 in Python by Quin
10,998 views
+2 votes
0 answers

Schedule the deployment in Code pipeline

Hi All, I have 3 stage code pipeline ...READ MORE

Feb 12, 2020 in AWS by Rama
• 140 points
894 views
0 votes
1 answer

R Shiny Error: no applicable method for 'filter_' applied to an object of class "c('reactiveExpr','reactive')"

The error could be because of using reactive ...READ MORE

Aug 21, 2019 in Data Analytics by Cherukuri
• 33,030 points
8,521 views
0 votes
1 answer

What is $route service in AngularJs?

$route is used for deep-linking URLs to controllers ...READ MORE

Feb 10, 2020 in Angular by Niroj
• 82,880 points
1,017 views
0 votes
1 answer

What is so different about interpolate in AngularJS?

hii @kartik, In order to know about what ...READ MORE

Feb 4, 2020 in Angular by Niroj
• 82,880 points
1,270 views
0 votes
2 answers

Ansible task to list all pods from any k8s namespace

Here is a more complete answer for ...READ MORE

Feb 6, 2020 in Ansible by scatat
6,325 views
0 votes
1 answer

Add variable size and color of circle marker depending on condition

Hey, Give conditions for color or radius within ...READ MORE

Sep 23, 2019 in Data Analytics by Cherukuri
• 33,030 points
7,056 views
0 votes
1 answer

I am trying to access Azure active directory through the Azure portal, but getting a "No Subscriptions Found" error.

To access the Azure portal, each user ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,230 points
2,187 views
0 votes
1 answer

How to read Month and Select Start & End Date from a Calender in Uipath?

Hello Apeksha, If you need start date of ...READ MORE

Oct 23, 2019 in RPA by Anvi
• 14,150 points
5,726 views
0 votes
1 answer

Create custom tables in power BI

Hi Sindhu, You can create custom tables by clicking ...READ MORE

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

Can I change the location of my BigQuery dataset on Google cloud?

You can set the geographic location at ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
4,740 views
+7 votes
4 answers

How are ClusterIP, NodePort and LoadBalancer different from each other?

ClusterIP ClusterIP accesses the services through proxy. ClusterIP ...READ MORE

Sep 10, 2018 in Kubernetes by Nilesh
• 7,050 points
22,977 views
+1 vote
0 answers

How can we convert PDF file to Word document.

Hi All, I have a third party tool ...READ MORE

Feb 19, 2020 in RPA by deppal
• 160 points
562 views
0 votes
0 answers

Not able to run my docker conatiner in local host

FROM ubuntu MAINTAINER Luke Crooks "luke@pumalo.org" RUN apt-get update RUN ...READ MORE

Feb 21, 2020 in Docker by Haseeb
• 120 points
526 views
+1 vote
1 answer

Which DevOps certification is the best?

DevOps (Development Operations) is a pioneer innovative ...READ MORE

Feb 11, 2020 in Career Counselling by anonymous
• 59,230 points
920 views
0 votes
1 answer

ERROR:cache_util_win.cc(21)] Unable to move the cache: Access is denied. (0x5)

@rrgeereddy, can you show how you are ...READ MORE

Aug 19, 2019 in Selenium by Abha
• 28,140 points
8,511 views
0 votes
1 answer

I tried to do configration for retation log in kafkA ,BUT kafka broker shuts Down.Is there any solution for that??

Hi@Parth, There are mainly two types of retention ...READ MORE

Feb 18, 2020 in Apache Kafka by MD
• 95,440 points
672 views
0 votes
1 answer

How do I change the time duration to prevent sign out from azure portal due to inactivity?

The inactivity timeout setting helps to protect ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
2,942 views
0 votes
0 answers

I want to download 2k excel records and rename the excel based on the column names from the table

I want to download these excels one ...READ MORE

Feb 17, 2020 in RPA by Hridya
• 120 points
686 views
0 votes
0 answers

How to start Airbnb Clone for Movies and Events Booking Website?

Instant #Online Movies and Events Ticket Booking ...READ MORE

Feb 17, 2020 in Web Development by Bessie
• 160 points

reshown Feb 18, 2020 by Gitika 677 views
+1 vote
0 answers

Error :tile cannot extend outside the image .How to save patches without this error.

def nodule_detect(nodules,j,numpyImage, numpyOrigin, numpySpacing): ...READ MORE

Jan 28, 2020 in Python by anonymous
• 150 points
1,502 views