Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.
Answering interview questions for Associate Software Engineer position.
Pointer is a variable that stores the memory address of another variable.
Reference is an alias for an existing variable and cannot be null.
Truncate is used to remove all data from a table in a database.
Delete is used to remove specific rows from a table in a database.
Top trending discussions
I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.
posted on 12 May 2024
String is immutable, array and arraylist are mutable data structures.
String is immutable, meaning its value cannot be changed once it is created.
Array is a fixed-size data structure that stores elements of the same data type.
ArrayList is a dynamic array that can grow or shrink in size as needed.
Example: String str = "hello"; char[] arr = {'h', 'e', 'l', 'l', 'o'}; ArrayList
Deadlock scenario in thread occurs when two or more threads are waiting for each other to release resources, causing a standstill.
Two threads each holding a resource needed by the other thread
No thread can proceed until the other releases the resource
Can be avoided by careful resource allocation and ordering
Implement a program to sort an array of strings
Use a sorting algorithm like bubble sort, selection sort, or quicksort
Ensure the sorting algorithm is implemented correctly for strings
Consider using built-in sorting functions in programming languages like sort() in Python
posted on 20 Feb 2024
I applied via campus placement at Technocrats Institute of Technology, Bhopal and was interviewed in Jan 2024. There were 4 interview rounds.
Normal Aptitude and reasoning questions
Easy level of questions in Array and String
Structured Query Language (SQL) is a standard language for managing and manipulating databases.
SQL is used to communicate with databases to perform tasks such as querying data, updating records, and creating tables.
Common SQL commands include SELECT, INSERT, UPDATE, DELETE, and JOIN.
SQL is not case-sensitive, but conventionally written in uppercase for keywords and lowercase for table and column names.
posted on 28 May 2024
I applied via Job Fair and was interviewed before May 2023. There were 2 interview rounds.
Basic aptitude questions was asked
SQL is a programming language used for managing and manipulating databases.
SQL stands for Structured Query Language.
It is used to communicate with databases to perform tasks like querying data, updating data, and creating tables.
Common SQL commands include SELECT, INSERT, UPDATE, DELETE.
SQL is used in various database management systems like MySQL, PostgreSQL, Oracle.
Example: SELECT * FROM customers WHERE city = 'New Y
DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.
DBMS is a software system that allows users to define, create, maintain and control access to the database.
RDBMS is a type of DBMS that stores data in a structured format using tables with rows and columns.
RDBMS uses SQL (Structured Query Language) for querying and managing the database.
Examples of RDBMS include MyS
DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.
DDL is used to create, modify, and delete database objects such as tables, indexes, and views.
DML is used to insert, update, delete, and retrieve data from database tables.
Examples of DDL statements include CREATE TABLE, ALTER TABLE...
When we delete, the data or file is removed from the system and may be moved to a recycle bin or permanently erased.
Data or file is removed from the system
May be moved to a recycle bin before permanent deletion
Space previously occupied by the deleted data/file becomes available for new data
posted on 25 Apr 2024
I applied via campus placement at Dehradun Institute of Technology, Dehradun and was interviewed before Apr 2023. There were 4 interview rounds.
Mcqs related to oops, dbms, OS and aptitude plus one coding question of easy level
posted on 2 Apr 2024
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
Creating a card component using react and rendering a list of people using that card
posted on 7 Mar 2023
I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Mar 2022. There were 3 interview rounds.
3 easy-mid level question on DP,arrays,strings
Merge sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the unsorted list into n sublists, each containing one element
Repeatedly merge sublists to produce new sorted sublists until there is only one sublist remaining
Merge operation involves comparing elements from two sublists and adding the smaller one to the fi...
posted on 29 Aug 2024
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Coding+ mcq aptitude
based on 5 reviews
Rating in categories
Associate Consultant
8.7k
salaries
| ₹1.9 L/yr - ₹10 L/yr |
Consultant
3.9k
salaries
| ₹8 L/yr - ₹28 L/yr |
Associate
1.7k
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Senior Consultant
1.2k
salaries
| ₹9.8 L/yr - ₹38.1 L/yr |
Senior Associate
1.1k
salaries
| ₹1.8 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech