Trending questions in Edureka Community

0 votes
5 answers

How to use JavaScript in selenium to click an Element?

WebElement element = driver.findElement(By.id("id")); JavascriptExe ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
70,279 views
0 votes
1 answer

Convert numbers to words in Excel (VBA)

In the cell where you wish to ...READ MORE

Mar 25, 2022 in Database by gaurav
• 23,260 points
29,277 views
0 votes
1 answer

What is CloudWatch in AWS?

Amazon CloudWatch is a monitoring tool provided ...READ MORE

Jan 22 in Others by Preetha
467 views
0 votes
1 answer

What is CIA in Cybersecurity?

CIA(Confidentiality, Integrity, and Availability) represents the foundational ...READ MORE

Jan 22 in Cyber Security & Ethical Hacking by Beth
419 views
0 votes
1 answer

What is StrictMode in React ?

In React, StrictMode is a development mode ...READ MORE

Jan 22 in Web Development by Darcy
394 views
0 votes
0 answers

how to check aws cli version

Jan 12 in AWS by Priyanka
• 2,280 points
340 views
0 votes
1 answer

what is the extension of compiled java classes?

The extension of compiled Java classes is ...READ MORE

Oct 17, 2023 in Java by anonymous
• 520 points
4,041 views
0 votes
1 answer

What is Angular framework?

Angular is an open-source web application framework ...READ MORE

Jan 12 in Angular by Vaishali
428 views
0 votes
0 answers

what is class component in react ?

Jan 12 in Java by Evanjalin
• 2,560 points
303 views
0 votes
0 answers

what is transit gateway in aws?

Jan 12 in AWS by Priyanka
• 2,280 points
302 views
0 votes
0 answers

how to create iam user in aws

Jan 12 in AWS by Priyanka
• 2,280 points
277 views
0 votes
0 answers

SQL query for distinct professors and courses

There is a database on instructors, departments, ...READ MORE

Aug 26, 2022 in Database by Kithuzzz
• 38,020 points
21,998 views
0 votes
1 answer

What is Sales force automation?

Sales Force Automation refers to the use ...READ MORE

Jan 12 in SalesForce by Zeba
303 views
0 votes
0 answers

what is salesforce testing ?

Jan 12 in SalesForce by Evanjalin
• 2,560 points
176 views
0 votes
1 answer

How to convert json data into array in Flutter?

To convert the JSON data into an ...READ MORE

Mar 31, 2023 in Flutter by seena
12,487 views
0 votes
0 answers

what is key pair in aws?

Jan 5 in AWS by Priyanka
• 2,280 points
373 views
0 votes
1 answer

Calculate Growth rate in Excel

In order to get the Average Annual ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
28,087 views
0 votes
2 answers

Do we have pointers in python like other programming languages?

From one point of view, everything is a pointer in Python. Your ...READ MORE

Dec 16, 2020 in Python by Gitika
• 65,890 points

edited Jul 8, 2021 by Sarfaraz 62,368 views
0 votes
3 answers

Python exit commands - why so many and when should each be used?

The functions* quit(), exit(), and sys.exit() function in the same way: ...READ MORE

Dec 14, 2020 in Python by Gitika
• 65,890 points
66,638 views
0 votes
0 answers

What is google app engine in cloud computing?

What is google app engine in cloud ...READ MORE

Jan 5 in Cloud Computing by Hoor
• 1,420 points
322 views
0 votes
0 answers

what is s3 bucket in aws

Jan 5 in AWS by Priyanka
• 2,280 points
312 views
0 votes
0 answers

how to close aws account?

Jan 5 in Cloud Computing by Priyanka
• 2,280 points
310 views
0 votes
1 answer

Sum of prime numbers from m to n in python

def is_prime(number):     if number < 2:         return False     for i ...READ MORE

Jan 5 in Python by Ali
763 views
0 votes
0 answers

what is azure data lake

Jan 5 in Azure by Evanjalin
• 2,560 points
300 views
0 votes
0 answers

What is virtual private cloud?

What is virtual private cloud? READ MORE

Jan 5 in Cloud Computing by Hoor
• 1,420 points
290 views
0 votes
0 answers

what is sns in aws?

Jan 5 in Cloud Computing by Priyanka
• 2,280 points
270 views
0 votes
1 answer

What is React in Software development?

React is an open-source JavaScript library for ...READ MORE

Jan 5 in Web Development by Shawn
376 views
0 votes
0 answers

What is validation rule in salesforce?

Jan 5 in SalesForce by Maria
• 700 points
254 views
0 votes
1 answer

What is higher order component in react?

In React, a Higher-Order Component (HOC) is ...READ MORE

Jan 5 in Web Development by Senorita
346 views
0 votes
1 answer

What is page layout in salesforce?

In Salesforce, page layout refers to the ...READ MORE

Jan 5 in SalesForce by Roopa
335 views
0 votes
0 answers

what is library automation ?

Jan 5 in Others by Evanjalin
• 2,560 points
212 views
0 votes
1 answer

SQL query - Dept and Employee table, some departments may not have managers

Yes, even though I like using JOINs, ...READ MORE

Sep 16, 2022 in Database by narikkadan
• 63,680 points
20,775 views
0 votes
0 answers

how to learn cloud computing

how to learn cloud computing READ MORE

Jan 5 in Cloud Computing by Priyanka
• 2,280 points
185 views
0 votes
1 answer

How to Concatenate Lists in Python?

In Python, you can concatenate lists using ...READ MORE

Dec 29, 2023 in Python by Anu
580 views
0 votes
0 answers

What is region in aws?

What is region in AWS? READ MORE

Dec 29, 2023 in Cloud Computing by Hoor
• 1,420 points
454 views
0 votes
1 answer

Command python execinterminal icon not found

When the "command Python execInTerminal" icon or ...READ MORE

Nov 29, 2023 in Python by anonymous
• 3,360 points
1,758 views
0 votes
1 answer

What does // means in Python?

In Python, when you use //, it ...READ MORE

Dec 29, 2023 in Python by Vani
614 views
0 votes
1 answer

what is lambda function in aws?

In AWS, Lambda is a service for ...READ MORE

Dec 29, 2023 in Cloud Computing by Diya
381 views
0 votes
1 answer

What is server side rendering?

Server-side rendering (SSR) is a technique used ...READ MORE

Dec 29, 2023 in Web Development by Shiva
374 views
0 votes
1 answer

'Conda' is not recognized as internal or external command

I was coming across the same issue ...READ MORE

Feb 11, 2022 in Python by Soham
• 9,710 points
29,798 views
0 votes
1 answer

What is Webpack in react?

Webpack is a popular open-source JavaScript module ...READ MORE

Dec 22, 2023 in Web Development by Rahul
624 views
0 votes
1 answer

What is Angular Material?

Angular Material is a UI component library ...READ MORE

Dec 29, 2023 in Angular by Irene
317 views
0 votes
1 answer

How to underline text in flutter

You can underline text in Flutter by ...READ MORE

Mar 10, 2023 in Android by vinayak
12,872 views
0 votes
1 answer

What is salesforce customer 360?

Salesforce Customer 360 is a strategic initiative ...READ MORE

Dec 29, 2023 in SalesForce by Isabel
271 views
0 votes
3 answers

AttributeError: 'numpy.ndarray' object has no attribute 'append'

for root, dirs, files in os.walk(directory): ...READ MORE

Dec 12, 2020 in Python by Rajiv
• 8,910 points
52,819 views
0 votes
1 answer

How to find an element in Pandas Dataframe?

You can do it like this: Suppose df is ...READ MORE

Apr 8, 2019 in Python by Tina
74,519 views
0 votes
1 answer

What is LWC in Salesforce?

LWC stands for Lightning Web Components, which ...READ MORE

Dec 22, 2023 in SalesForce by Gauri
417 views
0 votes
0 answers

How to iterate arraylist in java?

How does one perform iteration over an ...READ MORE

Dec 19, 2023 in Java by Saniya
• 3,360 points
426 views
0 votes
1 answer

What is a cloud first strategy?

A "cloud-first strategy" is an approach that ...READ MORE

Dec 22, 2023 in Cloud Computing by Zeba
374 views
0 votes
0 answers

How to capitalize first letter in java?

How can one implement the capitalization of ...READ MORE

Dec 19, 2023 in Java by Saniya
• 3,360 points
383 views