Trending questions in Edureka Community

0 votes
0 answers

How can I visualize model training history using Keras and matplotlib for performance analysis?

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

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

How can you implement forkJoin for multiple API responses aggregation?

In Angular, forkJoin is used to combine ...READ MORE

Feb 24 in Node-js by Navya
284 views
0 votes
1 answer

What's the difference between ngIf, ngFor, and ngSwitch?

Directive Purpose Usage Example *ngIf Conditionally adds/removes elements based on a boolean ...READ MORE

Feb 26 in Node-js by Navya
207 views
0 votes
0 answers

How do I adjust Keras callbacks to log training progress into a TensorBoard?

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

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

How would you manage the state between different components of the site?

Method Description Best For Props (Parent to Child) Pass data from ...READ MORE

Feb 24 in Node-js by Kavya
328 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,260 points
301 views
0 votes
1 answer

What is the difference between Hooks and router in React?

Feature Hooks React Router Definition Functions that manage state and side ...READ MORE

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

How can structural directives manipulate the DOM in Angular?

Structural directives in Angular (*ngIf, *ngFor, *ngSwitch) ...READ MORE

Feb 26 in Angular by Navya
205 views
0 votes
1 answer

What is the default response type of HttpClient service?

By default, HttpClient assumes the server response ...READ MORE

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

What's your approach to managing multiple projects with overlapping deadlines?

How do you manage multiple projects with ...READ MORE

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

How can you log and inspect request and response headers in Angular?

In Angular, you can log request and ...READ MORE

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

What happens when a packet moves through the OSI layers?

When a packet moves through the OSI ...READ MORE

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

How do you handle conflicting stakeholder feedback on deliverables?

I'm currently working on a project where ...READ MORE

Feb 26 in PMP by Parshvi
• 740 points
177 views
0 votes
1 answer

Can we create a custom directive in Angular?

You can create a custom directive in ...READ MORE

Feb 26 in Angular by Tanya
202 views
0 votes
1 answer

Which of the following method is used for cross-domain Ajax calls?

The correct method used for cross-domain Ajax ...READ MORE

Feb 26 in Angular by Kavya
201 views
0 votes
1 answer

How do you handle a large amount of data in React?

Handling Large Amounts of Data in React To ...READ MORE

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

How to convert date to general in excel without losing format?

The steps are as follows: Copy the dates ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,580 points
46,118 views
0 votes
0 answers

What’s the purpose of network architecture layers?

I know that network communication is structured ...READ MORE

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

How does the @Component directive define Angular components?

The @Component decorator defines a component by ...READ MORE

Feb 26 in Angular by Navya
199 views
0 votes
0 answers

How does a computer network enable communication between devices?

I am trying to understand how data ...READ MORE

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

How to pass parameters with react-router?

Passing Parameters with React Router 1. Define a ...READ MORE

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

How do you keep the team focused if they lack interest in the project topic?

I've been in situations where the team ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
228 views
0 votes
0 answers

What’s the difference between LAN, WAN, and MAN?

I often hear about LAN (Local Area ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
194 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
494 views
0 votes
0 answers

What’s your strategy when a project needs urgent upskilling within the team?

I'm managing a project where we suddenly ...READ MORE

Feb 26 in PMP by Parshvi
• 740 points
166 views
+1 vote
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
• 36,180 points
225 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
234 views
0 votes
0 answers

How would you proceed if critical project data became inaccessible?

I've been thinking about how to handle ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
225 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
234 views
0 votes
0 answers

How can I optimize hyperparameters in a lightGBM model for time-series forecasting?

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

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

How to identify privilege escalation attempts in Linux logs?

I need to monitor Linux logs for ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
232 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
295 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
324 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
231 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
• 18,960 points
187 views
0 votes
0 answers

How do you resolve conflicts among team members with differing work styles?

I'm managing a team where everyone works ...READ MORE

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

How do you integrate authentication with React-Router?

To integrate authentication with React Router, follow ...READ MORE

Feb 24 in Node-js by Kavya
293 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
339 views
0 votes
1 answer

How to check Angular CLI version?

o check the installed Angular CLI version, ...READ MORE

Feb 25 in Angular by Navya
225 views
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
303 views
0 votes
0 answers
0 votes
1 answer

Should I use map or switchmap when using angular http module?

When working with the Angular HTTP module, ...READ MORE

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

What is the use of takeUntil to cancel a subscription?

takeUntil is an RxJS operator used to ...READ MORE

Feb 24 in Node-js by Navya
254 views
0 votes
1 answer

How can session hijacking be detected in HTTP traffic?

Detecting session hijacking in HTTP traffic is ...READ MORE

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

edited Mar 6 222 views
0 votes
0 answers
0 votes
0 answers