The Interview was a brief 30 minute Online interview for the role of Analyst. The INterviewer first started with a simple Programming question on how you would detect a word in a string. I solved it in Python first using inbulit commands like "in" and next with more time optimised methods like using a hashmap. Next, the interviewer asked me about my Resume Projects, the scope of the projects, whether I've used AI in them or not. This was followed by questions about AI, Prompt enginnering, Deep learning, difference between ML and Deep Learning, Common DL models and how they can be used. The interviewer also asked Database and SQL questions including asking me to write a query to extract data from a table from a particular timeframe and also on DBMS concepts like Normalcy.