Pregunta de entrevista de Miles Software

Round 3: 1. Given following problem and asked to write pseudo code, Print repeated characters in a given string. For eg string is Grammer then output should be r & m as only these characters are repeated. 2. Where can you find the indexes of tables in sql query. Provided overview of working in miles and working culture, it was pure discussion after I solved above problem

Respuesta de la entrevista

Anónimo

1 ene 2019

1. This can be done in O(n), simply use loop and hashing 2. In query analyzer window.

2