Upload Button Icon Add office photos

Filter interviews by

MITS GLOBAL CONSULTING Senior Software Engineer Interview Questions and Answers

Updated 21 Sep 2024

MITS GLOBAL CONSULTING Senior Software Engineer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the building blocks in Angular?
  • Ans. 

    Building blocks in Angular are components, directives, services, and modules.

    • Components are the basic building blocks of Angular applications.

    • Directives add behavior to an existing DOM element or component.

    • Services are used to share data or logic across components.

    • Modules are used to organize the application into cohesive blocks of functionality.

  • Answered by AI
  • Q2. What are the types of routing in C# .NET project?
  • Ans. 

    There are two types of routing in C# .NET project: convention-based routing and attribute routing.

    • Convention-based routing uses default routing conventions to map incoming requests to actions in controllers.

    • Attribute routing allows developers to define routes by decorating controller actions with attributes.

    • Attribute routing is more flexible and allows for more control over the routing process.

    • Both types of routing can...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers and the employers will take care of the rest.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions mostly revolved around my current tech stack and the projects in the current company
  • Q2. Dependency injection, types of unit testing, how to integrate testing, scenario based questions on how to implement a given requirement.
Round 2 - Behavioral 

(3 Questions)

  • Q1. What can you say is a good microservice architecture?
  • Ans. 

    A good microservice architecture is a design approach where an application is composed of small, independent services that communicate over well-defined APIs.

    • Each microservice should have a single responsibility

    • Services should be loosely coupled and independently deployable

    • Use of containerization technologies like Docker for scalability and flexibility

    • Implement fault tolerance and resilience in the architecture

    • Use of A...

  • Answered by AI
  • Q2. How you received critical feedback and steps taken to improve yourself.
  • Ans. 

    I have received critical feedback by actively seeking it from peers and supervisors, and then taking specific steps to address the areas of improvement.

    • Requested feedback from peers and supervisors on a regular basis

    • Listened actively to the feedback without getting defensive

    • Identified specific areas of improvement based on the feedback received

    • Created a plan to address the identified areas of improvement, such as takin...

  • Answered by AI
  • Q3. Questions to check depth of knowledge in current projects.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions on background
  • Q2. Why do you want to join meta
Round 2 - Coding Test 

DSA Round - Graphs & Trees

Round 3 - Technical 

(1 Question)

  • Q1. System Design - delved a lot deeper
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of kotlin, sealed class, viewmodel implementation,
  • Q2. Caching mechanism
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. 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 - Coding Test 

Mixed conceptual questions from java8, Spring Boot and SQL and microservices

Round 3 - Technical 

(3 Questions)

  • Q1. One round technical question and coding on Java, Java 8, Spring boot,Rest webservices, SQL. Code for rest API using jpa for CRUD.
  • Q2. Singleton pattern for thread safety .
  • Ans. 

    Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.

    • Use lazy initialization to create the instance only when needed.

    • Use synchronized keyword to make the getInstance() method thread-safe.

    • Consider using double-checked locking for better performance.

    • Use enum to implement singleton pattern as it is inherently thread-safe.

  • Answered by AI
  • Q3. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently in a linked list

    • Traversal starts from the head node and follows the next pointers

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Parenthesis balancing question
  • Q2. Caching in Hibernate
  • Ans. 

    Caching in Hibernate improves performance by storing frequently accessed data in memory.

    • Hibernate supports first-level cache at session level

    • Second-level cache can be configured at session factory level

    • Caching strategies include read-only, read-write, and transactional

    • Cache providers like Ehcache, Infinispan, and Hazelcast can be used

  • Answered by AI
  • Q3. Maven scope questions
  • Q4. Ci and CD concept
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good coding and conceptual questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Job Portal

Round 1 - Coding Test 

DSA:
Dynamic programming;
More focus on approach and readability.
Ephasis on dry run and test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to build the solution as if it is a problem of your day to day job

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mainframe Interview COBOL vsam restart process
  • Ans. 1. Delete the existing file. 2. Create a new cluster. 3. Repro to copy in 3rd step
  • Answered Anonymously
  • Q2. How to resolve sb37 Increase the space by twice at first if it didn't fix then we can use volume counter to increment the no of extend
  • Ans. 

    To resolve sb37, increase space by twice and use volume counter to increment extend if needed.

    • Increase space by twice at first

    • If issue persists, use volume counter to increment extend

    • Ensure adequate space is available before running job

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in all the topics in COBOL, JCL and DB2

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

It was a easy test with 15 MCQs

Round 3 - Technical 

(1 Question)

  • Q1. It was a good discussion. Got to learn a lot of new things.
Round 4 - Technical 

(1 Question)

  • Q1. It had 1 coding question and 1 DB question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Graph related question from leetcode medium
  • Q2. 2 pointers question from leetcode medium
Round 2 - Coding Test 

This was a panel interview with 2 DSA questions, 1 hiring manager round and 1 system design

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Explain about java threads
  • Ans. 

    Java threads are lightweight processes that enable concurrent execution of code.

    • Threads allow multiple tasks to be executed simultaneously within a single program.

    • They share the same memory space and can communicate with each other.

    • Java provides built-in support for creating and managing threads through the Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Thread s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep good on basics and should have good communication skills

Skills evaluated in this interview

MITS GLOBAL CONSULTING Interview FAQs

How many rounds are there in MITS GLOBAL CONSULTING Senior Software Engineer interview?
MITS GLOBAL CONSULTING interview process usually has 2 rounds. The most common rounds in the MITS GLOBAL CONSULTING interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in MITS GLOBAL CONSULTING Senior Software Engineer interview?

Some of the top questions asked at the MITS GLOBAL CONSULTING Senior Software Engineer interview -

  1. What can you say is a good microservice architectu...read more
  2. What are the types of routing in C# .NET proje...read more
  3. What are the building blocks in Angul...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 MITS GLOBAL CONSULTING interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
MITS GLOBAL CONSULTING Senior Software Engineer Salary
based on 80 salaries
₹6 L/yr - ₹18.5 L/yr
18% less than the average Senior Software Engineer Salary in India
View more details

MITS GLOBAL CONSULTING Senior Software Engineer Reviews and Ratings

based on 61 reviews

4.6/5

Rating in categories

4.4

Skill development

4.5

Work-Life balance

4.4

Salary & Benefits

4.3

Job Security

4.5

Company culture

4.3

Promotions/Appraisal

4.5

Work Satisfaction

Explore 61 Reviews and Ratings
Senior Software Engineer
80 salaries
unlock blur

₹6 L/yr - ₹18.5 L/yr

Software Engineer
47 salaries
unlock blur

₹4.3 L/yr - ₹17 L/yr

Software Developer
37 salaries
unlock blur

₹3.7 L/yr - ₹13 L/yr

Senior Software Developer
23 salaries
unlock blur

₹6.5 L/yr - ₹16 L/yr

Senior Business Analyst
12 salaries
unlock blur

₹8.5 L/yr - ₹19 L/yr

Explore more salaries
Compare MITS GLOBAL CONSULTING with

Deloitte

3.8
Compare

KPMG India

3.5
Compare

PwC

3.4
Compare

Ernst & Young

3.5
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