Upload Button Icon Add office photos

Filter interviews by

Microlise Interview Questions and Answers

Updated 1 Oct 2024

Microlise Interview Experiences

Popular Designations

4 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Just an overview of profile 

(1 Question)

  • Q1. Current role and brief experience
  • Ans. 

    I am currently working as a Senior Software Engineer with 5 years of experience in developing web applications using Java and Spring framework.

    • Developed and maintained web applications using Java and Spring framework

    • Led a team of developers in implementing new features and resolving technical issues

    • Collaborated with stakeholders to gather requirements and ensure project success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Didn't happen which is technical hence bad experience

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

MS SQL DBA Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2022

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Always on Configuration
  • Q2. Mirroring, performance Tuning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident during interview..

MS SQL DBA Interview Questions asked at other Companies

Q1. If someone has deleted the table in a database, then how can you find out the user that has deleted the table ? Can you find out using the log file? Can you retsore the table using the tail log backup?
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. Technical interview type
  • Ans. Be well prepared for interview.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for the 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 (38)

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sql related ITIL

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to show your willingness to learn
Everything will be new as it's a product based company

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Microlise interview questions for popular designations

 MS SQL DBA

 (1)

 Software Developer

 (1)

 Technical Lead

 (1)

 Technical Support Engineer

 (1)

Jobs at Microlise

View all

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before May 2020. 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 - Aptitude Test 

Reasoning, mathematics, and basic English grammar.

Round 3 - HR 

(1 Question)

  • Q1. Self introduction, domain knowledge, some questions about Test case presentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with domain knowledge and some verbal reasoning and maths.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Test scenarios, regression sanity and integration testing

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

I applied via Company Website and was interviewed in Apr 2023. There were 5 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 - Technical 

(1 Question)

  • Q1. Detailed discussion on the projects worked on
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions and answers
Round 4 - Technical 

(1 Question)

  • Q1. Face to face interview
Round 5 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and.
This is the correct place if yo want to gain more technical knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 

(3 Questions)

  • Q1. Describe the inner working of recyclerview?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large data sets that can be scrolled efficiently.

    • It reuses the views that are no longer visible to display new data.

    • It uses a LayoutManager to position the items and a ViewHolder to cache the views.

    • It provides built-in animations for adding, removing, and updating items.

    • It supports both vertical and hori...

  • Answered by AI
  • Q2. Difference between Array and Linkedlist?
  • Ans. 

    Array is a collection of elements of similar data type stored in contiguous memory locations. LinkedList is a data structure where each element is a separate object with a reference to the next element.

    • Array has fixed size, LinkedList can grow dynamically

    • Array has faster access time, LinkedList has faster insertion and deletion time

    • Array is best for random access, LinkedList is best for sequential access

    • Example of Arra...

  • Answered by AI
  • Q3. What is context? explain it's types
  • Ans. 

    Context is an object that provides access to application-specific resources and classes.

    • Context is used to get access to system services, resources, preferences, etc.

    • There are two types of context: Application Context and Activity Context.

    • Application Context is tied to the lifecycle of the application and is available throughout the application.

    • Activity Context is tied to the lifecycle of an activity and is available o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have thorough knowledge of Android topics you mention.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is different between router and switches?
  • Ans. 

    Routers connect different networks, switches connect devices within a network.

    • Routers operate at the network layer and use IP addresses to forward packets between networks.

    • Switches operate at the data link layer and use MAC addresses to forward frames within a network.

    • Routers can prioritize traffic and perform network address translation (NAT).

    • Switches can create virtual LANs (VLANs) to segment a network.

    • Example of a r...

  • Answered by AI
  • Q2. What is different between windows 10 and windows 7
  • Ans. 

    Windows 10 has a more modern interface, better security features, and improved performance compared to Windows 7.

    • Windows 10 has a Start menu with live tiles, while Windows 7 has a traditional Start menu.

    • Windows 10 has Cortana, a virtual assistant, while Windows 7 does not.

    • Windows 10 has better security features such as Windows Hello, biometric authentication, and improved Windows Defender.

    • Windows 10 has improved perfor...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Analytical thinking Attention to details Customer service best practices Knowledge of hardware and networking knowledge of networking troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills
Networking troubleshooting
Hardware troubleshooting

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Program output prediction,Logical

Round 2 - Coding Test 

3 programs ,any Language you choose. One SQL and 2 programs

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Coding skills
  • Logic

Microlise Interview FAQs

How many rounds are there in Microlise interview?
Microlise interview process usually has 1 rounds. The most common rounds in the Microlise interview process are Technical.
How to prepare for Microlise 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 Microlise. The most common topics and skills that interviewers at Microlise expect are Scrum, Agile, HTML, Visual Studio and Debugging.
What are the top questions asked in Microlise interview?

Some of the top questions asked at the Microlise interview -

  1. Technical interview t...read more
  2. SQL Always on Configurat...read more
  3. Mirroring, performance Tun...read more

Tell us how to improve this page.

Microlise Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 455 Interviews
Ecom Express Interview Questions
3.9
 • 195 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
GATI-KWE Interview Questions
3.9
 • 86 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
FarEye Interview Questions
3.1
 • 26 Interviews
View all

Microlise Reviews and Ratings

based on 38 reviews

3.5/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.4

Salary

3.6

Job security

3.5

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 38 Reviews and Ratings
Senior - Software Engineer

Pune

7-10 Yrs

Not Disclosed

Software Engineer (HUMS Team)

Pune

1-7 Yrs

₹ 10-17 LPA

Software Engineer (HUMS Team)

Pune

1-5 Yrs

₹ 10-19.5 LPA

Explore more jobs
Software Engineer
26 salaries
unlock blur

₹7 L/yr - ₹19.5 L/yr

Application Support Analyst
17 salaries
unlock blur

₹3.2 L/yr - ₹11 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹10 L/yr - ₹26.5 L/yr

Software Developer
16 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

Technical Lead
12 salaries
unlock blur

₹19 L/yr - ₹33 L/yr

Explore more salaries
Compare Microlise with

BlackBuck

3.8
Compare

LogiNext Solutions

1.8
Compare

FarEye

3.1
Compare

Ecom Express

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