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 Associate Manager Interview Questions and Answers

Updated 11 Jul 2024

Microland Associate Manager Interview Experiences

2 interviews found

Associate Manager Interview Questions & Answers

user image vinesh singh

posted on 11 Jul 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. All About Networking, SDWAN, BGP
  • Q2. SDWAN, BGP, WAP, MIST, MEraki
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2022. There were 4 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. Salary and background
Round 3 - Technical 

(1 Question)

  • Q1. Related to technology you are professional for
Round 4 - Behavioral 

(1 Question)

  • Q1. Salary, technical amd confidence

Associate Manager Interview Questions Asked at Other Companies

Q1. How will you calculate tension on the sheet which is being given ... read more
asked in Accenture
Q2. What is Soc7 and other Cobol /Jcl error codes ...
asked in PepsiCo
Q3. In Sponsored Products, how many types of campaigns can you make?
Q4. What will happen if there is leakage inside De Oxo furnace of you ... read more
asked in PepsiCo
Q5. Are you familiar to environment where you have to explain what is ... read more

Associate Manager Jobs at Microland

View all

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Apr 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 

(1 Question)

  • Q1. Purely on my skills on experience level and good communication was sufficient
Round 3 - HR 

(1 Question)

  • Q1. About company, policy and ctc discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I understand 3i pays are below average but again some cases like mine they pay good based on client requirement.

I applied via Approached by Company and was interviewed in Jul 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 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want to work for our company?
Round 3 - One-on-one 

(4 Questions)

  • Q1. What are your greatest strengths and weaknesses?
  • Q2. Why are you looking for a change?
  • Q3. How would you rate yourself on a scale of 1 to 10?
  • Q4. What is your biggest achievement so far?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , Apply even if you're not fully qualified. ...

I applied via Referral and was interviewed in Jun 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join Newgen?
  • Q2. Have you worked on RFP ?
  • Ans. 

    Yes, I have worked on RFPs in my previous roles.

    • I have experience in creating and responding to RFPs.

    • I have worked on RFPs for various industries including technology and finance.

    • I am familiar with the process of gathering information, writing proposals, and submitting bids.

    • I have also collaborated with cross-functional teams to ensure timely and accurate completion of RFPs.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Newgen Software Technologies Associate Manager interview:
  • RFP
  • RFI
  • Demo
Interview preparation tips for other job seekers - Add keywords as per JD & requirements. Add Skill set separately. Project Details by Projects.

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. More questions on which topic
  • Q2. Focus on c#, MVC and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technically and scenario based questions also prepared.

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, collection, database
  • Q2. Method overload and overrding, interface, abstract class, one small program on string manipulation,database queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your core java basics revised and keep sound knowledge of your project

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Online test of 90 minutes at 5:30 pm

  • Q1. What are the basic concepts of Object-Oriented Programming, and how do they relate to data structures and algorithms?
  • Ans. 

    Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.

    • Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().

    • Inheritance: Allowing a class to inherit properties and meth...

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Online coding interview of 45 minutes at 6:10PM.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.

  • Answered by AI
  • Q2. Can you explain queries related to insert, selection, and joins in a database management system?
  • Ans. 

    Explanation of insert, select, and join queries in a database management system.

    • Insert query is used to add new records to a table.

    • Select query is used to retrieve data from a table based on specified criteria.

    • Join query is used to combine rows from two or more tables based on a related column between them.

    • Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round of 30 minutes at 6pm

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in NoidaEligibility criteriaAbove 7 cgpaNewgen Software interview preparation:Topics to prepare for the interview - Data Structures and algorithms(arrays,strings,linked list,graphs,trees,recursion,backtrack),OOPS,Relational Database Management System, Operating SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach 
Tip 3 : Do practice of quality questions not only quantity.

Application resume tips for other job seekers

Tip 1 : One page resume 
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on SDLC & STLC , system testing, regression testing, diff between functional and non functional testing, Smoke testing, Adhoc testing. Some simple SQL questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to answer each amd every question correctly.

Microland Interview FAQs

How many rounds are there in Microland Associate Manager interview?
Microland interview process usually has 2-3 rounds. The most common rounds in the Microland interview process are Technical, Resume Shortlist and HR.
How to prepare for Microland Associate Manager 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 Microland. The most common topics and skills that interviewers at Microland expect are Troubleshooting, VMware, Process Compliance, Virtualization and Investigations.
What are the top questions asked in Microland Associate Manager interview?

Some of the top questions asked at the Microland Associate Manager interview -

  1. Related to technology you are professional ...read more
  2. Salary, technical amd confide...read more
  3. All About Networking, SDWAN, ...read more

Tell us how to improve this page.

Microland Associate Manager Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 144 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 116 Interviews
View all
Microland Associate Manager Salary
based on 55 salaries
₹9.7 L/yr - ₹30.7 L/yr
47% more than the average Associate Manager Salary in India
View more details

Microland Associate Manager Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.1

Salary

3.3

Job security

2.8

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 10 Reviews and Ratings
Digital Network - Associate Manager (WL1)

Pune

10-12 Yrs

Not Disclosed

Associate Manager - Applications (AP6)

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
360 salaries
unlock blur

₹2.3 L/yr - ₹5.2 L/yr

Senior Administrator
264 salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

System Administrator
224 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Sme Associate
218 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Senior Analyst
184 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Microland with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Newgen Software Technologies

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