Filter interviews by
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
Coding questions based on string.
1.reverse a each word of string given question.
2.swap a two variable without using 3 rd variable.
3.one question based on sql quaries.
4.refactor a given code. They given some code below.
5.write a program on palindrome string.or number.
6.rotate a array in right direction. Or right rotate array.
Some personal details.
Top trending discussions
posted on 4 Nov 2022
I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.
It was basic maths and vocabulary questions
Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.
Primary key is used to enforce data integrity and ensure uniqueness of records.
Foreign key is used to establish a relationship between two tables.
A table can have only one primary key, but multiple foreign keys.
Primary key cannot have null values, while foreign key can have null values.
Example: In a database of stu...
Inheritance is a mechanism in OOP where a new class is derived from an existing class.
It allows the new class to inherit the properties and methods of the existing class.
Types of inheritance include single, multiple, multilevel, hierarchical, and hybrid inheritance.
Single inheritance involves a child class inheriting from a single parent class.
Multiple inheritance involves a child class inheriting from multiple parent ...
posted on 5 Aug 2022
I applied via Referral and was interviewed before Aug 2021. There were 4 interview rounds.
Asp. Net, MVC, OOPS concepts
posted on 31 Jul 2024
Threading is a programming technique that allows multiple tasks to run concurrently within a single process.
Threading allows for parallel execution of tasks within a program.
Threads share the same memory space, allowing for efficient communication and data sharing.
Examples of threading in programming languages include Java's Thread class and Python's threading module.
The 7 layers of networking refer to the OSI model, which is a conceptual framework used to understand how networks operate.
Physical layer: Deals with physical connections and hardware (e.g. cables, switches)
Data link layer: Manages data transfer between devices on the same network (e.g. Ethernet)
Network layer: Handles routing and forwarding of data packets (e.g. IP)
Transport layer: Ensures data is delivered reliably an...
My expectation is to work in a challenging environment where I can utilize my skills to contribute to the success of the team and company.
Expectation to work on complex projects that require problem-solving skills
Desire to collaborate with talented team members to achieve common goals
Opportunity for continuous learning and professional growth
Expectation for clear communication and feedback from management
Abstraction allows for defining a common interface for related objects, while inheritance enables a class to inherit attributes and methods from another class.
Abstraction involves hiding the implementation details and showing only the necessary features of an object. Inheritance allows a class to inherit properties and behaviors from another class.
Abstraction helps in creating a blueprint of a class without providing t...
To find the angle between hour and minute hand at a given time on a clock face.
Calculate the angle made by hour hand with 12:00 on the clock face
Calculate the angle made by minute hand with 12:00 on the clock face
Find the absolute difference between the two angles
If the angle is greater than 180 degrees, subtract it from 360 degrees for the acute angle
I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.
Basic technical question like oopc, dbms, os, sql
posted on 10 Aug 2024
A self join query is used to join a table to itself in a SQL query.
Self join is used when a table needs to be joined with itself to compare rows within the same table.
It requires aliasing the table with different names to distinguish between the two instances of the same table.
Commonly used in hierarchical data structures or when comparing related rows in a table.
Group by query is used to group data based on a specific category.
Use the GROUP BY clause in SQL to group data based on a specific column
Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data
Example: SELECT category, COUNT(*) FROM products GROUP BY category
DSA questions , OOPS , basics and recursion topics
Fizz buzz question and array related
based on 1 interview
Interview experience
Senior Software Engineer
121
salaries
| ₹9.6 L/yr - ₹34.3 L/yr |
Software Engineer
89
salaries
| ₹3 L/yr - ₹11.9 L/yr |
Module Lead
36
salaries
| ₹11 L/yr - ₹28 L/yr |
Technical Lead
36
salaries
| ₹16.1 L/yr - ₹33 L/yr |
QA Engineer
28
salaries
| ₹2.9 L/yr - ₹9.3 L/yr |
TCS
Infosys
Wipro
HCLTech