Trending questions in Edureka Community

0 votes
1 answer

How to create a hidden input field in a form in HTML?

You can use the type attribute with ...READ MORE

Mar 24, 2025 in HTML by anonymous
1,138 views
0 votes
1 answer

How do I add dynamic conditional formatting to a matrix table based on multiple conditions?

To apply dynamic conditional formatting in a ...READ MORE

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

How to differentiate between takeLatest and takeEvery in redux-saga?

Feature takeEvery takeLatest Execution Behavior Executes every triggered action. Executes only the ...READ MORE

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

How does an attacker escalate privileges via SUID misconfigurations?

In Unix-like operating systems, the Set User ...READ MORE

Feb 21, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,240 points
2,370 views
0 votes
0 answers
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
593 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
637 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
710 views
0 votes
1 answer

How to use props in a Class-based Component to display data?

In a class-based React component, you can ...READ MORE

Mar 24, 2025 in Node-js by anonymous
1,021 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
631 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
587 views
0 votes
0 answers
0 votes
1 answer

How to cache HTTP requests in Angular

In Angular, you can cache HTTP requests ...READ MORE

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

How do I create a paginated report with nested sub-tables while maintaining performance?

The following best practices are relevant for ...READ MORE

Mar 19, 2025 in Power BI by anonymous
• 36,180 points
1,219 views
+1 vote
1 answer
+1 vote
2 answers

Can I automate Power BI workflows, such as data refreshes or report updates, using Python?

Yes, you can automate Power BI workflows ...READ MORE

Jan 23, 2025 in Power BI by anonymous
• 36,180 points
1,270 views
0 votes
1 answer

How do I create a calculation that applies different filters based on a user-selected slicer option?

Disconnected Table with DAX Measure using SWITCH() ...READ MORE

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

adding attention mechanism to yolo algorithm

To add an attention mechanism to the ...READ MORE

Mar 17, 2025 in Generative AI by megha
1,411 views
0 votes
1 answer

How do I implement geospatial analytics in Power BI using custom shape files?

To implement geospatial analytics in Power BI ...READ MORE

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

How would you implement memory-efficient techniques to reduce GPU load in training a generative model?

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

Apr 3, 2025 in Generative AI by Nidhi
• 16,260 points
612 views
0 votes
0 answers

How do you apply Monte Carlo simulation in risk assessment?

I want to improve how I assess ...READ MORE

Apr 4, 2025 in PMP by Parshvi
• 7,940 points
568 views
0 votes
1 answer

What’s the importance of emotional intelligence in project management?

Managing teams and stakeholders under pressure requires ...READ MORE

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

What skills make a project manager successful?

A Successful PM Balances Soft and Technical ...READ MORE

Apr 1, 2025 in PMP by Naira
785 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
565 views
0 votes
1 answer

What’s the difference between Systems Security and Information Security?

​System security and information security are two ...READ MORE

Mar 24, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,240 points
1,064 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
692 views
0 votes
1 answer

What’s the difference between Agile and Waterfall project management?

Having worked with both approaches, I have ...READ MORE

Mar 24, 2025 in PMP by Naira
1,111 views
0 votes
1 answer

Do I need to know C for cybersecurity?

Proficiency in C programming can be highly ...READ MORE

Mar 25, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,240 points
976 views
0 votes
0 answers
0 votes
1 answer

Is sending PHI via email a HIPAA violation?

​Emailing Protected Health Information (PHI) can be ...READ MORE

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

How can I connect Power BI to a blockchain ledger to track transactions dynamically?

To connect Power BI to a blockchain ...READ MORE

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

I want to calculate the distinct count of active customers but only for the last three completed months—how can I do this in DAX?

To calculate the distinct count of active ...READ MORE

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

How can I integrate Power BI with Azure Synapse to analyze large datasets efficiently?

To integrate Power BI with Azure Synapse ...READ MORE

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

Write a Python function to evaluate the accuracy of a One-Shot Learning model using a confusion matrix.

Can you Write a Python function to ...READ MORE

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

How can I create a scheduled paginated report that automatically emails different filtered versions to different recipients?

Automating the delivery of paginated reports with ...READ MORE

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

Write code to perform dynamic input batching for a TPU-based training pipeline.

Can you write code to perform dynamic ...READ MORE

Apr 2, 2025 in Generative AI by Nidhi
• 16,260 points
629 views
0 votes
0 answers

How would you address bias mitigation when training a text generation model on diverse datasets?

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

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

How to create an action creator that triggers a loading spinner during an async operation?

To create an action creator that triggers ...READ MORE

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

How do you create an integrated master schedule (IMS) for complex programs?

Managing complex programs with multiple dependencies can ...READ MORE

Apr 4, 2025 in PMP by Parshvi
• 7,940 points
548 views
0 votes
1 answer

How to create an observable using RxJS to emit a sequence of numbers?

You can create an observable to emit ...READ MORE

Mar 21, 2025 in Node-js by Anvi
1,109 views
+1 vote
2 answers

How do R or Python scripts impact Power BI report performance, and how can I optimize them?

Scripting with R and Python can have ...READ MORE

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

How can I enable incremental refresh for a dataset with irregular date keys?

To enable incremental refresh for a dataset ...READ MORE

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

How would you implement a Prototypical Network for One-Shot Learning on a multi-class dataset?

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

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

What is the difference between Vulnerability Assessment and Ethical Hacking?

​Vulnerability assessments and ethical hacking are both ...READ MORE

Mar 24, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,240 points
1,039 views
+1 vote
2 answers

What are the prerequisites for running R scripts in Power BI Desktop, and how do I troubleshoot script failures?

The tedious way and probable fixes are ...READ MORE

Jan 13, 2025 in Power BI by pooja
• 24,450 points
1,598 views