i
Info
Edge
Work with us
Filter interviews by
Peak element in array is the element which is greater than or equal to its neighbors.
Iterate through the array and check if the current element is greater than its neighbors.
If the current element is greater than both neighbors, it is a peak element.
If the current element is at the start or end of the array, only compare with one neighbor.
Explanation of OOPs concepts with a class implementation
Encapsulation: Class with private data members and public methods to access them
Inheritance: Class extending another class to inherit its properties and methods
Polymorphism: Class with multiple methods with the same name but different parameters
Abstraction: Class with abstract methods that must be implemented by subclasses
OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.
Polymorphism: Ability to present the ...
Run time polymorphism is the ability of a method to do different things based on the object it is acting upon.
Run time polymorphism is achieved through method overriding in object-oriented programming.
It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.
The actual method that gets called is determined by the type of object at run time.
Example: Animal clas...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, while abstraction is the concept of hiding the implementation details and showing only the necessary features of an object.
Encapsulation is about wrapping the data (variables) and methods (functions) that operate on the data into a single unit (class).
Abstraction is about hiding the implementation details and sho...
Various methods to check if a string is a palindrome
Reverse the string and compare with the original string
Iterate through the string from both ends towards the middle
Use a stack to push the characters of the string and then pop them to compare with the original string
A prime number is a number greater than 1 that can only be divided by 1 and itself.
A prime number is a number greater than 1.
It can only be divided by 1 and itself.
Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29
I applied via Campus Placement
Contains around 40 aptitude questions that include CS fundamentals and also logical reasoning type and 2 coding questions of medium level
Peak element in array is the element which is greater than or equal to its neighbors.
Iterate through the array and check if the current element is greater than its neighbors.
If the current element is greater than both neighbors, it is a peak element.
If the current element is at the start or end of the array, only compare with one neighbor.
A prime number is a number greater than 1 that can only be divided by 1 and itself.
A prime number is a number greater than 1.
It can only be divided by 1 and itself.
Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29
Various methods to check if a string is a palindrome
Reverse the string and compare with the original string
Iterate through the string from both ends towards the middle
Use a stack to push the characters of the string and then pop them to compare with the original string
I appeared for an interview in Nov 2024, where I was asked the following questions.
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.
Polymorphism: Ability to present the same ...
Explanation of OOPs concepts with a class implementation
Encapsulation: Class with private data members and public methods to access them
Inheritance: Class extending another class to inherit its properties and methods
Polymorphism: Class with multiple methods with the same name but different parameters
Abstraction: Class with abstract methods that must be implemented by subclasses
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, while abstraction is the concept of hiding the implementation details and showing only the necessary features of an object.
Encapsulation is about wrapping the data (variables) and methods (functions) that operate on the data into a single unit (class).
Abstraction is about hiding the implementation details and showing ...
Run time polymorphism is the ability of a method to do different things based on the object it is acting upon.
Run time polymorphism is achieved through method overriding in object-oriented programming.
It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.
The actual method that gets called is determined by the type of object at run time.
Example: Animal class has...
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
There were total three questions in coding test.
I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.
Good one, but u can clear it
Basic coding ques of class xi
Top trending discussions
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
It was basically 2 ques round 1 from DP and 1 from graph
I am a seasoned SDET Engineer with 5+ years of experience in designing, developing, and executing automated test scripts.
Proficient in programming languages such as Java, Python, and C#
Experienced in using testing frameworks like Selenium and JUnit
Skilled in creating test plans, test cases, and test scripts
Familiar with CI/CD tools such as Jenkins and Git
Strong problem-solving and analytical skills
In the next 5 years, I see myself growing into a senior SDET role, leading a team of engineers, and contributing to innovative testing strategies.
Advancing to a senior SDET position within the company
Leading a team of engineers in testing projects
Contributing to the development of innovative testing strategies
Continuing to enhance my skills and knowledge in software testing
I appeared for an interview in Oct 2024, where I was asked the following questions.
I managed a critical project with tight deadlines by prioritizing tasks, collaborating effectively, and maintaining clear communication.
Prioritization: I identified the most critical features to deliver first, ensuring that the core functionality was completed on time.
Collaboration: I organized daily stand-up meetings with the team to discuss progress and address any blockers, fostering a collaborative environment.
Time...
The K-sorted array problem involves sorting an array where each element is at most K positions away from its target position.
Definition: A K-sorted array is an array where each element is guaranteed to be within K indices of its final sorted position.
Example: For an array [3, 2, 1, 5, 4] with K=2, the sorted array would be [1, 2, 3, 4, 5].
Approach: Use a min-heap (or priority queue) to efficiently sort the elements, ma...
I appeared for an interview in Apr 2025, where I was asked the following questions.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
1hr,all basic topics
2hrs,arrays,strings,dp,linkedlist
Algorithm and data structures
A linked list is a linear data structure where each element is a separate object with a reference to the next element.
Each element in a linked list is called a node
Nodes are connected using pointers or references
Linked lists can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
based on 5 interview experiences
Difficulty level
Duration
based on 1 review
Rating in categories
Senior Executive
761
salaries
| ₹3.4 L/yr - ₹8 L/yr |
Sales Executive
658
salaries
| ₹6 L/yr - ₹15 L/yr |
Assistant Manager
621
salaries
| ₹4.4 L/yr - ₹9.5 L/yr |
Associate Senior Executive
602
salaries
| ₹2.8 L/yr - ₹6.2 L/yr |
Senior Software Engineer
369
salaries
| ₹15 L/yr - ₹26.1 L/yr |
TCS
Amazon
Flipkart
Indiamart Intermesh