Trending questions in Edureka Community

+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
734 views
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
595 views
+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
841 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
591 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
377 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
563 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
604 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
588 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
957 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
722 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
604 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
714 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
477 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
862 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
562 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
665 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 579 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
323 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,276 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
602 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
547 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
567 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
827 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
559 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
899 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
499 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
820 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
452 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
491 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
482 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
548 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
473 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
914 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
444 views
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
875 views
+1 vote
1 answer
+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
659 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
514 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
743 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
569 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
775 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
510 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
745 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
446 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
398 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
548 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
477 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
500 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
448 views
0 votes
0 answers

I have an Issue with the Renewal of my Microsoft Certified: Power BI Data Analyst Associate Certification?

I have an Issue with the Renewal ...READ MORE

Oct 29, 2024 in Power BI by Evanjalin
• 36,180 points
419 views