Senior Release Engineer Interview Questions

80

Senior Release Engineer interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
Rain Bird
Sr. DevOps Engineer/Build & Release Engineer was asked...June 2, 2022

How do you expand an existing ec2 cluster?

2 Answers

Read the reviews. DO NOT move yourself across country to work there. This is a serious warning. If you do go to interview, start asking random employees (not temp workers) how long they have been there. Very, very few make it past 4 years. Less

Take the video posted here to your interview. Then ask how many of the people in the video are still working for the company. I bet the answer will help with your decision. Less

CloudCover

Write an Ansible playbook to upload your public ssh key to AWS. for bonus Read the public key from a file in your playbook. Don't hardcode the key material in your playbook

1 Answers

Did the same as requsted, even got the bonus points also.

MobileIron

Write a program in any language to display columns from a text file and sort on one of the columns.

1 Answers

/* * readFileSortColumn.cc * * Created on: Jun 28, 2014 * Author: Tom Tong */ #include #include #include #include #include #include #include using namespace std; int g_column = 0; int getStrs(string& str, vector &values) { // clear out values values.erase(values.begin(), values.end()); // allocate and copy working c-string for use with strtok(). char *p, *cptr; int len = str.length(); cptr = new char[len+1]; strcpy(cptr, str.c_str()); cptr[len] = 0; // NULL terminate // start tokenizing p = strtok(cptr, ", "); while(p) { values.push_back(string(p)); p = strtok(NULL, ", "); } // free up temp memory delete[] cptr; return values.size(); } int compareCol(const void* a, const void* b) { vector& l = **(vector**)a; vector& r = **(vector**)b; const char* lc = l[g_column].c_str(); const char* rc = r[g_column].c_str(); cout " values; vector > rows; int wordCountPerRow = 0; while (getline(fstr, str)) { cout ** array = new vector*[rowCount]; for(int i = 0; i *), compareCol); // now display the sorted rows of data for(int i = 0; i & v = *array[i]; for(unsigned int j = 0; j < v.size();j++) cout << v[j] << " "; cout << endl; } delete[] array; return 1; } Less

FireEye

They asked me to text them in advance of the phone call in case they forget to call

1 Answers

I texted the firs time but the recruiter forgot about that scheduled call and re-scheduled. I did not text the second time and did not receive any call. Less

Basics about Build and Release process IIS SQL Server Azure Basics

1 Answers

Formally

Isotropic Solutions

Technical stack of Devops as well as my current day to day work

1 Answers

i explained the tools been used as a part of DevOps methodology and shared my daily work routine Less

Disney+ Hotstar

Calculate total number of paths with sum equal to target

1 Answers

Used tree traversal tp calculate path ending at given node or continuing to its children. Less

Salesforce

Fourth Round: This was managerial round. More questions on management/conflict/problem. The panel was having very senior people in post. they were very cool and I was bit nervous at the start bit later was comfortable. I do not know how the 1:30 minutes passed. few questions.. Q1: What will you do if someone not listening/doing the coding as per quality ?

1 Answers

A1: I do not know the exact answer, but I know a convincing reply in composed manner would help here. I told them, I will inculcate the interest of python language in him, by closely working with him and educate/highlight the beauty of language and its power in solving solutions. I also given example in my current project to support my answer. Less

Salesforce

Fifth round: This was the final round. This was taken by someone very senior in technical or architect level. He has technical and managerial questions. He gave a problem and asked the solution and testcases.

1 Answers

I did like the same way as I did with the previous round. I gave the solution to the problem. I also gave test cases. Less

Jive Software

Q: R&D tools, Amazon architectures, integration questions, history of work, etc...

1 Answers

just spoke about what I really know, what I did't knew I just asked to pass - and I passed the interviews :) ! Less

Viewing 1 - 10 of 80 interview questions

See Interview Questions for Similar Jobs

release engineerrelease-managersenior build release engineersoftware release engineer

Glassdoor has 80 interview questions and reports from Senior release engineer interviews. Prepare for your interview. Get hired. Love your job.