It was and on campus drive with Easy to Moderate level questions about arrays, strings, data structures, object oriented programming, sql, database management system etc. Asked about myself and family background.
I applied through college or university. The process took 1 week. I interviewed at TSS Consultancy (Mumbai) in Aug 2023
Interview
1st aptitude test :
5 coding questions and general maths aptitude questions
2nd technical round :
OPPS concept, DSA concept, time and space complexity, coding question on string such as reverse string keeping punctuation at its place.
Interview questions [1]
Question 1
You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to sell that stock. Return the maximum profit you can achieve from this transaction. If you cannot achieve any profit, return 0.
I applied through college or university. The process took 2 days. I interviewed at TSS Consultancy (Rājkot, Gujarat) in Jul 2024
Interview
Technical Round: Evaluates your knowledge in OOP principles, SQL queries, and Java programming through practical questions and problem-solving exercises to assess your technical proficiency.
CTO Round: Focuses on Data Structures and Algorithms (DSA), testing your ability to solve complex problems and optimize code efficiency through advanced technical and logical questions.
Interview questions [1]
Question 1
1. Introduction
2. What is Abstraction and why
3. What is Interface and why
4. Dynamic method dispatch
5. How we achieve loosely coupled
6. Can we create an object of abstract class
7. What is Inheritance
8. Different between c and Java
9. Different between stack and queue