Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Miko Team. If you also belong to the team, you can get access from here

Miko Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 49 Reviews

Filter interviews by

Miko Software Developer Interview Questions and Answers for Experienced

Updated 2 Jan 2025

Miko Software Developer Interview Experiences for Experienced

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - HR 

(1 Question)

  • Q1. We are you applied to this job

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 before Jun 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 

(3 Questions)

  • Q1. What is recursive function?
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial function, Fibonacci sequence.

  • Answered by AI
  • Q2. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI
  • Q3. Inheritance and data structures?
Round 3 - Technical 

(2 Questions)

  • Q1. What are the Oops concepts
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex i...

  • Answered by AI
  • Q2. How to reverse any string
  • Ans. 

    To reverse a string, iterate through the characters and build a new string in reverse order.

    • Iterate through the characters of the string from end to start

    • Append each character to a new string to build the reversed string

    • Return the reversed string as the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare with basic programming and logical concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Data structures, C++
  • Q2. How do you reverse an array
  • Ans. 

    To reverse an array of strings, iterate through half of the array and swap elements from start and end.

    • Iterate through half of the array

    • Swap elements from start and end of the array

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. HashSet Internal Implementation and sort the elements in a hashset
  • Ans. 

    HashSet is implemented using a hash table. Elements are not sorted in a HashSet.

    • HashSet is implemented using a hash table data structure.

    • Elements in a HashSet are not sorted, as they are stored based on their hash code.

    • To sort elements in a HashSet, you can convert it to a List and then sort the List.

  • Answered by AI
  • Q2. Find number of employees under every manager, coding
  • Ans. 

    Use a hierarchical query to find the number of employees under each manager.

    • Use a recursive query to traverse the organizational hierarchy

    • Count the number of employees under each manager

    • Group the results by manager

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zeta Software Development Engineer II interview:
  • Java

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Assignment 

Assignment to code a load balancer in node.js

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on assignment
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was react based questions

Round 2 - HR 

(1 Question)

  • Q1. About me and aligned with company values

Software Engineer Interview Questions & Answers

Talentpace user image Narasimhulugari Hari

posted on 23 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Some problems on coding

Round 2 - Technical 

(3 Questions)

  • Q1. Some questions on core java
  • Q2. Methodoverloading
  • Q3. Object-oriented question
Round 3 - HR 

(1 Question)

  • Q1. About your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Last company work profile
  • Ans. 

    I worked as a Senior Software Engineer at XYZ Company.

    • Developed and maintained software applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented new features and enhancements

    • Performed code reviews and provided technical guidance to junior developers

    • Resolved bugs and issues reported by users

    • Optimized application performance and scalability

    • Participated in agile developme

  • Answered by AI
  • Q2. Dot Net, oracle framework, sql related qu.

I applied via Naukri.com and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. MCQ questions on C , Linux internals and on Networking .
  • Q2. In Linux internals on threads, in networking IPv4 and IPv6 and layers in networking , DHCP , process, ipc .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C MCQ questions, and programs on array and mostly on networking concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dp and graph question

Miko Interview FAQs

How many rounds are there in Miko Software Developer interview for experienced candidates?
Miko interview process for experienced candidates usually has 2 rounds. The most common rounds in the Miko interview process for experienced candidates are HR.

Tell us how to improve this page.

Miko Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

4.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Product Manager
7 salaries
unlock blur

₹17 L/yr - ₹27 L/yr

Content Writer
7 salaries
unlock blur

₹1.1 L/yr - ₹7.1 L/yr

Sales Associate
6 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Business Analyst
5 salaries
unlock blur

₹13.5 L/yr - ₹14 L/yr

Associate Product Manager
5 salaries
unlock blur

₹16.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Miko with

BoAt

3.9
Compare

Noise

2.9
Compare

Portronics Digital

3.9
Compare

Crossbeats

3.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