Trending questions in Edureka Community

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
398 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 548 views
+1 vote
2 answers

How can I count the distinct values in a column using Power BI?

In Power BI, use the DISTINCTCOUNT DAX ...READ MORE

Nov 26, 2024 in Power BI by Anu
• 3,020 points
1,238 views
0 votes
1 answer
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
592 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
564 views
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
459 views
0 votes
1 answer

How to update data between parent and child components in Angular?

Data between parent and child components can ...READ MORE

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

How can I limit the disk space used by Docker containers and volumes?

Uncontrolled usage of disks by containers and volumes can lead ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 10,070 points
1,143 views
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
456 views
0 votes
0 answers
0 votes
1 answer

How do you test failover and disaster recovery processes in your DevOps workflows?

In order to guarantee system resilience, proactive ...READ MORE

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

How can a confidential message be securely distributed?

In today's digital world, it is crucial ...READ MORE

Nov 21, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
817 views
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
532 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
483 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
571 views
0 votes
0 answers
0 votes
1 answer

How to create an Observable from a string in Angular 2?

In Angular (or any JavaScript application using ...READ MORE

Nov 27, 2024 in Web Development by kavya
551 views
+1 vote
1 answer

How do you troubleshoot performance issues with complex DAX measures in large datasets?

When faced with a performance problem caused ...READ MORE

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

How to block an IP address on a router?

Since router interfaces vary by model and ...READ MORE

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

How do you implement blue-green deployments in Jenkins for a zero-downtime release? Can you provide a Jenkinsfile example or configuration for managing these deployments?

To deploy Blue-Green deployment in Jenkins for zero-downtime release: Deploy to ...READ MORE

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

What are some challenges in implementing distributed rate limiting using Hazelcast, and how can they be resolved?

The challenges in implementing distributed rate limiting ...READ MORE

Nov 27, 2024 in Generative AI by amol thapa
536 views
0 votes
1 answer

How many IAM roles can be created per AWS account?

AWS IAM roles. The maximum number of ...READ MORE

Nov 6, 2024 in AWS by Kirana
1,700 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
448 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
471 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
1,191 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
424 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
581 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
435 views
+1 vote
2 answers

How do I download or have my Power BI Data Analyst certificate sent to my email?

To download your Power BI Data Analyst ...READ MORE

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

How would you integrate Jenkins with an external tool like SonarQube for code quality analysis? Can you share a pipeline script or configuration example that includes a SonarQube stage?

To include SonarQube in your Jenkins pipeline for code quality analysis, just add a stage ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
823 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
604 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
542 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
517 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
414 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
598 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
539 views
0 votes
0 answers
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
430 views
0 votes
1 answer

How do you automate security audits of code repositories in DevOps?

Continuous compliance and proactive vulnerability identification are ...READ MORE

Nov 26, 2024 in ELK Stack by Gagana
• 10,070 points
551 views
0 votes
1 answer

What preprocessing steps are critical for improving GAN-generated images?

Proper training data preparation is critical when ...READ MORE

Nov 5, 2024 in ChatGPT by anil silori

edited Nov 8, 2024 by Ashutosh 1,871 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
575 views
0 votes
0 answers
0 votes
1 answer

How do you manage security risks when implementing third-party CI/CD tools?

When using third-party CI/CD solutions, I adhere ...READ MORE

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

How to check certificates in Windows?

The built-in Microsoft Management Console (MMC) and ...READ MORE

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

What are the best practices for fine-tuning a Transformer model with custom data?

Pre-trained models can be leveraged for fine-tuning ...READ MORE

Nov 5, 2024 in ChatGPT by Somaya agnihotri

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

What tools are recommended for performance testing and tuning Dockerized applications?

There are several tools available for the performance testing and Dockerized application tuning in the resources monitoring, bottlenecks, and application performance optimization. Some of the most effective ...READ MORE

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

How do I prepare for cloud certification exams?

I'm planning to get certified in cloud ...READ MORE

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

How do I use tools like ldapsearch for LDAP enumeration?

LDAP enumeration with ldapsearch facilitates the collection ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,098 views