Reverse a string of words, such that the last word would come to be the first, the previous to last the second, etc. all the way till the first, which becomes the last. for example "abc def ghi" should become "ghi def abc"
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,317 software developer interview questions shared by candidates
To find the winner of Election program
What did you do for your Final year project?
They asked me to submit my original documents that they will keep.
Write an algo for otal horse moves in chess
Questions were asked on linked lists,operating systemsand networking in round 1.
what is interface.
1.given -first name & last name you should calculate the occurrence of char in first name with the last name & prefix the number of occurrence in first name if you find the char in first-name first time else just print the char. 2.given two string line you have to check how many consecutive word are present in first line which is directly match with second string sub-string & print as per following rule a->if matching word is less than 2 you should return-0 as output b->else you have to print the first consecutive substring of first string which is match with second string. eg- abc def h i j k def h j k output should be- def h //not def h j k 3->(last round question)- int count (string str, char ch,int i,int j) is function which should return total number of occurrence of ch in substring of str where i & j are start & end index & if anything exception occurred return -1;
Tell me about your self
Here i'll tell more about coding round at office. They given two coding out of which you need to solve one to qualify and proceed for the technical round. Q1: find the number elements in between l,r (inclusive) which can make a form of 3 power x *5 power of y. Q2. Some two dimensional matrix problem.
Viewing 2431 - 2440 interview questions