9 marbles riddle
Software Development Internship Interview Questions
205 software development internship interview questions shared by candidates
Given three strings s1, s2 and s3. Write a function that checks whether s3 is an interleaving of s1 and s2. s3 is said to be interleaving s1 and s2, if it contains all and only characters of s1 and s2 and order of all characters in individual strings is preserved. Input: s1 = “AB”, s2 = “C”, s3 = “ACB”, Output: true s3 has all characters of s1 and s2 and retains order of characters of s1. Input: s1 = “XXY”, s2 = “XXZ”, s3 = “XXXXZY”, Output: true The string BBAZXY has all characters of the other two strings and in the same order. Input: s1 = “YX”, s2 = “X”, s3 = “XXY” Output: false XXY is not interleaved of YX and X. The strings that can be formed are YXX and XYX
Basic interview questions as well as more specific questions about knowledge in excel
About yourself and your last experience related to position.
1. Given 2 strings, find if the 2nd string can be formed using the 1st string by applying at most one conversion at a time. In a conversion, you have to convert all occurrences of one Latin alphabet to another.
Why did you choose Vodacom
Questions about my experience and persona with regard to the Leadership Principles.
Asked a question regarding DFS
How would you explain exception handling to a non-technical person?
After a short introduction, I was asked questions from the database, computer networking, distributed system...
Viewing 91 - 100 interview questions