Upload Button Icon Add office photos

Filter interviews by

AGILE AIRPORT SERVICES ml engineer Interview Questions and Answers

Updated 21 Sep 2024

Interview questions from similar companies

ml engineer Interview Questions & Answers

Air India user image Monami Jaiswal

posted on 17 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Apr 2023. 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 - Coding Test 

Data science, ML concepts, statistics, python output

Round 3 - Technical 

(7 Questions)

  • Q1. What does correlation mean? what is the interpretation if the correlation is 0?
  • Ans. 

    Correlation measures the strength and direction of a relationship between two variables. A correlation of 0 indicates no linear relationship.

    • Correlation measures the degree to which two variables move in relation to each other. It ranges from -1 to 1.

    • A correlation of 0 means there is no linear relationship between the variables. They are not related in a linear fashion.

    • For example, if the correlation between hours of s...

  • Answered by AI
  • Q2. What is collinearity, how to handle it? also for multicollinearity
  • Q3. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
  • Ans. 

    Regression models can be evaluated using R squared and adjusted R squared to measure the goodness of fit.

    • R squared measures the proportion of the variance in the dependent variable that is predictable from the independent variables.

    • Adjusted R squared adjusts for the number of predictors in the model, providing a more accurate measure of goodness of fit.

    • R squared can be artificially inflated by adding more predictors, w...

  • Answered by AI
  • Q4. Explain regularization techniques, difference between ridge and lasso?
  • Ans. 

    Regularization techniques help prevent overfitting in machine learning models. Ridge regression adds L2 regularization, while Lasso regression adds L1 regularization.

    • Regularization techniques help prevent overfitting by adding a penalty term to the loss function.

    • Ridge regression adds the squared magnitude of coefficients as penalty term (L2 regularization).

    • Lasso regression adds the absolute magnitude of coefficients as...

  • Answered by AI
  • Q5. Explain working of decision trees, how to select parent and child nodes, gini impurity, etc?
  • Ans. 

    Decision trees are a popular machine learning algorithm used for classification and regression tasks.

    • Decision trees are a flowchart-like structure where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.

    • To select parent and child nodes, the algorithm calculates the best split at each node based on criteria like Gini impurity or inform...

  • Answered by AI
  • Q6. Bagging and boosting and their difference, what is ensemble models, how to handle overfitting, explain precision recall roc curve
  • Ans. 

    Explanation of bagging, boosting, ensemble models, handling overfitting, and precision-recall-ROC curve.

    • Bagging (Bootstrap Aggregating) involves training multiple models on different subsets of the training data and combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, with each model correcting the errors of its predecessor.

    • Ensemble models combine multiple ind...

  • Answered by AI
  • Q7. Create dictionary in python from 2 list and key values, sql query for window functions-Rank(), all joins in sql
  • Ans. 

    Creating dictionary in Python from 2 lists, using window functions and joins in SQL

    • To create a dictionary in Python from 2 lists and key values, you can use the zip() function

    • Example: dict(zip(keys_list, values_list))

    • For SQL window functions like Rank(), you can use the OVER() clause

    • Example: SELECT column1, column2, RANK() OVER(ORDER BY column3) AS rank_column FROM table_name

    • For SQL joins, you can use INNER JOIN, LEFT ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Air India ml engineer interview:
  • Data Science
  • Machine Learning

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Node js working in detail
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js is commonly used for building server-side applications, APIs, and real-time applications.

    • It has a large ecosystem of libraries and frameworks, such as Express.js and Socket.io.

  • Answered by AI
  • Q2. Timer working in node
  • Ans. 

    In Node.js, timers can be implemented using functions like setTimeout() and setInterval().

    • Use setTimeout() to execute a function once after a specified delay

    • Use setInterval() to execute a function repeatedly at a specified interval

    • Clear a timer using clearTimeout() or clearInterval()

    • Example: setTimeout(() => { console.log('Timer executed!'); }, 2000);

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. HLD questions on db and backend
  • Q2. Relational non relational db

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the internal implementation of Hashing and what is collision?
  • Ans. 

    Hashing is a technique used to map data to a fixed-size array, collision occurs when two different inputs produce the same hash value.

    • Hashing involves using a hash function to map data to a fixed-size array.

    • Collision happens when two different inputs produce the same hash value.

    • Common techniques to handle collisions include chaining and open addressing.

  • Answered by AI
  • Q2. Is time complexity of HashMap always O(1) ?
  • Ans. 

    No, time complexity of HashMap is not always O(1).

    • Time complexity of HashMap is O(1) on average, but can degrade to O(n) in worst case scenarios.

    • Worst case scenarios include hash collisions, which can lead to linear probing and degrade performance.

    • Load factor and capacity of the HashMap can also affect time complexity.

    • In scenarios where many keys hash to the same index, the time complexity can degrade.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Yet to have the interview. Ambition box is forcefully making me enter these details

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 dsa question 1 sql and 18 mcq questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lot of questions from resumes and projects
  • Q2. Easy DSA questions and oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work on you communication skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Tree algorithm about some riddels

Interview Preparation Tips

Interview preparation tips for other job seekers - tree algorithm
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Tool test as been conducted

Round 2 - Technical 

(1 Question)

  • Q1. Technical round still awaiting
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 - One-on-one 

(2 Questions)

  • Q1. There were questions of DSA, DBMS, OS etc
  • Q2. There were questions around project that were mentioned in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare around Data structures and algorithms, Database management system, Operating system, projects that you have already done.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is full form of DGCA and who are they?
  • Ans. 

    DGCA stands for Directorate General of Civil Aviation. They are the regulatory body for civil aviation in India.

    • DGCA stands for Directorate General of Civil Aviation

    • They are the regulatory body for civil aviation in India

    • Responsible for regulation of air transport services, safety oversight, and airworthiness standards

    • Issues licenses to pilots, engineers, and air traffic controllers

  • Answered by AI
  • Q2. What is CAMO and what is its significant
  • Ans. 

    CAMO stands for Computer-Aided Manufacturing Optimization. It is a process that uses computer software to optimize manufacturing processes.

    • CAMO uses computer software to analyze and optimize manufacturing processes

    • It helps in reducing production costs and improving efficiency

    • CAMO can be used in various industries such as automotive, aerospace, and electronics

    • Examples of CAMO software include Siemens NX, Autodesk Fusion

  • Answered by AI
  • Q3. What is role of CAAM
  • Ans. 

    CAAM stands for Corrective Action and Preventive Action. It is a systematic approach to identifying, investigating, and resolving quality issues.

    • CAAM helps in addressing quality issues by identifying root causes and implementing corrective actions to prevent recurrence.

    • It involves documenting the problem, investigating the cause, implementing corrective actions, and monitoring the effectiveness of the actions taken.

    • CAA...

  • Answered by AI
  • Q4. What us SB and AD
  • Ans. 

    SB stands for Standard Deviation and AD stands for Average Deviation.

    • SB (Standard Deviation) is a measure of the amount of variation or dispersion of a set of values. It shows how much variation or dispersion exists from the average (mean) value.

    • AD (Average Deviation) is a measure of the average absolute difference between each data point and the mean of the data set.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Air India Quality Engineer interview:
  • Quality
  • dgca
  • camo
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basis of Harness
  • Ans. 

    Harness is the collection of wires and cables that transmit signals and power between different components in a system.

    • Harness is used to organize and protect wires and cables in a system.

    • It helps in reducing electromagnetic interference and improving signal integrity.

    • Harness can be customized based on the specific requirements of the system.

    • Examples include wiring harness in automotive industry and cable harness in ae

  • Answered by AI
  • Q2. Basis of Earthing
  • Ans. 

    Earthing is the process of connecting electrical systems to the ground to prevent electric shock and protect equipment.

    • Earthing provides a path for fault currents to flow safely to the ground.

    • It helps in stabilizing voltage levels and protecting against lightning strikes.

    • Different types of earthing systems include TN-C, TN-S, TT, and IT systems.

    • Proper earthing is essential for safety in electrical installations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Basis

AGILE AIRPORT SERVICES Interview FAQs

How many rounds are there in AGILE AIRPORT SERVICES ml engineer interview?
AGILE AIRPORT SERVICES interview process usually has 1 rounds. The most common rounds in the AGILE AIRPORT SERVICES interview process are Technical.
What are the top questions asked in AGILE AIRPORT SERVICES ml engineer interview?

Some of the top questions asked at the AGILE AIRPORT SERVICES ml engineer interview -

  1. Asked related Pyt...read more
  2. Asked related...read more

Tell us how to improve this page.

AGILE AIRPORT SERVICES ml engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Air India Interview Questions
3.7
 • 167 Interviews
Spicejet Interview Questions
3.6
 • 91 Interviews
Boeing Interview Questions
3.9
 • 83 Interviews
GMR Group Interview Questions
4.1
 • 77 Interviews
Qatar Airways Interview Questions
4.0
 • 59 Interviews
Go First Interview Questions
3.7
 • 46 Interviews
AirAsia Interview Questions
3.6
 • 31 Interviews
View all
Data Entry Operator
21 salaries
unlock blur

₹1.7 L/yr - ₹3.1 L/yr

Loader Operator
15 salaries
unlock blur

₹1.4 L/yr - ₹4.3 L/yr

Assistant Manager- HR
14 salaries
unlock blur

₹6.8 L/yr - ₹10 L/yr

Cargo Assistant
11 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Helper
9 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Explore more salaries
Compare AGILE AIRPORT SERVICES with

Bird Group

3.0
Compare

Celebi Aviation Holding

3.8
Compare

Gvk Power & Infrastructure

4.0
Compare

GMR Group

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