Upload Button Icon Add office photos
Engaged Employer

i

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

Millennium Automation And Systems Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 47 Reviews

Filter interviews by

Millennium Automation And Systems Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness

Growth Consultant Interview Questions & Answers

WebEngage user image Anonymous

posted on 9 Jul 2024

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

How would you leverage WebEngage for Myntra EORS?

Round 2 - Technical 

(2 Questions)

  • Q1. Questions around Mar-Tech.
  • Q2. Role related knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific about your KRA's, what you do in your current role, research about WebEngage products, and Mar-Tech in detail.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. 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 

(5 Questions)

  • Q1. How kind of windows 10 edition
  • Ans. 

    Windows 10 comes in several editions, including Home, Pro, Enterprise, and Education.

    • Windows 10 Home edition is designed for home users and includes basic features.

    • Windows 10 Pro edition is targeted towards business users and includes additional features like BitLocker encryption and remote desktop.

    • Windows 10 Enterprise edition is for large organizations and offers advanced security and management capabilities.

    • Windows ...

  • Answered by AI
  • Q2. What is domain ?
  • Ans. 

    A domain is a network of computers that are managed and controlled by a single entity.

    • A domain is a logical grouping of computers, servers, and other network devices.

    • It allows for centralized management and administration of resources.

    • Domains are typically used in business environments to provide security, access control, and resource sharing.

    • Each domain has a unique name and is identified by its domain name system (DN...

  • Answered by AI
  • Q3. What will be hardware requirements for windows 10
  • Ans. 

    The hardware requirements for Windows 10 include a 1 GHz or faster processor, 1 GB RAM for 32-bit or 2 GB RAM for 64-bit, 16 GB of free disk space, and a DirectX 9 graphics card.

    • Processor: 1 GHz or faster

    • RAM: 1 GB for 32-bit or 2 GB for 64-bit

    • Disk Space: 16 GB of free space

    • Graphics Card: DirectX 9 or later with WDDM 1.0 driver

  • Answered by AI
  • Q4. What is difference between the window 10 and 11?
  • Ans. 

    Windows 11 is the latest version of the Windows operating system, succeeding Windows 10.

    • Windows 11 has a redesigned Start menu and taskbar.

    • Windows 11 introduces new features like Snap Layouts and Snap Groups for multitasking.

    • Windows 11 has a centered taskbar and rounded corners for a more modern look.

    • Windows 11 requires more advanced hardware specifications compared to Windows 10.

    • Windows 11 offers improved gaming capab...

  • Answered by AI
  • Q5. How kind of license of MS office
  • Ans. 

    There are different types of licenses for MS Office, such as Home, Personal, Business, and Enterprise.

    • MS Office licenses include Home, Personal, Business, and Enterprise editions.

    • Home license is for personal use and includes applications like Word, Excel, and PowerPoint.

    • Personal license is similar to Home but includes additional features like Outlook and Publisher.

    • Business license is designed for small to medium-sized ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between springboot and spring
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.

    • Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.

    • Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing default...

  • Answered by AI
  • Q2. Explaing springboot annotation
  • Ans. 

    Spring Boot annotations are used to simplify the development process by providing shortcuts for common configurations and functionalities.

    • Annotations like @SpringBootApplication, @RestController, @Autowired, @ComponentScan are commonly used in Spring Boot applications.

    • Annotations help in reducing boilerplate code and configuring various aspects of the application.

    • For example, @SpringBootApplication is used to mark the ...

  • Answered by AI
  • Q3. How do you use JPA in your project write it
  • Ans. 

    I use JPA in my project by defining entity classes, annotating them with JPA annotations, creating repositories, and using JPQL queries.

    • Define entity classes with @Entity annotation

    • Annotate fields with @Column, @Id, @GeneratedValue, etc.

    • Create repositories by extending JpaRepository interface

    • Use JPQL queries for custom database operations

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How microservices communicate in your project
  • Ans. 

    Microservices communicate through REST APIs and messaging queues in our project.

    • Microservices communicate with each other using REST APIs for synchronous communication.

    • Messaging queues like Kafka or RabbitMQ are used for asynchronous communication between microservices.

    • Service discovery tools like Eureka or Consul are used to locate and communicate with other microservices.

    • Microservices may also use gRPC for communicat

  • Answered by AI
  • Q2. Which design pattern used in your last project
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked about all projects
  • Q2. Team size and agile methodology
Round 4 - HR 

(2 Questions)

  • Q1. Why are you leaving current organization
  • Q2. What do you know about Emtec
  • Ans. 

    Emtec is a global IT consultancy that provides technology solutions and services to help organizations drive digital transformation.

    • Provides IT consultancy services

    • Specializes in technology solutions

    • Helps organizations with digital transformation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waist time , just take interviews and won't release offer after clearing all round and HR discussion. Just HR discussed salary and tried to negotiate even though I was ready for attend the hybrid mode and negotiated salary and all things ,still offer not released and didn't hear back from HR

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was js coding and react native related questions.

Round 2 - Technical 

(1 Question)

  • Q1. It was technical skills of Android and iOS application related react native
Round 3 - Face to face round 

(1 Question)

  • Q1. It was discussed about your career and judge our professional career.

Interview Preparation Tips

Interview preparation tips for other job seekers - All was good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

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 

(1 Question)

  • Q1. OOPS C and C++ Code analysis (debugging)
Round 3 - Technical 

(1 Question)

  • Q1. Data structures Algorithm Puzzles Security vulnerability Memory mapping

Interview Preparation Tips

Interview preparation tips for other job seekers - Be conceptual. Just don't read have good coding skills and debugging skills and complete understanding of how the code works and logic building. And basics should be strong.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test and personality test, It's easy

Round 2 - Technical 

(1 Question)

  • Q1. Code to print diagonal elements in 2d array. Reverse a string without using other empty string.
  • Ans. 

    Print diagonal elements in a 2D array and reverse a string without using an empty string.

    • Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.

    • Iterate through the characters of the string from the last index to the first index and append each character to a new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In technical round, they focus only on coding, problem solving and data structures and algorithms.
So be ready to solve codes

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions related to experience
  • Q2. What is modifier?
  • Ans. 

    A modifier is a word, phrase, or clause that provides additional information about another word in a sentence.

    • Modifiers can be adjectives, adverbs, or phrases that describe or give more information about nouns or verbs.

    • Example: 'The quick brown fox' - 'quick' and 'brown' are modifiers describing the fox.

    • Misplaced modifiers can cause confusion in a sentence.

    • Example: 'I only ate pizza' - Does this mean the person only at

  • Answered by AI
  • Q3. Questions related to AMD software

Interview Preparation Tips

Topics to prepare for Avontix Process Associate interview:
  • Modifier
  • Rejections
Interview preparation tips for other job seekers - Prepare according to experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Q2. Why did you choose this position
Round 2 - eface to face interview 

(1 Question)

  • Q1. Tell us about your previous experience
Round 3 - Assignment 

Writter, about the job

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

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Any question related Medical Billimg

Millennium Automation And Systems Interview FAQs

How to prepare for Millennium Automation And Systems 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 Millennium Automation And Systems. The most common topics and skills that interviewers at Millennium Automation And Systems expect are Finance, Presales, TDS, Taxation and Accounting.

Tell us how to improve this page.

Millennium Automation And Systems Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 428 Interviews
Bosch Interview Questions
4.2
 • 333 Interviews
Johnson Controls Interview Questions
3.6
 • 255 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
Yokogawa Interview Questions
3.7
 • 34 Interviews
View all

Millennium Automation And Systems Reviews and Ratings

based on 47 reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.5

Salary

3.5

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 47 Reviews and Ratings
Photographer cum Video editor

New Delhi

2-3 Yrs

₹ 2.5-3 LPA

Accountant

New Delhi

3-4 Yrs

₹ 2.5-3 LPA

Member(Contracts and Compliance)

New Delhi

1-2 Yrs

₹ 5-6 LPA

Explore more jobs
Network Engineer
10 salaries
unlock blur

₹1.4 L/yr - ₹3.7 L/yr

Project Engineer
7 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹2.6 L/yr - ₹4.9 L/yr

Cctv Operator
5 salaries
unlock blur

₹2.2 L/yr - ₹2.8 L/yr

Project Manager
4 salaries
unlock blur

₹4.1 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Millennium Automation And Systems with

Bosch

4.2
Compare

Siemens

4.1
Compare

ABB

4.1
Compare

Honeywell Automation

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