Upload Button Icon Add office photos

Filter interviews by

Manabh Software Solutions Interview Questions and Answers

Updated 8 Sep 2024

Manabh Software Solutions Interview Experiences

Popular Designations

3 interviews found

DOT NET Developer Interview Questions & Answers

user image MAYA JONDHALE

posted on 30 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. , family background, basic SQL Education
  • Q3. Education background
Round 2 - Aptitude Test 

Basic questions speed, alphabet

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Basic and oops concepts
  • Q2. SQL sp,trigger,second highest value

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops,SQL,dotnet basic questions.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Manabh Software Solutions Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is Trigger,Store procedure, join in sql query and their syntax
  • Ans. 

    A trigger is a database object that is automatically executed in response to certain events. A stored procedure is a named group of SQL statements that can be executed. A join is used to combine rows from two or more tables based on a related column between them.

    • Triggers are used to enforce business rules, perform data validation, or automate tasks.

    • Stored procedures are used to encapsulate a set of SQL statements for r...

  • Answered by AI
  • Q2. Some mathamatical tasks like (a+b)2 simplify this
  • Q3. What is MVC , Life cycle of MVC
  • Ans. 

    MVC stands for Model-View-Controller. It is a software architectural pattern used in web development.

    • MVC separates the application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for rendering the user interface.

    • Controller handles user input, updates the model, and interacts with the view.

    • MVC follows a specific life cy...

  • Answered by AI
  • Q4. About myself and family detail
  • Q5. Sql queries using like ,between ,in keywords
  • Q6. Foreign key primary key
  • Q7. What is Entity Framework how to use
  • Ans. 

    Entity Framework is an ORM tool that simplifies database programming in .NET applications.

    • Entity Framework is used to map database tables to .NET classes.

    • It provides a set of APIs to perform CRUD operations on the database.

    • It supports LINQ queries to retrieve data from the database.

    • It supports different database providers like SQL Server, MySQL, Oracle, etc.

    • It has three different approaches: Database First, Model First...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When you go to interview Dress well and speak confidently eye contact may matter keep calm and listen carefully the questions ask bye the interviewer, answer all questions polietly

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Interview questions from similar companies

I was interviewed before Jul 2016.

Interview Questionnaire 

5 Questions

  • Q1. Resume shortlisting
  • Q2. Basic dot net and C # questions
  • Q3. Basic programs to write
  • Q4. Programming logic
  • Q5. Unit testing skills

Interview Preparation Tips

Skills: C# (C Sharp), Programming, Unit Testing

I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Fundamentals of SQL, .NET and Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamentals questions like joins, triggers, stored procedures for SQL and application life cycle, session, cookie in .NET
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic technical and scenario based questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Type of sql command
  • Ans. 

    SQL commands are used to interact with databases to perform various operations like insert, update, delete, etc.

    • Types of SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP, etc.

    • SELECT is used to retrieve data from a database

    • INSERT is used to add new records to a table

    • UPDATE is used to modify existing records in a table

    • DELETE is used to remove records from a table

    • CREATE is used to create a new tabl...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is a constructor?
  • Ans. 

    A constructor is a special method in a class that is automatically called when an instance of the class is created.

    • Constructors have the same name as the class they belong to.

    • They can be used to initialize the object's state or perform any necessary setup.

    • Constructors do not have a return type.

    • Example: public class Person { public Person() { // constructor code here } }

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SOLID principles
  • Q2. Global and local temp tables
  • Q3. SQL QUERIES AND PALINDROME CODE
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write Reverse string program
  • Ans. 

    Program to reverse a string using array of characters

    • Create a character array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Manabh Software Solutions Interview FAQs

How many rounds are there in Manabh Software Solutions interview?
Manabh Software Solutions interview process usually has 2 rounds. The most common rounds in the Manabh Software Solutions interview process are Aptitude Test, HR and Technical.
How to prepare for Manabh Software Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Manabh Software Solutions. The most common topics and skills that interviewers at Manabh Software Solutions expect are SQL, C#, Javascript, ASP.Net and SQL Server.
What are the top questions asked in Manabh Software Solutions interview?

Some of the top questions asked at the Manabh Software Solutions interview -

  1. What is Trigger,Store procedure, join in sql query and their syn...read more
  2. What is MVC , Life cycle of M...read more
  3. What is Entity Framework how to ...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

ITS Planners and Engineers

INTERVIEWS

JUSPAY

No Interviews

INTERVIEWS

JUSPAY

No Interviews

REVIEWS

Zifo RnD Solutions

No Reviews

SALARIES

Grant Thornton

Tell us how to improve this page.

Manabh Software Solutions Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Manabh Software Solutions Reviews and Ratings

based on 7 reviews

2.6/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

2.3

Salary

2.4

Job security

3.0

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DOT NET Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

.NET Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Manabh Software Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview