Upload Button Icon Add office photos
Premium Employer

i

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

Microland

Compare button icon Compare button icon Compare

Filter interviews by

Microland Senior Engineer L1 Interview Questions and Answers

Updated 29 Aug 2022

Microland Senior Engineer L1 Interview Experiences

1 interview found

I applied via Job Portal and was interviewed before Aug 2021. 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 - HR 

(1 Question)

  • Q1. Tell me about yourself expected salary
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview , ticketing tool, desktop support questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and natural confidentiality answer any questions if you know and if don't know tell without hesitation

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One coding test happen

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions, spring boot framework questions
  • Q2. DSA using stream api
  • Ans. 

    Using stream API for Data Structures and Algorithms

    • Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.

    • It can be used for implementing various data structures and algorithms efficiently.

    • For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Java questions and spring boot questions
  • Q2. One program using stream api
  • Ans. 

    Using stream API to filter a list of numbers and find the sum of even numbers

    • Use Stream.filter() to filter out even numbers

    • Use Stream.mapToInt() to convert stream to IntStream

    • Use IntStream.sum() to find the sum of even numbers

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What are closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They are commonly used in event handlers, callbacks, and asynchronous programming.

    • Closures help in maintaining state in functional programming.

  • Answered by AI
  • Q2. What is virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.

    • This approach reduces the number of costly DOM operations, resulting in faster rende

  • Answered by AI
  • Q3. What are the data types in JS
  • Ans. 

    Data types in JavaScript include number, string, boolean, object, function, undefined, and null.

    • Number - represents numeric data, e.g. 10, 3.14

    • String - represents textual data, e.g. 'hello', '123'

    • Boolean - represents true or false values, e.g. true, false

    • Object - represents complex data structures, e.g. { key: 'value' }

    • Function - represents executable code, e.g. function() { }

    • Undefined - represents a variable that has ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write react code for counter
  • Ans. 

    React code for a simple counter

    • Create a functional component for the counter

    • Use useState hook to manage the count state

    • Render the count value and buttons to increment and decrement the count

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the OOPS concepts
  • Q2. MultiThreading, synchronization
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about the rac
  • Ans. 

    RAC stands for Real Application Clusters, a feature of Oracle Database that allows multiple instances to access a single database simultaneously.

    • RAC enables high availability and scalability for Oracle databases.

    • It allows multiple instances to run on different servers, providing load balancing and failover capabilities.

    • RAC requires shared storage and a cluster interconnect for communication between instances.

    • Examples o...

  • Answered by AI
  • Q2. Explain about the datagaurd
  • Ans. 

    Data Guard is a high availability and disaster recovery solution provided by Oracle for Oracle databases.

    • Data Guard ensures high availability, data protection, and disaster recovery for Oracle databases.

    • It involves creating standby databases that are synchronized with the primary database to provide failover capabilities.

    • Data Guard can be configured in various modes such as Maximum Availability, Maximum Performance, an...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. User management
  • Q2. Previous organization work
  • Ans. 

    I worked as a Senior Consultant at XYZ Company, where I led a team of consultants to provide strategic solutions to clients.

    • Led a team of consultants to provide strategic solutions to clients

    • Developed and implemented customized strategies to meet client needs

    • Collaborated with cross-functional teams to deliver successful projects

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the use of datafiles
  • Ans. 

    Datafiles are used to store data in a database system.

    • Datafiles store actual data in a database system

    • They are used to organize and manage data efficiently

    • Datafiles can be used to store tables, indexes, and other database objects

    • They are essential for the functioning of a database system

  • Answered by AI
  • Q2. Explain about the glodengate
  • Ans. 

    GoldenGate is a data integration software product used for real-time data integration and replication.

    • GoldenGate allows for real-time data movement between heterogeneous systems.

    • It can be used for data replication, data synchronization, and data transformation.

    • GoldenGate supports various databases such as Oracle, SQL Server, MySQL, etc.

    • It provides high availability and data consistency during data integration processes

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic JS related question
  • Q2. Angular Basic + Advance Question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test with aptitude based questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is variable hoisting.
  • Ans. 

    Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.

    • Variable declarations are hoisted to the top of their function or global scope.

    • Only the declarations are hoisted, not the initializations.

    • This can lead to unexpected behavior if variables are accessed before they are declared.

  • Answered by AI
  • Q2. What is closures in js
  • Ans. 

    Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.

    • Closures are created whenever a function is defined within another function.

    • Inner functions have access to the outer function's variables even after the outer function has returned.

    • Closures are commonly used to create private variables and functions in JavaScript.

    • Example: function outer...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Can you relocate to Bengaluru?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you read an external text file
  • Ans. 

    To read an external text file, you can use file handling techniques in programming languages like Python or Java.

    • Use file handling functions like open(), read(), and close() in Python to read an external text file.

    • In Java, use classes like FileReader and BufferedReader to read text files.

    • Specify the file path and mode (read mode) when opening the file.

    • Read the contents of the file line by line or as a whole, depending ...

  • Answered by AI
  • Q2. Write a java program to find the occurrences of characters
  • Ans. 

    Java program to find occurrences of characters in a string

    • Create a HashMap to store characters and their counts

    • Iterate through the string and update the counts in the HashMap

    • Print the characters and their counts from the HashMap

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard work is a must

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Pricing condition
  • Ans. 

    Pricing condition is a rule or criteria used to determine the price of a product or service.

    • Pricing conditions can include factors such as quantity discounts, promotional offers, and contract terms.

    • They are typically set in pricing tables within a company's ERP system.

    • Pricing conditions are used to calculate the final price that a customer will pay for a product or service.

    • Examples of pricing conditions include discoun...

  • Answered by AI
  • Q2. What is structure of Order
  • Ans. 

    The structure of an Order typically includes customer information, product details, quantity, price, and payment information.

    • Customer information (name, address, contact details)

    • Product details (name, description, SKU)

    • Quantity of each product ordered

    • Price of each product

    • Payment information (payment method, total amount)

    • Order status (pending, shipped, delivered)

  • Answered by AI
  • Q3. How plant will be determine in Sales order
  • Ans. 

    Plants in a sales order are determined based on the customer's requirements, availability, pricing, and shipping logistics.

    • Plants are determined based on the customer's location and delivery preferences.

    • Availability of the product at different plant locations is considered.

    • Pricing and discounts may vary based on the plant from which the product is shipped.

    • Shipping logistics such as distance, transportation costs, and d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must read basic of SAP SD

Skills evaluated in this interview

Microland Interview FAQs

How many rounds are there in Microland Senior Engineer L1 interview?
Microland interview process usually has 3 rounds. The most common rounds in the Microland interview process are Resume Shortlist, HR and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all
Microland Senior Engineer L1 Salary
based on 15 salaries
₹2.8 L/yr - ₹4.2 L/yr
61% less than the average Senior Engineer L1 Salary in India
View more details

Microland Senior Engineer L1 Reviews and Ratings

based on 4 reviews

3.0/5

Rating in categories

3.6

Skill development

2.9

Work-life balance

3.1

Salary

3.1

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer
379 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Senior Administrator
267 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

System Administrator
228 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Sme Associate
216 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Senior Analyst
195 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Microland with

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare

TCS

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