Filter interviews by
OA was easy. But in order to crack this company you have to know Java (must); even for freshers.
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Drop removes a table from the database while delete removes specific rows from a table.
DROP is a DDL (Data Definition Language) command used to remove a table and its data from the database.
DELETE is a DML (Data Manipulation Language) command used to remove specific rows from a table based on a condition.
DROP command is irreversible and all the data in the table is lost, while DELETE can be rolled back if used within a...
SQL commands are used to interact with databases and perform various operations like querying, updating, and deleting data.
SELECT - retrieves data from a database
INSERT - adds new data to a database
UPDATE - modifies existing data in a database
DELETE - removes data from a database
CREATE - creates a new database or table
ALTER - modifies the structure of a database object
DROP - deletes a database object
JOIN - combines row...
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
Basically communication and sql 12 question and progaming mcq 12q and 2 coding question
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Allows a class to inherit properties and behaviors from another class
Promotes code reusability and reduces redundancy
Derived class can add its own unique attributes and methods
Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like 'drive'
Inheritance in object-oriented programming allows a class to inherit properties and behaviors from another class.
Inheritance allows for code reusability and promotes a hierarchical structure in classes.
Subclasses can access and modify the properties and methods of their parent class.
Example: class Animal { ... } class Dog extends Animal { ... }
Example: class Shape { ... } class Circle extends Shape { ... }
Reverse a string using array manipulation
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
Use SQL query to select a particular column from a table and get the count of entries.
Use SELECT statement to specify the column you want to retrieve.
Use COUNT() function to get the count of entries in that column.
Combine both in a single query to achieve the desired result.
The time taken for the clock to tick from 8'o clock to 11'o clock is 105 seconds.
Each tick represents 1/8th of an hour (45 minutes) on the clock.
From 8'o clock to 11'o clock, there are 3 hours, so the total time taken is 3 * 45 = 135 minutes = 135 * 60 = 8100 seconds.
The time taken for the clock to tick from 8'o clock to 11'o clock is 8100 - 35 = 8065 seconds.
posted on 22 Nov 2024
I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.
Whole topics on aptitude randolly
Topics realted to funtions and loops
posted on 29 Jun 2024
I would start by breaking down the problem, researching similar problems, seeking help from colleagues, and experimenting with different solutions.
Break down the problem into smaller components to understand it better
Research similar problems online or in relevant literature
Seek help from colleagues or mentors who may have experience with similar problems
Experiment with different solutions to see what works best
posted on 10 Sep 2023
I applied via campus placement at Bangalore Institute Of Technology (BIT) and was interviewed in Aug 2023. There were 3 interview rounds.
40 questions-aptitude test followed by a technical test comprising 10 questions.
The question asks for adding two linked lists, finding the minimum cost path, and printing all nodes in a tree except the leaf nodes.
To add two linked lists, traverse both lists simultaneously and add corresponding nodes.
To find the minimum cost path, use algorithms like Dijkstra's or A*.
To print all nodes in a tree except the leaf nodes, perform a depth-first traversal and print non-leaf nodes.
posted on 8 Aug 2024
I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed before Aug 2023. There were 3 interview rounds.
MCQS based on Java and some psuedo codes to be solved
3 questions are given ,need to write the code or instructions how to solve that problem
ACID properties are a set of properties that guarantee database transactions are processed reliably.
Atomicity: Transactions are either fully completed or fully aborted.
Consistency: Database remains in a consistent state before and after the transaction.
Isolation: Transactions are isolated from each other until they are completed.
Durability: Once a transaction is committed, changes are permanent even in case of system f
Find the second largest element in an array of strings.
Sort the array in descending order
Access the element at index 1 to get the second largest element
I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 4 interview rounds.
posted on 6 Jul 2024
I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.
The questions were easy but the platform is not taking user inputs.
They are very advanced aptitude questions and some logical reasoning questions too.
OOPs features include encapsulation, inheritance, polymorphism, and abstraction. Method overloading allows multiple methods with the same name but different parameters.
OOPs features: encapsulation, inheritance, polymorphism, abstraction
Method overloading: multiple methods with same name but different parameters
Example: void print(int a), void print(int a, int b)
Find minimum positive value in array of strings.
Convert array elements to integers
Filter out negative values
Find minimum positive value
based on 2 reviews
Rating in categories
Senior Software Engineer
2.6k
salaries
| ₹10.9 L/yr - ₹40.2 L/yr |
Software Engineer
1.6k
salaries
| ₹6.5 L/yr - ₹28.5 L/yr |
Lead Software Engineer
801
salaries
| ₹15.6 L/yr - ₹50 L/yr |
Senior Systems Engineer
300
salaries
| ₹12 L/yr - ₹36.3 L/yr |
Software Test Automation Engineer
254
salaries
| ₹6 L/yr - ₹21.2 L/yr |
TCS
Infosys
Wipro
HCLTech