Trending questions in Edureka Community

0 votes
0 answers

What is the role of Adam optimizer in Keras, and how do I choose the best learning rate for it?

Can you explain to me What is ...READ MORE

Feb 24 in Generative AI by Vani
• 3,580 points
304 views
0 votes
1 answer

How to apply filter and map in a pipeline for specific data processing?

In RxJS, filter is used to remove ...READ MORE

Feb 24 in Java-Script by Navya
347 views
0 votes
1 answer

What is the best way to handle e and props in React TypeScript?

In React with TypeScript, handling events and ...READ MORE

Feb 23 in Node-js by Kavya
424 views
0 votes
0 answers

How to track deleted log files in a compromised Linux system?

After a suspected security incident, I discovered ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
314 views
0 votes
1 answer

Write a query to fetch specific fields using MongoDB projections.

Fetching Specific Fields Using MongoDB Projections MongoDB projections ...READ MORE

Feb 23 in Node-js by Kavya
405 views
+1 vote
1 answer
0 votes
1 answer

How would you dynamically generate routes from an API response?

To dynamically generate routes from an API ...READ MORE

Feb 24 in Node-js by Kavya
375 views
0 votes
0 answers
0 votes
0 answers

How is data transmission done in the OSI model?

I want to understand how data moves ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
266 views
0 votes
1 answer

What is the use of Switch in React Router?

In React Router v5, <Switch> is used ...READ MORE

Feb 23 in Node-js by Kavya
400 views
0 votes
1 answer

How do I use pointer-events to react only to scroll events, or is there a better approach?

Capturing Only Scroll Events in React If you ...READ MORE

Feb 22 in Node-js by Kavya
455 views
0 votes
1 answer

What is the best way to handle a 404 page using React-Router?

Here's the best way to implement a ...READ MORE

Feb 23 in Node-js by Kavya
400 views
0 votes
0 answers

How can you tune hyperparameters using GridSearchCV in Scikit-learn for a Random Forest model?

With the help of python programming can ...READ MORE

Feb 24 in Generative AI by Ashutosh
• 33,350 points
313 views
0 votes
1 answer

how to create a CSV file in Java?

Using OpenCSV Library Add OpenCSV dependency (if using ...READ MORE

Feb 25 in Node-js by Navya
305 views
0 votes
0 answers

Why does an FAQ generator struggle to address ambiguous user queries?

Can you tell me Why does an ...READ MORE

Feb 22 in Generative AI by Nidhi
• 16,260 points
391 views
0 votes
0 answers

How can you fix inconsistent tone in AI-generated articles across different topics?

With the help of code can you ...READ MORE

Feb 22 in Generative AI by Nidhi
• 16,260 points
389 views
0 votes
1 answer

How can you handle route transitions with animations?

You can use Framer Motion with React ...READ MORE

Feb 24 in Node-js by Kavya
365 views
0 votes
1 answer

Why does React's useState hook use const instead of let?

The useState Hook is typically used with ...READ MORE

Feb 12 in Node-js by Navya
855 views
0 votes
1 answer

How to build an Angular project?

To build an Angular project, follow these ...READ MORE

Feb 25 in Angular by Navya
298 views
+1 vote
1 answer
0 votes
1 answer

How do you handle concerns for write operations in MongoDB?

Write operations in MongoDB need to be ...READ MORE

Feb 23 in Node-js by Kavya
391 views
0 votes
1 answer

How does Angular work?

Angular is a TypeScript-based front-end framework for ...READ MORE

Feb 25 in Angular by Navya
296 views
0 votes
0 answers

How do you analyze buffer overflow exploits in a web server?

I am researching buffer overflow vulnerabilities in ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
297 views
+1 vote
1 answer

Power BI Can't Access GoDaddy's Database? – Has anyone successfully connected Power BI to a GoDaddy-hosted database? Facing access issues.

Connecting Power BI to a GoDaddy-hosted database ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
413 views
0 votes
1 answer

How can I determine whether a JavaScript object is empty?

Use Object.keys(obj).length === 0 to check if ...READ MORE

Feb 23 in Java-Script by Kavya
384 views
0 votes
1 answer

What are MongoDB data types, and how do you define them in a schema?

MongoDB supports various data types, including: String (String) ...READ MORE

Feb 23 in Node-js by anonymous
385 views
0 votes
2 answers

How do I choose between Power BI Premium, Power BI Embedded, and Azure Analysis Services for different use cases?

Choose Power BI Premium for internal enterprise ...READ MORE

Apr 8 in Power BI by anonymous
• 24,450 points
626 views
0 votes
0 answers

How does a client-server network differ from a peer-to-peer?

I am trying to understand the fundamental ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
244 views
+1 vote
1 answer

Importing Bloomberg Data into Power BI – What's the best way to pull Bloomberg data into Power BI? Any working solutions?

Importing Bloomberg data to Power BI, however, ...READ MORE

Feb 11 in Power BI by anonymous
• 24,450 points
839 views
+1 vote
2 answers

What are the key benefits of integrating Power BI Fabric with your business analytics strategy?

Additionally, Power BI Fabric will provide other ...READ MORE

Dec 27, 2024 in Power BI by pooja
• 24,450 points
309 views
0 votes
0 answers

How do I evaluate the performance of a time-series forecasting model using RMSE and MAE?

With the help of proper python programming ...READ MORE

Feb 24 in Generative AI by Ashutosh
• 33,350 points
296 views
0 votes
0 answers

How can I implement semantic segmentation using Keras?

Can i know How can I implement ...READ MORE

Feb 24 in Generative AI by Ashutosh
• 33,350 points
291 views
0 votes
1 answer

How do you pass and use URL parameters in a React-Router route?

Passing and Using URL Parameters in React ...READ MORE

Feb 23 in Node-js by Kavya
376 views
0 votes
1 answer

Why won't React events fire, or what could prevent them from firing?

If React events are not firing, several ...READ MORE

Feb 22 in Node-js by Kavya
439 views
0 votes
0 answers

How would you manage an urgent project with inadequate staffing?

I’m handling a project with a tight ...READ MORE

Feb 27 in PMP by Parshvi
• 740 points
188 views
0 votes
0 answers
0 votes
1 answer

Does React keep the order for state updates?

No, React does not always keep the ...READ MORE

Feb 22 in Node-js by Kavya
432 views
0 votes
1 answer

How can you use MongoDB CRUD operations to build a simple blog app?

Below is a simple implementation using MongoDB ...READ MORE

Feb 23 in Node-js by Kavya
373 views
0 votes
0 answers

How do you keep track of ongoing changes in regulatory requirements?

What’s the best way to keep up ...READ MORE

Feb 27 in PMP by Parshvi
• 740 points
225 views
0 votes
0 answers
0 votes
1 answer

How do you handle nested routes with complex layouts?

To manage nested routes with complex layouts ...READ MORE

Feb 24 in Node-js by Kavya
342 views
0 votes
1 answer

Can you force a React component to rerender without calling setState?

In functional components, the best way to ...READ MORE

Feb 22 in Node-js by Kavya
430 views
0 votes
1 answer

How does an attacker bypass CSP (Content Security Policy)?

Content Security Policy (CSP) is a critical ...READ MORE

Feb 21 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
450 views
0 votes
1 answer

How does Angular's HttpInterceptor modify outgoing requests?

An HttpInterceptor in Angular is used to ...READ MORE

Feb 24 in Angular by Navya
307 views
0 votes
1 answer

Write code to implement an Auth Guard for route protection.

An AuthGuard prevents unauthorized users from accessing ...READ MORE

Feb 24 in Angular by Navya
306 views
0 votes
1 answer

How would you model a one-to-many relationship in MongoDB?

In MongoDB, a one-to-many relationship can be ...READ MORE

Feb 22 in Node-js by Kavya
424 views
0 votes
0 answers

How to write a script to detect anomalous login locations?

I am trying to improve security monitoring ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
268 views
0 votes
0 answers