Upload Button Icon Add office photos
Engaged Employer

i

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

Devtron Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Devtron Interview Questions and Answers

Updated 11 Jun 2024

Devtron Interview Experiences

Popular Designations

5 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 - Aptitude Test 

Basic aptitude questions along with 2 coding questions of easy level.

Round 3 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Basic DSA questions
  • Q3. Questions on operating system DBMS & SQL queries
  • Q4. Also learn the fundamentals of CN.
Round 4 - Technical 

(3 Questions)

  • Q1. Medium level DSA questions
  • Q2. Why did you choose DevOps?
  • Ans. 

    I chose DevOps because of its focus on collaboration, automation, and continuous improvement.

    • I enjoy working in a collaborative environment where teams work together towards a common goal

    • I appreciate the emphasis on automation to streamline processes and reduce manual errors

    • I value the continuous improvement aspect of DevOps, where feedback is used to make iterative enhancements

    • I believe DevOps practices lead to faster

  • Answered by AI
  • Q3. Some discussion regarding my projects
Round 5 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. What's your daily routine
  • Q3. Why do want to join us?

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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 May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The first round consisted of a check on oops concepts, SDLC concepts, and one Question related to HashMap. It was basically to find the non-repeating character in a string. It also included explaining Projects. But the major focus was on writing Test Cases.

Round 2 - One-on-one 

(1 Question)

  • Q1. This was purely based on Testing knowledge. Interviewer gave a Situation and asked to plan and execute the test case with code at the end.
Round 3 - HR 

(1 Question)

  • Q1. Basic questions on life and company knowledge. Some basic questions on the technologies that the company was using.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and confident. You'll clear it.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online test with theory and react javascript questions and coding questions

Round 2 - Technical 

(1 Question)

  • Q1. What is specificity ? What are semantic tags ? Promises and Async await . useMemo vs useCallback
  • Ans. 

    Specificity is a CSS concept that determines which style rule is applied to an element. Semantic tags are HTML tags that provide meaning to the content. Promises and async/await are used for asynchronous programming. useMemo and useCallback are React hooks for optimizing performance.

    • Specificity in CSS determines which style rule takes precedence based on selectors and their specificity values.

    • Semantic tags in HTML prov...

  • Answered by AI

Skills evaluated in this interview

Front end Engineer Interview Questions asked at other Companies

Q1. Pair Sum Problem Statement You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'. Note: Each pair should be ordered such that... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They ask 4 very easy questions like sum of n numbers return factorial and multiplication question not exact question I rembered but that is simple maths

Round 2 - One-on-one 

(1 Question)

  • Q1. They generally ask two fbms query questions and one basic dsa problem like sorting of array

Quality Assurance Interview Questions asked at other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC. Explain Agile ceremonies. Do you attend all the agile ceremonies? Tell me the positive and negative test cases for water bottle. What is difference between Retesting and Reg... read more
View answer (1)

Devtron interview questions for popular designations

 Devops Engineer

 (1)

 Front end Engineer

 (1)

 Quality Assurance

 (1)

 QA Engineer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2023

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

I applied via Hirist and was interviewed in May 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 - HR 

(4 Questions)

  • Q1. What is previous experience?
  • Q2. What are your salary expectations?
  • Q3. Are you available to join immediately?
  • Q4. Are you available to WFO?
Round 3 - Coding Test 

Duration - 1 Hr 10 Mins
Questions -

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Nov 2021. 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 tips
Round 2 - Coding Test 

This was a live coding round where the problem statement was shared 15 minutes before the interview. The time duration was 2 hours.
The problem statement was a Driver allocation system. I had to write few APIs such as:
1) take input for source, destination, distance
2) allocate free driver to new booking
3) record driver's

The complete backend app had to be developed for this to make a working code. The database, language was completely free for choosing.
The program had to be developed on the system and code had to be shared on mail later.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Write a code in Go to find kth minumum element from a given list of numbers.
  • Ans. 

    Code in Go to find kth minimum element from a given list of numbers.

    • Sort the list of numbers in ascending order

    • Return the kth element from the sorted list

  • Answered by AI
  • Q2. How do goroutines work internally?
  • Ans. 

    Goroutines are lightweight threads that are managed by Go runtime.

    • Goroutines are created using the 'go' keyword.

    • They are multiplexed onto OS threads by Go runtime.

    • They communicate using channels.

    • They are scheduled cooperatively, not preemptively.

    • They have a small stack size (2KB) compared to OS threads.

    • They are used extensively in Go for concurrency and parallelism.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design a system for food delivery app like Swiggy. Then questions based on the design.

Interview Preparation Tips

Topics to prepare for Go-Jek Senior Software Engineer interview:
  • Golang
  • Data Structures
  • High level design
Interview preparation tips for other job seekers - Go knowledge has to be really strong for the Round 2

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Machine coding round, try to come up with at least one working requirement

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design
  • Q2. Cant share the exact quesy
Round 3 - Technical 

(1 Question)

  • Q1. High level design
Round 4 - Technical 

(1 Question)

  • Q1. Hiring manager round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Which programming language would you use in which situation?
  • Ans. 

    I would use Python for data analysis, Java for enterprise applications, and JavaScript for web development.

    • Python - data analysis, machine learning, scientific computing (e.g. pandas, numpy)

    • Java - enterprise applications, backend development (e.g. Spring framework)

    • JavaScript - web development, front-end development (e.g. React, Angular)

  • Answered by AI
Round 2 - Assignment 

Create a service to assign a delivery operator

Round 3 - Technical 

(1 Question)

  • Q1. Design Uber ride assignment system
  • Ans. 

    Design a system for assigning Uber rides efficiently and fairly

    • Use a matching algorithm to pair riders with drivers based on location, availability, and other factors

    • Implement a dynamic pricing system to incentivize drivers to accept rides in high-demand areas

    • Consider implementing a rating system for both riders and drivers to ensure quality service

    • Utilize real-time data and analytics to optimize ride assignments and r

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design BookMyShow
Round 5 - HR 

(1 Question)

  • Q1. What qualities do you see in a leader
  • Ans. 

    A leader should possess qualities such as communication skills, empathy, decisiveness, and the ability to inspire and motivate others.

    • Communication skills - A leader should be able to effectively communicate with team members, stakeholders, and other leaders.

    • Empathy - A good leader should be able to understand and relate to the emotions and experiences of others.

    • Decisiveness - Leaders should be able to make tough decis...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Implement some LLD and use clean code formulas

Round 2 - Group Discussion 

Better be prepared for all deep dive questions about tech and project you worked

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. EXPLAINATION of DSP and SSP
  • Ans. 

    DSP stands for Demand-Side Platform and SSP stands for Supply-Side Platform in the context of programmatic advertising.

    • DSP is a platform used by advertisers to purchase ad inventory in real-time auctions.

    • SSP is a platform used by publishers to sell their ad inventory to advertisers.

    • DSPs and SSPs work together in programmatic advertising to automate the buying and selling of ad space.

    • DSPs use data and algorithms to targ...

  • Answered by AI

Devtron Interview FAQs

How many rounds are there in Devtron interview?
Devtron interview process usually has 3 rounds. The most common rounds in the Devtron interview process are Coding Test, HR and Technical.
How to prepare for Devtron 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 Devtron. The most common topics and skills that interviewers at Devtron expect are Open Source, Devops, GIT, HTML and Linux.
What are the top questions asked in Devtron interview?

Some of the top questions asked at the Devtron interview -

  1. What is specificity ? What are semantic tags ? Promises and Async await . use...read more
  2. Why did you choose DevO...read more
  3. Are you available to W...read more

Tell us how to improve this page.

Devtron Interview Process

based on 6 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Go-Jek Interview Questions
3.7
 • 31 Interviews
View all

Devtron Reviews and Ratings

based on 9 reviews

3.7/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.5

Salary

3.4

Job security

3.8

Company culture

3.6

Promotions

3.2

Work satisfaction

Explore 9 Reviews and Ratings
Devops Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Director
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Devtron with

Go-Jek

3.7
Compare

Flipkart

4.0
Compare

Paytm

3.3
Compare

Zomato

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