Upload Button Icon Add office photos

Filter interviews by

Maa Computer DOT NET Developer Interview Questions and Answers for Experienced

Updated 28 Apr 2024

Maa Computer DOT NET Developer Interview Experiences for Experienced

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

C# SQL server and asp.net webforms

Round 2 - HR 

(1 Question)

  • Q1. Final round discussing package and company policy

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is .net framework explain its application life cycle
  • Ans. 

    The .NET framework is a software development platform developed by Microsoft for building and running applications.

    • Provides a comprehensive and consistent programming model for building applications.

    • Supports multiple programming languages such as C#, VB.NET, and F#.

    • Consists of a large class library known as the Framework Class Library (FCL).

    • Application life cycle includes stages like compilation, execution, and termina...

  • Answered by AI
  • Q2. Explain page level life cycle
  • Ans. 

    Page level life cycle in ASP.NET describes the stages a web page goes through from initialization to rendering.

    • Page request is received by the server

    • Page is initialized, controls are created and properties are set

    • Page is loaded with data and events are handled

    • Page is rendered and sent to the client browser

  • Answered by AI

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Aptitude Test 

Mettl aptitude reasoning and technical MCQ

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C# basics, Middleware, Exception handling,JWT token
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOps concept
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability for a class to inherit properties and behavior from another class

    • Polymorphism: Ability for objects to be treated as instances of their parent class or their own class

    • Abstraction: Hiding complex impleme...

  • Answered by AI
  • Q2. What is java 8
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and functional interfaces.

    • Introduced lambda expressions for functional programming

    • Added streams API for processing collections

    • Included default methods in interfaces for backward compatibility

    • Introduced new Date and Time API (java.time package)

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Asked about general questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How is GIL and how python handle multi threading
  • Ans. 

    GIL stands for Global Interpreter Lock in Python, which limits execution of multiple threads at once.

    • GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.

    • Due to GIL, Python threads are not suitable for CPU-bound tasks but are still useful for I/O-bound tasks.

    • To handle multi-threading in Python, one can use multiprocessing module or asynchronous progr...

  • Answered by AI
  • Q2. Explain How React works under the hood.
  • Ans. 

    React uses a virtual DOM to efficiently update the actual DOM based on changes in state or props.

    • React creates a virtual DOM representation of the actual DOM.

    • When state or props change, React compares the virtual DOM with the actual DOM to determine the minimal set of changes needed.

    • React then updates the actual DOM efficiently to reflect the changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep understanding of technology you apply for

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

In person , asked two questions, 1 about linked list and other about array

Round 2 - Technical 

(2 Questions)

  • Q1. System design problem related to Uber
  • Q2. Asked about micro services and design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to prepare and revise all your basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Deep knowledge of Java JVM and Collections is needed.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 2 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 

(72 Questions)

  • Q1. Tell about ur strength? Tell about long term goal?
  • Ans. 

    My strength lies in my problem-solving skills and ability to work well in a team. My long term goal is to become a lead developer and contribute to innovative projects.

    • Strong problem-solving skills

    • Effective team player

    • Long term goal of becoming a lead developer

    • Contribute to innovative projects

  • Answered by AI
  • Q2. My knowledge is my power Smart work Communication skills My long term goal I want become a software developer
  • Ans. 

    My strength can be the or

  • Answered Anonymously
  • Q3. Tell about ur self introduction?
  • Q4. I am G.bhoomika I have studying in audisankara institute of technology. I have completed my intermediate in Narayana junior college.i have ssc in nice English medium school.i am from VarAdaiahpalem I am ve...
  • Q5. Explain types of inheritances?
  • Ans. 

    Types of inheritances include single, multiple, multilevel, hierarchical, hybrid, and multipath.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inheritance: com...

  • Answered by AI
  • Q6. There single inheritance Multiple inheritance Multilevel inheritance Hierarichical inheritance
  • Q7. Tell me about ur favourite heroine?
  • Q8. Keerthisuresh is my favourite heroine
  • Q9. What is your favourite colour?
  • Q10. My favourite colour is actually black and white
  • Q11. What type program language do you know?
  • Ans. 

    I am proficient in programming languages such as Java, Python, C++, and JavaScript.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q12. I know actually python, basics of dbms?
  • Q13. Write program for break program?
  • Ans. 

    A program that breaks another program into smaller parts or components.

    • Use functions or modules to break down the main program into smaller, more manageable parts

    • Consider using object-oriented programming principles to encapsulate related functionality

    • Utilize comments and documentation to explain the purpose and functionality of each part

  • Answered by AI
  • Q14. For i in pythonlife: If i=='l': Break Print(I)
  • Ans. 

    The code will iterate over the characters in 'pythonlife' and print each character until it reaches 'l', then it will stop.

    • The code uses a for loop to iterate over each character in the string 'pythonlife'.

    • When the character 'l' is encountered, the loop will break and stop iterating.

    • The loop will print each character until 'l' is reached, so the output will be 'python'.

  • Answered by AI
  • Q15. Write program for for loop?
  • Ans. 

    A for loop is used to iterate over a sequence of elements for a specified number of times.

    • Initialize a counter variable before the loop

    • Set the condition for the loop to continue based on the counter variable

    • Update the counter variable after each iteration

    • Example: for(int i = 0; i < 5; i++) { // code block }

  • Answered by AI
  • Q16. For i in range (0,9): Print(i)
  • Ans. 

    The code will print numbers from 0 to 8 in separate lines.

    • The 'range' function generates a sequence of numbers from 0 to 8 (9 is exclusive).

    • The 'for' loop iterates through each number in the sequence and prints it.

  • Answered by AI
  • Q17. There is shivaa temple in my village
  • Q18. How much salary expectations?
  • Q19. I am expecting actually 3000
  • Q20. Why want to hire you ?
  • Q21. I can develop this is I can have a good communication skills I prove my knowledge I can do team work in this company
  • Q22. What is your happy moment in 3r year?
  • Q23. My birthday makes me very happy moment.
  • Q24. Who is your favourite teacher?
  • Q25. My favourite teacher is prasanna sir
  • Q26. Which subject do you like in school?
  • Q27. My favourite subject is physics
  • Q28. What is ur goal?
  • Ans. 

    My goal is to continuously improve my technical skills, contribute to innovative projects, and advance in my career as a software developer.

    • Continuous learning and improvement in technical skills

    • Contributing to innovative projects

    • Advancing in my career as a software developer

  • Answered by AI
  • Q29. My goal is I want to become a software developer
  • Q30. Who many languages do you know?
  • Q31. I know actually english, telugu
  • Q32. Do you know about this company?
  • Q33. I don't know this company
  • Q34. What is hobbies?
  • Q35. My hobbies are listening musics, sketching
  • Q36. Why expecting that salary?
  • Q37. Because I can do my work I know my self
  • Q38. How can do team work?
  • Q39. I can do team work in this company actually I friendly nature I can communicate with himself
  • Q40. What is your good habit?
  • Q41. I can self motivation my self
  • Q42. What can give to company?
  • Q43. I can give this company I develop this company I prove my knowledge and skills
  • Q44. How can be with manger?
  • Q45. I can be manger I check all people and what they doing work actually I can move friendly nature
  • Ans. 

    I can be the company team member I do well work.i do smart work.i faces Any problem in the company

  • Answered Anonymously
  • Q46. Which places do you like?
  • Q47. What many do you completed finally year?
  • Q48. I have completed four years
  • Q49. Which year do you completed finally year?
  • Q50. I have completed 2024
  • Q51. What is your name
  • Q52. Gurasala Bhoomika
  • Q53. Which company do you like ?
  • Q54. I like any company
  • Q55. Why choose this company?
  • Q56. I am interested in this company
  • Q57. What is many role in this company?
  • Q58. I want get job it is many role for me
  • Q59. Who can support you for anything?
  • Q60. My teachers,and my brother
  • Q61. What do you for frist salary?
  • Q62. I enjoy some amount I give to my parents
  • Q63. What choose Hyderabad?
  • Q64. Because of I like that location
  • Q65. What is main goal?
  • Ans. 

    The main goal of a Software Developer is to design, develop, and maintain software applications to meet the needs of users.

    • Designing software applications based on user requirements

    • Developing code to implement the design

    • Testing and debugging software to ensure functionality

    • Maintaining and updating software as needed

    • Collaborating with team members to achieve project goals

  • Answered by AI
  • Q66. I want become software developer in this company
  • Q67. Do have expectations on this company?
  • Q68. Yes I have expectations on this company because I am interested
  • Q69. Do you have good communications?
  • Q70. Yes I have communication skills
  • Q71. You can join immediate to this company?
  • Q72. Yes I can join

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good for me sharing all about my self. I can develop this company.i am very happy to sharing all my information.i can communicate with the company team.thank you for giving me wonderful appreciate.

Skills evaluated in this interview

Maa Computer Interview FAQs

How many rounds are there in Maa Computer DOT NET Developer interview for experienced candidates?
Maa Computer interview process for experienced candidates usually has 2 rounds. The most common rounds in the Maa Computer interview process for experienced candidates are Coding Test and HR.

Tell us how to improve this page.

Maa Computer DOT NET Developer Salary
based on 4 salaries
₹2 L/yr - ₹4.2 L/yr
40% less than the average DOT NET Developer Salary in India
View more details

Maa Computer DOT NET Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
DOT NET Developer
4 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Computer Operator
3 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare Maa Computer with

Cognizant

3.8
Compare

Teleperformance

3.9
Compare

Reliance Retail

3.9
Compare

iEnergizer

4.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview