I applied through college or university. The process took 1 day. I interviewed at Aethereus (Phagwāra) in Aug 2024
Interview
The interview lasted only 30 minutes. They asked me basic questions on OOPs, React hooks, and DSA topics. The interview process was straightforward, focusing on how well candidates can respond under pressure.
Interview questions [1]
Question 1
Personal :
1 ) Introduce yourself
2 ) Describe your projects
Technical :
1 ) Basic pillars of OOPs
2 ) Explain Inheritance, Encapsulation, Abstraction. ( Concept of OOP)
3 ) What are classes and objects ? ( Concept of OOP )
4 ) Explain abstract classess and their benefits. ( OOP )
5 ) Explain ACID properties in terms of transactions ( Concept of DBMS )
6 ) Explain Event capturing and Event bubbling ( Concept of JavaScript)
7 ) What is the difference between "==" and "===" in JavaScript ( Concept of strict equality and loose equality in Javascript)
8 )Explain arrays and stacks and the respective difference in their functioning in different programming languages.
9 ) Write a query to display the name, roll_no, highest marks of 5 students ( SQL Question )
10 ) Can we use aggregate functions with WHERE clause in SQL ( concept of SQL )
11 ) Write pseudo code to find whether a number is palindrome or not ( Coding question )
I applied through college or university. The process took 3 weeks. I interviewed at Aethereus (Vijayawāda) in Dec 2024
Interview
It consisted of 2 rounds 1st coding round and then technical interview . Interview was easy 30 mins of compact technical interview , consisting of 2 Coding Questions , SQL Question, OS related questions etc.
Interview questions [7]
Question 1
Code a pattern related question in any language of your preference
I applied through college or university. The process took 1 week. I interviewed at Aethereus (Guntūr) in Dec 2024
Interview
Starts with an introduction and they asked me about my family background. And then asked a Simple sql query along with two sum leetcode problem. Asked Merge sort approach and Frequency of an element problem.
Interview questions [1]
Question 1
1) Simple sql query using joins
2) Merge sort approach
3) Frequency of an element problem
4) two sum leetcode problem