I was asked questions on python internals e.g decorators , threading, Global and Local variables, deep copy and shallow copy, multithreading, Lists, Dictionary, pickle, Generators, etc.
I was also given two LLM generated codes and asked to decide which response was better.
Interview questions [1]
Question 1
An object-oriented coding session. Was asked to design a problem using OOP.
The process took 4 weeks. I interviewed at Turing (Rom) in Jan 2024
Interview
Il colloquio è stato nella forma conoscitivo + tecnico in una sola seduta. In particolare per il colloquio tecnico mi è stato chiesto di risolvere alcuni esercizi in un linguaggio di programmazione a mia scelta.
I applied online. The process took 1 day. I interviewed at Turing in Oct 2024
Interview
There were 2 rounds. Round 1 consists of 18 Quiz Questions related to Graph[Line Graph, Bar Graph], pattern, mirror images and Read the passage type questions. Round 2 consists of 1 Business Writing Assessment which requires to analyze the responses from 2 models.
Interview questions [1]
Question 1
P = (6^2n - 35n - 1) for n in range(1, 100)
Q = 35(n-1) for n in range(1, 100)
Does P and Q meet?