Upload Button Icon Add office photos
Premium Employer

i

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

Tekion Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 305 Reviews

Filter interviews by

Tekion Associate DevOps Engineer Interview Questions and Answers

Updated 15 Sep 2024

Tekion Associate DevOps Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Question Related to Prometheus and Grafana
  • Q2. Question Related to Docker and AWS specially ECS
  • Q3. Question Related to Terraform and Ansible
  • Q4. Question Related to Advance Linux And Computer Networks
  • Q5. Contribution in DevOps Projects in the previous company
  • Ans. 

    I actively contributed to various DevOps projects by automating deployment processes, implementing monitoring solutions, and optimizing infrastructure.

    • Automated deployment processes using tools like Jenkins and Ansible

    • Implemented monitoring solutions such as Nagios and ELK stack

    • Optimized infrastructure by utilizing cloud services like AWS and Azure

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Why you want to join Tekion ?
  • Ans. 

    I want to join Tekion because of its innovative technology solutions and collaborative work environment.

    • Tekion is known for its cutting-edge technology solutions in the automotive industry

    • I am impressed by Tekion's focus on innovation and continuous improvement

    • I believe Tekion's collaborative work environment will provide me with opportunities for growth and learning

  • Answered by AI

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Three questions regarding dynamic programming and arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Largest Common Subsequence DP problem
  • Ans. 

    Largest Common Subsequence DP problem involves finding the longest subsequence that is common to two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of common subsequences of substrings.

    • Traverse the array to find the length of the largest common subsequence.

    • Example: Given strings 'ABCD' and 'ACD', the largest common subsequence is 'ACD'.

  • Answered by AI
  • Q2. Palindromes in a string
  • Ans. 

    Check if a string contains any palindromes

    • Iterate through each string in the array

    • Reverse the string and compare it with the original string to check for palindrome

    • Return true if any palindrome is found, false otherwise

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Sql vs No Sql
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is structured, uses tables with rows and columns, and follows ACID properties.

    • NoSQL is unstructured, uses collections of documents, key-value pairs, or graphs, and is horizontally scalable.

    • SQL is better for complex queries and transactions, while NoSQL is better for large amounts of data and flexible schemas.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics of shell programming.

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 Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Related to current Job and work
  • Q2. Related to current CTC
Round 2 - Technical 

(4 Questions)

  • Q1. Docker questions
  • Q2. Kubernetes questions
  • Q3. Terraform questions
  • Q4. AWS account
Round 3 - One-on-one 

(2 Questions)

  • Q1. Docker kubernetes AWS terraform
  • Q2. Personal questions related to how I work and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident do you homework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding skills in python

Round 2 - One-on-one 

(2 Questions)

  • Q1. Whre do yo use python
  • Ans. 

    Python is used in various areas such as web development, data analysis, automation, machine learning, and more.

    • Web development (Django, Flask)

    • Data analysis (Pandas, NumPy)

    • Automation (Scripting, DevOps tools)

    • Machine learning (TensorFlow, PyTorch)

  • Answered by AI
  • Q2. What are all important Devops tools
  • Ans. 

    Some important DevOps tools include Jenkins, Docker, Ansible, Kubernetes, and Git.

    • Jenkins

    • Docker

    • Ansible

    • Kubernetes

    • Git

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to work in shifts
  • Ans. 

    Yes, I am willing to work in shifts.

    • I am flexible with my working hours and can adapt to different shifts.

    • I understand the importance of round-the-clock support in a DevOps role.

    • I have previous experience working in shifts and have no issues with it.

  • Answered by AI
  • Q2. What are your sal expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for DevOps Engineers.

    • I have researched the average salary range for DevOps Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in the field.

    • I am open to negotiation based on the overall compensation package offered.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Past experience in devops
  • Ans. 

    I have 5 years of experience in implementing DevOps practices in various organizations.

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI

    • Automated infrastructure provisioning with tools like Terraform and Ansible

    • Managed containerized applications using Docker and Kubernetes

    • Monitored and maintained production systems with tools like Prometheus and Grafana

  • Answered by AI
  • Q2. Scripted jeninsfile for CI
  • Ans. 

    A scripted Jenkinsfile is a Groovy script that defines the pipeline for Continuous Integration (CI).

    • Use 'pipeline' block to define the stages of the CI pipeline

    • Utilize 'stage' block to specify individual stages within the pipeline

    • Leverage 'steps' block to define the actions to be executed within each stage

    • Use 'node' block to allocate a Jenkins agent for running the pipeline

    • Utilize 'checkout' step to fetch the source co

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. WAF implementation in AWS
  • Ans. 

    Implementing a Web Application Firewall (WAF) in AWS for enhanced security.

    • Use AWS WAF to protect web applications from common web exploits.

    • Create rules to filter and monitor HTTP and HTTPS requests.

    • Integrate AWS WAF with other AWS services like CloudFront or API Gateway for comprehensive protection.

  • Answered by AI
  • Q2. Write a CD jenkinsfile
  • Ans. 

    A CD Jenkinsfile automates the Continuous Delivery process in Jenkins.

    • Define stages for build, test, deploy

    • Use declarative syntax for pipeline

    • Include steps for version control, artifact management

    • Utilize plugins for notifications, approvals

    • Implement error handling and rollback mechanisms

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Which is best City or Village

Round 2 - Technical 

(1 Question)

  • Q1. Basic Programming language questions & OOPS
Round 3 - Technical 

(1 Question)

  • Q1. Basic programming language concept
Round 4 - HR 

(1 Question)

  • Q1. Situation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company . At any point he will fire u for no reason. U will be traumatized & depressed & it is hard to find opportunities later.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was general aptitude round.

Round 2 - Coding Test 

Questions form DSA to check problem solving abilities.

Round 3 - Technical 

(1 Question)

  • Q1. Second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers for comparison.

    • Sort the array in descending order and return the second element.

    • Handle cases where there may be duplicates of the largest number.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - HR 

(1 Question)

  • Q1. About you your experience and communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. Depends upon team leader Ask basics as well as the issue they are facing during their work.
  • Q2. Especially Linux file system How to mount additional disk Booting process Docker file structure
Round 4 - Technical 

(2 Questions)

  • Q1. Second technical round is depends upon the TL he can ask your experience and issues
  • Q2. And can ask questions about cloud AWS and azure
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Tekion Interview FAQs

How many rounds are there in Tekion Associate DevOps Engineer interview?
Tekion interview process usually has 2 rounds. The most common rounds in the Tekion interview process are Technical and HR.
What are the top questions asked in Tekion Associate DevOps Engineer interview?

Some of the top questions asked at the Tekion Associate DevOps Engineer interview -

  1. Question Related to Advance Linux And Computer Netwo...read more
  2. Question Related to Prometheus and Graf...read more
  3. Question Related to Docker and AWS specially ...read more

Tell us how to improve this page.

Tekion Associate DevOps Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Paytm Interview Questions
3.3
 • 769 Interviews
Swiggy Interview Questions
3.8
 • 429 Interviews
CARS24 Interview Questions
3.6
 • 322 Interviews
Zomato Interview Questions
3.8
 • 316 Interviews
Globant Interview Questions
3.8
 • 170 Interviews
Chetu Interview Questions
3.3
 • 167 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Ola Cabs Interview Questions
3.4
 • 142 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
View all
Tekion Associate DevOps Engineer Salary
based on 5 salaries
₹9 L/yr - ₹12 L/yr
55% more than the average Associate DevOps Engineer Salary in India
View more details

Tekion Associate DevOps Engineer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.4

Skill development

2.6

Work-life balance

3.6

Salary

3.0

Job security

3.6

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
376 salaries
unlock blur

₹8.4 L/yr - ₹33 L/yr

Associate Software Engineer
323 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Senior Software Engineer
140 salaries
unlock blur

₹16 L/yr - ₹55 L/yr

Product Manager
93 salaries
unlock blur

₹11.1 L/yr - ₹44 L/yr

QA Engineer
65 salaries
unlock blur

₹6 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Tekion with

CarDekho

3.7
Compare

Cartrade.com

4.0
Compare

CARS24

3.6
Compare

Razorpay

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