Trending questions in Edureka Community

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

How do you create protected routes in React?

Creating Protected Routes in React (React Router ...READ MORE

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

How do I use Keras for training multimodal models that combine text and images?

Can you tell me How do I ...READ MORE

Feb 24 in Generative AI by Ashutosh
• 28,650 points
83 views
0 votes
2 answers

How can Power BI Fabric integrate with other Microsoft tools (like Excel or Teams) to enhance narrative delivery?

When blended with Microsoft tools like Excel ...READ MORE

Dec 27, 2024 in Power BI by pooja
• 23,870 points

edited Mar 6 139 views
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
141 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
169 views
0 votes
1 answer

How do you detect log tampering in a compromised system?

Ensuring the integrity of system logs is ...READ MORE

Feb 21 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
248 views
0 votes
1 answer

How to automate vulnerability scanning using OpenVAS?

Automating vulnerability scanning with OpenVAS enhances your ...READ MORE

Feb 19 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
332 views
0 votes
1 answer

How do you implement routing in a React application?

Implementing Routing in a React Application (React ...READ MORE

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

How to create WordPress themes?

Steps to Create a WordPress Theme Set Up ...READ MORE

Feb 24 in PHP by Kavya
139 views
0 votes
0 answers

What are the steps to implement multi-class classification using SVM in scikit-learn?

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

Feb 24 in Generative AI by Ashutosh
• 28,650 points
84 views
0 votes
1 answer

How does BehaviorSubject differ from Subject in state management?

Feature Subject BehaviorSubject Initial Value No initial value Requires an initial value Last ...READ MORE

Feb 24 in Node-js by Navya
106 views
0 votes
0 answers

How do I optimize the batch size for a VAE model to achieve faster convergence with balanced accuracy?

With the help of proper code example ...READ MORE

Feb 22 in Generative AI by Nidhi
• 16,140 points
124 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
• 28,650 points
78 views
0 votes
1 answer

How would you implement routing in a dynamic Music Store application?

Implementing Routing in a Dynamic Music Store ...READ MORE

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

What are the Typescript types for React checkbox events and handlers, or how do I define them?

In TypeScript, handling checkbox events in React ...READ MORE

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

How to secure cookie attributes against session hijacking?

I am working on securing user sessions ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by Anupam
• 17,140 points
71 views
0 votes
0 answers
0 votes
1 answer

How do you use Journaling for write concern in MongoDB?

Using Journaling for Write Concern in MongoDB Journaling ...READ MORE

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

How would you use NavLink to style active navigation links in a React application?

You can use the <NavLink> component to ...READ MORE

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

How can you configure routing for a multi-page React application using React-Router?

To configure routing for a multi-page React ...READ MORE

Feb 23 in Node-js by Kavya
158 views
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
129 views
0 votes
0 answers

How do I perform k-fold cross-validation for hyperparameter optimization in XGBoost?

With the code can you tell me ...READ MORE

Feb 24 in Generative AI by Ashutosh
• 28,650 points
74 views
0 votes
1 answer

How to set read concern in MongoDB?

In MongoDB, you can set read concern ...READ MORE

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

Why do Power BI visuals created using Python scripts sometimes appear misaligned, and how can this be fixed?

So, while writing a Python script to ...READ MORE

Feb 24 in Power BI by anonymous
• 30,660 points
92 views
0 votes
1 answer

How can a child component's props be overwritten in React?

You can utilize the React.cloneElement function. This ...READ MORE

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

How do you model a many-to-many relationship in MongoDB with an example?

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

Feb 23 in Node-js by Kavya
152 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
151 views
0 votes
0 answers

How to automate malware scanning on a web server using ClamAV?

I want to automatically scan my web ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 17,140 points
56 views
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
• 17,140 points
55 views
0 votes
0 answers
0 votes
1 answer

How to create a data source?

In Angular, a data source is commonly ...READ MORE

Feb 24 in Angular by Navya
89 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
148 views
0 votes
1 answer

Power BI ADAL Authentication Issues – Having trouble with ADAL authentication in Power BI. Anyone dealt with this before?

Yes, ADAL authentication issues in Power BI ...READ MORE

Feb 28 in Power BI by anonymous
• 30,660 points
129 views
0 votes
0 answers
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
86 views
0 votes
0 answers

How can a CSRF vulnerability be exploited in an insecure app?

I am testing a web application for ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by Anupam
• 17,140 points
95 views
0 votes
1 answer

How does the incognito prop differ from the cacheEnabled prop in React Native WebView?

Prop incognito cacheEnabled Purpose Enables private browsing mode. Controls whether the WebView ...READ MORE

Feb 23 in Node-js by Kavya
162 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
161 views
0 votes
1 answer

How do you redirect a user to a different route in React Router?

Redirecting a User in React Router 1. Using ...READ MORE

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

Write a query for a compound index to optimize a search operation in MongoDB.

A compound index improves search performance by ...READ MORE

Feb 23 in Node-js by Kavya
142 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
140 views
0 votes
0 answers

How can you generate realistic images from textual descriptions using DALL·E or CLIP?

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

Feb 22 in Generative AI by Ashutosh
• 28,650 points
102 views
0 votes
1 answer

Is there any difference between JavaScript events and React events, or are they identical?

Feature JavaScript Events React Events (Synthetic Events) Type Native Browser Events ...READ MORE

Feb 22 in Java-Script by Kavya
197 views
0 votes
0 answers
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
132 views
0 votes
1 answer

How to create an API in Angular?

Angular itself does not create APIs, but ...READ MORE

Feb 24 in Angular by Kavya
104 views