Trending questions in Edureka Community

0 votes
0 answers

which of the following are the popular tools for devops?

Hi guys, I wanted to move my ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 24 views
0 votes
1 answer

SQL - Update multiple records in one query

Try either multi-table update syntax: UPDATE config t1 ...READ MORE

Sep 17, 2022 in Database by narikkadan
• 63,600 points
4,220 views
0 votes
0 answers

which is better AWS or DevOps?

Guys I wanted to understand the difference ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 22 views
0 votes
0 answers

How to execute Shellscript in AWS Lambda . I would like to my script as serverless code

How to use AWS Lambda to run ...READ MORE

Dec 23, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 26 views
0 votes
0 answers

How to sign-in to EKS cluster without aws-auth configmap?

My aws-auth configmap contains the aws roles ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
454 views
0 votes
0 answers

Is there a way to implement event and lambda for all accounts

I have a problem where a third ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
406 views
0 votes
0 answers

Is Sap better than DevOps?

What is SAP and DevOps and why ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 51 views
0 votes
1 answer

Formatting Excel Spreadsheet using Apache POI in JAVA

Try this: CellRangeAddress range= new CellRangeAddress(firstrow, lastrow, firstcol, ...READ MORE

Oct 27, 2022 in Others by narikkadan
• 63,600 points
2,464 views
0 votes
1 answer

How to lock data in excel sheet using POI, leaving cells without any data / the rest of the sheet unlocked

If the cells in a row have ...READ MORE

Sep 24, 2022 in Others by narikkadan
• 63,600 points
3,907 views
0 votes
0 answers

which tools are used by both testers and developers?

Guys can anyone explain the testing tools ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 44 views
0 votes
0 answers

What's the strangest corner case you've seen in C# or .NET?

I have a small collection of puzzles ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
402 views
0 votes
1 answer

Write from R into template in excel while preserving formatting

you have the XLConnect package. Read the documentation or the vignette of that ...READ MORE

Nov 10, 2022 in Others by narikkadan
• 63,600 points
1,848 views
0 votes
0 answers

Bus Seating Arrangement same as in RedBus, Android

I'm attempting to develop a bus seat ...READ MORE

Nov 23, 2022 in Android by Edureka
• 13,630 points
1,297 views
0 votes
0 answers

JavaScript: undefined !== undefined?

When I first tried to access Facebook API operations after integrating Facebook Connect with Tersus, I received the error messages Invalid Enumeration Value and Handler already exists. It was discovered that the source of the problem was object.x === undefined When there is no property 'x' in 'object,' returns false. I solved the problem by substituting normal equality for rigorous equality in two Facebook functions: FB.Sys.isUndefined = function(o) { return ...READ MORE

Dec 9, 2022 in Java by Nicholas
• 7,760 points
544 views
0 votes
0 answers

iOS External accessories framework to connect iPod using bluetooth

I am using EADemo from apple https://developer.apple.com/library/content/samplecode/EADemo/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010079-Intro-DontLinkElementID_2 This is ...READ MORE

Nov 30, 2022 in Mobile Development by gaurav
• 23,260 points
669 views
0 votes
1 answer

Android: how to write a file to internal storage

Android offers openFileInput and openFileOutput from the ...READ MORE

Nov 4, 2022 in Others by gaurav
• 23,260 points
2,092 views
0 votes
0 answers

what is devops lifecycle?

I have read a blog and got ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 28 views
0 votes
0 answers

what is devops automation?

Hi, I have just started in the ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 25 views
0 votes
0 answers

How to get a particular date format ('dd-MMM-yyyy') in SELECT query SQL Server 2008 R2

To modify the format of a date ...READ MORE

Sep 4, 2022 in Database by Kithuzzz
• 38,000 points
4,703 views
0 votes
0 answers

Distribute the nodes of an Elasticache cluster across different AZs?

The Elasticache cluster contains 10 shards, as ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
376 views
0 votes
0 answers

Is there a jQuery unfocus method?

How can I unfocus a textarea or ...READ MORE

Aug 8, 2022 in Web Development by gaurav
• 23,260 points
808 views
0 votes
0 answers

How do I land a DevOps job without experience?

How do I land a DevOps job ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 18 views
0 votes
1 answer

Extract Uppercase Words on Excel

Try the following User Defined Function: Public Function ...READ MORE

Nov 14, 2022 in Others by narikkadan
• 63,600 points
1,649 views
0 votes
0 answers

Spring-boot redirects differently when hitting localhost vs host ip?

I have an AWS Application Load Balancer ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 29 views
0 votes
0 answers

Amazon web services: Where to start

I just graduated, therefore I wanted to ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 26 views
0 votes
0 answers

What are the best practises to prepare for AWS Certified Solutions Architect - Associate 2017 pattern?

I've been discussing all of Amazon Web ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 26 views
0 votes
0 answers

Using docker for aws command line utility

This command works as expected: # docker run ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 25 views
0 votes
0 answers

How to setup CRON job to run every 10 seconds in Linux?

I need to run a CRON job every 10 ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
5,630 views
0 votes
1 answer

How to get sum of all matches of HLOOKUP in Excel?

Consider: =SUMPRODUCT((A1:E1="apple")*(A2:E2)) To include more ...READ MORE

Oct 16, 2022 in Others by narikkadan
• 63,600 points
2,894 views
0 votes
0 answers

How to connect to Oracle server created by Aws Oracle RDS?

Both an admin user and an AWS ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 24 views
0 votes
1 answer

How to programmatically code an 'undo' function in Excel-Vba?

Add the command button to the worksheet ...READ MORE

Nov 25, 2022 in Others by narikkadan
• 63,600 points
1,158 views
0 votes
1 answer

Check if input is number or letter javascript

The isNaN function can be used to ...READ MORE

Nov 15, 2022 in Java by Damonlang
• 1,230 points
1,585 views
0 votes
0 answers

Questions every good .NET developer should be able to answer?

Developers for.NET will soon be hired by ...READ MORE

Dec 9, 2022 in C# by Edureka
• 13,630 points
468 views
0 votes
1 answer

How can I record a conversation / phone call on iOS?

For incoming calls, you can go to Settings ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
593 views
0 votes
0 answers

i am having an error called identifier not found or not unique.

i have called a function for owner ...READ MORE

Dec 19, 2022 in Blockchain by virat

edited Mar 4 141 views
0 votes
1 answer

How to get second-highest salary employees in a table

SELECT MAX(SALARY) FROM Employee WHERE SALARY < ...READ MORE

Nov 7, 2022 in Others by gaurav
• 23,260 points
1,967 views
0 votes
0 answers

Have I correctly calculated the address of the next network for the IP address

There is an IP address 10.13.112.17 /16with the ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
331 views
0 votes
1 answer

DB2 SQL error sqlcode=-104 sqlstate=42601

You missed the from clause: SELECT * from TCCAWZTXD.TCC_COIL_DEMODATA WHERE ...READ MORE

Sep 12, 2022 in Database by narikkadan
• 63,600 points
4,368 views
0 votes
0 answers

Visualize the full chess board from the library python-chess on line command

I am working a chess game based ...READ MORE

Nov 22, 2022 in Python by sarit
• 1,830 points
1,296 views
0 votes
0 answers

Check if a value is an object in JavaScript

How do you check if a value ...READ MORE

Dec 7, 2022 in Java by Nicholas
• 7,760 points
529 views
0 votes
1 answer

Spire When Pdf-ing an excel file it leaves some formulas as System.Object[][]

Since you tested the Excel file and ...READ MORE

Nov 25, 2022 in Others by narikkadan
• 63,600 points
1,136 views
0 votes
1 answer

Word Mail Merge with Excel data has to be saved in different files with custom names

Try this: Public Sub Mail_Merge() On Error GoTo ErrH Dim ...READ MORE

Nov 6, 2022 in Others by narikkadan
• 63,600 points
1,953 views
–1 vote
0 answers

Android Open and Save files to/from Google Drive SDK

I've been poring at Google documents for ...READ MORE

Dec 10, 2022 in Android by sarit
• 1,830 points
540 views
0 votes
1 answer

What's the strangest corner case you've seen in C# or .NET?

This took some debugging to track down! ...READ MORE

Dec 12, 2022 in Android by Edureka
• 12,690 points

edited Mar 5 436 views
0 votes
1 answer

Android in-app billing - How to handle refunds ?

Simply disregard the library's purchase to overcome ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
1,746 views
0 votes
0 answers

No mapping found for HTTP request with URI[....] in DispatherServlet"

Fail in loading css file in Maven ...READ MORE

Dec 20, 2022 in Java by anonymous

edited Mar 4 49 views
0 votes
1 answer

c#, Microsoft Interop Excel , change font style for s selected range

Change your code to this: worksheet.get_Range("B3", "B4").Cells.Font.Name = ...READ MORE

Oct 31, 2022 in Others by narikkadan
• 63,600 points
2,200 views
0 votes
0 answers

Unable to access the jenkins in browser

I have installed jenkins in a linux ...READ MORE

Dec 20, 2022 in Others by Edureka

edited Mar 4 46 views
0 votes
3 answers

Best way to convert string to bytes in Python?

We can use the built-in Bytes class in Python ...READ MORE

Dec 28, 2020 in Python by David Samon
31,110 views
0 votes
1 answer

Android backgroud image slow the app

You're mainly noticing the latency because you ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
1,734 views