Premium Employer

i

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

Seclore Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Seclore Devops Engineer Interview Questions and Answers

Updated 25 Jul 2024

Seclore Devops Engineer Interview Experiences

1 interview found

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

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

Round 1 - Assignment 

A basic assignment was given

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Kubernetes
  • Q2. Scenario based questions on Ansible

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Real world docker questions.
  • Q2. Asked questions on Jenkinsfile
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question no SSL certification rotation of kubernetes ingress controller
  • Q2. Debugging of kubernetes deployment.
  • Ans. 

    Debugging kubernetes deployment involves identifying and resolving issues in the deployment process.

    • Check the deployment logs for errors and warnings

    • Verify the configuration files for correctness

    • Use kubectl commands to inspect the deployment status

    • Check the health of the pods and containers

    • Use debugging tools like kubectl exec and logs to troubleshoot issues

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question on AWS concepts
  • Q2. Infrastructure related questions on AWS.

Interview Preparation Tips

Interview preparation tips for other job seekers - In-depth knowledge on every topic.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2022. 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 

Questions based on resume and was asked to write code.

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on resume, past work experience,interests etc
Round 4 - HR 

(1 Question)

  • Q1. General basic questions tell me about yourself,your day-to-day responsibilities in current role, why do you want to join fractal, salary expectations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 rounds of interview (2 technical interview and 1 Hr). Technical rounds were easy.Questions are asked based on resume. Gave all 3 interviews but didn't hear back from the HR. If you don't want to select a candidate atleast inform the candidate about the results.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions on Data Structures
  • Q2. SQL query to find salary department wise
  • Ans. 

    Use SQL query to find salary department wise

    • Use GROUP BY clause to group salaries by department

    • Use SUM() function to calculate total salary for each department

    • Join with department table if necessary to get department names

  • Answered by AI

Skills evaluated in this interview

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

Medium DSA question on dynamic programming

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic javascript and angular
Round 2 - Technical 

(1 Question)

  • Q1. Js and angular questions

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

(1 Question)

  • Q1. Questions related to SAP BW and HANA
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to SAP BW and HANA
Round 4 - HR 

(1 Question)

  • Q1. Reason for Job Change

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and clear with concepts
Fractal offers good hike
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

90 min coding test with 4-5 problems to solve

Round 2 - Technical 

(1 Question)

  • Q1. Technical rounds mostly goes around the project work ans some were based on the JD.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on tomcat, java., spring
Round 2 - Technical 

(1 Question)

  • Q1. Q on OOPS, Resume based projects in detail
Round 3 - HR 

(1 Question)

  • Q1. Standard HR questions

I applied via Approached by Company and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Coding Test 

First round was coding round that comprised of 4 questions, 1 sql and 3 programming questions. Out of 3, if you are able to run 2 code successfully, you'll qualify for the next round

Round 2 - Problem Solving 

(1 Question)

  • Q1. In this round, interviewer will ask basic interview questions first, then they'll give multiple sql questions, few questions based on spark and few programming questions
Round 3 - Technical 

(8 Questions)

  • Q1. Difference between Spark and MapReduce. Spark joins like broadcast and sort merge
  • Ans. 

    Spark is faster than MapReduce due to in-memory processing and DAG execution.

    • Spark uses DAG (Directed Acyclic Graph) execution while MapReduce uses batch processing.

    • Spark performs in-memory processing while MapReduce writes to disk after each operation.

    • Spark has a more flexible programming model with support for multiple languages.

    • Spark has built-in libraries for machine learning, graph processing, and stream processin...

  • Answered by AI
  • Q2. Spark file formats like parquet, orc, avro etc. Which one you are using and why
  • Q3. Spark optimization techniques
  • Ans. 

    Spark optimization techniques improve performance and efficiency of Spark applications.

    • Partitioning data to reduce shuffling

    • Caching frequently used data

    • Using broadcast variables for small data

    • Tuning memory allocation and garbage collection

    • Using efficient data formats like Parquet

    • Avoiding unnecessary data shuffling

    • Using appropriate hardware configurations

    • Optimizing SQL queries with appropriate indexing and partitioning

  • Answered by AI
  • Q4. Basic programming language based questions
  • Q5. Hive- partition vs bucketing
  • Ans. 

    Hive partitioning is dividing data into smaller, manageable parts while bucketing is dividing data into equal parts based on a hash function.

    • Partitioning is useful for filtering data based on a specific column

    • Bucketing is useful for evenly distributing data for faster querying

    • Partitioning can be done on multiple columns while bucketing is done on a single column

    • Partitioning creates separate directories for each partiti...

  • Answered by AI
  • Q6. Hive optimization techniques
  • Ans. 

    Hive optimization techniques improve query performance and reduce execution time.

    • Partitioning tables to reduce data scanned

    • Using bucketing to group data for faster querying

    • Using vectorization to process data in batches

    • Using indexing to speed up lookups

    • Using compression to reduce storage and I/O costs

  • Answered by AI
  • Q7. Recent projects you've worked on
  • Q8. SQL based questions, window functions
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Q2. Have you ever faced any problem in previous projects, how you handled that

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as coding questions involved data structures concepts too, and be confident. They are not expecting you to give correct answer for every question, what matters most is the approach to the problem and your logic.

Skills evaluated in this interview

Seclore Interview FAQs

How many rounds are there in Seclore Devops Engineer interview?
Seclore interview process usually has 2 rounds. The most common rounds in the Seclore interview process are Technical and Assignment.
How to prepare for Seclore Devops Engineer 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 Seclore. The most common topics and skills that interviewers at Seclore expect are AWS, Cloud, Devops, Python and Automation.
What are the top questions asked in Seclore Devops Engineer interview?

Some of the top questions asked at the Seclore Devops Engineer interview -

  1. scenario based questions on Ansi...read more
  2. questions on Kuberne...read more

Tell us how to improve this page.

Seclore Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Seclore Securing Information Wherever It Goes.

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Zeta Interview Questions
3.4
 • 69 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.8
 • 29 Interviews
MoEngage Interview Questions
3.9
 • 25 Interviews
Demandbase Interview Questions
3.9
 • 17 Interviews
View all
Seclore Devops Engineer Salary
based on 4 salaries
₹5 L/yr - ₹18 L/yr
37% more than the average Devops Engineer Salary in India
View more details
Product Engineer
45 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Senior Product Engineer
14 salaries
unlock blur

₹14.5 L/yr - ₹30 L/yr

Senior Quality Engineer
12 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Application Support Engineer
10 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Software Developer
10 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Seclore with

Fractal Analytics

4.0
Compare

Subex

3.5
Compare

Zeta

3.4
Compare

Hughes Systique Corporation

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