Trending questions in Edureka Community

0 votes
1 answer

How to automate a vulnerability assessment lifecycle in Python?

Automating a vulnerability assessment lifecycle using Python ...READ MORE

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

How to implement component lifecycle methods in a Class Component?

To implement component lifecycle methods in a ...READ MORE

Mar 26, 2025 in Node-js by anonymous
931 views
0 votes
0 answers
0 votes
1 answer

How to download aws certificate?

Here, I am sharing with you a ...READ MORE

Nov 7, 2024 in AWS by Dinesh
7,170 views
0 votes
1 answer

What are the limitations of MITRE ATT&CK?

​The MITRE ATT&CK framework is a comprehensive ...READ MORE

Mar 26, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
944 views
+1 vote
2 answers

How can I display data in Power BI as a hierarchy when it contains multiple nested self-referential relationships?

Steps for the presentation of hierarchical data with nested self-referential ...READ MORE

Jan 23, 2025 in Power BI by pooja
• 24,450 points
1,725 views
0 votes
1 answer

Demonstrate how to use LLamaIndex to retrieve financial reports stored in AWS S3.

You can use LlamaIndex with AWS S3 ...READ MORE

Apr 2, 2025 in Generative AI by nomaid
644 views
0 votes
1 answer

How to implement a component constructor to initialize state?

To implement a component constructor to initialize ...READ MORE

Mar 21, 2025 in Node-js by Dua
1,135 views
0 votes
1 answer

How should I report a Man-in-the-Middle attack in my workplace?

​A Man-in-the-Middle (MITM) attack involves an unauthorized ...READ MORE

Apr 1, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
662 views
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer

How would you use LoRA (Low-Rank Adaptation) to fine-tune a large model with limited computational resources?

You can use LoRA (Low-Rank Adaptation) to ...READ MORE

Apr 2, 2025 in Generative AI by vineet
630 views
+1 vote
1 answer

Why are Python visuals slower in Power BI Service compared to Desktop? Any optimizations?

Differences in performance between Python visuals as ...READ MORE

Feb 18, 2025 in Power BI by anonymous
• 24,450 points

edited Mar 6, 2025 2,409 views
0 votes
1 answer

How to handle async form submissions in React using redux-saga?

To handle async form submissions in React ...READ MORE

Mar 24, 2025 in Node-js by anonymous
1,096 views
0 votes
1 answer

How can I build a time intelligence function that works across fiscal years?

To build a time intelligence function in ...READ MORE

Apr 1, 2025 in Power BI by anonymous
• 36,180 points
647 views
0 votes
0 answers
0 votes
1 answer

How to manage race conditions in async actions using redux-saga?

To manage race conditions in async actions ...READ MORE

Mar 24, 2025 in Node-js by anonymous
1,090 views
0 votes
1 answer

How to receive large files guaranteeing authenticity, integrity, and sending time?

Ensuring the authenticity, integrity, and accurate timing ...READ MORE

Apr 1, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
643 views
0 votes
1 answer

How does ransomware store its decryption keys?

​Ransomware operates by encrypting a victim's files ...READ MORE

Mar 28, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
814 views
0 votes
0 answers

How would you implement TPU-accelerated matrix factorization for a recommendation system?

Can i know How would you implement ...READ MORE

Apr 3, 2025 in Generative AI by Ashutosh
• 33,370 points
593 views
0 votes
1 answer

How do you balance strategic thinking with day-to-day project execution?

Managing the wide vision with execution calls ...READ MORE

Apr 1, 2025 in PMP by Naira
766 views
0 votes
1 answer
0 votes
1 answer

How to handle events in a Music Shop Application using React?

In a Music Shop Application using React, ...READ MORE

Mar 26, 2025 in Node-js by anonymous
891 views
0 votes
1 answer

How to handle authentication token refresh in a React app using redux-saga?

To handle authentication token refresh in a ...READ MORE

Mar 24, 2025 in Node-js by anonymous
1,081 views
0 votes
0 answers
0 votes
0 answers

What is the best procedure to play SVGA Animation in react native

Can you help me What is the ...READ MORE

Apr 1, 2025 in Node-js by Nidhi
• 16,260 points
671 views
0 votes
0 answers

How would you generate a meta-training set for One-Shot Learning using a custom dataset of rare animals?

Can i know How would you generate ...READ MORE

Apr 4, 2025 in Generative AI by Nidhi
• 16,260 points
542 views
0 votes
1 answer

How to Calculate Total Sales for the Last 3 Months Dynamically in DAX?

To dynamically calculate total sales for the ...READ MORE

Mar 3, 2025 in Power BI by anonymous
• 36,180 points
1,870 views
0 votes
1 answer

How can I create a measure that calculates the weighted average of a column dynamically based on slicer selections?

Using SUMX and DIVIDE in DAX, a ...READ MORE

Mar 10, 2025 in Power BI by anonymous
• 36,180 points
1,578 views
0 votes
1 answer

How to handle authentication tokens in HTTP headers using HttpClient?

In Angular, you can handle authentication tokens ...READ MORE

Mar 26, 2025 in Node-js by anonymous
874 views
0 votes
1 answer

How do you build a strong project management culture in an organization?

Creating a sustainable project management culture requires ...READ MORE

Apr 1, 2025 in PMP by Naira
757 views
0 votes
1 answer

is it possible to add a div inside input text area using react

Adding a Div Inside a Text Input ...READ MORE

Mar 26, 2025 in Node-js by Navya
873 views
0 votes
0 answers

How to implement role-based access control (RBAC) in Java?

Role-Based Access Control (RBAC) restricts system access ...READ MORE

Mar 4, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,950 points
1,829 views
0 votes
1 answer

How do you configure Active Directory for compliance with GDPR?

To configure Active Directory (AD) for compliance ...READ MORE

Mar 28, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
798 views
0 votes
0 answers
0 votes
1 answer

How can I use Databricks as a data source while ensuring optimal Power BI performance?

Databricks is a good data source with ...READ MORE

Mar 25, 2025 in Power BI by anonymous
• 36,180 points
920 views
0 votes
0 answers

How would you implement a hybrid retrieval-LLM pipeline for long-form document summarization?

Can you tell me How would you ...READ MORE

Apr 3, 2025 in Generative AI by Nidhi
• 16,260 points
575 views
0 votes
1 answer

How to check enabled PHP extensions?

You can check the enabled PHP extensions ...READ MORE

Mar 11, 2025 in PHP by Sanvi
1,521 views
0 votes
1 answer

How can I create a customized tooltip that includes measures that change dynamically based on the hovered data point?

To make a customized tooltip that dynamically ...READ MORE

Mar 19, 2025 in Power BI by anonymous
• 36,180 points
1,176 views
0 votes
0 answers

How can generative AI models be used to automate creative writing for fictional content generation?

Can i know How can generative AI ...READ MORE

Apr 4, 2025 in Generative AI by Ashutosh
• 33,370 points
526 views
0 votes
1 answer

How do you inspire your team to stay motivated throughout the project?

The success of long-term projects mostly depends ...READ MORE

Apr 1, 2025 in PMP by Naira
744 views
0 votes
0 answers
0 votes
1 answer

How to use a CSS stylesheet to style React components?

To use a CSS stylesheet in React: 1. ...READ MORE

Mar 26, 2025 in Node-js by anonymous
871 views
0 votes
0 answers

How to create a multi-level dropdown menu in Bootstrap 3?

Can you tell me How to create ...READ MORE

Apr 1, 2025 in Node-js by Ashutosh
• 33,370 points
645 views
+1 vote
1 answer

Why am I unable to set refresh for a web-based anonymous connection in Power BI Server, and how can I resolve it?

Scheduled refresh for web-based data sources that ...READ MORE

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

How does takeUntil() help in cleaning up Observables?

i want know with the help of ...READ MORE

Mar 5, 2025 in Angular by Nidhi
• 16,260 points
1,776 views
0 votes
0 answers

How can generative models help in data anonymization for privacy-preserving machine learning?

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

Apr 4, 2025 in Generative AI by Ashutosh
• 33,370 points
516 views
0 votes
0 answers

How can I keep the virtual keyboard up after a user clicks SEND, which makes an API call?

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

Apr 1, 2025 in Node-js by Nidhi
• 16,260 points
642 views
0 votes
0 answers
0 votes
0 answers