i
PowerSchool India
Filter interviews by
I went for interview in 2019 as fresher , First round was CCAT , Where you will have to solve 30 questions in 15 minutes
Since there were too many people , Group discussion on various topics were held to filter more candidates
Aptitude test was for an hour
Coding test was through a website and it was kinda basic
I applied via Campus Placement
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs is based on the four main principles: Encapsulation, Inheritance, Polymorphism, and Abstraction.
Encapsulation is the process of hiding the implementation details from the user.
Inheritance is the process of creating new classes from existing classes.
Polymorphism is the ability of an object to take on many forms...
The main purposes of OOP are encapsulation, inheritance, and polymorphism.
Encapsulation helps to hide the complexity of the code and protect data from outside access.
Inheritance allows for the creation of new classes based on existing ones, reducing code duplication.
Polymorphism enables objects to take on multiple forms and behave differently depending on the context.
OOP promotes code reusability, modularity, and maint...
Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.
Abstraction: Hiding implementation details and showing only necessary information.
Encapsulation: Binding data and functions together to protect data from outside interference.
Inheritance: Creating new classes from existing ones, inheriting properties and methods.
Polymorphism: Ability of objects to take on multiple forms or behaviors.
Yes, I can implement those in code.
I have experience in coding and implementing various algorithms and data structures.
I am proficient in programming languages such as Java, Python, and C++.
I can provide examples of my previous coding projects upon request.
Memory allocation is the process of assigning memory to programs during runtime.
Memory allocation is done dynamically during runtime
It involves allocating and deallocating memory as needed
Common methods include malloc(), calloc(), and realloc()
Memory leaks can occur if memory is not properly deallocated
Memory allocation is important for efficient program execution
Garbage collector is a program that automatically frees up memory occupied by objects that are no longer in use.
Garbage collector is used to prevent memory leaks and improve memory management.
It automatically identifies and frees up memory occupied by objects that are no longer in use.
Garbage collector is used in programming languages like Java, C#, and Python.
It helps to reduce the burden of manual memory management o...
posted on 4 Feb 2024
I applied via Campus Placement
1 hours aptitude test
Questions on arrays and string
I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.
Via placement got this oppurtunity asked base questions
Coding test on java for factorial all ways
Database qstns
I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.
First round was coding test in online platform with 5 questions
Setting up a server in Express JS involves creating an instance of the Express application and defining routes.
Create an instance of the Express application using the 'express' module
Define routes using the 'app.get', 'app.post', etc. methods
Listen for incoming requests using the 'app.listen' method
Configure middleware using the 'app.use' method
Handle errors using the 'app.use' method with an error handling middleware
Explaining join table query and providing an example of joining 2 tables.
Join table query is used to combine data from two or more tables based on a related column between them.
Types of join include inner join, left join, right join, and full outer join.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.
Easy leetcode code 2 questions , HTML5 css javascript simple screen design
posted on 27 Jul 2021
I appeared for an interview in Feb 2021.
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
It was an coding round
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.
Iterate through the buildings and create a list of critical points (x, y) where the height changes.
Sort the critical points based on x-coordinate and process them to form the skyline.
Merge consecutive horizontal segments of equal height into one to ensure no duplicates.
Return the fin...
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Find all possible paths for a rat in a maze from source to destination.
Use backtracking to explore all possible paths in the maze.
Keep track of visited cells to avoid revisiting them.
Recursively try moving in all directions (up, down, left, right) until reaching the destination.
Return a list of strings representing valid paths sorted in alphabetical order.
Round duration - 30 Minutes
Round difficulty - Easy
It was an HR round with some general questions. it was just for formality.
Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies
Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy
based on 2 interviews
Interview experience
based on 6 reviews
Rating in categories
Senior Software Engineer
136
salaries
| ₹10.2 L/yr - ₹32 L/yr |
Software Engineer
103
salaries
| ₹5.5 L/yr - ₹21.8 L/yr |
Technical Support Engineer
91
salaries
| ₹4.2 L/yr - ₹10 L/yr |
Software Engineer2
54
salaries
| ₹13 L/yr - ₹23 L/yr |
Product Manager
49
salaries
| ₹19 L/yr - ₹40 L/yr |
BYJU'S
Whitehat jr
Unacademy
Extramarks Education