Latest questions in Edureka Community

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,325 views
0 votes
1 answer

Puppet: How do i install PuppetDB?

You need to install puppetDB on the same ...READ MORE

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

Polynomials in Python

You can easily find polynomials of any ...READ MORE

Aug 27, 2019 in Python by Wajiha
• 1,950 points
842 views
0 votes
1 answer

Meaning of 10j in SciPy

10j in b = np.r_[3,[0]*5,-1:1:10j] means that the ...READ MORE

Aug 27, 2019 in Python by Wajiha
• 1,950 points
767 views
0 votes
1 answer

is there any way we can run kubectl command without sudo acess in KOPS kubernetes?

Yes, you can use kubectl on kops ...READ MORE

Aug 28, 2019 in Kubernetes by Adarsh
2,157 views
0 votes
1 answer

Puppet: Failed to restart puppet server

I noticed once when I started Puppet ...READ MORE

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

dpkg error: dpkg status database is locked by another process

First run: lsof /var/lib/dpkg/lock Then make sure that process ...READ MORE

Aug 27, 2019 in Linux Administration by Sirajul
• 59,230 points
5,596 views
0 votes
1 answer

How do i enable universe repository in Ubuntu 18.04?

If you want in one command and ...READ MORE

Aug 27, 2019 in Linux Administration by Sirajul
• 59,230 points
7,104 views
+1 vote
1 answer

Locator issue for changed frame.

Hi ADS, can you please share your ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
685 views
+1 vote
0 answers

what is regression testing [closed]

Aug 27, 2019 in Software Testing by anonymous

closed Aug 27, 2019 by Kalgi 463 views
+2 votes
0 answers

USE PostgreSQL

Aug 27, 2019 in Power BI by anonymous
403 views
0 votes
1 answer

What is the use of Steps in Cucumber tool?

Hi Darshan, Steps are basically the Sequences ...READ MORE

Aug 27, 2019 in Selenium by Anvi
• 14,150 points
654 views
0 votes
1 answer

What is a feature file in Cucumber test and what are its components?

Hey Jagan, Feature file is a file ...READ MORE

Aug 27, 2019 in Selenium by Anvi
• 14,150 points
2,229 views
0 votes
1 answer

How can I handle Javascript Alert popup using Ruby Selenium webdriver?

Hey Usman, you can use driver.switch_to.alert method ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
2,143 views
0 votes
1 answer

How to open a new browser tab using Ruby Selenium Webdriver?

Hi Utkarsh, you can use JS Executor ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
3,613 views
0 votes
1 answer

Which method is used to switch to a frame on a webpage using Ruby Selenium Webdriver?

Hi Hemant, you can use driver.switch_to.frame method to switch ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
1,551 views
0 votes
1 answer

Delete an object from a bucket - ansible playbook

You have to use the following task ...READ MORE

Aug 26, 2019 in Ansible by Hari
1,154 views
0 votes
1 answer

ansible playbook to get get a specific version of an s3 object

You can use an ansible task, something ...READ MORE

Aug 26, 2019 in Ansible by Rhea
758 views
+2 votes
2 answers

Count text values from different columns

You can try duplicating the category columns ...READ MORE

Aug 29, 2019 in Power BI by anonymous
• 33,030 points
954 views
+2 votes
2 answers

Counting the text values

To get the count of only yes, ...READ MORE

Aug 29, 2019 in Power BI by anonymous
• 33,030 points
531 views
0 votes
1 answer

What is the procedure to find the exact path of python installation in Windows?

This is a very simple thing to ...READ MORE

Aug 26, 2019 in Python by Neel
• 3,020 points
473 views
0 votes
1 answer

How to write content of one file to another file in Python?

The following code snippet might solve your ...READ MORE

Aug 26, 2019 in Python by Neel
• 3,020 points
611 views
0 votes
1 answer

How can I automate google search for a keyword using ruby selenium webdriver?

Hi Amir, following code snippet shows how ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
1,427 views
0 votes
1 answer

Puppet: Can I publish my custom module on the forge repository?

To share your module with other Puppet users, get ...READ MORE

Aug 26, 2019 in Puppet by Sirajul
• 59,230 points
554 views
0 votes
1 answer

Ansible playbook for a shall script

You can convert a shell script to ...READ MORE

Aug 26, 2019 in Ansible by Anjali
1,304 views
0 votes
1 answer

Ansible error "This module has been removed. The module documentation for Ansible-2.6 may contain hints for porting"

s3 alias has been removed. Use aws_s3 instead: - ...READ MORE

Aug 26, 2019 by Vishaka
1,798 views
0 votes
1 answer

Puppet: How to install a module from a release tarball?

To install a module from a release ...READ MORE

Aug 26, 2019 in Puppet by anonymous
1,167 views
0 votes
1 answer

How to handle checkboxes on a webpage using Ruby Selenium Webdriver?

Hi Sandeep, you can use following code ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
1,742 views
0 votes
1 answer

Puppet: Error while downloading a module using puppet module install command.

This error occurs because there is no ...READ MORE

Aug 26, 2019 in Puppet by Sirajul
• 59,230 points
619 views
0 votes
1 answer

How can I select an option from a dropdown using Ruby Selenium Webdriver?

Hey Swasti, you can try following lines ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
4,304 views
0 votes
1 answer

How to type text into a text field using Ruby Selenium Webdriver?

Hi Lily, to type text into a ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
4,077 views
0 votes
1 answer

Ansible error: ERROR! Variables must be specified as a dictionary, or a list of dictionaries

the correct syntax for the var file ...READ MORE

Jun 2, 2020 in Ansible by yehuda
6,334 views
0 votes
1 answer

Puppet: How do I disable environment Isolation?

To disable environment isolation in open source Puppet: Remove ...READ MORE

Aug 26, 2019 in Puppet by Sirajul
• 59,230 points
686 views
0 votes
1 answer

Puppet: Catalog Compilation Error: "type not found"

To fix catalog compilation errors: Ensure that your Puppet resource ...READ MORE

Aug 26, 2019 in Puppet by Sirajul
• 59,230 points
570 views
0 votes
1 answer

want to comment cron job using ansible

- ...READ MORE

Jun 18, 2020 in Ansible by Disha Khandelwal
2,196 views
0 votes
0 answers

What are the key advantages of using python over javascript?

Which one should i go for? READ MORE

Aug 26, 2019 in Python by Waseem
• 4,540 points
406 views
0 votes
0 answers

How to make abstract classes in python?

How do you make a class, abstract ...READ MORE

Aug 26, 2019 in Python by Waseem
• 4,540 points
594 views
0 votes
1 answer

Dockerfile - What does it include?

Basic instructions in a dockerfile FROM instruction : Usage ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
733 views
0 votes
1 answer

Install aptitude on Ubuntu

You just have to run one single ...READ MORE

Aug 26, 2019 in Linux Administration by Barca
5,116 views
0 votes
1 answer

Ansible error "Could not find aptitude. Using apt-get instead"

Hey @Hita, use the apt module to ...READ MORE

Aug 26, 2019 in Ansible by Jinu
3,439 views
+1 vote
1 answer

What is the exam cost of AWS associate architect?

Cost of AWS associate architect is 150 ...READ MORE

Aug 26, 2019 in AWS by Cloud_Castle
499 views
0 votes
2 answers

AWS account limit exceeded and the account blocked

You can call the customer service and ...READ MORE

Aug 26, 2019 in AWS by Laya
1,116 views
0 votes
1 answer

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
790 views
0 votes
1 answer

Jenkins and Docker: How can I customize my jenkins pipeline to use docker?

Jenkins Pipeline is designed to easily use ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
1,375 views
0 votes
1 answer

What is Blue Ocean in jenkins?

Blue Ocean is a project that redefines/rethinks ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
721 views
0 votes
1 answer

Do I need to start with cloud practitioners certification or can I directly jump to Architect associate certification?

You do not really need the practitioner ...READ MORE

Aug 26, 2019 in AWS by Vasudha
499 views
0 votes
1 answer

which one is better bigdata or devops for career

I think Big Data will be good ...READ MORE

Aug 26, 2019 in Big Data Hadoop by Karan
2,230 views
+1 vote
1 answer

Can we pass string values to the contract which holds bytes 32 only?

A string is not byte32 and so ...READ MORE

Aug 26, 2019 in Blockchain by Rina
850 views
0 votes
2 answers

How to avoid the pop-up window in chrome browser with Selenium?

Alert alertCancel = driver.switchTo().alert(); READ MORE

Sep 6, 2020 in Selenium by Sri
• 3,190 points
15,955 views
0 votes
2 answers

Jenkins and Docker : Build a Docker image using an jenkins pipeline and push it into docker registry.

In the illustration below, i have created a ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
144,966 views