Trending questions in Edureka Community

0 votes
2 answers

Write a SQL query to find the names of employees that begin with ‘S’

Select ename From emp Where ename like"s%"; READ MORE

Oct 7, 2021 in Database by anonymous
27,605 views
0 votes
0 answers

what is driving the adoption of devops today?

Dec 20, 2021 in Other DevOps Questions by Vaani
• 7,070 points
568 views
0 votes
1 answer

what is ansible in devops?

Ansible is a free and open source ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
648 views
0 votes
1 answer

How to find the hidden files in the Git repository?

Hi@akhtar, To find the hidden files in the ...READ MORE

Nov 19, 2020 in Git & GitHub by MD
• 95,460 points
17,619 views
0 votes
1 answer

How to create a new slicer to filter data by district manager in Power BI?

Follow the steps Open power bi  desktop nd ...READ MORE

Oct 10, 2023 in Power BI by Monika kale
1,019 views
0 votes
1 answer

what is considered as waste in devops?

When discussing lean manufacturing concepts, it is ...READ MORE

Dec 17, 2021 in DevOps & Agile by Neha
• 9,020 points
636 views
+1 vote
3 answers

How to connect to oracle database from power Bi?

I use Devart ODBC drivers in order ...READ MORE

Dec 20, 2019 in Power BI by Tony
• 160 points
31,099 views
0 votes
1 answer

how to start a career in cyber security?

Many of us are familiar with the ...READ MORE

Dec 14, 2021 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
758 views
0 votes
0 answers

what is chef in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
490 views
0 votes
0 answers

what is selenium used for?

Dec 17, 2021 in Ask us Anything! by Edureka
• 13,620 points
644 views
0 votes
1 answer

How to remove new lines and returns from php string?

Hello @kartik, You need to place the \n in double ...READ MORE

Nov 19, 2020 in PHP by Niroj
• 82,840 points
17,568 views
0 votes
2 answers

What is Hadoop used for?

Apache Hadoop is an open-source framework that ...READ MORE

Dec 10, 2021 in Big Data Hadoop by CoderGirl
• 500 points
1,028 views
+4 votes
4 answers

How to install packages inside a docker Ubuntu image?

Execute the update and the install command ...READ MORE

Apr 24, 2019 in Docker by Vismaya
47,877 views
0 votes
0 answers

what is big data technology?

Dec 17, 2021 in Big Data Hadoop by Edureka
• 13,620 points
612 views
0 votes
1 answer

What is AWS?

Amazon Web Services or AWS is the ...READ MORE

Dec 13, 2021 in AWS by Rahul
• 2,120 points
809 views
0 votes
0 answers

what is devops tools?

Dec 17, 2021 in DevOps & Agile by Edureka
• 13,620 points
607 views
0 votes
0 answers

what is artificial intelligence

Dec 20, 2021 in Others by Edureka
• 13,620 points
442 views
0 votes
1 answer

what is aws CloudWatch?

Amazon CloudWatch is a monitoring and management ...READ MORE

Dec 14, 2021 in Cloud Computing by Edureka
• 12,690 points
655 views
0 votes
0 answers

What is vulnerability in cyber security?

Dec 10, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
846 views
0 votes
1 answer

What is CI CD in DevOps?

CI/CD is a collection of methodologies that ...READ MORE

Dec 14, 2021 in DevOps & Agile by Neha
• 9,020 points
636 views
0 votes
1 answer

Why to choose DevOps?

Reasons why you should choose DevOps are ...READ MORE

Dec 14, 2021 in DevOps & Agile by Neha
• 9,020 points
625 views
0 votes
1 answer

What is DevOps?

DevOps is a set of practices that ...READ MORE

Dec 13, 2021 in Other DevOps Questions by Rahul
• 2,120 points
704 views
0 votes
0 answers

what is subnet in aws?

Dec 10, 2021 in AWS by Edureka
• 220 points
792 views
0 votes
0 answers

What is Hadoop Cluster?

Cluster is a collection of something, a ...READ MORE

Dec 9, 2021 in Big Data Hadoop by Kavya
• 700 points
813 views
0 votes
3 answers

Artificial intelligence Interview questions

Some frequently asked AI interview questions to ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
• 450 points
986 views
0 votes
1 answer

How to Call a Class From another class?

Suppose you have two classes: Class1: public class Class1 ...READ MORE

Aug 8, 2018 in Selenium by Meci Matt
• 9,460 points
53,413 views
0 votes
1 answer

How to return an array from an AJAX call?

Hello @kartik, Use JSON to transfer data types (arrays and ...READ MORE

Nov 14, 2020 in PHP by Niroj
• 82,840 points
17,590 views
0 votes
1 answer

What is DevOps tools?

A DevOps Tool is a programme that ...READ MORE

Dec 10, 2021 in DevOps & Agile by Neha
• 9,020 points
704 views
0 votes
1 answer

How to become a DevOps Engineer?

Candidates having a postsecondary degree in computer ...READ MORE

Dec 14, 2021 in DevOps & Agile by Neha
• 9,020 points
525 views
0 votes
0 answers

how to learn aws?

Dec 17, 2021 in AWS by Edureka
• 13,620 points
406 views
0 votes
0 answers

What is Big Data Analytics?

Dec 10, 2021 in Big Data Hadoop by surbhi
• 3,820 points
684 views
+1 vote
2 answers

Read file content from S3 bucket with boto3

s3_client=boto3.resource('s3') bucket = s3_client.Bucket('test') for obj in bucket.objects.all(): contents=obj.get()['Body'].read().decode(encoding="utf-8",errors="ignore") for line ...READ MORE

Jul 4, 2019 in AWS by reddy

edited Jul 4, 2019 by Kalgi 44,487 views
0 votes
1 answer

Who is a DevOps Engineer?

A DevOps engineer is someone who works ...READ MORE

Dec 13, 2021 in Other DevOps Questions by Rahul
• 2,120 points
557 views
0 votes
0 answers

MQTT Subscribe

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shri
• 120 points
672 views
0 votes
0 answers

what are the elements of cyber security

what are the elements of cyber security READ MORE

Dec 10, 2021 in Cyber Security & Ethical Hacking by Kavya
• 700 points
595 views
0 votes
0 answers

NameError: name 'Solution' is not defined ret = Solution().singleNumber(param_1) Line 30 in _driver (Solution.py) _driver() Line 41 in <module> (Solution.py)

def singleNumber(self, nums: List[int]) -> int:         nums_dict = ...READ MORE

Oct 22, 2021 in Python by anonymous
• 120 points
2,676 views
0 votes
1 answer

How to Execute PHP function with onclick?

Hello @kartik, In javascript, make an ajax function, function ...READ MORE

Jun 16, 2020 in PHP by Niroj
• 82,840 points
23,930 views
0 votes
1 answer

what is cyber security course ?

Cyber Security study programmes teach you how ...READ MORE

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
792 views
0 votes
0 answers

what is test

what is test please tell? READ MORE

Dec 9, 2021 in Ask us Anything! by Hemant
• 140 points
588 views
+1 vote
1 answer

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Hi@akhtar, It seems the docker service is not ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,460 points
15,618 views
+4 votes
3 answers

Write a for loop that prints all elements of a list and their position in the list. a = [4,7,3,2,5,9]

Try using this question by list comprehension: a=[4,7,3,2,5,9] print([x for ...READ MORE

Dec 9, 2019 in Python by vinaykumar
• 200 points
35,166 views
0 votes
0 answers
0 votes
1 answer

How to know if a problem is solvable by machine learning?

Transitioning from learning machine learning algorithms through ...READ MORE

Dec 13, 2023 in Machine Learning by anonymous
• 1,420 points
839 views
0 votes
1 answer

Link to the issue number on GitHub within a commit message.

Hi@akhtar, You just need to include #xxx in your commit message ...READ MORE

Jan 4, 2021 in Git & GitHub by MD
• 95,460 points
15,158 views
0 votes
0 answers

How do I execute MySqL query using Ansible playbook

Dear team, I'm trying to execute MySQL , ...READ MORE

Oct 4, 2021 in Ansible by anonymous
• 140 points
3,387 views
0 votes
0 answers

How to host a website on AWS?

Dec 10, 2021 in AWS by Edureka
• 220 points
488 views
0 votes
0 answers
0 votes
1 answer

No Java Development Kit (JDK) found; You must have the environment variable JAVA_HOME set and the java binary in your PATH

Hi@akhtar, If you do not have the JDK software ...READ MORE

Jul 17, 2020 in Others by MD
• 95,460 points
22,405 views
0 votes
0 answers

What are the elements of Cyber Security

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
471 views
0 votes
1 answer