i
Microland
Filter interviews by
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.
Basic aptitude questions
I applied via Job Portal and was interviewed in Feb 2022. There were 5 interview rounds.
Three rounds for aptitude test
Round 1: 30 mins, logical ability
Round2: 30 mins, verbal ability
Round3: 30 mins, technical
In GD, they will give a topic and randomly call the candidates. In my time, the topic was "Is the youth confused or confident? "
Top trending discussions
posted on 28 May 2022
I appeared for an interview in Jan 2022.
Round duration - 30 minutes
Round difficulty - Easy
MCQ's as well some basic coding questions were there in this round
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.
Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.
If the two pointers meet at any point, it indicates the presence of a cycle in the linked list.
To optimize space complexity, use constant extra space by modifying the linked list nodes.
Round duration - 25 minutes
Round difficulty - Easy
Questions on DBMS and OS were asked in this round
Paging divides physical memory into fixed-size blocks, while segmentation divides logical memory into variable-size segments.
Paging divides memory into fixed-size blocks called pages, while segmentation divides memory into variable-size segments.
Paging allows for efficient use of physical memory by swapping pages in and out of RAM, while segmentation simplifies memory management for programs.
Paging is more commonly use...
FCFS (First-Come, First-Served) is a scheduling algorithm where tasks are executed in the order they arrive.
Tasks are processed based on their arrival time, with the first task arriving being the first to be executed.
It is a non-preemptive scheduling algorithm, meaning once a task starts, it runs to completion without interruption.
FCFS is simple to implement but may lead to longer waiting times for tasks that arrive la...
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity, while denormalization is the process of intentionally introducing redundancy to improve query performance.
Normalization involves breaking down a table into smaller tables and defining relationships between them to reduce redundancy.
Denormalization involves combining tables and duplicating data to improve query...
Round duration - 15 minutes
Round difficulty - Easy
Basic HR questions like why do you want to join this company and some questions on behavioural and resume.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 7 Jul 2017
posted on 26 Nov 2020
I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.
posted on 20 Feb 2021
I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.
posted on 15 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 45 minutes
Round difficulty - Medium
I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in a given array.
Iterate through the array and keep track of the current sum and maximum sum seen so far.
If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.
Return the maximum sum as the result.
Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.
You are given two singly linked lists, where each list represents a positive number without any leading zeros.
Your task is to add these two numbers and return the sum as ...
Add two numbers represented as linked lists and return the sum as a linked list.
Traverse both linked lists simultaneously while keeping track of carry
Create a new linked list to store the sum
Handle cases where one list is longer than the other
Consider edge cases like carry at the end of addition
Round duration - 15 minutes
Round difficulty - Easy
It was a normal discussion about the role, the job expectations and about the company culture.
Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.
Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.
posted on 18 May 2021
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 19 Apr 2022
I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.
Some of the top questions asked at the Microland Graduate Engineer Trainee (Get) interview -
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Senior Engineer
383
salaries
| ₹2.2 L/yr - ₹5 L/yr |
Senior Administrator
260
salaries
| ₹3 L/yr - ₹14 L/yr |
Sme Associate
218
salaries
| ₹6 L/yr - ₹19 L/yr |
System Administrator
207
salaries
| ₹2.2 L/yr - ₹8 L/yr |
Senior Analyst
196
salaries
| ₹4 L/yr - ₹12 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Newgen Software Technologies