Pergunta de entrevista da empresa Smartprix

First round is aptitude +logical + data interpretation +some basic output questions on java and c++. After first round second round is online coding test consists of 2 question time 3 hours.

Respostas da entrevista

Sigiloso

15 de out. de 2017

reply

3

Sigiloso

14 de ago. de 2017

5 primitive string functions were given as print, tolower, toupper, reverse, append_a that do the same as their names suggest. Syntax was given for defining user defined function that can use any of those in any order and each function is passed a string argument and returns modified string Ex- Input: define str toupper str append_a toupper str end print “hello” toupper “hello” append toupper hello Output: You had to print string after each line of code

21