Trending questions in Edureka Community

0 votes
1 answer

What is Azure AD Join? In what Scenarios should I consider using it?

Azure AD join allows you to join ...READ MORE

Jan 22, 2020 in Azure by Sirajul
• 59,230 points
628 views
0 votes
1 answer

how can i use the sum function in a python list?

If there is list =[1,2,4,6,5] then use ...READ MORE

Apr 23, 2020 in Python by anonymous
3,965 views
0 votes
1 answer

Python Selenium: ConnectionRefusedError: No connection could be made because the target machine actively refused it

When you use driver.quit(), it closes the ...READ MORE

Apr 6, 2019 in Python by Tina
13,223 views
0 votes
1 answer

What is the process for stopping and restarting a docker container?

If you want to stop a docker ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
9,391 views
0 votes
1 answer

What is Azure Cloud Service?

Azure Cloud Services is an example of ...READ MORE

Jan 10, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 21, 2023 by Khan Sarfaraz 1,134 views
+1 vote
1 answer

Between cyber security and CCNA profession which one is best in terms of time to become an expert and salary payment

CCNA professional is more inclined towards the ...READ MORE

Dec 18, 2019 in Others by Pri
2,098 views
0 votes
2 answers

how to loop through the content of a file using bash

#!/bin/bash for i in  `cat peptides.txt` do echo $i done READ MORE

Sep 5, 2020 in Linux Administration by Prakash K. Aithal
3,039 views
0 votes
1 answer

Download file from website using web scraping

Hi, Follow the below steps: 1. Use rvest package ...READ MORE

Sep 20, 2019 in Data Analytics by rishabh
6,001 views
0 votes
0 answers

How to cancel AWS? [closed]

How do I cancel or deactivate my ...READ MORE

Jan 24, 2020 in AWS by Hannah
• 18,520 points

closed Jan 24, 2020 by Kalgi 544 views
0 votes
1 answer

How to customize the report for different users in power BI?

There are different ways to achieve this. 1. ...READ MORE

Oct 30, 2019 in Power BI by Cherukuri
• 33,030 points
4,228 views
+1 vote
1 answer

How to append data to a parquet file?

Try using Spark API to append the ...READ MORE

Jan 11, 2019 in Big Data Hadoop by Omkar
• 69,220 points
16,789 views
0 votes
1 answer

Using gettext() method for the specific element using Selenium WebDriver

Mistake is that u r printing the ...READ MORE

Apr 10, 2018 in Selenium by Vardy
• 2,360 points
28,761 views
0 votes
2 answers

In Java, what is the best way to determine the size of an object?

I happened to find a java class "jdk.nashorn.internal.ir.debug.ObjectSizeCalculator", ...READ MORE

Aug 19, 2019 in Java by Sirajul
• 59,230 points
13,140 views
0 votes
1 answer

What is azure ad connect?

Azure AD Connect is the Microsoft tool ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
635 views
0 votes
1 answer

How to add multiple dashboards in story?

Hi, You can add the same or different ...READ MORE

May 17, 2019 in Tableau by anonymous
• 33,030 points
11,383 views
+1 vote
0 answers

screenshot of a particular element with python selenium in linux [closed]

Taking partial screenshot of a element by ...READ MORE

Jan 21, 2020 in Selenium by anonymous
• 200 points

closed Jan 21, 2020 by Kalgi 635 views
+5 votes
4 answers

How can I run a Jenkinsfile from a particular folder?

Consider the below points: The Freestyle project ...READ MORE

Mar 27, 2018 in Jenkins by anonymous
24,664 views
+1 vote
1 answer

difference between plyr and dplyr

@Kunal, Both are similar package used for ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
6,007 views
0 votes
1 answer

Add buttons to perform actions on the leaflet map.

@ch, You can add easy buttons to add ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
4,892 views
0 votes
1 answer

AWS error "Unable to locate credentials"

If you add --debug to the command ...READ MORE

Aug 28, 2019 in AWS by Faiza
6,947 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
1,210 views
0 votes
1 answer

What is azure mobile services?

Azure Mobile Services provides a scalable cloud ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
622 views
0 votes
1 answer

Preventing accidental data deletion on Google cloud storage.

Use Object Versioning. The Object Versioning feature keeps ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points
3,352 views
0 votes
1 answer

Need to show custom static content on the azure dashboard.

You can add a markdown tile to ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
1,707 views
0 votes
1 answer

How to get permutations of list or a set in Python?

Permutation is an arrangement of objects in ...READ MORE

Jul 11, 2019 in Python by Neel
• 3,020 points
8,948 views
0 votes
1 answer

Facing issue while trying to perform "Save As" action on an excel sheet using Uipath.

Hello there, a work around that I found ...READ MORE

Nov 5, 2019 in RPA by Abha
• 28,140 points
3,888 views
0 votes
1 answer

How can we use Bot Inspector in uipath?

Bot inspector is designed to do a ...READ MORE

Jan 31, 2020 by Karan
• 19,610 points
151 views
0 votes
1 answer

Delete a cloud storage object that is in the locked, retention-enabled bucket.

No, you can't delete a cloud storage object ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points

edited Sep 21, 2021 by Sarfaraz 3,328 views
0 votes
1 answer

Check palindrome or not in R

Hi, I found this code simple and easy. is_palindrome ...READ MORE

Aug 21, 2019 in Data Analytics by anonymous
• 33,030 points
7,181 views
+1 vote
2 answers

Hadoop Hive: Not recognizing alias named in select part?

You can not use column aliases in ...READ MORE

Nov 26, 2019 in Big Data Hadoop by anonymous
11,045 views
0 votes
3 answers

java.lang.IllegalStateException Error after adding set property webdriver

/* System.setProperty("WebDriver.gecko.driver", "C:\\Users\\DELL\\Desktop\\GeckoDriver1\\geckodriver.exe"); WebDriver driver = new FirefoxDriver(); */ ...READ MORE

May 1, 2019 in Selenium by anonymous
20,048 views
+1 vote
2 answers

I want the screenshot of only a specific element and not the entire page. Is it possible with Selenium Webdriver?

Hey @kappa3010, you can try this. Though ...READ MORE

Dec 31, 2018 in Selenium by Priyaj
• 58,020 points
22,424 views
0 votes
1 answer

How you keep yourself updated with the current technology?

Hey, Whenever an interviewer asks this kind of ...READ MORE

Apr 30, 2019 in Career Counselling by Gitika
• 65,770 points
12,022 views
0 votes
1 answer

How do I enable Cross origin resource sharing (CORS) on a cloud storage bucket?

Use the gsutil cors command to configure CORS on ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
3,153 views
0 votes
1 answer

How do I use microsoft azure?

Microsoft Azure is a cloud computing platform created by Microsoft which ...READ MORE

Jan 20, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 21, 2023 by Khan Sarfaraz 575 views
0 votes
1 answer

What is a single block activity in UiPath?

The sequences are called as single block ...READ MORE

Nov 10, 2020 in RPA by Anas
1,398 views
0 votes
1 answer

Sqoop could not load db driver class

Hello, Have you tried to put the both ...READ MORE

Dec 13, 2019 in Big Data Hadoop by Alexandru
• 510 points
3,251 views
0 votes
1 answer

Permissions issue with Google Cloud Storage Bucket.

You can regain access to the object by assigning an applicable role, like roles/storage.objectAdmin, to ...READ MORE

Oct 10, 2019 in GCP by Sirajul
• 59,230 points
4,962 views
0 votes
1 answer

What is Azure stack?

Azure Stack is a hybrid cloud computing software solution ...READ MORE

Jan 10, 2020 in Azure by Sirajul
• 59,230 points
980 views
0 votes
1 answer

How Google OCR is different from Microsoft OCR in UiPath?

Hi @Pratibha, UiPath Studio provides Microsoft and ...READ MORE

Oct 16, 2019 in RPA by Abha
• 28,140 points
4,688 views
0 votes
1 answer

I want to restrict access to the azure portal, can I use multi-factor authentication for this purpose?

Yes, this is possible. Have a look at ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
1,280 views
+1 vote
1 answer

Is Java a compiled language or interpreted?

Compiled languages are directly converted into machine ...READ MORE

Dec 18, 2019 in Java by Hannah
• 18,520 points
1,912 views
0 votes
1 answer

having a pod with two containers, can i ping each other using the container name?

Containers on same pod act as if ...READ MORE

Jul 19, 2019 in Kubernetes by Sirajul
• 59,230 points
8,521 views
0 votes
1 answer

Is it possible to directly go for AWS professional certification exam without associate certifications?

Yes you can do that- Let me guide ...READ MORE

Jun 14, 2019 in AWS by Damon Salvatore
• 5,980 points
10,023 views
0 votes
2 answers

Finding local IP addresses using Python's stdlib

import socket s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s ...READ MORE

Mar 30, 2020 in Python by anonymous
3,122 views
0 votes
1 answer

Unable to update an existing custom role using Azure portal.

If you are unable to update an ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
1,543 views
0 votes
1 answer

How to convert a string to timestamp with milliseconds in Hive?

 concatenation of substrings using the following code: select ...READ MORE

Oct 31, 2018 in Big Data Hadoop by Neha
• 6,300 points
19,763 views
0 votes
1 answer

Spark: Error while instantiating "org.apache.spark.sql.hive.HiveSessionState"

Seems like you have not started the ...READ MORE

Jul 25, 2019 in Apache Spark by Rohit
8,234 views
0 votes
1 answer

Error "the number of available CPUs 1 is less than the required 2" when creating kubernetes cluster on ec2

The new version of Kubernetes requires you ...READ MORE

Aug 6, 2019 in Kubernetes by Macy
7,700 views