Trending questions in Edureka Community

0 votes
1 answer

How do you implement monitoring and alerting for multi-cloud environments?

Monitoring multi-cloud environments requires centralized tools and ...READ MORE

Nov 3, 2024 in DevOps Tools by Gagana
• 10,030 points
155 views
0 votes
1 answer

How do you apply a hover effect to an element using CSS?

Applying a hover effect in CSS allows you to ...READ MORE

Oct 29, 2024 in Web Development by kavya
295 views
0 votes
1 answer

How do you integrate reinforcement learning with generative AI models like GPT?

First lets discuss what is Reinforcement Learning?: In ...READ MORE

Nov 5, 2024 in Generative AI by evanjilin

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

Why you should switch off your legacy CI/CD onto Bitbucket Pipelines?

Switching to Bitbucket Pipelines for your CI/CD ...READ MORE

Oct 25, 2024 in DevOps & Agile by Gagana
• 10,030 points
457 views
0 votes
0 answers

How to use logger in Java?

Oct 28, 2024 in Web Development by Nidhi
• 14,600 points
397 views
0 votes
1 answer

How do I enable the access to AWS STS AssumeRole?

To enable access to AWS STS AssumeRole, ...READ MORE

Nov 7, 2024 in AWS by Kavya
229 views
0 votes
0 answers

How do you resolve issues when using DAX variables (VAR) that cause unexpected results in measures?

How do you resolve issues when using ...READ MORE

Oct 29, 2024 in Power BI by Evanjalin
• 25,690 points
286 views
0 votes
1 answer

Is it a good choice to go for DevOps from a system admin? What are the basic tools one should know?

Changing one's career from System Administration to ...READ MORE

Oct 29, 2024 in DevOps Tools by Gagana
• 10,030 points
366 views
0 votes
0 answers

What approaches do you take to integrate legacy systems into DevOps pipelines?

What approaches do you take to integrate ...READ MORE

Oct 30, 2024 in Power BI by Anila
• 5,070 points
143 views
0 votes
1 answer

How do you use media queries in CSS?

In CSS, a media query is used ...READ MORE

Oct 29, 2024 in Web Development by kavya
283 views
0 votes
1 answer

What does the command git stash do?

Sometimes you want to switch the branches, ...READ MORE

Oct 29, 2024 in Web Development by kavya
282 views
0 votes
0 answers

How do you handle network latency issues in cloud-based infrastructure?

This question requires knowledge of strategies used ...READ MORE

Oct 28, 2024 in DevOps Tools by Anila
• 5,070 points
188 views
0 votes
1 answer

Which aws certification is best?

If you’re interested in AWS certifications, here’s ...READ MORE

Nov 5, 2024 in AWS by Rukmini
161 views
0 votes
1 answer

How to reverse a number in C++?

#include <iostream> using namespace std; int main() { int n; cin>>n; int ...READ MORE

Oct 28, 2024 in C++ by kavya
325 views
0 votes
1 answer

How can I resolve the "zsh: command not found: aws" error when trying to run AWS CLI commands in my terminal?

To resolve the 'zsh: command not found: ...READ MORE

Oct 17, 2024 in AWS by anonymous

edited Oct 29, 2024 by Priyanka 809 views
0 votes
1 answer

Can I become a project manager without experience?

Absolutely. With no experience, one can still ...READ MORE

Nov 3, 2024 in PMP by anonymous
134 views
0 votes
1 answer

How to make MSCK REPAIR TABLE execute automatically in AWS Athena?

I will show you how to automate ...READ MORE

Oct 28, 2024 in AWS by Divya
402 views
0 votes
1 answer

How do you serve static files efficiently using Express.js?

1. Use the express.static middleware: This is the ...READ MORE

Oct 28, 2024 in Web Development by kavya
311 views
0 votes
0 answers

How do you manage rolling back releases in Kubernetes without causing downtime?

How do you manage rolling back releases ...READ MORE

Oct 30, 2024 in Power BI by Anila
• 5,070 points
124 views
0 votes
1 answer

What is the difference between AWS Dedicated Host VS Dedicated Instance?

You might want to know the difference ...READ MORE

Oct 29, 2024 in AWS by anonymous
501 views
0 votes
1 answer

How to know Angular CLI version?

To know the Angular CLI version , ...READ MORE

Oct 28, 2024 in Web Development by kavya
300 views
0 votes
0 answers

How to stop services in Linux?

How to stop services in Linux? I need ...READ MORE

Oct 28, 2024 in Web Development by Nidhi
• 14,600 points
114 views
0 votes
1 answer

How do you handle bias in generative AI models during training or inference?

You can address biasness in Generative AI ...READ MORE

Nov 5, 2024 in Generative AI by ashirwad shrivastav

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

How long does it take to prepare for the PMP exam?

For PMP exam preparation, you need at least ...READ MORE

Oct 28, 2024 in PMP by Diya
368 views
0 votes
2 answers

What techniques can I use to craft effective prompts for generating coherent and relevant text outputs?

Creating compelling prompts is crucial to directing ...READ MORE

Nov 5, 2024 in Generative AI by anamika sahadev

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

How do you handle uncaught exceptions and promise rejections in Express.js?

1. Error-Handling Middleware: Express.js provides a built-in error-handling ...READ MORE

Oct 28, 2024 in Web Development by kavya
305 views
0 votes
1 answer

How to remove ads from my phone?

Pop-up ads are one of the most ...READ MORE

Oct 28, 2024 in Web Development by kavya
303 views
0 votes
1 answer

What is Azure Service Principal?

An Azure Service Principal is essentially an ...READ MORE

Oct 30, 2024 in Azure by Shradda
320 views
0 votes
1 answer

What are the key challenges when building a multi-modal generative AI model?

Key challenges when building a Multi-Model Generative ...READ MORE

Nov 5, 2024 in Generative AI by raghu

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

How can I create a custom error handler for Express.js?

Step 1: Create the Error Handler Middleware // ...READ MORE

Oct 28, 2024 in Web Development by kavya
294 views
0 votes
0 answers

How to get Google Cloud certification?

I have chosen Google Cloud as your ...READ MORE

Oct 30, 2024 in GCP by Priyanka
• 4,500 points
228 views
0 votes
1 answer

How to write effective test cases?

1) Identify Scope and Purpose of TestingUnderstand ...READ MORE

Nov 4, 2024 in Web Development by kavya
180 views
0 votes
0 answers

How do you handle issues with time intelligence functions when your dataset doesn’t have a continuous date range?

How do you handle issues with time ...READ MORE

Oct 29, 2024 in Power BI by Evanjalin
• 25,690 points
240 views
0 votes
1 answer

How to swap 2 numbers without a 3rd variable?

Suppose we have two numbers, 5 and ...READ MORE

Nov 4, 2024 in Web Development by kavya
136 views
0 votes
1 answer

What is the use of display: none; in CSS?

In CSS, the display property determines how ...READ MORE

Oct 28, 2024 in Web Development by kavya
277 views
0 votes
1 answer

Major differences between project scope and objectives

The Difference Between Project Scope and Objectives ...READ MORE

Oct 30, 2024 in PMP by Diya
344 views
0 votes
1 answer

"Cannot perform an interactive login from a non TTY device"

I also got the error 'Cannot perform ...READ MORE

Oct 24, 2024 in AWS by Tanushree
603 views
0 votes
1 answer

What’s the best approach to code logic for an AI-powered text adventure game?

Building logic that blends randomized storytelling with ...READ MORE

Nov 5, 2024 in Generative AI by salini
212 views
0 votes
1 answer

How do you resolve issues when using DAX variables (VAR) that cause unexpected results in measures?

When it comes to the measures involving ...READ MORE

Oct 30, 2024 in Power BI by pooja
• 22,890 points
182 views
0 votes
1 answer

How do you implement data augmentation for training generative models, and can you share some code examples?

Implementing data augmentation during the training of ...READ MORE

Oct 29, 2024 in Generative AI by shreewani

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

Has anyone implemented a custom loss function for a GAN with improved results?

When creating a custom loss function for ...READ MORE

Nov 5, 2024 in Generative AI by Anila minakshi
335 views
0 votes
0 answers

What debugging tools or methods do you use to pinpoint and resolve DAX or Power Query coding errors?

What debugging tools or methods do you ...READ MORE

Oct 30, 2024 in Power BI by Evanjalin
• 25,690 points
185 views
0 votes
1 answer

How to prevent form submit if validation fails?

1. Client-Side Validation : - JavaScript : Use ...READ MORE

Oct 25, 2024 in Web Development by kavya
387 views
0 votes
0 answers

How to use JavaScript in Angular?

How to use JavaScript in Angular? I'm trying ...READ MORE

Oct 28, 2024 in Web Development by Nidhi
• 14,600 points
328 views
0 votes
0 answers

Why do I see the error "INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY"?

’m getting the error 'INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY' when trying ...READ MORE

Oct 27, 2024 in OpenStack by Priyanka
• 4,500 points
339 views
0 votes
1 answer

What does ARN stand for in AWS?

Basically, ARN in AWS stands for Amazon ...READ MORE

Nov 5, 2024 in AWS by anonymous
169 views
0 votes
1 answer

How to redirect to another page in PHP?

PHP provides a simple and clean way ...READ MORE

Oct 28, 2024 in Web Development by kavya
252 views
0 votes
1 answer

How should I implement lazy loading for my images in react?

Imagine you are browsing a website with ...READ MORE

Oct 21, 2024 in Web Development by Navya
• 460 points
547 views
0 votes
1 answer

How to use aws s3 sync from the CLI?

Basically, This command is used to sync ...READ MORE

Oct 28, 2024 in AWS by Bhoomika
343 views