Filter interviews by
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Find missing number from nth number array.
Iterate through the array and calculate the sum of all numbers
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows a class to reuse code from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.
Example: Class B inherits from Class A, so Class B can access
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
posted on 9 Dec 2024
The Two Sum problem involves finding two numbers in an array that add up to a given target value.
Iterate through the array and store the difference between the target and current element in a hashmap
Check if the current element exists in the hashmap, if yes return the indices
Time complexity can be reduced to O(n) using a hashmap
Reverse a singly linked list and return the reversed list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers to keep track of the current, previous, and next nodes while reversing the list.
Update the head of the list to be the last node after reversing.
Find the longest palindromic substring in a given string.
Iterate through each character in the string and expand around it to find palindromes
Use dynamic programming to optimize the solution
Consider both odd and even length palindromes
SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.
SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.
They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.
Tables are referenced using their names, and conditions are specified to filter data.
Joins can be used to combine data from multiple
I applied via Walk-in and was interviewed in Apr 2023. There were 4 interview rounds.
Multiple choice questions and depends on therotical part
Software testing is the process of evaluating a software application or system to identify defects or errors.
Software testing is essential to ensure the quality and reliability of software.
It involves executing test cases and comparing the actual results with expected results.
Testing can be done manually or using automated tools.
Types of testing include functional, performance, security, and usability testing.
Examples ...
posted on 25 Mar 2023
Automation testing with testing tools involves using software to execute tests and compare actual results with expected results.
Automation testing saves time and effort compared to manual testing
Testing tools like Selenium, Appium, and TestComplete are commonly used for automation testing
Automation testing can be used for regression testing, load testing, and performance testing
Automation testing requires programming s...
Integration with automation DevOps process is crucial for efficient software testing.
Automation testing tools can be integrated with DevOps tools like Jenkins, Git, and Docker.
Continuous integration and continuous delivery (CI/CD) pipelines can be set up for automated testing.
Test cases can be triggered automatically with each code commit or deployment.
Test results can be reported back to the development team for quick...
I applied via Job Portal and was interviewed in Jan 2023. There were 3 interview rounds.
based on 2 reviews
Rating in categories
Software Engineer
16
salaries
| ₹6.8 L/yr - ₹17 L/yr |
Senior Software Engineer
15
salaries
| ₹12 L/yr - ₹31.5 L/yr |
Associate Software Engineer
9
salaries
| ₹4.5 L/yr - ₹10.5 L/yr |
Software Analyst
5
salaries
| ₹28.8 L/yr - ₹38 L/yr |
Computer Vision Engineer
4
salaries
| ₹18.9 L/yr - ₹25 L/yr |
Zomato
Swiggy
DineOut
EazyDiner