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 Product Engineer Interview Questions and Answers

Updated 22 Jun 2024

Seclore Product Engineer Interview Experiences

4 interviews found

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

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

Round 1 - Aptitude Test 

16 aptitude questions to be solved in 30 minutes

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

15 question, 30 minutes

Round 2 - Coding Test 

Data structure question, 40 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. 10th level mathematics and aptitude
Round 4 - Technical 

(2 Questions)

  • Q1. Advance coding questions
  • Q2. Advanced aptitude and puzzles

Interview Preparation Tips

Topics to prepare for Seclore Product Engineer interview:
  • DSA
  • OS
  • Computer Architecture
  • Cloud Computing
  • Database
Interview preparation tips for other job seekers - It's tough getting in. There selection rate is 0.5%. Please prepare thoroughly before the interview. Prepare for all the major Computer Science topics.

Product Engineer Interview Questions Asked at Other Companies

asked in SquadStack
Q1. Left View of a Binary Tree Given a binary tree, your task is to p ... read more
asked in SquadStack
Q2. Arithmetic Expression Evaluation Problem Statement You are provid ... read more
asked in SquadStack
Q3. Reverse Words in a String: Problem Statement You are given a stri ... read more
asked in SquadStack
Q4. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in SquadStack
Q5. Maximum Subarray Sum Problem Statement Given an array of integers ... read more

I applied via Naukri.com and was interviewed in Jun 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 

There was a easy level coding question, given time was 1 hr which was conducted in hackerrank platform.

Round 3 - Aptitude Test 

There was 45 minutes of aptitude and reasoning round, mathematical puzzles were there to solve.

Round 4 - Technical 

(2 Questions)

  • Q1. In the 3rd round, I was asked about my current project in detail. Then given a code tell them the expected output followed by some mathematical puzzles. And at the end some basic questions about java.
  • Q2. Mathematical puzzle: given 8 ball, 7 having same weight determine ball having different weight than others in 2 go.

Interview Preparation Tips

Topics to prepare for Seclore Product Engineer interview:
  • puzzles
  • Java
Interview preparation tips for other job seekers - Know about your current project in depth and practice some puzzles before appearing for interviews.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 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 - Aptitude Test 

Standard aptitude tests with quant and analytical thinking tested.

Round 3 - Coding Test 

Graph based questions, bfs, dfs and others

Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions about project
  • Q2. How would you design a calculator with memory
  • Ans. 

    Designing a calculator with memory involves adding a storage feature for storing and recalling previous calculations.

    • Include a 'memory' button on the calculator for storing numbers or results

    • Allow users to store multiple values in memory and recall them as needed

    • Provide options for clearing memory or specific stored values

    • Display a visual indicator when memory is in use or has stored values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise your data structures, and try to be confident with your puzzle answers.

Skills evaluated in this interview

Seclore interview questions for designations

 Product Engineer Trainee

 (1)

 Devops Engineer

 (1)

 QA Engineer

 (1)

 Softwaretest Engineer

 (1)

 Senior Software Engineer

 (1)

 Application Support Engineer

 (1)

 Cloud Operations Engineer

 (1)

 Production Engineer

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you sync your distributed systems
  • Ans. 

    I will use a combination of messaging systems, data replication, and versioning to ensure consistency and availability.

    • Use messaging systems like Kafka or RabbitMQ to ensure reliable communication between systems

    • Implement data replication to ensure that data is available on multiple nodes

    • Use versioning to ensure that all nodes are working with the same data

    • Implement conflict resolution strategies to handle conflicts th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself, they will not ask you irrelevant questions, at least in my case.

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All interviews was based on my resume. There were 5 rounds including 1 round with senior consultants of team, 1 with manager, 1 coding test, another telephonic interview with senior partner and then hr int...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorrow with your resume. You should know everything that's written in your resume.

I applied via LinkedIn and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Power Bi questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Portrait your eagerness towards upskilling and learning new things

I applied via Campus Placement and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

It has aptitude and coding based questions.For coding you can choose any coding language

Round 2 - Group Discussion 

There will be a GD for 7-10 people on random topic

Round 3 - Technical 

(1 Question)

  • Q1. 1st TR,ask to write a code of your preference.Linux commands,SQL
Round 4 - Technical 

(1 Question)

  • Q1. 2nd TR ,ask about the projects you have done
Round 5 - HR 

(1 Question)

  • Q1. Basic HR round,where they will discuss about the company , job role etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The above process is for freshers which is of 2 years back.there might be change in process.

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Duration: 1hr
Topics: Array, LinkedList,Stack

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for Insertion in a binary tree.
  • Ans. 

    Code for insertion in a binary tree

    • Create a new node with the given data

    • If the tree is empty, make the new node as root

    • Else, traverse the tree to find the appropriate position to insert the new node

    • If the data is less than the current node, go to the left subtree

    • If the data is greater than the current node, go to the right subtree

    • Repeat until an appropriate position is found

    • Set the new node as the child of the appropri

  • Answered by AI
  • Q2. Write code for quick sort
  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by partitioning it into two sub-arrays.

    • Choose a pivot element from the array

    • Partition the array around the pivot element

    • Recursively apply quick sort to the left and right sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Various DBMS related question(JOINS, SORT, LIMIT)
Round 4 - HR 

(2 Questions)

  • Q1. Tell us about yourself.
  • Q2. Why do want to join the company

Interview Preparation Tips

Topics to prepare for Hughes Systique Corporation Software Engineer interview:
  • C++
  • Data Structures
  • SQL
Interview preparation tips for other job seekers - Just be confident and explain your thought process and go with the flow

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Seclore Interview FAQs

How many rounds are there in Seclore Product Engineer interview?
Seclore interview process usually has 3-4 rounds. The most common rounds in the Seclore interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Seclore Product 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 Java, XML, C++, Struts and OOPS.
What are the top questions asked in Seclore Product Engineer interview?

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

  1. Mathematical puzzle: given 8 ball, 7 having same weight determine ball having d...read more
  2. How would you design a calculator with mem...read more
  3. 10th level mathematics and aptit...read more

Tell us how to improve this page.

Seclore Product Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
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 Product Engineer Salary
based on 45 salaries
₹6.8 L/yr - ₹19 L/yr
82% more than the average Product Engineer Salary in India
View more details

Seclore Product Engineer Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.0

Salary

4.5

Job security

4.4

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 5 Reviews and Ratings
Product Engineer
45 salaries
unlock blur

₹6.8 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

Quality Engineer
11 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

Application Support Engineer
10 salaries
unlock blur

₹6 L/yr - ₹14 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