Trending questions in Edureka Community

+1 vote
1 answer

How can I write a Ruby script to automate the process of brute-forcing a login form?

In order to create a Ruby script ...READ MORE

Oct 23, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
850 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
261 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
577 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
354 views
0 votes
1 answer

How to connect between AWS VPC and a Raspberry Pi?

Here, you can connect your Raspberry Pi ...READ MORE

Oct 28, 2024 in AWS by anonymous
621 views
0 votes
1 answer

What coding techniques do you use to fine-tune GPT models on custom datasets, and can you share an example?

Fine-tuning the GPT model on the domain-specific ...READ MORE

Oct 29, 2024 in Generative AI by anitha k
598 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
383 views
+1 vote
1 answer

How can I use Python for web scraping to gather information during reconnaissance?

Python is considered to be an excellent ...READ MORE

Oct 17, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
967 views
0 votes
1 answer

What is the Azure equivalent of AWS Lambda?

The Azure equivalent of AWS Lambda is ...READ MORE

Oct 26, 2024 in AWS by anonymous
680 views
0 votes
1 answer

Can a teacher be a good project manager?

You can transition from teacher to project ...READ MORE

Oct 28, 2024 in PMP by Ali
592 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,380 points
607 views
+1 vote
1 answer

How do I find and exploit an insecure API endpoint in a mobile app?

In order to locate and test insecure ...READ MORE

Oct 24, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
728 views
0 votes
1 answer

What GPU does Google Cloud use?

Google Cloud offers various NVIDIA GPUs, such ...READ MORE

Oct 29, 2024 in GCP by Chetuzz
569 views
0 votes
1 answer

What is the purpose of z-index in CSS?

The z-index CSS property sets the z-order of a positioned element and ...READ MORE

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

How to upload a file to api server in node js?

How to upload a file to api ...READ MORE

Oct 21, 2024 in Web Development by Nidhi
• 16,260 points
866 views
0 votes
1 answer

Is Scrum Master a good career choice?

Yes, becoming a Scrum Master can be ...READ MORE

Oct 24, 2024 in PMP by Raj
717 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
331 views
0 votes
4 answers

How to combine multiple tables in power BI?

Click Advanced Editor and check if step #"Appended ...READ MORE

Dec 16, 2020 in Power BI by Roshni
• 10,440 points
75,284 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 583 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
606 views
0 votes
1 answer

How do you keep a track of multiple projects?

To keep track of multiple projects effectively, ...READ MORE

Oct 30, 2024 in PMP by Vani
551 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
571 views
0 votes
1 answer

What are your best practices for managing dependencies in your applications, and can you share coding examples?

Manage Dependencies Effectively Dependency management is a ...READ MORE

Oct 23, 2024 in DevOps Tools by Gagana
• 10,070 points
907 views
+1 vote
1 answer

What is the pmp certification renewal fee?

If you are a PMI member (that ...READ MORE

Oct 24, 2024 in PMP by Diya
830 views
+1 vote
1 answer

what happens if my pmp eligibility expires?

If your PMP eligibility expires, you'll need ...READ MORE

Oct 24, 2024 in PMP by soni
830 views
0 votes
1 answer

How do you handle tokenization in your generative AI projects, and what libraries or tools do you recommend?

Good tokenization is the biggest difference in ...READ MORE

Oct 29, 2024 in Generative AI by ranjana
564 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
506 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
489 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
456 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
493 views
+1 vote
1 answer

Is it safe to use string concatenation for dynamic SQL queries in Python with psycopg2?

The use of string concatenation while building ...READ MORE

Oct 17, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
925 views
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
551 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
478 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
451 views
+1 vote
1 answer
0 votes
2 answers

How do you implement version control for infrastructure code, and can you share any tips or examples?

Infrastructure code can be taken care of ...READ MORE

Oct 24, 2024 in DevOps Tools by Gagana
• 10,070 points
880 views
+1 vote
1 answer

How do I perform a CSRF attack to change user account settings without authorization?

A Cross-Site Request Forgery (CSRF) attack is ...READ MORE

Oct 24, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
669 views
0 votes
1 answer

How to implement a debounce time in keyup event in Angular 6

To implement a debounce time in keyup ...READ MORE

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

Who is responsible for Prioritising the product backlog?

The product owner prioritizes the backlog at the ...READ MORE

Oct 24, 2024 in PMP by John
783 views
0 votes
0 answers

Can i reschedule aws certification exam?

I have an upcoming AWS certification exam, ...READ MORE

Oct 28, 2024 in AWS by Priyanka
• 4,380 points
519 views
0 votes
1 answer

How do you create a custom hook to manage form validation?

Instead of coding up lots of code ...READ MORE

Oct 21, 2024 in Web Development by Navya
• 460 points
748 views
0 votes
0 answers

Which AWS storage service assists S3 with transferring data?

As I'm building a data pipeline that ...READ MORE

Oct 28, 2024 in AWS by Priyanka
• 4,380 points
516 views
0 votes
1 answer

What are Best Practices for preventing SQL injection in node-mysql?

Best Practices for Preventing SQL Injection in ...READ MORE

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

How to rotate desktop screen in Windows 10?

Windows 10 includes multiple ways to rotate ...READ MORE

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

how do i publish to azure on power BI desktop?

To publish a Power BI Desktop dataset ...READ MORE

Oct 30, 2024 in Power BI by Evanjalin
• 36,180 points
402 views
0 votes
1 answer

What are some effective prompt engineering techniques for specific domains, like medical or legal text generation?

Here are some useful prompt engineering techniques ...READ MORE

Oct 29, 2024 in Generative AI by anil limbu
551 views
0 votes
1 answer

What strategies have you found effective for optimizing the inference speed of generative models, including any code snippets?

Techniques and Code Snippets to Accelerate Generative ...READ MORE

Oct 29, 2024 in Generative AI by Anila minakshi
504 views
0 votes
1 answer

Can I switch my career from System Administration to DevOps Engineering?

Moving from System Administration and coming into ...READ MORE

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

How do I assume an IAM role using the AWS CLI?

I was trying to assume an IAM ...READ MORE

Oct 26, 2024 in AWS by anonymous
592 views
0 votes
1 answer

What's the difference between managed identity and service principal?

Knowing the difference between managed identities and ...READ MORE

Oct 30, 2024 in Azure by Sham
455 views