Upload Button Icon Add office photos

Filter interviews by

InterGlobe Aviation CMS Engineer Interview Questions and Answers

Updated 4 Jun 2021

InterGlobe Aviation CMS Engineer Interview Experiences

1 interview found

CMS Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2021

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

Interview Questionnaire 

2 Questions

  • Q1. What is Parsys in AEM
  • Ans. 

    Parsys is a component in Adobe Experience Manager (AEM) that allows authors to create and manage dynamic layouts.

    • Parsys stands for Paragraph System.

    • It is a container component that allows authors to add and arrange other components within it.

    • Authors can drag and drop components into a Parsys and define their order and layout.

    • Parsys provides flexibility in creating dynamic and responsive web pages.

    • It enables authors to ...

  • Answered by AI
  • Q2. Bootstrap stylings

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and look at camara while speaking.

Skills evaluated in this interview

Interview questions from similar companies

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
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Multiple programming languages ex python, JavaScript, Java, Cloud formation

Round 2 - Technical 

(3 Questions)

  • Q1. What are the aws services worked on
  • Ans. 

    I have worked on various AWS services including EC2, S3, RDS, Lambda, and CloudFormation.

    • EC2

    • S3

    • RDS

    • Lambda

    • CloudFormation

  • Answered by AI
  • Q2. Tell about troubleshooting skills in aws
  • Ans. 

    Troubleshooting skills in AWS involve identifying and resolving issues with cloud services and infrastructure.

    • Ability to analyze logs and metrics to identify root causes of issues

    • Experience with AWS monitoring tools like CloudWatch and X-Ray

    • Knowledge of AWS service limits and best practices for optimizing performance

    • Familiarity with AWS support options and escalation procedures

  • Answered by AI
  • Q3. What is the approach if you get new task
  • Ans. 

    I prioritize tasks based on deadlines, complexity, and impact on overall project goals.

    • Assess the deadline for the task and prioritize accordingly

    • Evaluate the complexity of the task and allocate resources accordingly

    • Consider the impact of the task on the overall project goals

  • Answered by AI
Round 3 - Technical 

(8 Questions)

  • Q1. Aws architect level
  • Ans. 

    An AWS architect level question

    • Understand the AWS Well-Architected Framework

    • Have experience designing scalable and cost-effective AWS solutions

    • Familiarity with various AWS services like EC2, S3, RDS, etc.

  • Answered by AI
  • Q2. What is the recent aws services you used
  • Ans. 

    I have recently used AWS Lambda, AWS S3, and AWS RDS services.

    • AWS Lambda for serverless computing

    • AWS S3 for object storage

    • AWS RDS for managed relational databases

  • Answered by AI
  • Q3. Explain the services how you used in your application in recently
  • Q4. What is Aws lambda and how will you communicate to s3 in cross account
  • Ans. 

    AWS Lambda is a serverless computing service that runs code in response to events and automatically manages the computing resources required.

    • AWS Lambda is event-driven and allows you to run code without provisioning or managing servers.

    • To communicate with S3 in a cross-account scenario, you can use IAM roles and policies to grant necessary permissions.

    • Create a role in the account where the Lambda function resides with ...

  • Answered by AI
  • Q5. What is the best approach to cost optimization
  • Ans. 

    The best approach to cost optimization involves identifying inefficiencies, prioritizing cost-saving opportunities, and implementing strategic solutions.

    • Conduct a thorough analysis of current expenses to identify areas of inefficiency

    • Prioritize cost-saving opportunities based on potential impact and feasibility

    • Implement strategic solutions such as renegotiating contracts, optimizing processes, or investing in technolog...

  • Answered by AI
  • Q6. What is aws landing zones and control tower
  • Ans. 

    AWS Landing Zones and Control Tower are AWS solutions for setting up and managing secure, multi-account AWS environments.

    • AWS Landing Zones is a solution that helps customers set up a secure, multi-account AWS environment based on AWS best practices.

    • AWS Control Tower is a service that provides the easiest way to set up and govern a secure, multi-account AWS environment based on AWS best practices.

    • Both Landing Zones and ...

  • Answered by AI
  • Q7. How will it work control tower and landing zones
  • Ans. 

    Control towers manage air traffic and guide planes to designated landing zones.

    • Control towers communicate with pilots to provide instructions for takeoff, landing, and taxiing.

    • Landing zones are designated areas on the runway where planes touch down and come to a stop.

    • Control towers use radar and communication systems to monitor and coordinate the movement of aircraft.

    • Efficient communication and coordination between con...

  • Answered by AI
  • Q8. How transit gate ways work
  • Ans. 

    Transit gateways are network devices that connect different networks and control the flow of traffic between them.

    • Transit gateways act as a bridge between different networks, such as connecting an on-premises network to a cloud network.

    • They enforce security policies and perform routing functions to direct traffic to the appropriate destination.

    • Transit gateways can also provide network address translation (NAT) services...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why do you want join Delta Airlines
  • Q2. What is your expectation from Delta Airlines
  • Q3. What is your strength

Interview Preparation Tips

Topics to prepare for Delta Air Lines Senior Engineer interview:
  • AWS
Interview preparation tips for other job seekers - Good to prepare aws cloud architect level

Skills evaluated in this interview

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. About sdlc stlc manual testing topics
Round 2 - Technical 

(1 Question)

  • Q1. Coding, few automation topics
Round 3 - Behavioral 

(1 Question)

  • Q1. General topics discussion
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aerospace, Airplane related SW need to meet the DO178C, asking experiences with this

Round 2 - Case Study 

Related experiences and roles about the project with used DO178c

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a defect
  • Q2. What is a quality

I applied via Referral and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

SDLC, Core Programming Langage, Agile, Architectures

Round 2 - One-on-one 

(1 Question)

  • Q1. Mostly Related to technology u r working on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview process. Was asked mostly the concept based things.

InterGlobe Aviation Interview FAQs

What are the top questions asked in InterGlobe Aviation CMS Engineer interview?

Some of the top questions asked at the InterGlobe Aviation CMS Engineer interview -

  1. What is Parsys in ...read more
  2. Bootstrap styli...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 InterGlobe Aviation interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Air India Interview Questions
3.8
 • 164 Interviews
Spicejet Interview Questions
3.6
 • 91 Interviews
Boeing Interview Questions
3.9
 • 81 Interviews
Qatar Airways Interview Questions
4.0
 • 59 Interviews
Go First Interview Questions
3.7
 • 46 Interviews
AirAsia Interview Questions
3.6
 • 31 Interviews
British Airways Interview Questions
3.2
 • 27 Interviews
Jet Airways Interview Questions
4.6
 • 24 Interviews
View all
Customer Service Executive
958 salaries
unlock blur

₹1.4 L/yr - ₹6.1 L/yr

Assistant Manager
495 salaries
unlock blur

₹4.1 L/yr - ₹15.8 L/yr

Cabin Attendant
469 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Security Officer
467 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Customer Service Officer
457 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Explore more salaries
Compare InterGlobe Aviation with

Spicejet

3.6
Compare

Air India

3.8
Compare

Vistara

Compare

Go First

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview