Upload Button Icon Add office photos
Engaged Employer

i

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

7EDGE Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 22 Reviews

Filter interviews by

7EDGE Devops Engineer Interview Questions and Answers

Updated 23 Oct 2024

7EDGE Devops Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

CoderByte Platform was used to test us in round 1

Round 2 - Technical 

(2 Questions)

  • Q1. Collaboration round (coding with a team member)
  • Q2. Patterns , strings and array
Round 3 - One-on-one 

(2 Questions)

  • Q1. Email writing and personality test through conversation
  • Q2. Writing email to your colleague
Round 4 - Technical 

(1 Question)

  • Q1. Create a simple snake and fruit game
  • Ans. 

    A classic snake and fruit game where the snake grows longer each time it eats a fruit.

    • Create a grid for the game board

    • Generate a random position for the fruit

    • Control the snake's movement using arrow keys

    • Increase the snake's length when it eats a fruit

    • End the game if the snake collides with the walls or itself

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They asked 3 question on array and timestamp

Round 2 - Technical 

(2 Questions)

  • Q1. Program to find the sum of array of 3 numbers
  • Ans. 

    Program to find the sum of array of 3 numbers

    • Create an array of 3 numbers

    • Iterate through the array and add each number to a sum variable

    • Return the sum

  • Answered by AI
  • Q2. Program to print pattern
  • Ans. 

    Program to print a specific pattern using loops

    • Use nested loops to iterate through rows and columns

    • Print specific characters or numbers based on the pattern

    • Adjust loop conditions to create different patterns

  • Answered by AI

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contai ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The NumberYou are given an integer ‘N’ and there is a hidde ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. "What are the key differences between continuous integration, continuous delivery, and continuous deployment in a Devops pipeline?
  • Q2. Research the company culture before applying

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on building relevant skills and network effectively.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was of 75 minutes. And Questions are related from Quantitative, logical reasoning and Coding.

Round 2 - Coding Test 

DSA Questions were asked there

Interview Preparation Tips

Interview preparation tips for other job seekers - Do all the bsics and keep calm while solving questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?

7EDGE Interview FAQs

How many rounds are there in 7EDGE Devops Engineer interview?
7EDGE interview process usually has 3 rounds. The most common rounds in the 7EDGE interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in 7EDGE Devops Engineer interview?

Some of the top questions asked at the 7EDGE Devops Engineer interview -

  1. Program to find the sum of array of 3 numb...read more
  2. Create a simple snake and fruit g...read more
  3. Program to print patt...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 7EDGE interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
7EDGE Devops Engineer Salary
based on 7 salaries
₹3.7 L/yr - ₹13 L/yr
At par with the average Devops Engineer Salary in India
View more details
Software Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Software Developer
7 salaries
unlock blur

₹3 L/yr - ₹3.9 L/yr

Devops Engineer
7 salaries
unlock blur

₹3.7 L/yr - ₹13 L/yr

UX Designer
5 salaries
unlock blur

₹3.8 L/yr - ₹5.2 L/yr

Product Management Trainee
5 salaries
unlock blur

₹2.6 L/yr - ₹6.6 L/yr

Explore more salaries
Compare 7EDGE with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview