Trending questions in Edureka Community

0 votes
2 answers

How to get a job as an RPA developer?

Hey @Aniket, Work on your skills, work on ...READ MORE

Sep 10, 2019 in Career Counselling by Haseeb

edited Jun 28, 2023 by Khan Sarfaraz 5,275 views
0 votes
1 answer

how to scale a statefulset in kubernetes?

Scaling StatefulSets : Use kubectl to scale StatefulSets First, ...READ MORE

Jul 23, 2019 in Kubernetes by Sirajul
• 59,230 points
7,276 views
0 votes
1 answer

Cant find library in /usr/bin/ld

Say your library "libxyz.so" is located in: /home/user/myDir then ...READ MORE

Mar 26, 2019 in Linux Administration by ajs3033
• 7,300 points
12,409 views
0 votes
1 answer

Share data between two different containers - Docker

Hi @Hannah, follow these steps: 1. Create an ...READ MORE

Nov 25, 2019 in Docker by Aria
1,866 views
0 votes
1 answer

Download a specific folder and all subfolders recursively from s3 - aws cli

Use the recursive function for this purpose: $ ...READ MORE

Aug 23, 2019 in AWS by Alia
5,924 views
0 votes
1 answer

Create a Windows VM instance using Google Compute Engine (GCE).

To create a Windows virtual machine instance ...READ MORE

Sep 20, 2019 in GCP by Sirajul
• 59,230 points
4,714 views
0 votes
1 answer

What are the steps to permanently remove a committed file from the repository?

To remove a file for example 'myfile.txt'; ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
1,816 views
0 votes
1 answer

How ‘breaks’ and ‘ cut’ works in R?

@ch, Cut divides the range of x into ...READ MORE

Oct 14, 2019 in Data Analytics by rohan
3,668 views
0 votes
1 answer

Shared datasets in Power BI

Follow the below steps to create shared ...READ MORE

Oct 29, 2019 in Power BI by Cherukuri
• 33,030 points
3,015 views
0 votes
0 answers

Generate reports using Lambda function with ses, sns, sqs and s3

HI, I have a task description about lambda ...READ MORE

Oct 29, 2019 in AWS by Lakshminarayanan
• 1,370 points
3,045 views
0 votes
2 answers

Where do you see yourself in 5 years? [closed]

You can answer them that " I ...READ MORE

Jul 12, 2019 in Career Counselling by anonymous
• 33,030 points
9,395 views
0 votes
1 answer

Nginx error "502 Bad Gateway nginx/1.16.0"

This typically indicates that a back-end service ...READ MORE

Jul 4, 2019 in AWS by Isha
8,085 views
+1 vote
1 answer

How to store uploaded files in the S3 bucket when using elastic beanstalk (PHP App)

Hey! You can just use S3 are ...READ MORE

Oct 18, 2019 in AWS by Kalgi
• 52,350 points
3,424 views
0 votes
0 answers

xpath search working on browser[firefox/Chrome] but not on Selenium python script.

Hi Team, I am getting below expception while ...READ MORE

Nov 14, 2019 in Selenium by ashutosh
• 120 points
2,329 views
0 votes
1 answer

Puppet: "puppet command not found" while trying to install puppetDB

This might probably because your puppet installation ...READ MORE

Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
5,700 views
0 votes
1 answer

How can we use IN/EXIST operator in Hive?

Hey, Yes, now Hive supports IN or EXIST, ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,770 points
8,685 views
0 votes
1 answer

Where should the session and environment variables be declared in Blueprism?

Hi Apeksha, Session variables are declared inside the process ...READ MORE

Oct 22, 2019 in RPA by Anvi
• 14,150 points
3,307 views
0 votes
1 answer

Spark error: Caused by: java.lang.RuntimeException: The root scratch dir: /tmp/hive on HDFS should be writable.

Give  read-write permissions to  C:\tmp\hive folder Cd to winutils bin folder ...READ MORE

Jul 11, 2019 in Apache Spark by Rajiv
7,713 views
0 votes
2 answers

Unable to Click on an Element in Selenium (Python) even after finding it.

Here, I give you working script which ...READ MORE

Sep 19, 2018 in Selenium by Priyaj
• 58,020 points
24,145 views
0 votes
1 answer

log X-Amzn-Trace-Id to trace requests through my Application Load Balancer - AWS

Hey use the following steps to log ...READ MORE

Oct 15, 2019 in AWS by Tanya
3,594 views
+1 vote
0 answers

Getting error when I start build in aws code build .

When I start build using code build ...READ MORE

Dec 3, 2019 in DevOps on Cloud by sri
• 250 points
1,429 views
0 votes
1 answer

R - Bar chart (bivariate/multivariate Analysis)

The bivariate analysis could be shown in ...READ MORE

Aug 22, 2019 in Data Analytics by anonymous
• 33,030 points
5,902 views
0 votes
1 answer

How to input optional arguments in python command line?

Please use this code. if len(sys.argv) == 2: first_log ...READ MORE

Jul 11, 2019 in Python by Suri
7,688 views
0 votes
1 answer

What is semi-supervised machine learning?

Hi@Ganesh, Semi-supervised machine learning is a combination of ...READ MORE

Jul 19, 2020 in Machine Learning by MD
• 95,460 points
1,008 views
0 votes
1 answer

Now able to open multiple windows: selenium.common.exceptions.WebDriverException: invalid session id

You have initialized driver only once and ...READ MORE

Apr 6, 2019 in Python by James
11,866 views
0 votes
2 answers

Unable to execute jar- file: “no main manifest attribute”

Check out the answer here. READ MORE

Apr 23, 2020 in Java by Anonymous
3,216 views
0 votes
1 answer

Can I use a service account outside of GCP on other platforms?

To use a service account outside of ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
2,885 views
0 votes
1 answer

Pop up always visible without clicking on the marker in leaflet

@Ch, Pop-up cannot be enabled by default. Another ...READ MORE

Sep 23, 2019 in Data Analytics by Cherukuri
• 33,030 points
4,483 views
+5 votes
1 answer

Print the odd and even factors of a number in Python

x = int(input("Enter any number \n")) print("The factors ...READ MORE

Nov 19, 2018 in Python by Nabarupa
17,571 views
0 votes
2 answers

What are the different types of constructor in StringBuilder class?

StringBuilder  we 4  as mentioned below. READ MORE

Sep 1, 2020 in Java by Sri
• 3,190 points
1,364 views
0 votes
1 answer

How to create a file on GCP storage?

In case you are using Cloud storage ...READ MORE

Nov 5, 2019 in GCP by Sirajul
• 59,230 points
2,597 views
0 votes
1 answer

Can I analyze a program's core dump file with GDB when it has command-line parameters?

You can simply use of GDB, to debug ...READ MORE

Jul 1, 2019 in Linux Administration by Shubham
• 13,490 points
8,080 views
+1 vote
0 answers

Can we use Amazon S3 URL of Parent template in TemplateURL to call Child template

I have a Parent template and it ...READ MORE

Dec 17, 2019 in AWS by Amit
• 130 points
766 views
0 votes
1 answer

Python Pandas: KeyError: False

The reason for this error is that ...READ MORE

May 8, 2019 in Python by Jimmy
10,388 views
+1 vote
2 answers

Spark: Can we add column to dataframe?

Yes we can add columns to the ...READ MORE

Oct 24, 2019 in Apache Spark by Siva
• 160 points
4,649 views
+1 vote
1 answer

how do i get a optimal cutoff value(directly in the form of numeric) from roc curves?

The optimal CutOff value is the point ...READ MORE

Oct 17, 2019 in Python by Saira
3,363 views
0 votes
1 answer

How to increase aws ebs volume using ansible ?

Hey, I am unaware of any specific ...READ MORE

Sep 9, 2019 in Ansible by Kalgi
• 52,350 points
5,025 views
+1 vote
0 answers

How to convert Word (doc) to PDF from Windows command line? [closed]

Anyone know how to convert word files ...READ MORE

Nov 30, 2019 in Ask us Anything! by deppal
• 160 points
1 flag
closed Dec 2, 2019 by Vardhan 1,479 views
–1 vote
0 answers

How to reset password

Dec 29, 2019 by jaideep
• 110 points
290 views
0 votes
1 answer

What Programming Language I need to know to be an RPA Dev?

Hey, do you know any about programming ...READ MORE

Nov 8, 2019 in RPA by Abha
• 28,140 points
2,438 views
+1 vote
1 answer

Spark: java.io.FileNotFoundException

Hello, From the error I get that the ...READ MORE

Dec 13, 2019 in Apache Spark by Alexandru
• 510 points
4,097 views
0 votes
1 answer

Why is AWS rdp slower than GCP rdp?

This might not be the case usually. ...READ MORE

Nov 25, 2019 in GCP by Sirajul
• 59,230 points
1,679 views
0 votes
1 answer

Convert a Docker container into a Singularity container

Its pretty simple. You can just use ...READ MORE

Nov 26, 2019 in Docker by Priyank
1,628 views
+1 vote
1 answer

Namenode v/s Secondary namenode

Name Node is a primary node in ...READ MORE

Sep 9, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
4,959 views
0 votes
1 answer

Resizing a GKE cluster.

Remember the following when you increase the ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
3,351 views
0 votes
2 answers

How to switch to windows containers with docker for windows toolbox?

Docker Toolbox installs a VirtualBox VM in ...READ MORE

Aug 26, 2020 in Docker by Pistle
• 1,000 points
4,902 views
0 votes
1 answer

AWS CodePipeline error "YAML_FILE_ERROR Message: Wrong number of container tags, expected 1"

Show your spec.yaml file. Most probably the ...READ MORE

Jun 28, 2019 in AWS by Himanshu
8,173 views
0 votes
1 answer

Creating password for a windows instance on GCP

Windows Server instances use password authentication instead ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
4,333 views
+1 vote
2 answers

What is a dead letter queue in AWS?

SQS dead letter queue is provided by ...READ MORE

Jul 23, 2020 in AWS by Preeti
2,929 views
0 votes
1 answer

Robot Icon not present in Systems Tray of UiPath Orchestrator.

Hi Apeksha, to display robot icon in ...READ MORE

Nov 6, 2019 in RPA by Abha
• 28,140 points
2,483 views