Upload Button Icon Add office photos

Aztec

Compare button icon Compare button icon Compare

Filter interviews by

Aztec Interview Questions and Answers

Updated 7 Nov 2022

Aztec Interview Experiences

2 interviews found

Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2022

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

(2 Questions)

  • Q1. General Questions related to employment and experience for the JD
  • Q2. How much experience you have? Willing to relocate? Introduction
  • Ans. I shared my total experience. Ready to relocate Introduction given
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. What do you know about MES

Interview Preparation Tips

Topics to prepare for Aztec interview:
  • Basic about MES
  • User Interface Designing
  • Interface to ERP and LIMS
Interview preparation tips for other job seekers - All technical questions related to your employment is asked which is mention in JD.

Trainee Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2022

I applied via Campus Placement and was interviewed in Jan 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 - Technical 

(1 Question)

  • Q1. What is the Web page life cycle and can you please explain it in detail
  • Ans. 

    The web page life cycle is the process of a web page being requested, loaded, rendered, and then unloaded.

    • The user requests a web page from the server

    • The server processes the request and sends back the HTML, CSS, and JavaScript files

    • The browser loads and parses the HTML, creates the Document Object Model (DOM), and renders the page

    • The browser executes any JavaScript code and updates the DOM and CSS styles as needed

    • The ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview to be cracked. Interviewer was friendly

Skills evaluated in this interview

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Cpp regarding questions, project related questions
  • Q2. Data structure algo of sorting and searching
  • Ans. 

    Sorting and searching are fundamental data structure algorithms used to organize and retrieve data efficiently.

    • Sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and heapsort.

    • Searching algorithms include linear search, binary search, and interpolation search.

    • The choice of algorithm depends on the size and type of data being sorted or searched.

    • Efficient sorting and searching are critical for

  • Answered by AI
  • Q3. Basic programs and cso questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1st written, 2nd and 3rd will be managerial round
Interviewee will ask really good level of questions on STL, threading and IPC communications. So prepare accordingly.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Scenario-based questions. ex: how you will differentiate two different login 2. Remove duplicates from the array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are simple if you are fresher and average/difficult for experienced.
3 to 4 rounds of interviews can take place.

I applied via Recruitment Consultant and was interviewed in Nov 2017. There were 8 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Technical Interview on Power Systems/Switchgear & Control System. Detailed discussion on Switchgear and Protection. Discussion on IEC and IS standards.
  • Q2. HR interview on experience and Pay scale
  • Q3. Detailed discussion on experience and expectations.
  • Q4. Baground & Certificate verification

Interview Preparation Tips

Round: Resume Shortlist
Experience: Engineering Degree & Suitable profile

Round: Group Discussion
Experience: Topic : Switchgear & Control System.

I have actively participated in technical discussion.

Round: Second level of technical round with higher authority
Experience: Details analysis on market segment

Round: Case Study Interview
Experience: Case study on my interest and profile interested in.

General Tips: Prepare and answer correctly to the questions you asked, do not lead interviewer in wrong way. Interviewers will easily guess what we are delivering.

Be 100% interested on your profile & role, Don't attend interview for the shake of job.

Skills: Technical Knowledge(ML, Communication, Body Language, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-3 Months

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Volume mix calculation.
  • Ans. 

    Volume mix calculation is the process of determining the proportion of different products sold in a given period.

    • Volume mix calculation helps in understanding the sales performance of different products.

    • It involves calculating the percentage of sales contributed by each product.

    • For example, if a company sells 100 units of product A and 50 units of product B, the volume mix would be 67% for A and 33% for B.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be more prepared on technical questions

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

I applied via Recruitment Consulltant and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Position Tolerance, Tolerance stack, Temperature Rise test, Vaccuum Circuit breaker, arc quenching,

Interview Preparation Tips

Interview preparation tips for other job seekers - Time taking process 2 month almost
Position goes on hold sometimes
They are more happy taking diversity candidates

I applied via Naukri.com and was interviewed before Jul 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. What is your motivation to apply for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company from HR policies and mobility

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

Interview Questionnaire 

2 Questions

  • Q1. Scenario based questions on Python.
  • Q2. Automate a travel booking website using python and selenium.
  • Ans. 

    Automating a travel booking website using Python and Selenium involves writing scripts to simulate user actions.

    • Use Selenium WebDriver to automate browser actions

    • Identify web elements using locators like ID, class, name, etc.

    • Use Python libraries like requests and BeautifulSoup for web scraping

    • Implement test cases to ensure the website functions as expected

    • Handle exceptions and errors that may occur during automation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at core python concepts.

Skills evaluated in this interview

Aztec Interview FAQs

How many rounds are there in Aztec interview?
Aztec interview process usually has 2-3 rounds. The most common rounds in the Aztec interview process are Resume Shortlist, Technical and HR.
How to prepare for Aztec 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 Aztec. The most common topics and skills that interviewers at Aztec expect are Consulting, Automation, SQL, Hardware Design and Networking.

Tell us how to improve this page.

Aztec Reviews and Ratings

based on 7 reviews

3.3/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

2.9

Salary

3.6

Job security

3.4

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 7 Reviews and Ratings
Automation Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

Senior Engineer
3 salaries
unlock blur

₹11.5 L/yr - ₹12 L/yr

Quality Inspector
3 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Senior Automation Engineer
3 salaries
unlock blur

₹12 L/yr - ₹17.5 L/yr

Senior Customer Service Representative
3 salaries
unlock blur

₹4.1 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Aztec with

Schneider Electric

4.1
Compare

Rockwell Automation

3.7
Compare

GKN

3.8
Compare

Titan Engineering & Automation

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