Upload Button Icon Add office photos

Tata Motors

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Tata Motors Cloud Engineer Interview Questions and Answers

Updated 2 Aug 2023

Tata Motors Cloud Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jul 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 - Technical 

(3 Questions)

  • Q1. How did you overcome fault tolerance issues of Cloud in AWS
  • Ans. 

    I implemented fault tolerance in AWS by using multiple Availability Zones, auto-scaling groups, and load balancers.

    • Utilized multiple Availability Zones to ensure redundancy and minimize downtime in case of failures in one zone

    • Implemented auto-scaling groups to automatically adjust capacity based on traffic patterns and maintain performance

    • Configured load balancers to distribute traffic evenly across instances and preve

  • Answered by AI
  • Q2. Why do RDS and EC2 need a snapshots
  • Ans. 

    RDS and EC2 need snapshots for data backup, disaster recovery, and creating new instances.

    • Snapshots provide a point-in-time backup of data stored in RDS and EC2 instances.

    • Snapshots are essential for disaster recovery in case of data loss or system failure.

    • Snapshots can be used to create new instances or restore existing ones to a previous state.

    • Snapshots help in scaling resources by creating copies of existing instance...

  • Answered by AI
  • Q3. Do you think VPC Peering is complex architecture.
  • Ans. 

    VPC Peering can be complex due to network configurations and security considerations.

    • VPC Peering involves connecting two separate VPCs to communicate with each other using private IP addresses.

    • It requires careful planning of IP address ranges to avoid conflicts.

    • Security groups and route tables need to be properly configured to allow traffic between peered VPCs.

    • Transitive peering is not supported, meaning VPC A cannot c...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What do you feel about your current job
  • Q2. Why do people leave your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be humble with responses and no negativity for your current or past employers.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in May 2023.

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 

(4 Questions)

  • Q1. Biggest issue that u have solved in ur work
  • Q2. Can we install docker inside docker
  • Ans. 

    Yes, it is possible to install Docker inside Docker using a feature called Docker-in-Docker (DinD).

    • Docker-in-Docker (DinD) allows you to run a Docker container inside another Docker container.

    • It is commonly used for testing and development environments where nested containers are required.

    • To enable DinD, you need to mount the Docker socket inside the container and run the container with the necessary privileges.

    • Keep in...

  • Answered by AI
  • Q3. Terraform state file usage
  • Ans. 

    Terraform state file is used to store the state of your infrastructure managed by Terraform.

    • Terraform state file keeps track of the resources created by Terraform.

    • It helps Terraform understand the current state of the infrastructure.

    • State file is stored locally by default, but can also be stored remotely for collaboration.

    • It should be stored securely to prevent unauthorized access or modifications.

  • Answered by AI
  • Q4. Python - how to read txt file and convert to structed data
  • Ans. 

    Use Python to read a txt file and convert its contents into structured data.

    • Open the txt file using the 'open' function in Python.

    • Read the contents of the file using the 'read' method.

    • Parse the data into structured format such as dictionaries or lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ford Motor Cloud Engineer interview:
  • Cloud Computing
  • Docker
  • Terraform
Interview preparation tips for other job seekers - I applied for th role via naukari. I am from devops background and they wanted someone with automation mindset. Asked technical questions regarding cloud, terraform, my current roles and responsibilities. Explained each and everything i have worked in detail. Panel clubbed both the rounds into one and asked a leadership question - how can u handle a rift with ur colleague working in another geography.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Ask diff between list and touple
  • Ans. 

    List is mutable and ordered while tuple is immutable and ordered.

    • Lists can be modified while tuples cannot.

    • Lists are defined using square brackets [] while tuples use parentheses ().

    • Lists are used for collections of data that need to be changed while tuples are used for fixed collections of data.

    • Example of a list: my_list = [1, 2, 3]

    • Example of a tuple: my_tuple = (1, 2, 3)

  • Answered by AI
  • Q2. Examples of serverless architecture
  • Ans. 

    Serverless architecture is a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources.

    • AWS Lambda

    • Azure Functions

    • Google Cloud Functions

    • Firebase

    • IBM OpenWhisk

    • Kubeless

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in May 2023.

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 

(4 Questions)

  • Q1. Biggest issue that u have solved in ur work
  • Q2. Can we install docker inside docker
  • Ans. 

    Yes, it is possible to install Docker inside Docker using a feature called Docker-in-Docker (DinD).

    • Docker-in-Docker (DinD) allows you to run a Docker container inside another Docker container.

    • It is commonly used for testing and development environments where nested containers are required.

    • To enable DinD, you need to mount the Docker socket inside the container and run the container with the necessary privileges.

    • Keep in...

  • Answered by AI
  • Q3. Terraform state file usage
  • Ans. 

    Terraform state file is used to store the state of your infrastructure managed by Terraform.

    • Terraform state file keeps track of the resources created by Terraform.

    • It helps Terraform understand the current state of the infrastructure.

    • State file is stored locally by default, but can also be stored remotely for collaboration.

    • It should be stored securely to prevent unauthorized access or modifications.

  • Answered by AI
  • Q4. Python - how to read txt file and convert to structed data
  • Ans. 

    Use Python to read a txt file and convert its contents into structured data.

    • Open the txt file using the 'open' function in Python.

    • Read the contents of the file using the 'read' method.

    • Parse the data into structured format such as dictionaries or lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ford Motor Cloud Engineer interview:
  • Cloud Computing
  • Docker
  • Terraform
Interview preparation tips for other job seekers - I applied for th role via naukari. I am from devops background and they wanted someone with automation mindset. Asked technical questions regarding cloud, terraform, my current roles and responsibilities. Explained each and everything i have worked in detail. Panel clubbed both the rounds into one and asked a leadership question - how can u handle a rift with ur colleague working in another geography.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Past experience
  • Q2. Devops tools , shell scripting
Round 2 - Technical 

(2 Questions)

  • Q1. AWS services that u have worked on
  • Q2. Shell scripting, GitHub
Round 3 - Group Discussion 

Managerial round went well. General questions

Round 4 - HR 

(2 Questions)

  • Q1. General details about past employment, Salary discussion
  • Q2. Location and other personal details
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Ask diff between list and touple
  • Ans. 

    List is mutable and ordered while tuple is immutable and ordered.

    • Lists can be modified while tuples cannot.

    • Lists are defined using square brackets [] while tuples use parentheses ().

    • Lists are used for collections of data that need to be changed while tuples are used for fixed collections of data.

    • Example of a list: my_list = [1, 2, 3]

    • Example of a tuple: my_tuple = (1, 2, 3)

  • Answered by AI
  • Q2. Examples of serverless architecture
  • Ans. 

    Serverless architecture is a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources.

    • AWS Lambda

    • Azure Functions

    • Google Cloud Functions

    • Firebase

    • IBM OpenWhisk

    • Kubeless

  • Answered by AI

Skills evaluated in this interview

Tata Motors Interview FAQs

How many rounds are there in Tata Motors Cloud Engineer interview?
Tata Motors interview process usually has 3 rounds. The most common rounds in the Tata Motors interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Tata Motors Cloud Engineer interview?

Some of the top questions asked at the Tata Motors Cloud Engineer interview -

  1. How did you overcome fault tolerance issues of Cloud in ...read more
  2. Do you think VPC Peering is complex architectu...read more
  3. Why do RDS and EC2 need a snapsh...read more

Tell us how to improve this page.

Tata Motors Cloud Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 584 Interviews
Hero MotoCorp Interview Questions
4.1
 • 332 Interviews
TVS Motor Interview Questions
4.0
 • 312 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
Ford Motor Interview Questions
4.4
 • 145 Interviews
Kia Motors Interview Questions
3.9
 • 131 Interviews
View all
Senior Manager
6.2k salaries
unlock blur

₹6.9 L/yr - ₹28.4 L/yr

Deputy General Manager
835 salaries
unlock blur

₹13 L/yr - ₹47.3 L/yr

Executive
811 salaries
unlock blur

₹2.4 L/yr - ₹12.3 L/yr

Territory Sales Manager
422 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Manager
416 salaries
unlock blur

₹6.1 L/yr - ₹21 L/yr

Explore more salaries
Compare Tata Motors with

Maruti Suzuki

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Mercedes-Benz Research and Development India

3.8
Compare

Ashok Leyland

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