i
KPIT Technologies
Filter interviews by
I applied via Campus Placement
I have worked on projects involving web development, mobile app development, and data analysis.
Developed a web application using React.js and Node.js for real-time data visualization.
Contributed to the development of a mobile app using Flutter for both iOS and Android platforms.
Performed data analysis using Python and SQL to extract insights from large datasets.
Collaborated with team members to implement new features a
Abstraction and polymorphism are key concepts in object-oriented programming.
Abstraction involves hiding the implementation details and showing only the necessary features of an object.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Example of abstraction: defining a Shape class with methods like calculateArea() without specifying how each shape calculates its area.
Examp...
Top trending discussions
posted on 1 Apr 2024
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Mar 2024. There were 4 interview rounds.
Basic Hackerrank online test with two medium-hard leetcode level question in 90 mints
posted on 26 Jul 2024
There are 2 DSA Questions both on DP
Print all 8 digit numbers whose reverse and 1/4th is the same.
Iterate through all 8 digit numbers and check if reverse is equal to 1/4th of the number.
Example: 12345678 -> reverse is 87654321, 1/4th is 3086421, not equal.
Example: 12344321 -> reverse is 12344321, 1/4th is 3086080, equal.
posted on 11 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
Data structure related question
To find the second highest integer in an array, sort the array in descending order and return the second element.
Sort the array in descending order
Return the second element in the sorted array
Handle edge cases like duplicates or small arrays
posted on 8 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
It included aptitude, technical and coding questions
Remote work preferred, open to occasional travel
Remote work preferred
Open to occasional travel
Flexible with location
posted on 9 Oct 2024
posted on 5 Oct 2024
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Creates a parent-child relationship between classes
Derived class can override or extend the functionality of the base class
Types of joins in MySQL include inner join, left join, right join, and full join.
Inner join: Returns rows when there is a match in both tables.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the left table.
Full join: Returns rows when there is a match in one of the tables.
Use a centralized API gateway to manage and route requests to multiple APIs efficiently.
Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.
Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.
Consider implementing a caching layer to improve performance and reduce the number of requests to external
strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.
Used in C programming language
Syntax: char *strstr(const char *haystack, const char *needle)
Example: char *str = strstr("hello world", "world")
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Senior Software Engineer
2.5k
salaries
| ₹6 L/yr - ₹17.6 L/yr |
Software Engineer
2.3k
salaries
| ₹2 L/yr - ₹11.5 L/yr |
Technical Lead
1.9k
salaries
| ₹8.3 L/yr - ₹32 L/yr |
Senior Technical Lead
799
salaries
| ₹10 L/yr - ₹40.2 L/yr |
Software Developer
615
salaries
| ₹2.9 L/yr - ₹11.7 L/yr |
TCS
Infosys
Wipro
HCLTech