Faster and better experience!
Filter interviews by
I applied via Walk-in and was interviewed in Jul 2022. There were 2 interview rounds.
Teach with clear explanations, real-life examples, and interactive activities.
Break down complex concepts into smaller, manageable parts.
Use real-life examples to make the subject relatable and interesting.
Incorporate interactive activities to engage students and reinforce learning.
Provide ample opportunities for practice and feedback.
Encourage questions and discussions to deepen understanding.
A combination of visual aids, hands-on activities, and interactive discussions is helpful for children to learn a subject.
Incorporate visual aids such as diagrams, charts, and videos to help children understand complex concepts.
Provide hands-on activities such as experiments and projects to help children apply what they have learned.
Encourage interactive discussions and group work to help children learn from each other...
Top trending discussions
I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 120 Minutes
Round difficulty - Medium
Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja dec...
The task is to encode and decode 'SECRET_INFORMATION' for security purposes and determine if the transmission was successful.
Read the number of test cases 'T'
For each test case, encode the 'SECRET_INFORMATION' and then decode it
Compare the decoded string with the original 'SECRET_INFORMATION'
Print 'Transmission successful' if they match, else print 'Transmission failed'
Round duration - 60 Minutes
Round difficulty - Medium
Given an array Arr
consisting of N integers, your task is to find the equilibrium index of the array.
An index is considered as an equilibrium index if the sum of elem...
Find the equilibrium index of an array where sum of elements on left equals sum on right.
Iterate through the array and calculate prefix sum and suffix sum at each index.
Compare prefix sum and suffix sum to find equilibrium index.
Return the left-most equilibrium index or -1 if none found.
Round duration - 50 Minutes
Round difficulty - Easy
Tip 1 : Focus more on SQL
Tip 2 : Keep up with ongoing projects in the company
Tip 1 : Be honest about what you add.
Tip 2 : Don't forget to mention extra curriculars.
I appeared for an interview in Aug 2017.
Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Merge overlapping time intervals into mutually exclusive intervals.
Sort the intervals based on their start time.
Iterate through the intervals and merge overlapping intervals.
Output the mutually exclusive intervals.
Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]
An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.
AVL tree is a binary search tree with additional balance factor for each node.
The balance factor is the difference between the heights of the left and right subtrees.
Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.
Rotations are performed ...
Find the minimum number of squares whose sum equals to a given number n.
Use dynamic programming to solve the problem efficiently.
Start with finding the square root of n and check if it is a perfect square.
If not, then try to find the minimum number of squares required for the remaining number.
Repeat the process until the remaining number becomes 0.
Return the minimum number of squares required for the given number n.
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
I joined IBM as a fresh graduate and faced challenges adapting to the corporate environment.
Transitioning from a student to a professional was difficult
Learning to navigate the corporate culture and hierarchy was a challenge
Managing workload and expectations in a fast-paced environment was tough
Dealing with difficult clients or projects tested my problem-solving skills
My weakness is that I can be overly critical of myself, but my strength is my ability to adapt quickly to new situations.
Weakness: tend to be overly critical of myself
Strength: ability to adapt quickly to new situations
To motivate an unhappy employee, I would engage in open communication, provide support, and recognize their contributions.
Initiate a one-on-one conversation to understand their concerns and feelings.
Offer constructive feedback and set achievable goals to help them improve.
Recognize their achievements publicly to boost their confidence.
Provide opportunities for professional development, such as training or mentorship.
En...
I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.
I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.
TCS
Accenture
Wipro
Cognizant