Upload Button Icon Add office photos

Filter interviews by

Misha Infotech Interview Questions and Answers

Updated 1 Mar 2025

Misha Infotech Interview Experiences

Popular Designations

4 interviews found

Interview Questionnaire 

1 Question

  • Q1. How you can manage data table when data is larger than millions of data?
  • Ans. 

    Use indexing, partitioning, and compression techniques to manage large data tables.

    • Use indexing to speed up data retrieval.

    • Partition the data into smaller chunks to improve query performance.

    • Use compression techniques to reduce storage space.

    • Consider using a distributed database system to handle the load.

    • Use caching to improve performance for frequently accessed data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to learn many things in this field be ready. be updated

Skills evaluated in this interview

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 (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Abstraction scenario, Put Post, Frontend Validation
  • Q2. Security to the application
  • Ans. 

    Implementing security measures to protect the application from unauthorized access and data breaches.

    • Implement secure authentication methods such as OAuth or JWT tokens

    • Use HTTPS protocol to encrypt data in transit

    • Implement input validation to prevent SQL injection and XSS attacks

    • Regularly update and patch software to fix security vulnerabilities

    • Implement role-based access control to restrict user permissions

  • Answered by AI

DOT NET Developer Interview Questions asked at other Companies

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

PHP Developer Interview Questions & Answers

user image talib Ansari

posted on 1 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions from the cv.

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

This is first round, you just score good in aptitude test.

Round 3 - Technical 

(1 Question)

  • Q1. Some technical questions ask by interviewer. You need to focus on one technology.
Round 4 - Coding Test 

This is main round now. They will do some crud operation for fresher.

Round 5 - HR 

(1 Question)

  • Q1. This is the Har round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic, just focus on technical questions.

DOT NET Developer Interview Questions asked at other Companies

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

Misha Infotech interview questions for popular designations

 DOT NET Developer

 (2)

 PHP Developer

 (1)

 Software Developer

 (1)

Jobs at Misha Infotech

View all

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Oops concept relate questions and multithreading

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on oops concept

I applied via Naukri.com and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustrate with an example.
  • Ans. 

    JOINS are used in SQL to combine data from two or more tables based on a related column.

    • Inner JOIN returns only the matching rows from both tables

    • Equi JOIN is a type of Inner JOIN where the join condition is based on equality between two columns

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Divide the array in two Halves and keep each half in ascending order without using new Array?
  • Ans. 

    Divide array in two halves and keep each half in ascending order without using new Array.

    • Use Array.sort() method to sort the original array

    • Use Array.slice() method to divide the array into two halves

    • Use Array.reverse() method to reverse the second half of the array

  • Answered by AI
  • Q3. What are Interfaces and Why do we need interfaces?
  • Ans. 

    Interfaces are contracts that define a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • They allow for loose coupling between classes and promote code reusability.

    • Interfaces can be used to define common behavior across multiple classes.

    • Example: IDisposable interface in C# ensures that an object can be properly dispo...

  • Answered by AI
  • Q4. What is inheritance and Examples in inheritance.
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class is based on another class.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • The subclass can also add its own properties and methods.

    • Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep The Basics clear and Be confident about what you know.
Be truthful and well prepared (Interviewer will catch your lies).

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Assignment 

Give me to small project. C# console or asp.net or sql database

Round 2 - Group Discussion 

Self introduction & asking any question c# and asp.net and sql and ado.net

Interview Preparation Tips

Interview preparation tips for other job seekers - I have quickly understand mind. One time your train me after i pickup the job.

DOT NET Developer Interview Questions & Answers

UST user image Vidya Viswanadhan

posted on 30 Sep 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Memory management
Round 3 - HR 

(1 Question)

  • Q1. Can you relocate
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Interface va abstract class
  • Q2. Mvc filters usage
  • Ans. 

    MVC filters are used to perform logic before or after an action method is executed in ASP.NET MVC applications.

    • Filters can be used for authorization, logging, exception handling, etc.

    • Types of filters include Authorization filters, Action filters, Result filters, and Exception filters.

    • Filters can be applied globally, at controller level, or at action level.

    • Example: [Authorize] attribute is a type of filter used for auth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most questions on Dependency injection, how to implement DI, how data transfeted from controller to model to view... Practical scenario based mvc questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is REST Framework
  • Ans. 

    REST framework is a set of rules and conventions for building and interacting with web services.

    • REST stands for Representational State Transfer

    • It uses standard HTTP methods like GET, POST, PUT, DELETE for communication

    • It is stateless and allows for scalability and flexibility

    • Example: Django REST framework for building APIs in Python

  • Answered by AI
  • Q2. What are the SQL Queries
  • Ans. 

    SQL queries are used to retrieve, manipulate, and manage data stored in a database.

    • SQL SELECT query is used to retrieve data from a database table.

    • SQL INSERT query is used to insert new records into a database table.

    • SQL UPDATE query is used to modify existing records in a database table.

    • SQL DELETE query is used to remove records from a database table.

  • Answered by AI
Round 2 - Coding Test 

This is related to SQL

Misha Infotech Interview FAQs

How many rounds are there in Misha Infotech interview?
Misha Infotech interview process usually has 2-3 rounds. The most common rounds in the Misha Infotech interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Misha Infotech 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 Misha Infotech. The most common topics and skills that interviewers at Misha Infotech expect are Javascript, JQuery, Entity Framework, MVC and MySQL.
What are the top questions asked in Misha Infotech interview?

Some of the top questions asked at the Misha Infotech interview -

  1. How you can manage data table when data is larger than millions of da...read more
  2. Security to the applicat...read more
  3. Some technical questions ask by interviewer. You need to focus on one technolog...read more

Tell us how to improve this page.

Misha Infotech Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 589 Interviews
UST Interview Questions
3.8
 • 514 Interviews
FIS Interview Questions
3.9
 • 486 Interviews
View all

Misha Infotech Reviews and Ratings

based on 42 reviews

2.9/5

Rating in categories

3.4

Skill development

2.9

Work-life balance

2.9

Salary

3.0

Job security

2.9

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 42 Reviews and Ratings
PHP Developer
15 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Software Engineer
13 salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Software Developer
10 salaries
unlock blur

₹1.5 L/yr - ₹6.5 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Business Development Manager
7 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Misha Infotech with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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