Most answered questions in Edureka Community

0 votes
1 answer

How do I carry out functional testing?

Well, functional testing is pretty simple. it ...READ MORE

Feb 18, 2019 in Others by Jobin
499 views
0 votes
1 answer

What sort of testing is involved in functional testing?

The following types of testing are involved ...READ MORE

Feb 18, 2019 in Others by Jobin
457 views
0 votes
1 answer

How is regression testing different from functional testing?

Functional testing is testing a section of code ...READ MORE

Feb 18, 2019 in Others by Mythlli
509 views
0 votes
1 answer

What is functional testing?

Functional testing a type of testing where ...READ MORE

Feb 18, 2019 in Others by Jobin
444 views
0 votes
1 answer

Sending SMS using Amazon SNS from a AWS lambda function?

First, you need to write a Lambda ...READ MORE

Feb 18, 2019 in AWS by Archana
• 5,640 points
1,851 views
0 votes
1 answer

What are things to be kept in mind to ensure effective regression testing?

Regression testing can get cumbersome, if not ...READ MORE

Feb 18, 2019 in Selenium by Jobin
412 views
0 votes
1 answer

What are some use cases of Amazon SNS?

Amazon Simple Notification Service is a highly ...READ MORE

Feb 18, 2019 in AWS by Archana
• 5,640 points
3,205 views
0 votes
1 answer

Major regression testing problem people face?

These are the major issues faced by ...READ MORE

Feb 18, 2019 in Selenium by Jobin
502 views
0 votes
1 answer

What is the difference between regression testing and re-testing?

Retesting means testing the functionality or bug ...READ MORE

Feb 18, 2019 in Selenium by Jobin
957 views
+1 vote
1 answer

What is regression testing?

Regression testing is when you select partial ...READ MORE

Feb 18, 2019 in Selenium by Jobin
689 views
0 votes
1 answer

Which is the best testing tool?

Hey @Jinu, the best tool I've come ...READ MORE

Feb 18, 2019 in Other DevOps Questions by Yesha
426 views
0 votes
1 answer

How to disable session in JSP?

<%@ page session=“false” %>    Using this above command, you can ...READ MORE

Feb 18, 2019 in Java by Frankie
• 9,830 points
1,284 views
0 votes
1 answer

What are some of the important Spring annotations which you have used?

Some of the Spring annotations that I ...READ MORE

Feb 18, 2019 by Frankie
• 9,830 points
512 views
0 votes
1 answer

What is composition in Java?

Composition is again specialized form of Aggregation ...READ MORE

Feb 18, 2019 in Java by Neha
• 6,300 points

edited Feb 18, 2019 by Neha 918 views
0 votes
1 answer

What are the different methods of session management in servlets?

Session is a conversational state between client ...READ MORE

Feb 18, 2019 in Java by Frankie
• 9,830 points
18,587 views
0 votes
1 answer

What do you mean by aggregation in Java?

Aggregation is a specialized form of Association ...READ MORE

Feb 18, 2019 in Java by Frankie
• 9,830 points
541 views
0 votes
1 answer

Hadoop Distribution Differences

The Yahoo distribution is a version of ...READ MORE

Feb 18, 2019 in Big Data Hadoop by Frankie
• 9,830 points
405 views
0 votes
1 answer

Why is continuous testing so important for devops?

Continuous Testing allows any change made in ...READ MORE

Feb 18, 2019 in Other DevOps Questions by Yesha
592 views
0 votes
1 answer

Are there any requirements for Continuous Integration?

If you maintain the following mentioned points, ...READ MORE

Feb 16, 2019 in Other DevOps Questions by Emily
654 views
0 votes
1 answer

Why do we need the concept of continuous Integration?

Continuous Integration (CI) is a development practice ...READ MORE

Feb 16, 2019 in Other DevOps Questions by Rachel
885 views
0 votes
1 answer

What all does a version control like git allow us to do?

Version control basically keeps a track of ...READ MORE

Feb 16, 2019 in Git & GitHub by Mariam
679 views
0 votes
1 answer

Do DevOps tools work together to bring out the DevOps culture? How?

Yes, of course, DevOps tools work together.  Developers ...READ MORE

Feb 16, 2019 in Other DevOps Questions by Nisha
491 views
0 votes
1 answer

What are the attributes used while s3 bucket creation using AWS CLI?

These are the attributes that can be ...READ MORE

Feb 16, 2019 in AWS by Lionel
1,345 views
0 votes
1 answer

What are the attributes used while ec2 instance creation using AWS CLI?

This is the list of attributes that ...READ MORE

Feb 16, 2019 in AWS by Lionel
701 views
0 votes
1 answer

Is there a Python equivalent to `perl -pi -e`?

The command line usage from 'python -h' ...READ MORE

Feb 15, 2019 in Python by SDeb
• 13,300 points
737 views
0 votes
1 answer

Get business days between start and end date using pandas

You can use BDay() to get the ...READ MORE

Feb 15, 2019 in Python by SDeb
• 13,300 points
1,825 views
0 votes
1 answer

How to create a S3 bucket using AWS CLI?

You can use the following command:- C:\Users\priyj_kumar>aws s3api ...READ MORE

Feb 15, 2019 in AWS by Priyaj
• 58,090 points
5,922 views
0 votes
1 answer

What are the different tools used for Compatibility testing?

For compatibility testing you can use the ...READ MORE

Feb 15, 2019 in Selenium by Nandita
549 views
0 votes
1 answer

setting a variable output from a bash command

You can use $(command), which in my ...READ MORE

Feb 15, 2019 in Linux Administration by DareDev
• 6,890 points
2,201 views
0 votes
1 answer

Error saying "Error: Could not autoload puppet/provider/package/rpm: No child processes." While installing gcc through puppet

Hey @Laksha, check your internet connectivity. You usually ...READ MORE

Feb 15, 2019 in Puppet by Jugnu
920 views
0 votes
1 answer

What is printing compatibility?

Printing compatibility gives a brief idea on ...READ MORE

Feb 15, 2019 in Selenium by Ritwik
446 views
0 votes
1 answer

What is the significance of cross-platform testing?

Cross platform testing allows evaluating how your ...READ MORE

Feb 15, 2019 in Selenium by Ritwik
356 views
0 votes
1 answer

Error saying "Error: Could not parse for environment production" - Puppet

Hey @Nagya, You need to set the ...READ MORE

Feb 15, 2019 in Puppet by Kavya
2,280 views
0 votes
1 answer

What is compatibility testing?

Compatibility (Configuration) testing is performed to test ...READ MORE

Feb 15, 2019 in Selenium by Ritvik
474 views
0 votes
1 answer

What are the tools used for UI Testing?

The popular tools used for UI Testing ...READ MORE

Feb 15, 2019 in Selenium by Mehrin
398 views
0 votes
1 answer

What is UI testing for a website?

The components that are tested in UI ...READ MORE

Feb 15, 2019 in Selenium by Mehrin
454 views
0 votes
1 answer

How does puppet work?

This is how Puppet works: The Puppet Agent ...READ MORE

Feb 15, 2019 in Puppet by Kehsav
603 views
0 votes
1 answer

Can I access environment variables with Facter in Puppet?

Hey @Ruth, not directly. However, Facter reads ...READ MORE

Feb 15, 2019 in Puppet by Krishti

edited Feb 15, 2019 3,235 views
0 votes
1 answer

Which version of Ruby does puppet support?

Hey @Raj, certain versions of Ruby are ...READ MORE

Feb 15, 2019 in Puppet by Uma
1,343 views
0 votes
1 answer

What is the use of etckeeper-commit-post and etckeeper-commit-pre on Puppet Agent?

Hey @Pallavi,  etckeeper-commit-post: In this configuration file you can ...READ MORE

Feb 15, 2019 in Puppet by Simran
959 views
0 votes
1 answer

What sort of Puppet Interview questions should I prepare?

Hey @Kajol, You can prepare something along ...READ MORE

Feb 15, 2019 in Puppet by Simran
510 views
0 votes
1 answer

What are Puppet's main features?

Three main features are: Role-based Access Control enables ...READ MORE

Feb 15, 2019 in Puppet by Akansha
511 views
0 votes
1 answer

What are profiles in Puppet?

Wrapper classes that use multiple component modules ...READ MORE

Feb 15, 2019 in Puppet by Sheela
439 views
0 votes
1 answer

How to output the rows which are affected using SQLAlchemy in Python?

Hi, good question. This is actually not ...READ MORE

Feb 15, 2019 in Python by Nymeria
• 3,560 points
3,028 views
0 votes
1 answer

How can I prevent brute force login attacks using Django in Python?

Hi. Django-axes is an already existing application ...READ MORE

Feb 15, 2019 in Python by Nymeria
• 3,560 points
2,281 views
0 votes
1 answer

Failing to execute the script pig file on HDFS

By convention, the pig script that you ...READ MORE

Feb 15, 2019 in Big Data Hadoop by John
624 views
0 votes
1 answer

Geth command getting stuck

Creating new account should not take more ...READ MORE

Feb 15, 2019 in Blockchain by Raj
644 views
0 votes
1 answer

What all companies use Puppet?

A lot of companies use puppet, its ...READ MORE

Feb 15, 2019 in Puppet by Kashish
542 views
0 votes
1 answer

Parquet to ORC format in Hive

Follow the below steps to load the ...READ MORE

Feb 15, 2019 in Big Data Hadoop by Raj
5,473 views
0 votes
1 answer

Parquet to ORC format in Spark

I appreciate that you want to try ...READ MORE

Feb 15, 2019 in Apache Spark by Anjali
2,107 views