i
AVASOFT
Filter interviews by
I applied via campus placement at Sethu Institute of Technology, Madurai and was interviewed in Mar 2024. There were 2 interview rounds.
A groups of 10 were formed for GD
The question were very basic related to OOPS.
Top trending discussions
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Coding questions related to trees and graphs
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
Aptitude test was very easy
OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOP focuses on creating objects that contain data and methods to manipulate that data.
In DotNet, OOP is implemented using classes and objects. Classes define the blueprint for objects, while objects are instances of classes.
Encapsulation, inheritance, and polymorphism are key principles of OOP that are utilized in DotNet ...
MVC stands for Model-View-Controller. It is a design pattern used in DotNet for separating concerns in an application.
Model represents the data and business logic of the application.
View is responsible for displaying the user interface.
Controller handles user input and updates the model and view accordingly.
MVC helps in achieving separation of concerns, making the code more organized and maintainable.
Example: In a DotN...
Types of joins in Ms Sql include inner join, left join, right join, and full outer join.
Inner join: Returns rows when there is at least one match in both tables.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the left table.
Full outer join: Returns rows when there is a match in one of the tables.
A stored procedure in MS SQL is a precompiled collection of SQL statements that can be saved and reused.
Stored procedures can improve performance by reducing the amount of data sent over the network.
They can be used to encapsulate business logic and provide a layer of security by controlling access to data.
Stored procedures can accept input parameters and return output parameters or result sets.
Example: CREATE PROCEDUR...
Sql joins are used to combine rows from two or more tables based on a related column between them.
Joins are essential for retrieving data from multiple tables in a database
Types of joins include inner join, outer join, left join, and right join
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
I applied via Job Portal and was interviewed in Dec 2023. There were 3 interview rounds.
Online Coding test conducted virtually .
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
I was motivated to move to this role because of my passion for coding and desire to work on challenging projects.
Passion for coding and technology
Desire to work on challenging projects
Opportunity for growth and learning
Interest in the company's products or services
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
I was interviewed in Oct 2021.
Round duration - 50 Minutes
Round difficulty - Medium
1 Coding question
Algorithm:
Tip 1 : First Learn Basic Programming Concepts start with c/c++ then go for different data structures and basic algorithms
Tip 2 : Start doing CP ( competitive programming on different platforms ), Make sure you are consistent this way you will most likely become good in cp
Tip 3 : Always stay in touch with those important subjects which are asked in interviews. Start learning web development or android/ios apps development or ML whatever you think you like work on some projects. Interviewer sometimes asks about your projects. If you have worked as an intern somewhere make sure you put it in resume as well as the kind of work you have done there
Tip 1 : Make sure you put your skills in order in which you are good.
Tip 2 : Put projects and Intern details ( If worked somewhere as imtern)
Tip 3 : Make it easily readable, Keeps the points in focus which you want them to see
I was interviewed before Sep 2020.
Round duration - 90 Minutes
Round difficulty - Medium
It was an online technical round. There were around 20 MCQs and two coding questions. The round had an login window of 30 minutes. One coding question was of the level leetcode medium and the other was leetcode hard.
O(1).
Since only constant extra space is required.
Time Complexity: O(n^2)Explanation:O(N ^ 2), where ‘N’ is the number of rows or columns in the matrix.
&nb...
Two numbers ar...
The better solution is to use Euler’s product formula which states that the total number of integers between 1 and N - 1 inclusive which are coprime to N can be found using this formula Euler Product Formula N * (1 - (1 / p1)) * (1 - (1 / p2)) *.......* (1 - (1 / pk)) where p1,p2...pk are the prime factors of N.
So now the problem is to find all the prime factors and use the above formula.
&n...
Round duration - 60 Minutes
Round difficulty - Medium
It was a technical + HR round. The interview panel consisted of two technical guys and one person from HR.
Approach: The idea here is to use a data structure HashMap to store each character’s order in the new alphabetical order, starting with a letter c (given in the problem). Now, start comparing the strings in the ‘ARRSTR[]’ using HashMap that has been created to define the order.
Suppose that we are comparing two strings of ‘ARRSTR[]’ named ‘X’ and ‘Y’. Let us assume that we have found the first diff...
What are ACID Properties?
What is a foriegn key?
Some SQL Queries on JOINS
Explain Pillars of OOPS
Tip 1 : Practice questions on CP platforms such as codechef and codeforces. It will greatly help you for clearing coding round.
Tip 2 : Make notes of theory Subjects. It will greatly help you in last minute preparation.
Tip 3 : Go through the interview experience of the company before hand.
Tip 4 : Practice questions by narrating the explaination. Else it gets very difficult to both explain and code at the same time of interview.
Tip 1 : Never lie on the resume. If you are not confident about something dont add it.
Tip 2 : Have atleast 2 projects on resume.
Tip 3 : Dont make it colourful. Follow any formal standard template.
Tip 4 : Add links to the project or your work if possible.
Tip 5 : Have only one Page. Dont write stories.
based on 23 reviews
Rating in categories
Software Engineer
215
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Data Engineer
88
salaries
| ₹3.5 L/yr - ₹8 L/yr |
Software Developer
60
salaries
| ₹2.6 L/yr - ₹10.6 L/yr |
Servicenow Developer
51
salaries
| ₹4 L/yr - ₹7 L/yr |
QA Engineer
47
salaries
| ₹3 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech