i
KANINI Software Solutions
Filter interviews by
I applied via campus placement at St Josephs College of Engineering, Chennai and was interviewed before Mar 2023. There were 2 interview rounds.
Topic-Social media
time-30 mins
Need to talk for 5 mins max
OOPS concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
An object is a real-world entity that has state and behavior.
Objects are instances of classes in object-oriented programming.
They have attributes (data) and methods (functions).
For example, a car object may have attributes like color, model, and speed, and methods like accelerate and brake.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Example: Overloading a method...
posted on 29 Oct 2024
I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.
Basic aptitude asked for all company
One question to find substring of string which has double chars
Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.
Import the pandas library: import pandas as pd
Create a dataframe: df = pd.DataFrame(data)
Accessing data in a dataframe: df['column_name']
Filtering data in a dataframe: df[df['column_name'] > value]
Adding a new column: df['new_column'] = values
The angle between the hour hand and minute hand at 12:20 is 10 degrees.
Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees
Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees
Find the difference between the two angles: 120 - 10 = 110 degrees
posted on 6 Aug 2024
I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.
Questions based on coding
Based on coding questions
I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.
Recent graduate in Computer Science
Proficient in Java, Python, and web development
Passionate about coding
posted on 12 Sep 2023
I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Aug 2023. There were 2 interview rounds.
Test contain mix question from computer fundamentals and aptitude
A leaf node in a binary tree is a node that does not have any children.
Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.
Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.
Check if a linked list contains a loop by using Floyd's cycle detection algorithm.
Use two pointers, one moving at twice the speed of the other
If there is a loop, the two pointers will eventually meet
Example: 1->2->3->4->5->2 (loop at 2)
Find the first non-repeating element in a string
Create a frequency map of characters in the string
Iterate through the string and check the frequency of each character
Return the first character with frequency 1
posted on 7 Mar 2024
posted on 23 Oct 2023
Basic coding round. Asked basic JS logics.
I applied via campus placement at Geetanjali Institute of Technical Studies, Udaipur and was interviewed before Nov 2023. There were 3 interview rounds.
Percentage ,ratio,time & speed
Array,string basic question
posted on 9 Mar 2024
I applied via campus placement at BV Bhoomareddi College of Engineering and Technology, Hubli and was interviewed before Mar 2023. There were 2 interview rounds.
Multiple coding questions like fibonacy are asked
posted on 19 Sep 2020
I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.
based on 16 reviews
Rating in categories
Senior Associate
104
salaries
| ₹6.7 L/yr - ₹20 L/yr |
Associate
64
salaries
| ₹4.9 L/yr - ₹14 L/yr |
Junior Associate
55
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Senior Software Engineer
38
salaries
| ₹8.6 L/yr - ₹20 L/yr |
Softwaretest Engineer
38
salaries
| ₹3.8 L/yr - ₹8.6 L/yr |
Infosys
TCS
Wipro
HCLTech