Trending questions in Edureka Community

0 votes
1 answer

How can you implement teacher forcing in Keras for training sequence models?

To implement teacher forcing in Keras for ...READ MORE

Dec 26, 2024 in Generative AI by tech didi ji
806 views
0 votes
1 answer

What is the "RESTful" way of adding non-CRUD operations to a RESTful service?

In RESTful API design, accommodating operations beyond ...READ MORE

Dec 23, 2024 in PHP by Navya
969 views
0 votes
1 answer

How can I build a custom data generator for large datasets in TensorFlow?

In order to build a custom data ...READ MORE

Dec 10, 2024 in Generative AI by nidhi gha
1,466 views
0 votes
2 answers

What’s the best practice for organizing workspace access and security settings in Power BI Service?

Workspaces This is how users are assigned roles as Admin, Member, Contributor, ...READ MORE

Jan 23, 2025 in Power BI by anonymous
• 24,450 points
905 views
0 votes
0 answers

How to regain SSH access without alerting a threat actor?

Our server may have been compromised, and ...READ MORE

Dec 30, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
553 views
0 votes
1 answer

What are Terraform modules, and how can they simplify infrastructure management?

Terraform modules are modular, reusable parts of ...READ MORE

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
1,407 views
0 votes
1 answer

What’s your go-to method for resolving disputes between team members?

When conflicts arise, I focus on understanding ...READ MORE

Dec 31, 2024 in PMP by Anu
560 views
0 votes
1 answer

How can I configure Docker to use a specific number of CPU cores for a container?

In your docker run command, set a specific number of CPU cores to use directly by the container. This helps in controlling resources, particularly with shared environments or using multiple ...READ MORE

Nov 18, 2024 in DevOps Tools by Gagana
• 10,070 points
2,675 views
0 votes
0 answers

What is the threat model for mobile security when the attacker has root access?

When an attacker gains root access to ...READ MORE

Dec 30, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
541 views
+1 vote
1 answer

What’s the best way to create dynamic date range filters in Power BI without writing complex DAX code?

In Power BI, it is possible to ...READ MORE

Nov 8, 2024 in Power BI by pooja
• 24,450 points
1,600 views
0 votes
1 answer

Who is the creator of the CIA triad?

The CIA triad, representing Confidentiality, Integrity, and ...READ MORE

Dec 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
741 views
0 votes
1 answer

What could cause Nmap host discovery not to show all hosts?

Nmap's host discovery may yield incomplete results ...READ MORE

Dec 23, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
871 views
0 votes
0 answers

How do you delegate tasks effectively as a project manager?

Delegating tasks effectively is crucial for project ...READ MORE

Dec 30, 2024 in PMP by Hoor
• 4,690 points
595 views
0 votes
1 answer

What is difference between useHistory and useNavigate?

Feature useHistory useNavigate Library Part of react-router-dom (version 5 and below) Part ...READ MORE

Dec 17, 2024 in Web Development by Navya
1,108 views
0 votes
0 answers

How to prevent lookalike domain phishing and secure client-side code against replication?

We’re concerned about phishing attacks using lookalike ...READ MORE

Dec 30, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
527 views
+1 vote
1 answer

What are the best practices for exporting or printing Power BI reports containing Mapbox maps?

Exporting or printing reports containing Mapbox maps ...READ MORE

Dec 9, 2024 in Power BI by pooja
• 24,450 points
1,405 views
0 votes
1 answer

How can you use contrastive loss for training generative AI?

Contrastive loss can be used in generative ...READ MORE

Dec 27, 2024 in Generative AI by shalini gua
679 views
0 votes
1 answer

How can you use Grafana templating variables to switch between monitoring labels dynamically in real-time?

To use Grafana templating variables to switch ...READ MORE

Dec 31, 2024 in Generative AI by anil murgan
520 views
0 votes
1 answer

Are there any solutions available that conform to the AAA protocol?

Yes, there are several solutions that conform ...READ MORE

Dec 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
756 views
0 votes
1 answer

How can you build a conversational agent using Rasa NLU pipelines?

To build a conversational agent using Rasa ...READ MORE

Dec 27, 2024 in Generative AI by nidhi jha
672 views
0 votes
1 answer

How can you build a stacked LSTM model in Keras for text generation?

A stacked LSTM model consists of multiple ...READ MORE

Dec 23, 2024 in Generative AI by anshuman yadav
838 views
0 votes
1 answer

How can I implement user authentication with JWT in an Express.js app?

In an Express.js application, you can use ...READ MORE

Dec 17, 2024 in Java-Script by Navya
1,099 views
+1 vote
2 answers

What are effective ways to manage and deploy Power BI reports across multiple environments (e.g., development, staging, production)?

The deployment of Power BI reports across ...READ MORE

Nov 14, 2024 in Power BI by pooja
• 24,450 points
1,244 views
+1 vote
2 answers

How can I optimize Power BI’s refresh schedule to avoid peak load times and ensure quick data availability?

Some tangible methods can be implemented to ...READ MORE

Nov 12, 2024 in Power BI by pooja
• 24,450 points
1,286 views
+1 vote
2 answers

What are the common causes of "Direct Query" mode failures when publishing to Power BI Service?

There are several reasons for direct query ...READ MORE

Dec 6, 2024 in Power BI by pooja
• 24,450 points

edited Mar 6, 2025 1,370 views
0 votes
2 answers

How do you configure incremental data refresh policies for optimal data loads in large datasets?

Enable Incremental Refresh: In Power Query, define range parameters ...READ MORE

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

How can you use NLTK to extract the most probable next word for text prediction tasks?

To extract the most probable next word ...READ MORE

Dec 11, 2024 in Generative AI by deadpool
1,306 views
0 votes
0 answers

What is the difference between dotnet build and dotnet publish in Azure DevOps pipelines?

What is the difference between dotnet build ...READ MORE

Dec 6, 2024 in DevOps Tools by Anila
• 5,070 points
1,567 views
0 votes
1 answer

How can you preprocess user input in LangChain pipelines for generative tasks?

To preprocess user input in LangChain for ...READ MORE

Dec 23, 2024 in Generative AI by neha yadav
828 views
0 votes
2 answers

How do I create a Power BI visual that dynamically adjusts based on user-selected filters and slicers?

The application of slicers and filters in ...READ MORE

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

What’s the best way to get buy-in from senior leadership on a new project?

Getting buy-in at the senior leadership level ...READ MORE

Dec 24, 2024 in PMP by Anu
785 views
0 votes
1 answer

How can you fine-tune models using low-rank adaptation (LoRA)

Fine-tuning models using Low-Rank Adaptation (LoRA) involves ...READ MORE

Dec 27, 2024 in Generative AI by techgirl
658 views
0 votes
1 answer

Why define CIA in security like this?

The CIA triad, Confidentiality, Integrity, and Availability, serves as ...READ MORE

Dec 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
697 views
0 votes
0 answers

How to prevent CSP bypass and resource access from internal servers via code injection?

Our web application implements a Content Security ...READ MORE

Dec 30, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
495 views
0 votes
1 answer

How can you build a generative pipeline by integrating LangChain and Pinecone?

To build a generative pipeline with LangChain ...READ MORE

Dec 26, 2024 in Generative AI by doubly core
735 views
0 votes
1 answer

How to decrypt the encrypted password?

The technique used to guard an encrypted ...READ MORE

Nov 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
1,988 views
0 votes
2 answers

How can I effectively monitor Power BI report usage and performance metrics to optimize user experience?

Check that the visuals have the right ...READ MORE

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

What are the differences between Azure Analysis Services, Power BI, Power BI Embedded, and Power BI Premium?

The following comparison table captures the features, ...READ MORE

Dec 23, 2024 in Power BI by pooja
• 24,450 points
808 views
0 votes
0 answers

What considerations should be made when migrating VCS repositories across platforms (e.g., GitHub to GitLab)?

What considerations should be made when migrating ...READ MORE

Dec 12, 2024 in DevOps Tools by Anila
• 5,070 points
1,286 views
0 votes
1 answer

How do I navigate with useNavigate?

This hook allows the programmer to navigate ...READ MORE

Dec 31, 2024 in Node-js by Navya
495 views
0 votes
1 answer

How can you use recurrent layers in transformers for better generative outputs?

You can enhance generative outputs in transformers ...READ MORE

Dec 27, 2024 in Generative AI by awanish kumar
645 views
0 votes
1 answer

How can you resolve merge conflicts in Git?

To resolve merge conflicts in Git, follow ...READ MORE

Dec 17, 2024 in Laravel by Navya
1,088 views
0 votes
1 answer

How to replace special characters in a JSON string?

You can use the replace method in ...READ MORE

Dec 17, 2024 in Node-js by Navya
1,071 views
0 votes
1 answer

How can you embed a Forge Viewer inside a Power BI report?

Inducing Autodesk Forge Viewer into a Power ...READ MORE

Dec 13, 2024 in Power BI by pooja
• 24,450 points
1,231 views
0 votes
2 answers

What techniques can I use to enhance Power BI visuals for accessibility, including colorblind-friendly palettes and readable fonts?

You will track report load times and ...READ MORE

Jan 23, 2025 in Power BI by anonymous
• 24,450 points
941 views
0 votes
2 answers

What are some effective ways to integrate Power BI reports into other business applications for seamless access?

You can embed reports into business applications ...READ MORE

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

How do I handle dynamic DOM elements in jQuery that are added after the initial page load?

To deal with dynamic DOM elements added ...READ MORE

Dec 13, 2024 in Web Development by Navya
1,233 views
0 votes
1 answer

How can you implement progressive resizing in FastAI for training generative models?

You can implement progressive resizing by starting ...READ MORE

Dec 19, 2024 in Generative AI by anila k
978 views
0 votes
1 answer

How to achieve non-repudiation?

Non-repudiation ensures that a party cannot deny ...READ MORE

Dec 27, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
629 views
0 votes
1 answer

How can you use PyTorch’s DataLoader with multiple workers for generative model training?

To use PyTorch's DataLoader with multiple workers ...READ MORE

Dec 24, 2024 in Generative AI by anupam mishra yadav
755 views