Upload Button Icon Add office photos

Filter interviews by

Adenza Associate DevOps Engineer Interview Questions and Answers

Updated 20 Apr 2023

Adenza Associate DevOps Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Apr 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 - One-on-one 

(1 Question)

  • Q1. Git usage and commands
  • Ans. 

    Git is a version control system used for tracking changes in code. It has various commands for managing repositories.

    • Git is used for version control and collaboration in software development.

    • Common commands include git add, git commit, git push, and git pull.

    • Git branches allow for parallel development and merging of code.

    • Git can be integrated with continuous integration and deployment tools.

    • Git also has features for ma

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Elk process and explanation
  • Ans. 

    ELK is a data analytics platform used for log analysis and visualization.

    • ELK stands for Elasticsearch, Logstash, and Kibana.

    • Elasticsearch is a search and analytics engine used to store and search data.

    • Logstash is a data processing pipeline used to collect, parse, and transform data.

    • Kibana is a data visualization tool used to create dashboards and reports.

    • ELK is commonly used for log analysis and monitoring in DevOps.

    • EL...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java, mainly versions of Java , which is the latest version of java currently using. Rate yiur java skills out of 10?? Are you relocate, internship project deeply they ask question...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before going to interview. Feel free, listen some music and peace full mind . don't afraid. Be courage.

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

I applied via Company Website and was interviewed before Apr 2021. 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 

Coding on java ,spring , hibernate

Round 3 - Technical 

(1 Question)

  • Q1. Java basics multithreading, inheritance, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in java, spring

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming questions such as Fibonacci, Armstrong and about recursion
  • Q2. I gave all answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Your communication skill takes priority more than your technical skill.
If you are little bit weak in programming, Don't worry too much, only you have to focus on your communication skill and basic fundamental program and their concepts too.

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack

Adenza Interview FAQs

How many rounds are there in Adenza Associate DevOps Engineer interview?
Adenza interview process usually has 3 rounds. The most common rounds in the Adenza interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Adenza Associate DevOps Engineer interview?

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

  1. Git usage and comma...read more
  2. Elk process and explanat...read more

Tell us how to improve this page.

Adenza Associate DevOps Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
View all
Software Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Analyst
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Adenza with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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