Upload Button Icon Add office photos

Filter interviews by

AiRo Digital Labs Major Incident Manager Interview Questions and Answers

Updated 21 Oct 2024

AiRo Digital Labs Major Incident Manager Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between incident management and major incident management
  • Ans. 

    Incident management focuses on resolving any type of incident, while major incident management specifically deals with large-scale incidents that have significant impact on business operations.

    • Incident management is the process of identifying, analyzing, and resolving incidents to restore normal service operation as quickly as possible.

    • Major incident management is a subset of incident management that deals with inciden...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare thouroughly

Interview questions from similar companies

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via LinkedIn and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Assignment 

A technical test for whatever technical round you are applying for. Will be conceptual test rather than hard/coded test

Round 2 - Technical 

(2 Questions)

  • Q1. For almost 1.5 hrs where technical questions being asked. level is easy to medium but mainly they focus on how fast are you while you stuck in a problem and your concepts
  • Q2. How can you derive (%share) in power bi
  • Ans. 

    To derive % share in Power BI, use the 'Group By' function and create a measure using the 'Divide' function.

    • Use the 'Group By' function to group the data by the desired category

    • Create a measure using the 'Divide' function to calculate the percentage share

    • Add the measure to a visual to display the % share

    • Example: = DIVIDE(SUM(Sales[Revenue]), CALCULATE(SUM(Sales[Revenue]), ALL(Sales)))

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

(1 Question)

  • Q1. This was with the Project Manager to see how well you can provide solutions and interact with client.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont brag if you dont know anything at all. Trust me , people at fractal dont expect you to know everything. They just want tour concepts to be crystal clear

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. What is difference between flip-flop and Latches?
  • Ans. 

    Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are edge-triggered devices, while latches are level-sensitive devices.

    • Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.

    • Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.

    • Flip-flops are more complex and require more cir...

  • Answered by AI
  • Q2. Where is the money needed to recruited you for embedur system?.The Hr will ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply or just putting resume to this company.As the hr will make money with this job. They don't deseve Talented candidates.They want referrals and salary cuts for hr to hire you.Instead of hiring candidates for software position, They should hire best Hr first (definitely in chennai)

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All interviews was based on my resume. There were 5 rounds including 1 round with senior consultants of team, 1 with manager, 1 coding test, another telephonic interview with senior partner and then hr int...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorrow with your resume. You should know everything that's written in your resume.

I applied via Referral and was interviewed in Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions were mainly on the technologies I have worked on like Power BI,SQL and few data modelling concepts.
  • Q2. Apart from technical, there were questions on logical reasoning like the guestimates. Exact question for the guesstimate was: In a city like Delhi, how many plates of chola kulcha is consumed in a day? Tip...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Its ok if you dont know the answer for any question. Dont get panic and try to take a question one by one instead of thinking ahead about the next questions. Prepare to explain about your current role and responsibilities in a team or a project in detail and the technologies that you have worked upon.

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Decision tree, random forest, regressions, classification metrics

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice experience, warm and welcoming people.

I applied via Recruitment Consulltant and was interviewed before Jun 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 - Technical 

(1 Question)

  • Q1. When do you prefer Decision Tree better than Random Forest model if model outputs are similar
  • Ans. 

    Decision Tree is preferred over Random Forest when interpretability is important.

    • Decision Tree is easier to interpret and visualize than Random Forest.

    • Decision Tree is better suited for small datasets with few features.

    • Random Forest is better suited for large datasets with many features.

    • Random Forest is less prone to overfitting than Decision Tree.

    • Decision Tree can be used as a building block for Random Forest.

    • If inter...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to work here

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep answers simple and to the point.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Duration: 1hr
Topics: Array, LinkedList,Stack

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for Insertion in a binary tree.
  • Ans. 

    Code for insertion in a binary tree

    • Create a new node with the given data

    • If the tree is empty, make the new node as root

    • Else, traverse the tree to find the appropriate position to insert the new node

    • If the data is less than the current node, go to the left subtree

    • If the data is greater than the current node, go to the right subtree

    • Repeat until an appropriate position is found

    • Set the new node as the child of the appropri

  • Answered by AI
  • Q2. Write code for quick sort
  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by partitioning it into two sub-arrays.

    • Choose a pivot element from the array

    • Partition the array around the pivot element

    • Recursively apply quick sort to the left and right sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Various DBMS related question(JOINS, SORT, LIMIT)
Round 4 - HR 

(2 Questions)

  • Q1. Tell us about yourself.
  • Q2. Why do want to join the company

Interview Preparation Tips

Topics to prepare for Hughes Systique Corporation Software Engineer interview:
  • C++
  • Data Structures
  • SQL
Interview preparation tips for other job seekers - Just be confident and explain your thought process and go with the flow

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 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. Based on your previous experience
Round 3 - Coding Test 

Simple coding questions in your preferred language

AiRo Digital Labs Interview FAQs

How many rounds are there in AiRo Digital Labs Major Incident Manager interview?
AiRo Digital Labs interview process usually has 1 rounds. The most common rounds in the AiRo Digital Labs interview process are Technical.

Tell us how to improve this page.

AiRo Digital Labs Major Incident Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 208 Interviews
MathCo Interview Questions
2.9
 • 115 Interviews
Zeta Interview Questions
3.4
 • 71 Interviews
Kiya.ai Interview Questions
3.2
 • 49 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
Mitsogo Inc Interview Questions
3.0
 • 38 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
View all
Senior Consultant
30 salaries
unlock blur

₹7.1 L/yr - ₹31.5 L/yr

Consultant
8 salaries
unlock blur

₹8.6 L/yr - ₹18 L/yr

RPA Developer
7 salaries
unlock blur

₹3.2 L/yr - ₹8.8 L/yr

Senior Manager
6 salaries
unlock blur

₹15.5 L/yr - ₹22 L/yr

Project Manager
5 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Explore more salaries
Compare AiRo Digital Labs with

Fractal Analytics

4.0
Compare

Subex

3.5
Compare

Kiya.ai

3.2
Compare

MathCo

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