Trending questions in Edureka Community

0 votes
1 answer

How to configure WAF rules for mitigating RFI attacks?

Mitigating Remote File Inclusion (RFI) attacks is ...READ MORE

Feb 19, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
899 views
0 votes
0 answers

How can I visualize model training history using Keras and matplotlib for performance analysis?

With the help of code can you ...READ MORE

Feb 24, 2025 in Generative AI by Vani
• 3,580 points
631 views
0 votes
1 answer

How can query string parameters be retrieved in JavaScript?

You can retrieve query string parameters from ...READ MORE

Feb 21, 2025 in Node-js by Kavya
1,003 views
0 votes
1 answer

How to check Angular CLI version?

o check the installed Angular CLI version, ...READ MORE

Feb 25, 2025 in Angular by Navya
641 views
0 votes
1 answer

How does Angular work?

Angular is a TypeScript-based front-end framework for ...READ MORE

Feb 25, 2025 in Angular by Navya
641 views
0 votes
0 answers

How do you prevent data leakage in a prompt-to-code AI integrated into real-time IDE tools?

With the help of proper code example ...READ MORE

Feb 22, 2025 in Generative AI by Ashutosh
• 33,370 points
748 views
0 votes
1 answer

How can props be destructured in Vue similarly to {...props} in React?

In Vue.js, you can pass all properties ...READ MORE

Feb 21, 2025 in Node-js by kavya
1,002 views
0 votes
0 answers

What is a Siamese Network, and how is it used in one-shot learning?

With the help of proper code explanation ...READ MORE

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
687 views
0 votes
1 answer

Write a query for a compound index to optimize a search operation in MongoDB.

A compound index improves search performance by ...READ MORE

Feb 23, 2025 in Node-js by Kavya
729 views
0 votes
0 answers

How do I integrate external data sources into a Keras model for better accuracy?

With the help of code can you ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
641 views
+1 vote
1 answer

Power BI ADAL Authentication Issues – Having trouble with ADAL authentication in Power BI. Anyone dealt with this before?

Yes, ADAL authentication issues in Power BI ...READ MORE

Feb 28, 2025 in Power BI by anonymous
• 36,180 points
669 views
0 votes
0 answers
0 votes
2 answers

How can I integrate Power BI with Autodesk BIM360 using OAuth 2.0 authentication?

To integrate Power BI with Autodesk BIM360 ...READ MORE

Apr 3, 2025 in Power BI by anonymous
• 24,450 points
1,277 views
0 votes
1 answer

What are the steps to pass a single TypeScript Interface object as props to a child component in React?

To pass a single TypeScript interface object ...READ MORE

Feb 21, 2025 in Angular by Kavya
803 views
0 votes
0 answers

How can you generate realistic images from textual descriptions using DALL·E or CLIP?

With the help of code can you ...READ MORE

Feb 22, 2025 in Generative AI by Ashutosh
• 33,370 points
682 views
0 votes
0 answers

How does a client-server network differ from a peer-to-peer?

I am trying to understand the fundamental ...READ MORE

Feb 26, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
580 views
0 votes
1 answer

How can you automate patch management with PowerShell?

Automating patch management across multiple Windows machines ...READ MORE

Feb 18, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
925 views
0 votes
0 answers

How can you tune hyperparameters using GridSearchCV in Scikit-learn for a Random Forest model?

With the help of python programming can ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
626 views
0 votes
0 answers

How do I use Keras for training multimodal models that combine text and images?

Can you tell me How do I ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
624 views
0 votes
1 answer

What is the difference between RDBMS relationships and MongoDB’s data model?

Feature RDBMS (SQL Databases) MongoDB (NoSQL Document Database) Data Structure Tables ...READ MORE

Feb 23, 2025 in Node-js by Kavya
711 views
0 votes
0 answers
0 votes
1 answer

How to script a privilege escalation attack simulation in Linux?

Simulating a privilege escalation attack in Linux ...READ MORE

Feb 19, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
872 views
0 votes
2 answers

How do I configure Power BI to authenticate against Autodesk BIM360 using OAuth 2.0 tokens?

Use a custom connector or Azure Function ...READ MORE

Apr 8, 2025 in Power BI by anonymous
• 24,450 points
1,038 views
0 votes
1 answer

How to convert component with many states to react functions?

When converting a class component with multiple ...READ MORE

Feb 22, 2025 in Node-js by Kavya
762 views
0 votes
0 answers

How can you fix inconsistent tone in AI-generated articles across different topics?

With the help of code can you ...READ MORE

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
695 views
0 votes
1 answer

How does Angular's HttpInterceptor modify outgoing requests?

An HttpInterceptor in Angular is used to ...READ MORE

Feb 24, 2025 in Angular by Navya
639 views
0 votes
1 answer

How do I find unused service accounts in Active Directory?

Identifying and managing unused service accounts in ...READ MORE

Feb 14, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
1,230 views
0 votes
0 answers
0 votes
0 answers

How do I evaluate the performance of a time-series forecasting model using RMSE and MAE?

With the help of proper python programming ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
609 views
0 votes
0 answers

How to improve accuracy for a chatbot that fails to provide relevant answers under stress testing?

Can you tell me with the help ...READ MORE

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
686 views
0 votes
1 answer

How to identify CORS error?

Encountering Cross-Origin Resource Sharing (CORS) errors during ...READ MORE

Feb 25, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points

edited Mar 6, 2025 599 views
0 votes
1 answer

Explain query behavior in MongoDB with an example.

MongoDB is a NoSQL database that features ...READ MORE

Feb 23, 2025 in Node-js by Kavya
689 views
0 votes
1 answer

Can states be shared between components by using the useState() hook in React?

The useState() hook in React is designed ...READ MORE

Feb 23, 2025 in Node-js by Kavya
702 views
0 votes
1 answer

How does multi-resolution encoding improve Generative AI for detailed outputs?

Multi-resolution encoding improves Generative AI by capturing ...READ MORE

Mar 17, 2025 in Generative AI by anuoam
913 views
0 votes
1 answer

How to check if your phone is under surveillance?

If you think your phone might be ...READ MORE

Nov 25, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
4,564 views
0 votes
1 answer

Write a query to optimize cursor behavior in MongoDB.

To optimize cursor behavior in MongoDB, you ...READ MORE

Feb 23, 2025 in Node-js by Kavya
706 views
0 votes
0 answers

How do I perform k-fold cross-validation for hyperparameter optimization in XGBoost?

With the code can you tell me ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
598 views
0 votes
0 answers

What are the best methods for data augmentation when training Keras models for text input?

With the help of code can you ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
592 views
0 votes
1 answer

How can you exploit file upload vulnerabilities in PHP apps?

File upload vulnerabilities in PHP applications pose ...READ MORE

Feb 19, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
841 views
0 votes
0 answers

What are the steps to implement multi-class classification using SVM in scikit-learn?

Can you explain to me What are ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
594 views
0 votes
1 answer

What is the Babel plugin for transforming React JSX?

It's referred to as the @babel/preset-react. It ...READ MORE

Feb 12, 2025 in Node-js by Kavya
1,137 views
0 votes
1 answer

How React Virtual DOM works when I set both the changed states and the unchanged states?

When you update both changed and unchanged ...READ MORE

Feb 22, 2025 in Node-js by Kavya
731 views
0 votes
0 answers

During content creation tasks, your generator overemphasizes frequent themes. How do you diversify the output?

With the help of proper code example ...READ MORE

Feb 21, 2025 in Generative AI by Ashutosh
• 33,370 points
727 views
0 votes
0 answers

How would you manage an urgent project with inadequate staffing?

I’m handling a project with a tight ...READ MORE

Feb 27, 2025 in PMP by Parshvi
• 740 points
482 views
0 votes
1 answer

What is find all document method in MongoDB?

The method to retrieve all documents from ...READ MORE

Feb 23, 2025 in Node-js by Kavya
692 views
+1 vote
1 answer
0 votes
1 answer

What is the best practice for renaming a branch in Azure DevOps while ensuring minimal disruption?

The Best Methods for Azure DevOps Branch ...READ MORE

Dec 5, 2024 in DevOps Tools by Gagana
• 10,070 points
4,107 views
0 votes
0 answers

How do I handle gradients exploding when training a Keras LSTM model on text sequences?

Can i know How do I handle ...READ MORE

Feb 24, 2025 in Generative AI by Vani
• 3,580 points
560 views
0 votes
1 answer

How secure is the hashing/salting/stretching process as described in this diagram?

When storing passwords securely, employing a combination ...READ MORE

Feb 10, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
1,300 views