First had a interview call with HR about the job role (More focused on MODBUS and programming language) . Later they sent a programming text(either C,C++,JAVA,go,python) of 1 hr for 3 questions. I coudnt pass the programing test. The three question in programing were,
1.to print the string in reverse order, condition applies, without using reverse command
2. given integer 1775(11011101111) and can flip exactly one of its bits from zero to one, and return the length of the longest sequence of 1 bit you can create eg(output: 8)
3.At the given array, return an array with same elements but removing the duplicates