Trending questions in Edureka Community

+1 vote
12 answers

Hibernate hbm2ddl.auto possible values and their uses

hibernate.hbm2ddl.auto (e.g. none (default value), create-only, drop, create, create-drop, validate, and update) Setting to perform SchemaManagementTool actions automatically as ...READ MORE

Dec 7, 2018 in Java by Shuvodip
81,957 views
0 votes
0 answers

What is the difference between a Cloud Architect and a Cloud Engineer?

In my current project, we’re facing unexpected ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
433 views
0 votes
0 answers

What is the role of a cloud engineer?

A company is expanding its cloud infrastructure ...READ MORE

Nov 25, 2024 in Cloud Computing by Priyanka
• 4,380 points
478 views
0 votes
0 answers

How can I get into cloud computing with no experience?

I’ve worked in a different tech role ...READ MORE

Nov 25, 2024 in Cloud Computing by Priyanka
• 4,380 points
478 views
0 votes
1 answer

How to block an IP address on a router?

Since router interfaces vary by model and ...READ MORE

Nov 27, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
438 views
0 votes
1 answer

How do you handle database versioning and migrations in a CI/CD pipeline for distributed systems?

Database versioning and migrations in distributed systems ...READ MORE

Nov 29, 2024 in DevOps Tools by Gagana
• 10,070 points
538 views
0 votes
1 answer

What are the current encryption algorithms?

Here's a list of current encryption algorithms, categorized ...READ MORE

Nov 29, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
350 views
+1 vote
1 answer

How do you troubleshoot performance issues with complex DAX measures in large datasets?

When faced with a performance problem caused ...READ MORE

Oct 30, 2024 in Power BI by pooja
• 24,450 points
759 views
0 votes
1 answer

How to know a Windows password?

While losing access to your Windows account ...READ MORE

Nov 28, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
390 views
0 votes
1 answer

What is your strategy for minimizing resource usage in multi-cloud environments?

To reduce the amount of resources used ...READ MORE

Dec 2, 2024 in DevOps Tools by Gagana
• 10,070 points
361 views
0 votes
1 answer
0 votes
1 answer

How do you manage security risks when implementing third-party CI/CD tools?

When using third-party CI/CD solutions, I adhere ...READ MORE

Nov 29, 2024 in DevOps Tools by Gagana
• 10,070 points
335 views
0 votes
1 answer

Provide a code snippet to resize and normalize images for training a generative model.

Here is a Python code snippet you can ...READ MORE

Nov 29, 2024 in Generative AI by amisha gurung
358 views
0 votes
0 answers
0 votes
1 answer

How do you handle memory constraints when training large generative models like GPT on limited hardware?

To handle memory constraints when training large ...READ MORE

Dec 12, 2024 in Generative AI by safak mummend
521 views
0 votes
1 answer

How do you manage testing and version control of API integrations in a CI/CD pipeline?

In a CI/CD pipeline, to oversee the ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
495 views
0 votes
1 answer

How do I handle rate-limiting for a multi-tenant Spring Boot Gen AI app where each tenant has different usage quotas?

To handle rate-limiting for a multi-tenant Spring ...READ MORE

Nov 28, 2024 in Generative AI by anupam mishra
369 views
0 votes
1 answer

Write a script to generate audio waveforms using a pretrained WaveNet model.

You can refer to the Short script below ...READ MORE

Nov 29, 2024 in Generative AI by minna ma
331 views
0 votes
1 answer

How to check TLS version of a website?

There are various ways to confirm the ...READ MORE

Nov 22, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
647 views
0 votes
1 answer

What patterns can I use to incorporate server-provided retry-after headers in Spring Retry configurations?

You can use the Custom BackOffPolicy pattern ...READ MORE

Nov 27, 2024 in Node-js by madhav yadav
433 views
0 votes
0 answers
0 votes
1 answer

How to bypass End User License Agreement?

In order to bypass the End User ...READ MORE

Nov 25, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
501 views
0 votes
1 answer

What are some challenges in implementing distributed rate limiting using Hazelcast, and how can they be resolved?

The challenges in implementing distributed rate limiting ...READ MORE

Nov 27, 2024 in Generative AI by amol thapa
430 views
0 votes
0 answers

What are the responsibilities of a cloud solutions architect?

I'm considering a role as a cloud ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
402 views
0 votes
1 answer

What techniques do you use to reduce training time for large language models without sacrificing performance?

Techniques you can use to reduce training ...READ MORE

Dec 13, 2024 in Generative AI by techgil
492 views
0 votes
0 answers

How do I prepare for cloud certification exams?

I'm planning to get certified in cloud ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
398 views
+1 vote
2 answers

How can I count the distinct values in a column using Power BI?

In Power BI, use the DISTINCTCOUNT DAX ...READ MORE

Nov 26, 2024 in Power BI by Anu
• 3,020 points
1,093 views
0 votes
1 answer

How to download aws certificate?

Here, I am sharing with you a ...READ MORE

Nov 7, 2024 in AWS by Dinesh
1,506 views
0 votes
1 answer

How to check certificates in Windows?

The built-in Microsoft Management Console (MMC) and ...READ MORE

Nov 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
445 views
0 votes
1 answer

Provide code to denoise an audio signal using a deep learning approach.

You can refer to the code below ...READ MORE

Nov 29, 2024 in Generative AI by anupam mishra
313 views
0 votes
1 answer

How do you automate security audits of code repositories in DevOps?

Continuous compliance and proactive vulnerability identification are ...READ MORE

Nov 26, 2024 in ELK Stack by Gagana
• 10,070 points
452 views
0 votes
1 answer

What steps do you take to minimize downtime during critical production deployments?

During crucial production deployments, I concentrate on ...READ MORE

Nov 29, 2024 in DevOps Tools by Gagana
• 10,070 points
326 views
0 votes
1 answer

How do you manage builds for a monorepo in Jenkins with multiple services? Can you share a Jenkinsfile to target specific folders or services?

The build management in Jenkins for a monorepo requires pipelines that can ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
684 views
0 votes
0 answers

What are some examples of asymmetric encryption algorithms?

I’m studying encryption methods and want to ...READ MORE

Nov 29, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
300 views
0 votes
1 answer

How do I implement an adaptive retry mechanism that dynamically adjusts backoff intervals based on API response headers?

In order to implement an adaptive retry mechanism ...READ MORE

Nov 26, 2024 in Power BI by blindcode
412 views
0 votes
1 answer

How can I limit the disk space used by Docker containers and volumes?

Uncontrolled usage of disks by containers and volumes can lead ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 10,070 points
976 views
0 votes
1 answer

How to set a cookie in Node.js using the Express framework?

You can use the res.cookie() method to ...READ MORE

Nov 27, 2024 in Web Development by Navya
393 views
0 votes
1 answer

What techniques can I use to enforce per-user rate limits in a multi-instance Spring Boot app?

To enforce per-user rate limits in a ...READ MORE

Nov 28, 2024 in Web Development by nidhi jha
351 views
0 votes
1 answer

How to decrypt the encrypted password?

The technique used to guard an encrypted ...READ MORE

Nov 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
415 views
0 votes
0 answers

What skills are essential for cloud computing roles?

As someone looking to transition into cloud ...READ MORE

Nov 25, 2024 in Cloud Computing by Priyanka
• 4,380 points
409 views
0 votes
0 answers

How long does it typically take to get certified in cloud computing?

I’m thinking of getting certified in cloud ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
402 views
0 votes
1 answer
0 votes
1 answer

What methods do you use to optimize hyperparameters for fine-tuning GPT-3/4 on specific tasks?

To optimize hyperparameters for fine-tuning GPT-3/4 on ...READ MORE

Dec 13, 2024 in Generative AI by nidhi jha
447 views
0 votes
0 answers

How much does a Cloud Engineer typically earn?

I’ve been offered a job as a ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
358 views
0 votes
1 answer

How to include a JavaScript file in another JavaScript file?

Let's assume you have two files: math.js: This ...READ MORE

Nov 27, 2024 in Java-Script by kavya
362 views
0 votes
1 answer

How do you reduce Mean Time to Recovery (MTTR) for services in your DevOps workflows?

The following tactics can be used to ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
435 views
0 votes
1 answer

How do you implement blue-green deployments in Jenkins for a zero-downtime release? Can you provide a Jenkinsfile example or configuration for managing these deployments?

To deploy Blue-Green deployment in Jenkins for zero-downtime release: Deploy to ...READ MORE

Nov 25, 2024 in DevOps Tools by Gagana
• 10,070 points
681 views
0 votes
1 answer

How do you automate cloud cost allocation and reporting in multi-cloud strategies?

Automating Multi-Cloud Strategies' Cloud Cost Allocation and ...READ MORE

Nov 27, 2024 in DevOps Tools by Gagana
• 10,070 points
357 views