Write a program in Java to assess a given string whether it complies with following patterns. Return true if a given string complies with these patterns else false. N = N1 + N2 N>= N1 >= N2 where N is the Nth element in the string or element at Nth position; N1 is the (N-1) element in the string & N2 is the (N-2) element in the string. Example 1: 224610 Elements in this string are 2, 2, 4, 6, 10. First Set: 2+2=4 (N2=2; N1=2 & N= 4); Second Set: 2+4=6 (N2=2; N1=4 & N=6); Third Set: 4+6=10 (N2=4; N1=6 & N= 10) Example 2: 1112233558 Elements in this string are 1, 11, 12, 23, 35, 58 Example 3: 1101102203 Elements in this string are 1, 101, 102, 203
Sr Software Developer Interview Questions
71,561 sr software developer interview questions shared by candidates
What do you understand about micro-services ?
How to find a number is even or odd without using / or % sign
Won't get into specifics more on the coding scenario as it looks like they give the same to everybody, but it's basic and you can write code in any language you want to answer.
The HR guy insisted on doing a 45-minute presentation, which I wasn't interested in (I had already done plenty of tech tests/screens by then)
C variables storage types and initialisation
Strait forward interview questions. Very fair and not overly difficult. Also have a take home section.
We have VMs of sizes 6, 9, 20. How do we determine whether we can provide VM's clients requirement. Ex 35 (20+9+6) or 18(6+6+6 or 9+9)
This is more of a pre-interview project. Without divulging too much, for fear of running afoul of the NDA I signed... I was given a take-home project involving lots of concurrency. Production-quality code is expected. It took me about five hours to complete, spread across two weeks (I have a day job).
Find intersection of two arrays
Viewing 321 - 330 interview questions