Most voted questions in Edureka Community

0 votes
1 answer

How do i start using the kubernetes module if i'm using r10k for code management?

Add this declaration to your Puppetfile: mod 'puppetlabs-kubernetes', ...READ MORE

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

Puppet+Kubernetes : How do i install the kubernetes module via Bolt?

In order to get started with using ...READ MORE

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

Puppet+Kubernetes: How does puppetlabs/kubernetes module communicate with the Kubernetes API?

The Kubernetes module uses the kubeclient library to ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
435 views
0 votes
0 answers

Cloudera Certification

Hi, I want to write CCA-175 (CCA Spark ...READ MORE

Aug 23, 2019 in Big Data Hadoop by Nagajyothi
• 160 points
519 views
0 votes
1 answer

Can you use 2 dataframes in one ggplot?

Hi, Archana You can use only one data ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
514 views
0 votes
0 answers

geom_point() in r

Hi, Is it possible to add point ...READ MORE

Aug 23, 2019 in Data Analytics by rachna
459 views
0 votes
1 answer

Filter with nested if condition in R

Hi Raksha, Use the filter function to filter ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
2,630 views
0 votes
1 answer

How to use plyr and dplyr functions inside one source file?

Hi, Lakshmi, Use dplyr::function( ) or plyr::function( ). Since ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
510 views
0 votes
1 answer

Reverse the stack order in a stacked bar chart

Hi kriti, Use below code inside geom_bar function. position ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
7,400 views
0 votes
1 answer

Facing error while using Remote webdriver with Selenium Ruby. Please help!

Hi Bhanu, you might be facing this ...READ MORE

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

How to run a test case on remote webdriver using ruby selenium?

Hey Dhanush, you can follow the below ...READ MORE

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

What is the purpose of else part in python exception handling?

When an error occurs, or exception as ...READ MORE

Aug 23, 2019 in Python by Arvind
• 3,040 points
1,786 views
0 votes
1 answer

Can anyone please demonstrate writing a basic test in Selenium Webdriver using Ruby?

Hi Renuka, you can take help from ...READ MORE

Aug 23, 2019 in Selenium by Anvi
• 14,150 points
378 views
0 votes
0 answers

I do not have a real result about encryption file use AES mode CFB in pycrptodome on python [closed]

I'm using Ubuntu win. on python I ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Ahmed
• 310 points

closed Aug 23, 2019 by Ahmed 682 views
0 votes
1 answer

How to setup Selenium with Ruby to write automation tests?

Hey Gitanjali, to setup Selenium with Ruby ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
909 views
0 votes
1 answer

What is the easiest way to implement 'IN' and 'NOT IN' in Pandas dataframe?

You can use pd.Series.isin. For "IN" use: something.isin(somewhere) Or for "NOT ...READ MORE

Aug 23, 2019 in Python by Arvind
• 3,040 points
12,575 views
0 votes
1 answer

How can I run/debug pytest script using eclipse?

Hi Amish, to run/debug pytest scripts in ...READ MORE

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

Install jenkins using dockerfile on Ubuntu.

Here's the dockerfile that you can use: FROM ...READ MORE

Aug 22, 2019 in Docker by Sirajul
• 59,230 points
5,565 views
0 votes
1 answer

How does Burpsuite help modify browser requests?

While using Burpsuite, you have to use ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Jishan
589 views
0 votes
1 answer

How to modify hidden content in a web page?

You can save the source code as ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Emilia
647 views
0 votes
1 answer

Why use Puppet to manage kubernetes clusters?

The use of Puppet to manage Kubernetes ...READ MORE

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

What is Incremental Testing in Pytest?

Hi Ramesh, Pytest provides an Incremental Marker ...READ MORE

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

How different it is to create a fixture with Class scope instead of Session Scope in Pytest?

Hi Shankar, we use different scopes in ...READ MORE

Oct 11, 2019 in Selenium by Abha
• 28,140 points
1,518 views
0 votes
1 answer

Puppet+Kubernetes : Error while applying a puppet manifest to add the kubernetes repository

I guess there isn't an issue with ...READ MORE

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

Can anyone tell what are Parametermized Fixtures and what are its usage?

Hey Varhsa, Parameterized Fixtures are used to execute ...READ MORE

Aug 23, 2019 in Selenium by Abha
• 28,140 points
547 views
0 votes
0 answers

How to run python script in java [closed]

Aug 22, 2019 in Java by anonymous

closed Aug 22, 2019 by Omkar 3,502 views
0 votes
1 answer

Is it possible to create a Pytest Fixture which can be shared with other tests?

Hi Prashashti, to create a fixture that ...READ MORE

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

Puppet+Kubernetes : List and manage kubernetes resources in puppet

List resources: In addition to creating and managing ...READ MORE

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

What are the different Fixture Scopes in Pytest?

Hey Julia, a fixture’s scope defines how many ...READ MORE

Aug 22, 2019 in Selenium by Anvi
• 14,150 points
12,566 views
0 votes
1 answer

How to modify indirectly visible data sent to client by user?

Yes, it is possible to modify this ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Jimmy

edited Oct 7, 2021 by Sarfaraz 475 views
0 votes
1 answer

Why do some webserver send immutable data to client and get it back to the server?

The main reason for this behavior is ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Gemini
478 views
0 votes
1 answer

Puppet+Kubernetes: KREAM Installation and usage.

KREAM (Kubernetes Rules Everything Around Me) - ...READ MORE

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

Is it possible to find technolgy name of a web application using session tokens?

If the web application uses web servers that ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Kumar

edited Oct 7, 2021 by Sarfaraz 583 views
0 votes
1 answer

Find web application technology using directory names found during fingerprinting

You can find the technology using recon ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Rachek
431 views
0 votes
1 answer

Finding platform or programming language used in web application by file extension

Yes. It is possible to understand the ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Will
820 views
0 votes
1 answer

Puppet+Kubernetes : Credential Configuration during set up.

You can provide the required information in ...READ MORE

Aug 22, 2019 in Puppet by Amy
367 views
0 votes
1 answer

Puppet+Kubernetes: How do I convert puppet code to kubernetes yaml format?

Sometimes you may want to convert PuppetDSL ...READ MORE

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

Puppet+Kubernetes : Can I use already existing kubrernetes YAML files while using the kubernetes module?

Yes, you could re-use them. You may already ...READ MORE

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

What are Fixtures in Pytest and what is their importance?

Hi Kabir, Fixtures are a powerful tool ...READ MORE

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

Nonstandard query string markers and field separators in a web application

You should definitely consider them as entry ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Likith
483 views
0 votes
1 answer

Puppet+Kubernetes: Puppet resource command doesn't return the pod information.

This could probably be a credentials issue ...READ MORE

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

How to identify Entry points for user input in a web application?

Following are the key entry points for ...READ MORE

Aug 22, 2019 in Cyber Security & Ethical Hacking by Raman
1,811 views
0 votes
1 answer

What are the different Exit Codes while executing a Pytest code?

Hello Esha, while executing a Pytest code, ...READ MORE

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

How can I install and setup Pytest framework?

Hey Yashmin, follow these steps to install ...READ MORE

Aug 22, 2019 in Selenium by Anvi
• 14,150 points
5,086 views
0 votes
1 answer

What are the advantages of Pytest framework over other test frameworks?

Hello Shanky, Pytest is one of the ...READ MORE

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

Error - Highlighting results - No matching java elements found

Can you please be more specific about ...READ MORE

Aug 29, 2019 in RPA by Abha
• 28,140 points
949 views
0 votes
1 answer

What is the use of Pytest with Selenium Webdriver?

Hi Abhinav, Pytest is a testing framework ...READ MORE

Aug 22, 2019 in Selenium by Anvi
• 14,150 points
1,223 views
0 votes
0 answers

HIve query data dates issue

Hello All, I am facing one issue, my ...READ MORE

Aug 22, 2019 in Big Data Hadoop by anonymous

edited Aug 22, 2019 by Omkar 863 views
0 votes
1 answer

Puppet+Kubernetes : What all Kubernetes features does puppetlabs/kubernetes module support?

The module currently supports types for kubernetes_pod kubernetes_service kubernetes_replication_controller kubernetes_node kubernetes_event kubernetes_endpoint kubernetes_namespace kubernetes_secret kubernetes_resource_quota kubernetes_limit_range kubernetes_peristent_volume kubernetes_persistent_volume_claim kubernetes_component_status kubernetes_service_account Not all ...READ MORE

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

How do I set an aws aurora serverless cluster?

Hey @Prakash, follow these steps: Click “Create Database” ...READ MORE

Aug 22, 2019 in AWS by Scarlet
831 views