Trending questions in Edureka Community

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
534 views
0 votes
1 answer

How do I design prompts to elicit creative and diverse outputs from generative models?

Among the key topics of the image ...READ MORE

Oct 21, 2024 in ChatGPT by Nilam kumari
934 views
0 votes
0 answers

what is app engine in gcp?

I'm learning about Google Cloud Platform, and ...READ MORE

Nov 4, 2024 in GCP by Priyanka
• 4,380 points
358 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
737 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
539 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
587 views
0 votes
1 answer

How do you manage zero-downtime deployments, and what issues have you encountered?

Zero-Downtime Deployment Techniques: Zero-downtime deployments ensure that ...READ MORE

Nov 3, 2024 in DevOps Tools by Gagana
• 10,070 points
357 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
1,064 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
647 views
0 votes
1 answer

What are the best practices for using few-shot learning in prompt engineering?

Few-shot learning refers to an approach in ...READ MORE

Oct 21, 2024 in ChatGPT by raju thapa
924 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 681 views
+1 vote
1 answer

What are the creative job titles for project manager?

Below, I have mentioned Some creative job titles ...READ MORE

Oct 23, 2024 in PMP by Priya
789 views
–1 vote
0 answers

How do you ensure consistency across environments (dev, test, prod) using IaC?

How do you ensure consistency across environments ...READ MORE

Nov 3, 2024 in DevOps Tools by Anila
• 5,070 points
378 views
0 votes
1 answer

How do you eliminate bottlenecks causing delays in your delivery pipeline?

Streamlining delivery pipelines requires identifying and addressing ...READ MORE

Nov 3, 2024 in DevOps Tools by Gagana
• 10,070 points
336 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
609 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
661 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
366 views
0 votes
1 answer

How do you manage microservice dependencies when updating different services?

Service Contracts and API Versioning: Microservices interact ...READ MORE

Nov 3, 2024 in DevOps Tools by Gagana
• 10,070 points
317 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
407 views
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
583 views
0 votes
1 answer

How can I resolve the 'instance reachability check failed' issue on an Ubuntu AWS instance?

First, I checked the System Logs to ...READ MORE

Oct 17, 2024 in AWS by Tanu
1,081 views
0 votes
0 answers

How can I balance PMP exam preparation with a full-time job?

How can I balance PMP exam preparation ...READ MORE

Nov 5, 2024 in PMP by Hoor
• 4,690 points
277 views
+1 vote
1 answer

How can I conduct reverse DNS lookups efficiently using DNS footprinting methods?

Reverse DNS lookup allow users to map ...READ MORE

Oct 21, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
935 views
+1 vote
1 answer
+1 vote
1 answer

What methods can I use in JavaScript to detect and prevent clickjacking attacks?

In order to prevent clickjacking attacks, we ...READ MORE

Oct 23, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
886 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 59,380 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
573 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
390 views
0 votes
1 answer

How do you structure a scalable Express.js project with multiple route modules?

1. Organize the project into separate directories ...READ MORE

Oct 25, 2024 in Web Development by kavya
685 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
686 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 804 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
453 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
380 views
+1 vote
1 answer
0 votes
0 answers

Why do I see the error "INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY"?

Has anyone dealt with the "INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY" issue? ...READ MORE

Oct 29, 2024 in Cloud Computing by Priyanka
• 4,380 points
559 views
+1 vote
1 answer

How can I utilize Java to build a simple vulnerability scanner for web applications?

In order to build a simple vulnerability ...READ MORE

Oct 23, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
780 views
0 votes
0 answers

Is it possible to display combo box without the dropdown?

Can someone explain if it's feasible to ...READ MORE

Nov 4, 2024 in Cloud Computing by Priyanka
• 4,380 points
278 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
512 views
0 votes
1 answer
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
844 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
487 views
+1 vote
1 answer

What techniques can I use in Python to analyze logs for potential security breaches?

To analyze logs for potential security breaches, ...READ MORE

Oct 23, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
770 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
669 views
+1 vote
1 answer

Can you show me an example of using DNS dig commands in a Python script?

You can run shell commands like dig ...READ MORE

Oct 21, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
900 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
538 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
834 views
0 votes
1 answer

How to get pmp certification?

To get the PMP Certification, you must ...READ MORE

Oct 25, 2024 in PMP by Anu
661 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
628 views
0 votes
0 answers

How to fetch Inputs in Lightning Web Components?

I'm building a form in Lightning Web ...READ MORE

Nov 4, 2024 in Cloud Computing by Priyanka
• 4,380 points
257 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
352 views