Intuitive.ai OA Experience (Data + AI Engineer, 9 LPA)(Freshers)
Summary
This post details my Online Assessment experience for a Data + AI Engineer role at Intuitive.ai as a fresher. The assessment included sections on CS Fundamentals, Aptitude, DSA Coding with LeetCode-level problems like Valid Palindrome (insertions allowed), and Scenario Coding with a Number of Islands variant.
Full Experience
Intuitive.ai OA Experience (Data + AI Engineer, 9 LPA)
Sections (4 total):
- CS Fundamentals (15 Q, 20 min)
- Networking, DBMS, OS, OOPs + some Python output
- Easy–Medium, some scenario-based
- Aptitude (10 Q, 10 min)
- Very time-pressured (~1 min/Q)
- Long questions → speed matters (attempt what you can)
- DSA Coding
- Easy–Medium LeetCode level
- Example: Valid Palindrome (insertions allowed)
- Topics: Array, String, Stack, HashMap/Set, Queue, Deque
- Scenario Coding
- Medium level
- Grid-based (DFS/BFS)
- Example: Number of Islands variant
Overall: Medium difficulty for 9 LPA
Important: Camera + mic proctoring
Interview Questions (2)
Valid Palindrome (Insertions Allowed)
The problem was a variant of Valid Palindrome, where insertions were allowed. This was part of the DSA Coding section, which involved Easy–Medium LeetCode level problems and covered topics like Array, String, Stack, HashMap/Set, Queue, Deque.
Number of Islands Variant (Grid-based)
A variant of the Number of Islands problem, which was grid-based and could be solved using DFS/BFS. This problem was categorized as medium difficulty within the Scenario Coding section.