Trending questions in Edureka Community

0 votes
1 answer

How would you utilize data normalization techniques in preprocessing to enhance the performance of a generative model?

Data normalization ensures consistent input distribution, stabilizing ...READ MORE

Apr 7, 2025 in Generative AI by sangita
706 views
0 votes
1 answer

How does BeEF do a portscan and ping?

​The Browser Exploitation Framework (BeEF) is renowned ...READ MORE

Apr 4, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
746 views
+1 vote
2 answers

Power BI Embedded Communication Issues – How do you enable seamless communication between a Power BI embedded report and the host page? Any tips?

The Power BI JavaScript API is responsible ...READ MORE

Feb 11, 2025 in Power BI by anonymous
• 24,450 points
1,064 views
0 votes
1 answer

How would you use byte-pair encoding (BPE) to train a tokenizer for a new foundation model?

You can use Byte-Pair Encoding (BPE) to ...READ MORE

Apr 1, 2025 in Generative AI by menora
871 views
0 votes
1 answer

What methods would you use to reduce computational overhead when training a large generative model?

 Use gradient checkpointing to reduce memory usage ...READ MORE

Apr 8, 2025 in Generative AI by vineet yadav
675 views
0 votes
1 answer

How do you apply earned schedule (ES) analysis in performance measurement?

Earned Schedule (ES) enhances Earned Value Management ...READ MORE

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

How do you implement feature-driven development (FDD) in Agile teams?

Feature-Driven Development (FDD) is a structured Agile ...READ MORE

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

What strategies can I use to optimize Power BI datasets for incremental refresh?

To optimize Power BI datasets for incremental ...READ MORE

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

How can transfer learning improve the performance of a generative model for cross-domain data generation?

Use transfer learning by fine-tuning a pretrained ...READ MORE

Apr 8, 2025 in Generative AI by nitin rawat
670 views
0 votes
0 answers

How to create a multi-level dropdown menu using jQuery UI Menu?

Can i know How to create a ...READ MORE

Apr 7, 2025 in Node-js by Ashutosh
• 33,370 points
644 views
0 votes
1 answer

How do I optimize a DAX measure that uses multiple nested CALCULATE() functions?

To optimize a DAX measure with multiple ...READ MORE

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

Why dark mode is still dependent on browser theme?

Dark mode is often dependent on the ...READ MORE

Apr 3, 2025 in Node-js by anonymous
815 views
0 votes
0 answers

How would you build a custom node parser in LLamaIndex for proprietary document formats?

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

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

What are examples of TCP and UDP in real-life scenarios?

TCP and UDP are widely used in ...READ MORE

Feb 27, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,950 points
2,286 views
0 votes
1 answer

What is the importance of lead and lag scheduling in complex projects?

Lead and lag adjustments optimize timelines by ...READ MORE

Apr 4, 2025 in PMP by Naira
724 views
0 votes
0 answers

What is the best approach to load data from GCS (Google Cloud Storage) for TPU training?

Can i know What is the best ...READ MORE

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

What’s the best way to implement dynamic security rules in Power BI Service based on user roles?

Possessing up-to-date data until October 2023 enables ...READ MORE

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

How to create a sticky left sidebar menu using bootstrap 3?

To create a sticky left sidebar that ...READ MORE

Apr 4, 2025 in Node-js by anonymous
780 views
0 votes
1 answer

I need to calculate a running total but reset it at the start of each new quarter—how can I achieve this in DAX?

To calculate a running total that resets ...READ MORE

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

how do you integrate TPUs with PyTorch XLA for deep learning training?

Can i know how do you integrate ...READ MORE

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

How to deal with monitoring software on a personal PC used for work?

​Employers implementing monitoring software on personal devices ...READ MORE

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

How do I use Python or R scripts within Power BI for advanced statistical analysis?

To integrate Python or R scripts in ...READ MORE

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

How to set a default base URL for all API calls in Angular?

In Angular, you can set a default ...READ MORE

Feb 26, 2025 in Angular by Kavya
2,310 views
0 votes
0 answers

Propose a method to include metadata filters during query execution in LLamaIndex.

Can you tell me Propose a method ...READ MORE

Apr 9, 2025 in Generative AI by Ashutosh
• 33,370 points
535 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,000 points
26,985 views
0 votes
1 answer

How would you apply unsupervised learning to image denoising using a generative model?

 Use a Denoising Autoencoder (DAE) to learn ...READ MORE

Apr 8, 2025 in Generative AI by vibecoding
644 views
0 votes
1 answer

I need to merge two tables in Power Query but maintain a one-to-many relationship—what’s the best approach?

In Power Query, to merge two tables ...READ MORE

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

How can I use DAX to calculate the difference between two non-contiguous periods?

In Power BI, DAX provides the solution ...READ MORE

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

What is a secure way to store the master password of a password manager?

A password manager enhances security by storing ...READ MORE

Apr 2, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
786 views
+1 vote
1 answer

How to write a Python script for XSS vulnerability detection?

Detecting Cross-Site Scripting (XSS) vulnerabilities is crucial ...READ MORE

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

How can you implement a custom scoring algorithm in LLamaIndex to rank retrieved documents?

Could you please tell me How can ...READ MORE

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

How does a rolling wave planning approach benefit dynamic project environments?

Rolling Wave Planning is like planning a ...READ MORE

Apr 4, 2025 in PMP by Naira
697 views
0 votes
0 answers

What are fuzzing techniques in vulnerability research?

Fuzzing involves sending random or malformed inputs ...READ MORE

Apr 11, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,950 points
436 views
0 votes
1 answer

What are the security pros and cons of setting up passkeys for Gmail logins?

​Passkeys are an emerging authentication method designed ...READ MORE

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

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

To create a secure password input field ...READ MORE

Apr 4, 2025 in Node-js by anonymous
755 views
0 votes
1 answer

Does port knocking increase security behind a router?

​Port knocking is a security technique that ...READ MORE

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

How would you utilize TPU pods to scale training for a large language model like BERT?

TPU Pods enable large-scale parallelism by distributing ...READ MORE

Apr 7, 2025 in Generative AI by rama
661 views
0 votes
1 answer

How do I configure Power BI to work with real-time streaming data from an IoT device?

To configure Power BI for real-time streaming ...READ MORE

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

How can you visualize embeddings created by LLamaIndex using a tool like t-SNE or UMAP?

Can i know How can you visualize ...READ MORE

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

How do you handle residual risks after implementing mitigation strategies?

Even after risk mitigation, some risk remains; ...READ MORE

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

How would you use generative AI for automatic summarization of scientific papers?

Generative AI can summarize scientific papers by ...READ MORE

Apr 9, 2025 in Generative AI by nigma
580 views
0 votes
1 answer

How would you partition a large dataset for multi-host TPU training?

Partitioning a large dataset for multi-host TPU ...READ MORE

Apr 7, 2025 in Generative AI by ronak
656 views
0 votes
0 answers

How would you create a custom document loader in LLamaIndex for encrypted files?

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

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

Is there any way to update or call api realtime without periodic-api-call method?

Yes, you can update or call an ...READ MORE

Apr 3, 2025 in Node-js by anonymous
770 views
0 votes
1 answer

How to handle React events like button clicks?

To handle React events like button clicks, ...READ MORE

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

How would you replace default embeddings in LLamaIndex with a custom pretrained model?

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

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

How do you configure TPU memory partitions for complex model architectures?

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

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

How do you detect log tampering in a compromised system?

Ensuring the integrity of system logs is ...READ MORE

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

How do I merge two datasets while ensuring that duplicate rows are handled properly?

To merge two datasets and take care ...READ MORE

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