Some software design questions and easy coding challenges.
Software Developer Intern Interview Questions
2,873 software developer intern interview questions shared by candidates
1:1 round 2: Given a string find all the palindromes in the string.
1:1 round 3: This was the toughest for me . Given a database of string . And a record of words and replacement pairs , such that if a given word occured in the string it had to be replaced by the replacement pair provided in the record.
they asked me what my weaknesses and strengths are.
Why do you want to work here?
1 Introduce yourself 2 what are you work ethics 3 strength and weaknesses
Was asked to write a program to print 3 for all numbers less than 100 divisible by 3, 5 for all numbers less than 100 divisible by 5 and 3 and 5 for all numbers less than 100 divisible by both 3 and 5.
Find whether a string is a palindrome.
The question asked to me was among all the possible substrings that can be generated by a string, find the kth lexicographically smallest string. Here string and k were given as input.
What is your experience with regex and c#?
Viewing 121 - 130 interview questions