Ho presentato la mia candidatura online. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso Devsinc nel mese di nov 2024
Colloquio
Get call for interview within 3 days. Onsite was of 1 hour but it lasted for 2 hours, interview was taken by 2 person, 1 senior software engineer and other associate software engineer, one was of PHP and Laravel abd other works on javascript frontend
Domande di colloquio [3]
Domanda 1
OOP:
1.Rate yourself in opp
2.what are private variables?, how to access private variable outside of class
3.diamond problem, real world example, how to solve it
4.oop piller with real world example
5.how we do abstraction
6.what is a constructor and what is called when object is use and no 7.need of it how to destroy it, (deconsturctor)
8.Abstract classes and interfaces.
9.Design patterns (e.g., Singleton, Factory).
10.What is Brute Force Approach?
DSA:
1.heap
2.stack
3.queue
4.can we convert stack or queue into array
5.convert stack or queue into array
5.what alogos(dijastra)
6.Traversal algorithms (DFS, BFS).
7.array, stack, queue which fast and which we use when
sorting (bubble)
DB:
1.what is orm
2.writing qury in orm fast or direct raw qury on db
3.how to break mvc/mvt artictecture (write qury on frontend)
4.what are store procedures
5.what are transaction
6.what rollback does
7.what is join
8.what are views
9.what are normalization, how many normal forms
10.write qury to find second hihest salaray
11.write to store picture of students, we have two tables students and picture only store pictures of students from picture table.
12.Aggregate functions
13.Indexing and its impact on performance
14.what is delete and truncate do
15.different keys
16.what is a deadlock, its types and how to handle deadlocks