i
Pepcoding
Filter interviews by
I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.
To invert a binary tree, swap the left and right children of each node recursively.
Start from the root node
Swap the left and right children of the current node
Recursively invert the left subtree
Recursively invert the right subtree
Repeat until all nodes are inverted
Finding the middle element of a LinkedList
Traverse the LinkedList using two pointers, one moving one step at a time and the other moving two steps at a time
When the faster pointer reaches the end of the list, the slower pointer will be at the middle element
If the LinkedList has an even number of elements, there are two middle elements
I applied via Company Website and was interviewed before Sep 2021. There was 1 interview round.
Finding the longest increasing sequence using recursion.
Define a recursive function that takes an array and the current index as parameters.
If the current index is the last index of the array, return 1.
If the current element is greater than the next element, return 1.
If the current element is less than or equal to the next element, recursively call the function with the next index and add 1 to the result.
Compare the re...
The longest increasing sum is the maximum sum of a subsequence of consecutive increasing numbers in an array.
Iterate through the array and keep track of the current sum and the maximum sum seen so far.
If the current element is greater than the previous element, add it to the current sum.
If the current sum is greater than the maximum sum, update the maximum sum.
Return the maximum sum.
Example: For the array [1, 2, 3, 2, ...
Top trending discussions
posted on 11 Apr 2024
I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.
A good teacher possesses knowledge, passion, patience, and the ability to inspire and motivate students.
Possesses deep knowledge in the subject matter being taught
Shows passion for teaching and helping students learn
Demonstrates patience and understanding towards students' learning pace
Has the ability to inspire and motivate students to reach their full potential
By providing personalized support, engaging teaching methods, and fostering a positive learning environment.
Offer personalized support to cater to individual learning needs
Use engaging teaching methods such as hands-on activities and group projects
Foster a positive learning environment by encouraging collaboration and positive reinforcement
posted on 17 Apr 2024
I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.
posted on 14 Jul 2024
I applied via Newspaper Ad and was interviewed before Jul 2023. There were 3 interview rounds.
I have a Master's degree in Education from XYZ University.
Master's degree in Education
Obtained from XYZ University
Specialized in [specific area, if applicable]
I am currently earning $60,000 per year.
My last salary was $60,000 per year
I am currently earning $5,000 per month
I received a raise to $65,000 last year
Subjective question and skilled based
I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.
Effective classroom management strategies can help to reduce noise levels and create a positive learning environment.
Establish clear expectations and consequences for noise levels
Use positive reinforcement to encourage quiet behavior
Engage students in interactive and engaging activities to keep them focused
Use noise-cancelling headphones or white noise machines to reduce distractions
Address disruptive behavior promptly
I will handle mischievous children with patience, understanding, and positive reinforcement.
I will try to understand the reason behind their misbehavior
I will redirect their attention to something positive
I will use positive reinforcement to encourage good behavior
I will set clear boundaries and consequences for misbehavior
I will communicate with the child's parents to ensure consistency in discipline
posted on 11 Apr 2024
I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.
A good teacher possesses knowledge, passion, patience, and the ability to inspire and motivate students.
Possesses deep knowledge in the subject matter being taught
Shows passion for teaching and helping students learn
Demonstrates patience and understanding towards students' learning pace
Has the ability to inspire and motivate students to reach their full potential
By providing personalized support, engaging teaching methods, and fostering a positive learning environment.
Offer personalized support to cater to individual learning needs
Use engaging teaching methods such as hands-on activities and group projects
Foster a positive learning environment by encouraging collaboration and positive reinforcement
posted on 17 Sep 2023
I applied via Approached by Company
based on 8 reviews
Rating in categories
Product Engineer
14
salaries
| ₹4 L/yr - ₹9 L/yr |
Teaching Assistant
10
salaries
| ₹1 L/yr - ₹6 L/yr |
Software Developer
10
salaries
| ₹1.8 L/yr - ₹7.5 L/yr |
Business Development Executive
8
salaries
| ₹2.2 L/yr - ₹4.3 L/yr |
Front end Developer
7
salaries
| ₹1 L/yr - ₹9 L/yr |
Coding Ninjas
GeeksForGeeks
upGrad
Simplilearn