Trending questions in Edureka Community

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
423 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
528 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 546 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
527 views
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,070 points
278 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
• 24,450 points
368 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
350 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 513 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
270 views
0 votes
0 answers

What tools do you use to automate compliance checks in DevOps workflows?

What tools do you use to automate ...READ MORE

Nov 3, 2024 in DevOps Tools by Anila
• 5,070 points
221 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
405 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
262 views
0 votes
1 answer

What is the difference between tenant and client in Azure?

When you're working with Azure, especially in ...READ MORE

Oct 29, 2024 in Azure by Kruthi
480 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
254 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
523 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
324 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
436 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,380 points
370 views
0 votes
1 answer

How can I optimize GPT-3/4 API usage for generating large text while maintaining context?

One of the approach is to return the ...READ MORE

Nov 7, 2024 in ChatGPT by amol

edited Nov 8, 2024 by Ashutosh 486 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
339 views
+1 vote
1 answer

Does a PRINCE2 foundation certificate expire?

The PRINCE2 Foundation certificate does not expire, ...READ MORE

Oct 23, 2024 in PMP by Vani
601 views
+1 vote
1 answer

How do I evade detection while using a VPN during an attack?

Yes, even when we're using a VPN, ...READ MORE

Oct 24, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
625 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
• 16,260 points
233 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
416 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
416 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
271 views
0 votes
1 answer

What common pitfalls should I avoid when crafting prompts for generative models?

To ensure clear, relevant prompts for generative ...READ MORE

Oct 29, 2024 in Generative AI by angola
484 views
0 votes
1 answer

How do you detect memory leaks in Angular and fix them?

Imagine your computer is a room and ...READ MORE

Oct 25, 2024 in Web Development by kavya
536 views
+1 vote
1 answer

What is the difference between Software Development vs Cybersecurity?

Choosing between software development and cybersecurity is ...READ MORE

Oct 25, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
506 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
706 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
414 views
+1 vote
1 answer
0 votes
1 answer

How can I solve the issue of an uncontrolled input becoming controlled?

When working with form inputs in React, ...READ MORE

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

PMP vs. Scrum Master certification – which is better for my career?

Choosing between PMP or Scrum Master will ...READ MORE

Oct 28, 2024 in PMP by Divya
466 views
0 votes
1 answer

How can I implement pagination for large datasets in an Express.js API?

Pagination is a technique used to divide ...READ MORE

Oct 25, 2024 in Web Development by kavya
519 views
0 votes
1 answer

How do I send a file from postman to node.js with multer?

npm install multer express Then  we will set ...READ MORE

Oct 24, 2024 in Web Development by kavya

edited Oct 30, 2024 by Nidhi 636 views
0 votes
1 answer

How can I create a rate limiter middleware for an Express.js API?

const express = require('express'); const rateLimit = require('express-rate-limit'); const ...READ MORE

Oct 28, 2024 in Web Development by kavya
392 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
382 views
0 votes
1 answer

How to access Power BI Pro benefit for MCT?

Here’s how you can claim the Power ...READ MORE

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

What are the best online PMP prep courses?

Online training courses are essential for preparing ...READ MORE

Oct 28, 2024 in PMP by Anu
442 views
0 votes
1 answer

How do you set the document title in React?

Suppose we are reading an article online. ...READ MORE

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

What is a Target Group in AWS?

So here you will understand in simple ...READ MORE

Oct 28, 2024 in AWS by anonymous
481 views
+1 vote
1 answer

Why am I unable to gain a shell on a remote system despite finding a vulnerability?

If you got a vulnerability of a ...READ MORE

Oct 25, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
467 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
• 16,260 points
435 views
0 votes
1 answer

What impact does prompt phrasing have on model bias and output fairness?

Though small variations in the wording of ...READ MORE

Oct 29, 2024 in Generative AI by agatha harness

edited Nov 8, 2024 by Ashutosh 434 views
0 votes
0 answers

What is technical debt and how does it hurt developer joy?

This question is about the concept of ...READ MORE

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

What is AWS Trusted Advisor?

AWS Trusted Advisor is a tool designed ...READ MORE

Oct 30, 2024 in AWS by Bhoomi
399 views
+1 vote
1 answer

How does the LIMIT clause in SQL queries lead to injection attacks?

The LIMIT clause in SQL can indeed ...READ MORE

Oct 17, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
793 views