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 EUS Engineer Interview Questions, Process, and Tips

Updated 27 Mar 2022

Top Microland EUS Engineer Interview Questions and Answers

Microland EUS Engineer Interview Experiences

2 interviews found

EUS Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2019

I applied via Walk-in and was interviewed in Dec 2019. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. How to add Network printer.
  • Ans. 

    To add a network printer, you need to connect it to the network and install the printer driver on your computer.

    • Connect the printer to the network using an Ethernet cable or Wi-Fi.

    • Find the IP address of the printer.

    • Open the Control Panel on your computer and go to Devices and Printers.

    • Click on 'Add a printer' and select 'Add a network, wireless or Bluetooth printer'.

    • Enter the IP address of the printer and follow the on

  • Answered by AI
  • Q2. How to join domain.
  • Ans. 

    To join a domain, you need to have administrative privileges and follow a few steps.

    • Ensure the computer is connected to the network

    • Open System Properties and click on 'Change'

    • Enter the domain name and provide administrative credentials

    • Restart the computer for changes to take effect

  • Answered by AI
  • Q3. Configure outlook
  • Q4. What's is DNS DHCP ACTIVE DIRECTORY
  • Ans. 

    DNS, DHCP, and Active Directory are all essential components of a Windows-based network infrastructure.

    • DNS (Domain Name System) is responsible for translating domain names into IP addresses.

    • DHCP (Dynamic Host Configuration Protocol) is used to automatically assign IP addresses to devices on a network.

    • Active Directory is a centralized database that stores information about network resources and enables authentication an...

  • Answered by AI
  • Q5. What is pay and ost
  • Ans. 

    Pay and OST are not related terms in engineering.

    • Pay refers to the amount of money an employee receives for their work.

    • OST is not a commonly used term in engineering and may refer to a variety of things such as Open Source Technology or On-Site Training.

    • Without further context, it is difficult to provide a more specific answer.

  • Answered by AI
  • Q6. What is gost
  • Ans. 

    GOST is a set of cryptographic standards developed by the Russian government.

    • GOST includes algorithms for encryption, hashing, and digital signatures.

    • It is widely used in Russia and other countries that have close ties with Russia.

    • GOST algorithms are known for their high level of security and resistance to attacks.

    • Some examples of GOST algorithms include GOST R 34.10-2012 for digital signatures and GOST R 34.11-2012 fo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When i faced the interview it was totally technically but it depends on the client side location.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 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 

(1 Question)

  • Q1. Asked about my knowledge on windows , networking, office troubleshooting etc

Interview Preparation Tips

Topics to prepare for Microland EUS Engineer interview:
  • CCNA
  • office 365
  • MCSA
Interview preparation tips for other job seekers - Check on which profile you are trying to get the jib, check job description and try to cover related topics on youtube. Be confident and positive.

EUS Engineer Interview Questions Asked at Other Companies

asked in Microland
Q1. What's is DNS DHCP ACTIVE DIRECTORY
asked in Microland
Q2. How to add Network printer.
asked in Microland
Q3. How to join domain.
asked in Microland
Q4. What is pay and ost
asked in Microland
Q5. What is gost

Interview questions from similar companies

I applied via Monster

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 

(2 Questions)

  • Q1. Thorough knowledge of outlook required.
  • Q2. Thorough knowledge of desktop required

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company with healthy atmosphere

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to react js amd js

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. There will he two rounds technical. One will be telephonic and second will be skyp video.

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

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.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    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.

    Explanation...

  • Ans. 

    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.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

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

  • Ans. 

    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

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

Microland Interview FAQs

How many rounds are there in Microland EUS Engineer interview?
Microland interview process usually has 2 rounds. The most common rounds in the Microland interview process are Resume Shortlist and Technical.
What are the top questions asked in Microland EUS Engineer interview?

Some of the top questions asked at the Microland EUS Engineer interview -

  1. What's is DNS DHCP ACTIVE DIRECT...read more
  2. How to add Network print...read more
  3. How to join doma...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
NeoSOFT Interview Questions
3.7
 • 263 Interviews
3i Infotech Interview Questions
3.4
 • 143 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 118 Interviews
Maveric Systems Interview Questions
3.5
 • 115 Interviews
Sonata Software Interview Questions
3.4
 • 114 Interviews
View all
Microland EUS Engineer Salary
based on 31 salaries
₹2 L/yr - ₹3.5 L/yr
At par with the average EUS Engineer Salary in India
View more details

Microland EUS Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

3.6

Salary

4.3

Job security

4.0

Company culture

2.4

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Senior Engineer
357 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Senior Administrator
260 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

Sme Associate
219 salaries
unlock blur

₹7.1 L/yr - ₹19 L/yr

System Administrator
207 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Analyst
196 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Microland with

ITC Infotech

3.6
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Newgen Software Technologies

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