Find total number of occurence's of each number in a given array
Software Developer Interviews
Software Developer Interview Questions
Software development is an in-demand career path, and it's also a job that can provide opportunities for high earnings and professional fulfillment. When interviewing for software developer positions, you'll likely face questions about your hard and soft skills and how you manage projects efficiently.
Top Software Developer Interview Questions & How to Answer
Question #1: What type of software development do you currently do?
Question #2: Describe a development issue you faced and how you solved it.
Question #3: How do you handle the QA process?
96,181 software developer interview questions shared by candidates
If you have an unsorted array of 1,000,000 elements, how would you sort this array?
Write a program to print all even numbers one below the other followed by odd numbers between 1 to 100 using only one 'for' loop. Output should look like this: 2 4 6 ...... 98 1 3 5 ...... 99 Is it possible to write a program for above output given the condition stated above
in an array with 10, 22, 13 . output 10, 32, 45,
2.1. Print number from 1 to 100 without using loop.
Should abstract class compulsorily posses abstract method?
Replace the number of T's in the word OpenText with the count of that letter ?
Given an array and a target number, T, print out all the pairs in the array that add up to T without printing duplicates. Duplicate: (5,6)=(6,5)
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
Write Hello World in C#.
Viewing 361 - 370 interview questions