Trending questions in Edureka Community

0 votes
1 answer

How do you handle nested dynamic routes with React-Router?

Handling Nested Dynamic Routes in React Router ...READ MORE

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

How to secure a WordPress site from Brute Force Attacks?

Securing your WordPress site against brute force ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points

reshown Mar 12 by Anupam 186 views
0 votes
0 answers
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,320 points
185 views
0 votes
1 answer

How do you choose the root node while constructing a decision tree?

Selecting the root node in a decision ...READ MORE

Feb 25 in Node-js by Navya
183 views
0 votes
0 answers
0 votes
1 answer

How do you implement breadcrumbs in a React-Router app?

Breadcrumbs help users navigate by showing the ...READ MORE

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

How would you proceed if project success criteria were loosely defined?

I've worked on projects where it's not ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
171 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
• 32,730 points
189 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
243 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
177 views
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
271 views
0 votes
0 answers
0 votes
1 answer

How to identify CORS error?

Encountering Cross-Origin Resource Sharing (CORS) errors during ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points

edited Mar 6 177 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
240 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
285 views
0 votes
0 answers

How do you facilitate effective communication across cross-functional teams?

I'm trying to improve how different teams ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
165 views
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
163 views
0 votes
0 answers
0 votes
1 answer

How do you use Link and NavLink differently?

Feature <Link> <NavLink> Purpose Used for navigation between routes. Used for navigation ...READ MORE

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

How to check Node version in Ubuntu?

To check the installed Node.js version in ...READ MORE

Feb 25 in Node-js by Navya
171 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
204 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
117 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
258 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
• 32,730 points
175 views
+1 vote
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
• 33,850 points
203 views
0 votes
0 answers

What’s your strategy for quickly adjusting a project plan in a volatile environment?

How do you handle it when a ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
160 views
0 votes
1 answer

What is the best proper way to create the meta data for your page?

Best Way to Set Metadata in a ...READ MORE

Feb 24 in Java-Script by Kavya
233 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
259 views
0 votes
0 answers

How do I use Keras to train a Bidirectional LSTM model for sentence classification?

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

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

How to check if Node is installed?

For Windows, macOS, and Linux: Open Command Prompt ...READ MORE

Feb 25 in Node-js by Navya
163 views
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
256 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
253 views
0 votes
1 answer

How to write a Python script for XSS vulnerability detection?

Detecting Cross-Site Scripting (XSS) vulnerabilities is crucial ...READ MORE

Feb 19 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
418 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
192 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
252 views
0 votes
0 answers

What is the impact of momentum in Keras optimizers for model convergence?

Can you tell me What is the ...READ MORE

Feb 24 in Generative AI by Ashutosh
• 32,730 points
163 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
267 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
179 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
248 views
0 votes
0 answers

How can I implement word embedding using Keras for semantic text analysis?

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

Feb 24 in Generative AI by Vani
• 3,580 points
145 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,320 points
152 views
0 votes
0 answers

What are the best methods for data augmentation when training Keras models for text input?

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

Feb 24 in Generative AI by Ashutosh
• 32,730 points
159 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
• 32,730 points
158 views
0 votes
0 answers

How do I handle gradients exploding when training a Keras LSTM model on text sequences?

Can i know How do I handle ...READ MORE

Feb 24 in Generative AI by Vani
• 3,580 points
141 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
242 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
183 views
0 votes
0 answers
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
240 views