Sort an array of strings
Engineer Developer Interview Questions
467,545 engineer developer interview questions shared by candidates
1. Different cloud delivery models 2. RPC vs RESTful API services 3. Docker concepts 4. Web architecture model 5. MVC vs MVVM
write a command-line program to evaluate a set of equations. Like: a=b+4 b=c+d d=4 c=3+2
Write a programs to find out sum of digits
2nd Round – Technical (Written): • 10 SQL questions, mainly on joins and foreign keys. • Programming Logic Questions. o From the given string find the first repeated character. o Find the sum of digits in a number. (Eg. 24 -> 2+4=6) o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be 1 2 3 4 5 6 7 8 9 10 o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be * * * * * * * * * *
in coding round they ask some complicated question like,. Reverse a string that reverse their character but do not change their position e.g- HELLO WORLD - OLLEH DLROW
Given a string and a char, write a function that returns the string without the char in it.
There is a wall on your back side. Can you break it without any help or hammer?
how to print a singly linked list backwards
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
Viewing 1541 - 1550 interview questions