Trending questions in Edureka Community

0 votes
1 answer

what is azure active directory

Azure Active Directory (Azure AD) is a ...READ MORE

Jan 31, 2022 in Others by Edureka
• 12,710 points

edited Jun 21, 2023 by Khan Sarfaraz 1,118 views
0 votes
0 answers

How do I UPDATE from a SELECT in SQL Server?

INSERT INTO Table (col1, col2, col3) SELECT col1, ...READ MORE

Feb 4, 2022 in Database by Vaani
• 7,070 points
727 views
0 votes
0 answers

For-each over an array in JavaScript

How can I loop through all the ...READ MORE

Feb 8, 2022 in Java by Rahul
• 9,690 points
547 views
0 votes
1 answer

How to Split Columns in Power BI?

Splitting columns in Power BI using the ...READ MORE

Jan 6, 2024 in Power BI by anonymous
• 1,420 points
1,296 views
0 votes
1 answer

what is sns in aws

Amazon Simple Notification Service (Amazon SNS) is ...READ MORE

Feb 4, 2022 in AWS by Korak
• 5,820 points
660 views
0 votes
1 answer

How to delete a file from S3 bucket using boto3?

You can delete the file from S3 ...READ MORE

Nov 30, 2018 in AWS by Aniket
50,844 views
0 votes
1 answer

How to save DOMPDF generated content to file?

Hii, Try this: require_once("./pdf/dompdf_config.inc.php"); $files = glob("./pdf/include/*.php"); foreach($files as $file) include_once($file); $html ...READ MORE

Nov 13, 2020 in PHP by Niroj
• 82,800 points
20,005 views
0 votes
0 answers

I am trying to change the size of Tkinter window with the following line

Self.root.geometry('730x620+0+0+0') But its shows error wn_geometry_t ...READ MORE

Feb 17, 2022 in Python by anonymous

edited Mar 4 114 views
0 votes
0 answers

Python doesn't see variables are equal

i=3 def pw(): global i ...READ MORE

Feb 17, 2022 in Python by anonymous

edited Mar 4 106 views
0 votes
1 answer

How can I access the MySQL command line with XAMPP for Windows?

Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE

Aug 20, 2020 in PHP by Niroj
• 82,800 points
23,629 views
0 votes
0 answers

I want to highlight an element (where failure happened) after taking screenshot - Selenium and Java

My code to Login to a page @Test(testName ...READ MORE

Feb 16, 2022 in Selenium by Thavha

edited Mar 4 114 views
0 votes
1 answer

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_2.17.1-1ubuntu0.4_all.deb 404 Not Found [IP: 43.255.166.254 80]

Hi@akhtar, There may be many reasons behind this error. ...READ MORE

Nov 19, 2020 in Linux Administration by MD
• 95,460 points
19,697 views
0 votes
0 answers

What material is velvet

Velvet is also a kind of fiber. ...READ MORE

Feb 16, 2022 in Others by qiansifang

edited Mar 4 129 views
0 votes
1 answer

what does velocity in big data mean?

Velocity refers to the speed at which ...READ MORE

Dec 14, 2021 in Big Data Hadoop by Edureka
• 12,710 points
2,846 views
0 votes
1 answer

what is aws cli

The AWS Command Line Interface (CLI) is ...READ MORE

Feb 4, 2022 in AWS by Korak
• 5,820 points
599 views
+1 vote
1 answer

How can I run specific migration in laravel?

Hello @kartik, Use this command it worked for ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,800 points
24,255 views
0 votes
0 answers

what is big data with examples

what is big data with examples READ MORE

Feb 1, 2022 in Big Data Hadoop by surbhi
• 3,820 points
756 views
0 votes
0 answers

Dependent form layout in Laravel 8 with Ajax

I want to create a form layout ...READ MORE

Feb 13, 2022 in Laravel by amijanina

edited Mar 4 220 views
0 votes
0 answers

Blockchain Development Company

If you are one of those entrepreneurs ...READ MORE

Feb 7, 2022 in Blockchain by Olivia
• 120 points
483 views
0 votes
0 answers

Language independent way to get "My Documents" folder in VBA Excel 2003

I need a Language independent way to ...READ MORE

Feb 16, 2022 in Others by Edureka
• 13,690 points

edited Mar 4 100 views
0 votes
1 answer

What is AWS CloudWatch?

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

Feb 3, 2022 in AWS by anonymous

edited Jun 20, 2023 by Khan Sarfaraz 605 views
0 votes
0 answers

testing test test

This is the most active category where ...READ MORE

Feb 4, 2022 in Python by anonymous
• 300 points
592 views
+1 vote
1 answer

getting error in testng java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap

A NoClassDefFoundError is thrown when the JRE can't find ...READ MORE

Jun 4, 2020 in Selenium by Ramesh
• 140 points
29,257 views
0 votes
1 answer

Which among the following are the Features of Hadoop?

Apache Hadoop is a collection of open-source ...READ MORE

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

how can a devops team take advantage of artificial intelligence

Feb 1, 2022 in Others by Edureka
• 12,710 points
682 views
0 votes
2 answers

How to catch curl errors in PHP?

For (PHP 4 >= 4.0.3, PHP 5, ...READ MORE

Nov 9, 2020 in PHP by anonymous
• 160 points
20,778 views
0 votes
1 answer

what is phishing in cyber security

Phishing attacks occur when a person sends ...READ MORE

Jan 7, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,710 points
1,709 views
0 votes
1 answer

why artificial intelligence

Artificial intelligence improves human efforts in terms ...READ MORE

Jan 31, 2022 in Others by Edureka
• 12,710 points
853 views
0 votes
1 answer

What will be printed when the below code is executed ?

List 5 100 10 READ MORE

Feb 7, 2023 in Apache Spark by Subbu

edited Mar 5 1,842 views
0 votes
0 answers

How to add constraints in SQL?

Jan 31, 2022 in Database by Neha
• 9,020 points
614 views
0 votes
1 answer

How can I send a message to a particular client with socket.io?

Hii, You can try the code below: io.to(socket.id).emit("event", data); whenever ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,800 points
28,372 views
0 votes
1 answer

What is yield in Laravel and what is the use of yield?

Hii kartik, In Laravel, @yield is principally used to define ...READ MORE

Mar 23, 2020 in Laravel by Niroj
• 82,800 points
29,881 views
0 votes
1 answer

what is pig in big data?

Pig is a high-level programming language for ...READ MORE

Jan 7, 2022 in Big Data Hadoop by Edureka
• 12,710 points
1,616 views
0 votes
1 answer

Which of the following is not a hadoop output format?

The Hadoop Output Format checks the Output ...READ MORE

Dec 20, 2021 in Big Data Hadoop by Kavya
• 700 points
2,410 views
0 votes
1 answer

How do I get the base URL with PHP?

Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE

Sep 15, 2020 in PHP by Niroj
• 82,800 points
22,247 views
+1 vote
1 answer

How to load blade or php content into a view via ajax/jquery in laravel?

Hello @kartik, Assuming you're using jQuery... create a route ...READ MORE

Apr 14, 2020 in Laravel by Niroj
• 82,800 points
28,851 views
0 votes
0 answers

how to use sql server management studio

Jan 31, 2022 in Database by Neha
• 9,020 points
534 views
+1 vote
1 answer

How to merge multiple DataTable with same columns but in different order

You can do one thing to arrange ...READ MORE

Aug 7, 2022 in RPA by Sanjit

edited Mar 5 7,028 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,800 points
26,134 views
0 votes
0 answers

which is better data science or artificial intelligence

Feb 1, 2022 in Others by Edureka
• 12,710 points
469 views
+2 votes
1 answer

How to install the Google Cloud SDK in Windows system?

Hi@akhtar, To install the Google Cloud SDK on ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,460 points
23,086 views
0 votes
0 answers

4 year gap after first IT job in an MNC

I had worked for a reputed MNC ...READ MORE

Feb 9, 2022 in DevOps & Agile by raja

edited Mar 4 102 views
0 votes
1 answer

what is machine learning and artificial intelligence?

Artificial intelligence (AI) is a technology that ...READ MORE

Jan 31, 2022 in Others by Edureka
• 12,710 points
702 views
0 votes
1 answer

AssertionError: <class 'numpy.ndarray'>

try below error df.loc['2020-07-06']. READ MORE

Sep 2, 2022 in Python by Nitin Pednekar

edited Mar 5 4,940 views
0 votes
1 answer

what is big data technology

Big data refers to extremely large, and ...READ MORE

Feb 1, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
926 views
0 votes
1 answer

What is the extension of archive file created in Hadoop?

Hadoop archive is a facility which packs ...READ MORE

Dec 9, 2021 in Big Data Hadoop by Kavya
• 700 points
2,836 views
0 votes
1 answer

what is big data concept

Big data refers to extremely large, and ...READ MORE

Feb 1, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
891 views
0 votes
1 answer

which aspect of devops continuous release to production?

Continuous Delivery is a DevOps feature that ...READ MORE

Jan 12, 2022 in DevOps Tools by Neha
• 9,020 points
1,357 views
0 votes
0 answers

what does sql stand for?

Feb 1, 2022 in Database by Neha
• 9,020 points
387 views
0 votes
0 answers

what is wrong here?print ('We have logged in as{0.user}'.format(client))

I need to ask where I got ...READ MORE

Oct 17, 2021 in Python by anonymous
• 120 points
575 views