Trending questions in Edureka Community

0 votes
1 answer

How can I create an engaging text generator using Hugging Face's GPT-2 model?

You can create an engaging text generator ...READ MORE

Nov 29, 2024 in Generative AI by harry boy
641 views
0 votes
1 answer

How do you manage Terraform state files effectively in a team environment?

Managing Terraform state files effectively in a ...READ MORE

Nov 29, 2024 in DevOps Tools by Gagana
• 10,070 points
630 views
+1 vote
1 answer

How to invalidate a JWT token?

To invalidate a JWT token effectively, here ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,542 views
0 votes
1 answer

How can I perform LDAP enumeration to extract user account information?

Performing LDAP enumeration is an essential step ...READ MORE

Nov 18, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,363 views
0 votes
1 answer

How do I use Redis to implement rate-limiting across multiple Spring Boot instances with varying quotas?

You can use Redis to implement distributed ...READ MORE

Nov 27, 2024 in Java-Script by anil limbu
734 views
+1 vote
2 answers

How can I use R or Python scripts within Power BI for advanced data analysis?

You can carry out advanced data analysis ...READ MORE

Oct 23, 2024 in Power BI by pooja
• 24,450 points
1,509 views
0 votes
1 answer

How can I reduce Docker container startup time, especially for large applications?

There is a need to make container startup faster for real-time deployments. Here's what you can tune: Use ...READ MORE

Nov 21, 2024 in Docker by Gagana
• 10,070 points
1,311 views
0 votes
1 answer

What steps do you follow when visuals don’t display the expected results, even when the underlying data is correct?

To burn out all the metaphors and ...READ MORE

Dec 18, 2024 in Power BI by anonymous
• 3,020 points

edited Mar 6, 2025 708 views
0 votes
1 answer

How to track the IP address of someone?

Here's how you can track an IP ...READ MORE

Nov 27, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
713 views
0 votes
1 answer

How do you manage testing and version control of API integrations in a CI/CD pipeline?

In a CI/CD pipeline, to oversee the ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
779 views
0 votes
0 answers
0 votes
0 answers

What is the difference between a Cloud Architect and a Cloud Engineer?

In my current project, we’re facing unexpected ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
697 views
0 votes
1 answer

How do you handle memory constraints when training large generative models like GPT on limited hardware?

To handle memory constraints when training large ...READ MORE

Dec 12, 2024 in Generative AI by safak mummend
801 views
0 votes
1 answer

Write a script to preprocess a text dataset for training a transformer model.

You can refer to the script below to ...READ MORE

Nov 28, 2024 in Generative AI by techboy
646 views
0 votes
0 answers

What is AWS Route 53?

I need to configure DNS settings for ...READ MORE

Nov 27, 2024 in AWS by Priyanka
• 4,380 points
688 views
0 votes
1 answer

What are the best open-source libraries for AI-generated audio or music?

Top five open-source libraries, each with a ...READ MORE

Nov 5, 2024 in ChatGPT by rajshri reddy

edited Nov 8, 2024 by Ashutosh 2,071 views
0 votes
1 answer

What strategies do you use to scale horizontally in containerized applications?

Use these techniques to scale containerized apps ...READ MORE

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

What patterns can I use to incorporate server-provided retry-after headers in Spring Retry configurations?

You can use the Custom BackOffPolicy pattern ...READ MORE

Nov 27, 2024 in Node-js by madhav yadav
708 views
0 votes
1 answer
0 votes
1 answer

Provide a script to profile GPU usage during training of a generative model in PyTorch.

Here is the script below that you ...READ MORE

Nov 29, 2024 in Generative AI by yadav ji
601 views
0 votes
0 answers

What are the responsibilities of a cloud solutions architect?

I'm considering a role as a cloud ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
673 views
0 votes
1 answer

How do you configure Jenkins notifications for failed builds?

To keep stakeholders updated about the build status, use email extensions or Slack Notification and configure Jenkins to send notifications. Choose to send out when a build is successful, failed, ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
1,003 views
0 votes
1 answer

How to login website?

Logging into a website programmatically can be ...READ MORE

Nov 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
721 views
0 votes
1 answer

What is the difference between BehaviorSubject and Observable in RxJS?

        Feature      ...READ MORE

Nov 26, 2024 in Web Development by Navya
709 views
+1 vote
1 answer

How to perform aggregate and add in power bi table?

In Power BI, solutions for measures such ...READ MORE

Oct 29, 2024 in Power BI by pooja
• 24,450 points
1,026 views
0 votes
1 answer

How do you handle database versioning and migrations in a CI/CD pipeline for distributed systems?

Database versioning and migrations in distributed systems ...READ MORE

Nov 29, 2024 in DevOps Tools by Gagana
• 10,070 points
766 views
0 votes
1 answer

What techniques do you use to reduce training time for large language models without sacrificing performance?

Techniques you can use to reduce training ...READ MORE

Dec 13, 2024 in Generative AI by techgil
747 views
0 votes
1 answer

What are the current encryption algorithms?

Here's a list of current encryption algorithms, categorized ...READ MORE

Nov 29, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
579 views
0 votes
1 answer

Write a script to generate audio waveforms using a pretrained WaveNet model.

You can refer to the Short script below ...READ MORE

Nov 29, 2024 in Generative AI by minna ma
575 views
0 votes
1 answer

What is your strategy for minimizing resource usage in multi-cloud environments?

To reduce the amount of resources used ...READ MORE

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

How do I get IoT device behind NAT?

Since NAT usually prevents direct external access ...READ MORE

Nov 22, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
883 views
0 votes
1 answer

How to select distinct values from multiple fields on MongoDB ?

To select distinct values from multiple fields ...READ MORE

Oct 23, 2024 in Power BI by pooja
• 24,450 points
2,156 views
0 votes
1 answer

What techniques can I use to enforce per-user rate limits in a multi-instance Spring Boot app?

To enforce per-user rate limits in a ...READ MORE

Nov 28, 2024 in Web Development by nidhi jha
630 views
+1 vote
2 answers

ValueError: Found input variables with inconsistent numbers of samples: [1, 1000]

Hi@akhtar, Here you used x as your feature ...READ MORE

Apr 14, 2020 in Machine Learning by MD
• 95,460 points

edited Aug 11, 2021 by Soumya 60,749 views
0 votes
0 answers
0 votes
1 answer

Help with invalid cross reference id in Salesforce?

 The "Invalid Cross Reference ID" error in ...READ MORE

Nov 18, 2024 in SalesForce by Apoorva
1,036 views
0 votes
1 answer

How to know a Windows password?

While losing access to your Windows account ...READ MORE

Nov 28, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
597 views
0 votes
0 answers
0 votes
0 answers
0 votes
1 answer

What are the differences between Subject, BehaviorSubject, and ReplaySubject in Angular?

In Angular, Subject, Behaviour Subject, and Replay ...READ MORE

Nov 27, 2024 in Web Development by kavya
656 views
0 votes
1 answer

Provide a code snippet to resize and normalize images for training a generative model.

Here is a Python code snippet you can ...READ MORE

Nov 29, 2024 in Generative AI by amisha gurung
568 views
0 votes
0 answers

How can I get into cloud computing with no experience?

I’ve worked in a different tech role ...READ MORE

Nov 25, 2024 in Cloud Computing by Priyanka
• 4,380 points
670 views
0 votes
1 answer

How can you use TensorFlow/Keras to create a basic convolutional generator for a GAN?

You can use TensorFlow Keras to create a ...READ MORE

Nov 29, 2024 in Generative AI by mehek goyal
562 views
0 votes
1 answer

How do you reduce Mean Time to Recovery (MTTR) for services in your DevOps workflows?

The following tactics can be used to ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
702 views
0 votes
1 answer

What steps do you take to minimize downtime during critical production deployments?

During crucial production deployments, I concentrate on ...READ MORE

Nov 29, 2024 in DevOps Tools by Gagana
• 10,070 points
557 views
0 votes
1 answer

How to set a cookie in Node.js using the Express framework?

You can use the res.cookie() method to ...READ MORE

Nov 27, 2024 in Web Development by Navya
641 views
0 votes
1 answer

How to find subdomains of a domain?

To enumerate subdomains of a domain, there ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,477 views
0 votes
1 answer

How do you use memory-mapped files to efficiently load and handle large datasets in PyTorch?

You can use memory-mapped files to efficiently ...READ MORE

Nov 14, 2024 in Generative AI by Ashutosh
• 33,350 points
1,189 views
0 votes
0 answers

What is the role of a cloud engineer?

A company is expanding its cloud infrastructure ...READ MORE

Nov 25, 2024 in Cloud Computing by Priyanka
• 4,380 points
657 views