1) Palindrome in String and number 2) Substring palindrome Eg: abcDADxyz is a palindrome,abcDACxyz is not a palindrome 3) print True when String Contains integer otherwise print False 4) print the given number is a binary number or not and print true if it is binary 5) pattern program * ** *** **** ***** 6) delete the duplicate element in a={1,3,5,6,3} answer {1,3,5,6} 7)delete the duplicate char in the given string Eg: "this is String" Output will be: t r n g 8)Strong number 9)Amstrong number 10) fibonic series using recursion 11) print the given first and last string of substring input: I was string output for was: 3,5 12) print the given number without Arthimatic input: 12345 output: 1020304050 13) print the given number input: 12345 output:54321( without using default function) 14) input : decimal10.25 ; output: binary10,25
Developer It Applications Interview Questions
718,768 developer it applications interview questions shared by candidates
Usual interview questions and multiple unprofessional questions
Write a HTML responsive page.
wap input is a3b5c2 and o/p is aaabbbbbcc
Finding the length of the longest substring containing unique characters
Q. If there are temporary tables with same name in different databases, can those be accessed in same query window?
Merge 2 sorted lists
Programs like remove the duplicate numbers in sorted array by scanning the array only once, means {1,1,2,3,6,8,8,8,8}-->{1,2,3,6,8}, producer and consumer problem, and finding the sum of diagonal elemts in array of any size, etc
Difference between Encapsulation and Abstraction. Examples of OOPS concepts. Java Interfaces, access modifiers. Classes Objects. Keys in DBMS Difference between DROP, DELETE and TRUNCATE One question from coding round(which I could not solve). I was given 15 minutes to solve but I was unable to solve. Interviewers were helpful and Company is good.
Test was not that much hard as i was expecting here are some of questions i managed to remember: null pointer exception occurs because of? multiple written codes question for operators logic used in c? CAD, CASE,? Array is contiguous series of sames element? a pointer refer to? part of sector in magnet disk. can a function return more than one value? defult return type of a function is what if not defined a return type? val1 = 2, val2 = 5, val1 > val5? what would be return type. 1, 0, true, false? is a example of heiraricale data structure? tree, linked list, array which of the following is not used in java? char, string, float int, float, double, long all these type can automaticaly promoted to? long, double, float, int, sting after installing sql default database created are? master, model, schema or both a& b datastructers is a property of many forms? polymorphism, inheritence, abtraction, data hiding when you explicitly change data type it is called? overloading, cast, overriding requirement team are supposed to be the? the first users of new system, laison of their department, managing of social entities are under? management, hr maintainance cause in more work than the orignal requirements? primitive, perfective, can we use select and update together? yes if you are using nested query, yes without nested query, no what keyword is used to check what changes have been made in a table? how many primary key constraints can be in one table? int[x] = x[3] cout >> x[3] " variable that does not changes is called? static or const Code logic can also be represented as? pseudocode, structured process english, both a&b, none of these code logic is represented by both strudtured english and pseudocode? true false
Viewing 2151 - 2160 interview questions