Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cybage Devops Engineer Interview Questions and Answers

Updated 9 Sep 2024

Cybage Devops Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. How much do you expect
  • Q2. Do you have any previous experience in devops
  • Ans. 

    Yes, I have 3 years of experience working as a DevOps Engineer in a fast-paced tech company.

    • Managed CI/CD pipelines using tools like Jenkins and GitLab

    • Automated infrastructure provisioning with Terraform

    • Implemented monitoring and alerting using tools like Prometheus and Grafana

  • Answered by AI
  • Q3. Whats your expectations
  • Ans. 

    I expect a challenging role where I can utilize my skills to improve processes and drive innovation.

    • Expectation of working in a collaborative team environment

    • Opportunity to automate processes and improve efficiency

    • Room for growth and learning new technologies

    • Clear communication and expectations from management

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Jobs at Cybage

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via LinkedIn and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Difference between statefullset and deployment in kubernets ?
  • Ans. 

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

    • StatefulSet is used for applications that require stable network identities and persistent storage.

    • StatefulSet maintains a unique identity for each pod and ensures ordered deployment and scaling.

    • Deployment is used for stateless applications that can be easily replicated and scaled.

    • Deployment manages a set of iden...

  • Answered by AI
  • Q2. How to check logs for pods and containers in kubernets ?
  • Ans. 

    To check logs for pods and containers in Kubernetes, you can use the kubectl command-line tool.

    • Use the 'kubectl logs' command to view logs for a specific pod or container.

    • Specify the pod or container name along with the appropriate flags.

    • You can also use selectors to filter logs based on labels or namespaces.

    • To follow logs in real-time, use the '-f' flag.

    • To limit the number of lines displayed, use the '--tail' flag.

    • To ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Add few concepts in resume and get more knowledge on those concepts . attend for interview ..but don't add the topics that you not aware .

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cicd pipelines in jenkins
  • Ans. 

    CICD pipelines in Jenkins automate the process of building, testing, and deploying code.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkins is a popular automation server used for building, testing, and deploying software

    • CICD pipelines in Jenkins allow for automated workflows, from code commit to production deployment

  • Answered by AI
  • Q2. Aws servcies like s3 ec2 rds

Skills evaluated in this interview

I applied via Company Website and was interviewed in Feb 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - Aptitude Test 

What is your family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Know yourself and what you want. ...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Questions on resumes only
Round 2 - Technical 

(1 Question)

  • Q1. 1. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best!!
go deep dive in scenario based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. AWS, Terraforrm
  • Q2. Lambda, Python, Load Balancer
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes, CloudFormation
  • Q2. VPC, Advancce AWS,

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't just rely on YT courses. Study in detail.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Aptitude is good .. it is not that tuff we can do with basic formulas.

Round 3 - Coding Test 

I did it in code zinger it's best for coding.

Round 4 - Technical 

(8 Questions)

  • Q1. Normal and we need to be good at basic concepts
  • Q2. Tell me about yourself and what are your previous projects.
  • Q3. How do you get the rate yourself
  • Q4. Why do you choose this role
  • Q5. Tell the concept of oops and array with an example
  • Ans. 

    Explanation of OOPs and Array with an example

    • OOPs is a programming paradigm that uses objects to represent real-world entities

    • Array is a collection of similar data types stored in contiguous memory locations

    • Example: A car object in OOPs can have properties like color, model, and methods like start, stop

    • Example: An array of integers [1, 2, 3, 4, 5] can be used to perform mathematical operations

  • Answered by AI
  • Q6. Who do you debug the error and which method do you choose
  • Ans. 

    Debugging errors involves identifying the root cause and using appropriate methods to resolve it.

    • Start by reproducing the error and gathering relevant information

    • Use debugging tools like logs, stack traces, and breakpoints to identify the root cause

    • Once the root cause is identified, use appropriate methods like code changes or configuration updates to resolve the error

    • Test the solution thoroughly to ensure it does not

  • Answered by AI
  • Q7. Just the concept-based questions
  • Q8. Tell me aabout company

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and give your best and give correct answers. Do research about the company

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Cybage Interview FAQs

How many rounds are there in Cybage Devops Engineer interview?
Cybage interview process usually has 1 rounds. The most common rounds in the Cybage interview process are HR.
How to prepare for Cybage 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 Cybage. The most common topics and skills that interviewers at Cybage expect are Devops, Terraform, Kubernetes, Jenkins and AWS.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

PwC

No Interviews

INTERVIEWS

Sobha

No Interviews

JOBS

Maruti Suzuki

No Jobs

INTERVIEWS

HCL Group

No Interviews

INTERVIEWS

TCS

No Interviews

SALARIES

Sonata Software

SALARIES

Maruti Suzuki

LIST OF COMPANIES

Sobha

Locations

Tell us how to improve this page.

Cybage Devops Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Cybage Devops Engineer Salary
based on 133 salaries
₹3.8 L/yr - ₹15.1 L/yr
15% more than the average Devops Engineer Salary in India
View more details

Cybage Devops Engineer Reviews and Ratings

based on 13 reviews

4.0/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.8

Salary

4.0

Job security

3.8

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
3.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
757 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
740 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cybage with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent