Filter interviews by
DSA, SQL, Problem Solving, Technical, Data Structures and Algorithms
SQL query to retrieve data from a database
Use SELECT statement to specify the columns to retrieve
Use FROM clause to specify the table to retrieve data from
Use WHERE clause to filter the results based on conditions
Program to sort an array of integers in ascending order
Use a sorting algorithm like bubble sort, selection sort, or insertion sort
Iterate through the array and compare adjacent elements to swap if necessary
Repeat the process until the array is sorted
Top trending discussions
posted on 13 Oct 2024
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Portions covered:- maths, DBMS, OS, programming and verbal ability question
posted on 23 Sep 2024
I applied via campus placement at Academy of Technology, Kolkata and was interviewed before Sep 2023. There were 3 interview rounds.
Normal aptitude questions, was held online
I have worked on a project to develop a mobile application for tracking daily water intake.
Developed user interface using React Native
Implemented backend using Node.js and MongoDB
Integrated push notifications for reminders
Cloud is a network of remote servers hosted on the internet to store, manage, and process data, while LAN is a local area network that connects computers in a limited area.
Cloud is accessed over the internet, while LAN is a local network within a specific physical location.
Cloud allows for scalability and flexibility in terms of resources, while LAN is limited by its physical boundaries.
Examples of cloud services inclu...
OOPS concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public methods.
Polymorphism: Ability of a method to do ...
IBS offers a challenging and dynamic work environment with opportunities for growth and learning.
IBS provides cutting-edge technology solutions for global clients.
The company values innovation and encourages employees to think creatively.
IBS has a strong focus on employee development and offers training programs to enhance skills.
The work culture at IBS promotes collaboration and teamwork.
IBS has a strong reputation in...
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for the right job opportunity
I have relocated in the past for work
I am flexible and willing to move for career growth
posted on 17 Jul 2024
Quant, reasoning, SQL basic questions, string, array basic questions
I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.
C++ code given to write output
Understand the input and expected output
Use cout to print output to console
Handle errors and edge cases
posted on 9 Apr 2015
posted on 3 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Easy level aptitude and coding question was asked
Reverse a string using sorting algorithm and perform preorder traversal for a tree.
To reverse a string using sorting algorithm, we can convert the string to an array of characters, sort the array in descending order, and then join the characters back together to form the reversed string.
For preorder traversal of a tree, we visit the root node first, then recursively traverse the left subtree and finally the right subtr
Knapsack problem involves maximizing the value of items in a knapsack without exceeding its weight limit. DFS is a graph traversal algorithm.
Knapsack problem can be solved using dynamic programming approach.
DFS (Depth First Search) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
Example: In a knapsack problem, given items with weights and values, DFS can be used to ...
posted on 30 Jun 2024
I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.
Mcqs based on aptitude,oops and sql
Oops pillars refer to the four main concepts of object-oriented programming: Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Abstraction focuses on hiding the complex implementation details and showing only the necessary features of an ob...
Program to print star pattern in a specific shape
Use nested loops to control the number of rows and columns
Use if-else statements to determine when to print a star or a space
Experiment with different loop conditions to create various patterns
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Child class inherits properties and behaviors from a parent class
Allows for code reusability and promotes a hierarchical relationship between classes
Example: Animal class can be a parent class with properties like name and methods like eat, and Dog class can inherit from Animal class with additional
Basic SQL queries are used to retrieve, insert, update, and delete data from a database.
SELECT * FROM table_name - retrieves all data from a table
INSERT INTO table_name (column1, column2) VALUES (value1, value2) - inserts data into a table
UPDATE table_name SET column1 = value1 WHERE condition - updates data in a table based on a condition
DELETE FROM table_name WHERE condition - deletes data from a table based on a cond
Function overloading is the ability to define multiple functions with the same name but different parameters in a class.
Allows multiple functions with the same name but different parameters to be defined in a class
Helps improve code readability and maintainability
Example: void print(int num) and void print(string text) can both be defined in a class
posted on 25 Jul 2022
I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.
Consists of Basic Logical and Verbal ability, Some typical aptitude questions with two Coding questions , Coding questions are 1 simple basic & 1 intermediate level.5 and
posted on 21 Jun 2023
I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 6 interview rounds.
SQL inner join combines rows from two or more tables based on a related column between them.
Inner join retrieves rows from both tables that have matching values in the specified column
Syntax: SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name
Example: SELECT Orders.OrderID, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID
SQL queries for select, create, and delete statements
SELECT statement is used to retrieve data from a database table
CREATE statement is used to create a new table in the database
DELETE statement is used to remove rows from a table based on a condition
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
382
salaries
| ₹5 L/yr - ₹18.9 L/yr |
Software Engineer
151
salaries
| ₹4 L/yr - ₹13.9 L/yr |
Senior Software Test Engineer
112
salaries
| ₹4 L/yr - ₹14.6 L/yr |
Software Developer
49
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Developer
45
salaries
| ₹5.1 L/yr - ₹19 L/yr |
TCS
Infosys
Wipro
HCLTech