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

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
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)
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 Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

Interview Questionnaire 

2 Questions

  • Q1. Interview kese hote hy matlab fresher student se kya acceptation rahta hy company ko
  • Q2. Interview student jis language mai comfortable hoga us language mai kyo nai bol sakta

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

Interview Questionnaire 

4 Questions

  • Q1. What is super class?
  • Ans. 

    A super class is a class that is inherited by other classes, providing them with common attributes and behaviors.

    • Super class is also known as a base class or parent class.

    • It serves as a blueprint for creating derived classes.

    • Derived classes inherit the properties and methods of the super class.

    • Super class can be extended or overridden by the derived classes.

    • Super class promotes code reusability and modularity.

    • Example: ...

  • Answered by AI
  • Q2. What is public and instance class
  • Ans. 

    Public and instance classes are two types of classes in object-oriented programming.

    • Public classes can be accessed from anywhere in the program, while instance classes can only be accessed within their own instance.

    • Public classes are often used for utility classes or classes that need to be accessed globally, while instance classes are used for encapsulation and data hiding.

    • Example of public class: Math class in Java. ...

  • Answered by AI
  • Q3. Oops concept
  • Q4. Explain this line public static void main (string args [])
  • Ans. 

    Entry point of Java program, must be public, static, void and accept array of strings as argument.

    • public: method can be accessed from anywhere

    • static: method belongs to class, not instance

    • void: method does not return any value

    • main: method name, entry point of program

    • string args[]: array of strings, command line arguments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have mentioned in your resume.
Be confident.
Communication.
And last but not least luck factor

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Level check error

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