Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Thoucentric Team. If you also belong to the team, you can get access from here

Thoucentric Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thoucentric AWS Devops Engineer Interview Questions and Answers

Updated 29 Mar 2023

Thoucentric AWS Devops Engineer Interview Experiences

1 interview found

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

I applied via Hirist and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Python coding, basics of python, cloud knowledge

Round 3 - Technical 

(2 Questions)

  • Q1. Responsibilities of previous job done
  • Ans. 

    Managed infrastructure and implemented CI/CD pipelines for a software development company.

    • Managed and maintained AWS infrastructure for multiple projects

    • Implemented and optimized CI/CD pipelines using tools like Jenkins and AWS CodePipeline

    • Automated deployment processes using infrastructure-as-code (IaC) tools like AWS CloudFormation

    • Monitored and improved system performance, scalability, and reliability

    • Collaborated wit...

  • Answered by AI
  • Q2. Why did you change the company
  • Ans. 

    I changed the company to explore new opportunities and challenges in the field of AWS DevOps engineering.

    • Seeking career growth and advancement

    • Looking for a more challenging and dynamic work environment

    • Opportunity to work with cutting-edge technologies like AWS

    • Desire to expand knowledge and skills in DevOps practices

    • Better compensation and benefits

    • Company culture and values alignment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skills needed to crack the first and second rounds of interview. Next is manager round

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Previous project worked and techical details aout the project

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. Basic Questions Regarding My Background & Experience.
Round 2 - Assignment 

Ruby Assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion regarding the submitted assignment, pair programming followed by some technical questions regarding APIs, Architecture, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview difficulty is moderate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ - Logical, AWS, SQL, Python

Round 2 - Technical 

(1 Question)

  • Q1. Basic Python questions, SQL questions, AWS Questions, Previous project discussion, Day to day responsibilities etc.
Round 3 - Behavioral 

(1 Question)

  • Q1. System design, APIs, projects, products etc.

Interview Preparation Tips

Topics to prepare for Gartner Software Engineer interview:
  • Geeks for geeks
  • Blogs
  • Leetcode
  • Youtube
Interview preparation tips for other job seekers - Practice your basic coding skills and give thorough view to scan your resume and learn about almost every skill you have mentioned in your resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview 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 

(1 Question)

  • Q1. HVAC, FLS & Experience
Round 3 - Technical 

(1 Question)

  • Q1. Software Proficiency Test
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops and dbms were asked
  • Q2. All oops concepts were asked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How team works in your project?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 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 - Coding Test 

It depends on the region, for me they conducted tool test in the 1st round.

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions on previously done projects
  • Q2. About software and tool proficiency

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your work( for experienced guys)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks of Angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: called after every check of the projected content

    • ng...

  • Answered by AI
  • Q2. SOLID principles
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL
Round 3 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 

(3 Questions)

  • Q1. Basic Javascript questions- guess the output
  • Q2. What is js hoisting?
  • Ans. 

    JS hoisting is a mechanism where variable and function declarations are moved to the top of their scope.

    • Variable declarations are hoisted but not their values

    • Function declarations are fully hoisted

    • Let and const declarations are not hoisted

  • Answered by AI
  • Q3. Why redux is used and advantages?
  • Ans. 

    Redux is used for managing state in complex applications. It provides a centralized store and predictable state updates.

    • Redux helps in managing state in large applications with multiple components

    • It provides a centralized store for all the application state

    • Redux allows for predictable state updates through actions and reducers

    • It enables easy debugging and time-travel debugging with Redux DevTools

    • Redux can be used with

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BCG Software Engineer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Try to be confident. Clear all the basics, don't get confused. always try to do interview questions from different online portals.

Skills evaluated in this interview

Thoucentric Interview FAQs

How many rounds are there in Thoucentric AWS Devops Engineer interview?
Thoucentric interview process usually has 3 rounds. The most common rounds in the Thoucentric interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Thoucentric AWS Devops Engineer 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 Thoucentric. The most common topics and skills that interviewers at Thoucentric expect are Collaboration, 9X, AWS, CI CD Pipeline and Cloud Infrastructure.

Tell us how to improve this page.

Thoucentric AWS Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BCG Interview Questions
3.7
 • 197 Interviews
Citco Interview Questions
3.1
 • 142 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
WSP Interview Questions
4.2
 • 94 Interviews
Mercer Interview Questions
3.7
 • 81 Interviews
Gartner Interview Questions
4.1
 • 80 Interviews
Protiviti Interview Questions
3.2
 • 58 Interviews
Mott MacDonald Interview Questions
4.2
 • 44 Interviews
View all

Fast track your campus placements

View all
Consultant
168 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Management Consultant
111 salaries
unlock blur

₹11.6 L/yr - ₹33 L/yr

Program Manager
106 salaries
unlock blur

₹15 L/yr - ₹44 L/yr

Supply Chain Consultant
98 salaries
unlock blur

₹11 L/yr - ₹28.2 L/yr

Project Manager
39 salaries
unlock blur

₹14 L/yr - ₹29.6 L/yr

Explore more salaries
Compare Thoucentric with

Mercer

3.7
Compare

Citco

3.1
Compare

Willis Towers Watson

3.7
Compare

WSP

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