Write a program in pseudo-code that displays a 12x12 times table.
Software Engineer Developer Interview Questions
3,291 software engineer developer interview questions shared by candidates
Difference between TRUNCATE and DELETE in SQL
Describe the four types of access modifiers in java
Some software design questions and easy coding challenges.
You are given a string s. Your task is to put characters of that string in a m*n matrix such that minimum memory is wasted. m and n can't be 1.
1. OOps concepts with examples. 2. Write a java program to find the first duplicate in an array. 3. Write a java program to print the occurrences of each character. 4. Explain the approach to print middle element in a linked list. 5. Given a string str = "hfjsk6485lop", sort the string and print the characters first and print digits last. 6. Find a missing a element in an array. 7. Collection framework hierarchy. 8. Difference between abstract class and interface. 9. What is association and aggregation . 10. some code snippets to answer. 11. Internal working of a hash map, what is the case if two elements hash code is same. 12. What are the challenges that you faced in your projects how you have handled them. 13. Difference between string, stringBuffer, String builder. 14. Difference between final, finally, finalize. 15. Difference between Exception and Error. 16. Can you throw custom exception with Error Object. 17. Exception handling hierarchy.
Java 8 features?
What was the most difficult part of application development according to you?
Write a procedure in C that reverses the letters of a null-terminated string. Then write another procedure in C that reverses the words of a null-terminated sentence.
Maximum value contigous sub sequence. need to give all test cases
Viewing 121 - 130 interview questions