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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Seclore Interview Questions and Answers

Updated 23 Apr 2025
Popular Designations

9 Interview questions

A Senior Talent Management Executive was asked 7mo ago
Q. What is your experience implementing an HRMS?
Ans. 

Implemented HRMS system to streamline HR processes and improve efficiency.

  • Led the implementation of a new HRMS system to centralize employee data and automate processes

  • Worked closely with IT and HR teams to customize the system to meet company's specific needs

  • Provided training and support to employees on how to use the new HRMS system effectively

View all Senior Talent Management Executive interview questions
A Cloud Operations Engineer was asked 7mo ago
Q. What are the prerequisites for S3 Cross Region Replication?
Ans. 

Prerequisites for S3 Cross Region Replication include enabling versioning, configuring IAM roles, and ensuring proper bucket policies.

  • Enable versioning on both source and destination buckets

  • Configure IAM roles with proper permissions for replication

  • Ensure proper bucket policies are in place for cross region replication

View all Cloud Operations Engineer interview questions
A Cloud Operations Engineer was asked 7mo ago
Q. How many EBS volumes can be attached to a single EC2 instance?
Ans. 

The maximum number of EBS volumes that can be attached to a single EC2 instance is 40.

  • Maximum of 40 EBS volumes can be attached to a single EC2 instance

  • Each EBS volume can be up to 16 TiB in size

  • EBS volumes can be attached and detached while the instance is running

View all Cloud Operations Engineer interview questions
A Cloud Operations Engineer was asked 7mo ago
Q. Which container attributes change when Docker restarts?
Ans. 

Docker Restart changes the container's attributes like IP address, hostname, and uptime.

  • IP address of the container will change after restart

  • Hostname of the container may change

  • Uptime of the container will be reset

  • Any changes made to the container's filesystem will be lost

View all Cloud Operations Engineer interview questions
A QA Engineer was asked 10mo ago
Q. Have you worked on framework creation?
Ans. 

Yes, I have experience in creating automation frameworks for testing.

  • I have created automation frameworks using tools like Selenium, TestNG, and Cucumber.

  • I have designed modular and data-driven frameworks to improve test efficiency.

  • I have integrated frameworks with CI/CD pipelines for continuous testing.

  • I have experience in creating custom frameworks tailored to specific project requirements.

View all QA Engineer interview questions
A QA Engineer was asked 10mo ago
Q. How do you prioritize your test cases in manual testing?
Ans. 

Prioritizing test cases ensures critical functionalities are tested first, optimizing testing efficiency and risk management.

  • Identify critical functionalities: Focus on features that are essential for business operations, e.g., payment processing in an e-commerce app.

  • Assess risk: Prioritize test cases based on the likelihood of failure and impact, e.g., testing a new feature that affects user data.

  • Consider user im...

View all QA Engineer interview questions
A Java Developer was asked 12mo ago
Q. What is a default method in Java?
Ans. 

Default methods allow interfaces in Java to have method implementations, enhancing flexibility and backward compatibility.

  • Introduced in Java 8 to support multiple inheritance of behavior.

  • Syntax: 'default' keyword followed by method implementation in an interface.

  • Example: 'default void display() { System.out.println("Default Method"); }'

  • Allows adding new methods to interfaces without breaking existing implementatio...

View all Java Developer interview questions
Are these interview questions helpful?
A Product Engineer was asked
Q. 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

View all Product Engineer interview questions
A Cloud Operations Engineer was asked 7mo ago
Q. S3 vs EFS scenario based use cases.
Ans. 

S3 is ideal for storing static files like images and videos, while EFS is better for shared file storage among multiple EC2 instances.

  • S3 is object storage, suitable for storing large amounts of unstructured data like images, videos, backups, and logs.

  • EFS is a file storage service that can be mounted on multiple EC2 instances, making it ideal for shared file systems and databases.

  • Use S3 for static website hosting, ...

View all Cloud Operations Engineer interview questions

Seclore Interview Experiences

27 interviews found

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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How many EBS can be attached to single EC2
  • Ans. 

    The maximum number of EBS volumes that can be attached to a single EC2 instance is 40.

    • Maximum of 40 EBS volumes can be attached to a single EC2 instance

    • Each EBS volume can be up to 16 TiB in size

    • EBS volumes can be attached and detached while the instance is running

  • Answered by AI
  • Q2. Prerequisites for S3 Cross Region Replication
  • Ans. 

    Prerequisites for S3 Cross Region Replication include enabling versioning, configuring IAM roles, and ensuring proper bucket policies.

    • Enable versioning on both source and destination buckets

    • Configure IAM roles with proper permissions for replication

    • Ensure proper bucket policies are in place for cross region replication

  • Answered by AI
  • Q3. Docker Restart will change which attributes of comtainer
  • Ans. 

    Docker Restart changes the container's attributes like IP address, hostname, and uptime.

    • IP address of the container will change after restart

    • Hostname of the container may change

    • Uptime of the container will be reset

    • Any changes made to the container's filesystem will be lost

  • Answered by AI
  • Q4. S3 vs EFS scenario based use cases.
  • Ans. 

    S3 is ideal for storing static files like images and videos, while EFS is better for shared file storage among multiple EC2 instances.

    • S3 is object storage, suitable for storing large amounts of unstructured data like images, videos, backups, and logs.

    • EFS is a file storage service that can be mounted on multiple EC2 instances, making it ideal for shared file systems and databases.

    • Use S3 for static website hosting, data ...

  • Answered by AI
  • Q5. Linux Commands and Chmod Calculation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Linux Based Questions , S3, EFS and EBS.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Saikat Goswami

posted on 14 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Questions on QA Automation like Selenium waits, webdriver methods, types of locators etc
  • Q2. Also from manual like how do you prioritise your test cases.
  • Ans. 

    Prioritizing test cases ensures critical functionalities are tested first, optimizing testing efficiency and risk management.

    • Identify critical functionalities: Focus on features that are essential for business operations, e.g., payment processing in an e-commerce app.

    • Assess risk: Prioritize test cases based on the likelihood of failure and impact, e.g., testing a new feature that affects user data.

    • Consider user impact:...

  • Answered by AI
  • Q3. Questions on project
  • Q4. Did you worked on framework creation
  • Ans. 

    Yes, I have experience in creating automation frameworks for testing.

    • I have created automation frameworks using tools like Selenium, TestNG, and Cucumber.

    • I have designed modular and data-driven frameworks to improve test efficiency.

    • I have integrated frameworks with CI/CD pipelines for continuous testing.

    • I have experience in creating custom frameworks tailored to specific project requirements.

  • Answered by AI
  • Q5. End point users of your project and scope
  • Ans. 

    The end point users of the project are the individuals who will be using the software or application being tested by the QA Engineer.

    • End point users can include customers, clients, employees, or any other stakeholders who interact with the software.

    • Understanding the needs and expectations of end users is crucial for ensuring the quality and usability of the project.

    • QA Engineers must consider the scope of the project to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for QA Automation side and little bit from manual side also
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Different project you have worked on ?
  • Q2. Experience in implementing HRMS
  • Ans. 

    Implemented HRMS system to streamline HR processes and improve efficiency.

    • Led the implementation of a new HRMS system to centralize employee data and automate processes

    • Worked closely with IT and HR teams to customize the system to meet company's specific needs

    • Provided training and support to employees on how to use the new HRMS system effectively

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Seclore Senior Talent Management Executive interview:
  • Its a markting ploy do not apply
Interview preparation tips for other job seekers - Integrity issue with VP of HR at Seclore Final round was done VP of HR there was a integrity issue with the statements told to me. This company is a startup and confirmed by recruiter but when I asked this in final round. I was told its not a startup. Anyways when the leader at top is not showing intregrity its least expected in the culture here. 1st and 2nd round was good and perfect.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including storage, databases, networking, software, and more.

    • Allows users to access and use resources on-demand

    • Reduces the need for physical hardware and infrastructure

    • Provides scalability and flexibility for businesses

    • Examples: Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform

  • Answered by AI
  • Q2. What is devops tools
  • Ans. 

    DevOps tools are software tools used to facilitate the collaboration between development and operations teams in order to automate and streamline the software delivery process.

    • DevOps tools help in automating the software development lifecycle

    • They enable continuous integration and continuous delivery (CI/CD)

    • Examples of DevOps tools include Jenkins, Docker, Ansible, Kubernetes, Git, and Puppet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Define Object-oriented programming
  • Q2. What is Default method in Java?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have Deep knowledge of Java

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Need to find output of given code
  • Q2. Solve some puzzles
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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

Aptitude Includes Logical Reasoning questions and Mathematical aptitude
. NO verbal aptitude.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic apti like time work , profit and loss and logical reasoning questions

Round 2 - Coding Test 

Theoretical type coding questions but we have to explain the code line by line

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. First round is the aptitude round with basic aptitude questions
  • Q2. Second ruond was the puzzles 1. a girl is dreaming that she is surrounded by 13 candies in circular way now she eats every 13th candy in every iteration. out of 13 there are 12 red and 1 white candies. now...
  • Q3. Third round was coding round in which code was given and we had to write what is the purpose of the anonymous functions presend in the code.
  • Ans. 

    Anonymous functions enable encapsulation, reusability, and cleaner code in programming, enhancing modularity and readability.

    • Anonymous functions, or lambda functions, allow for quick function definitions without naming them.

    • They are often used as arguments to higher-order functions, such as map, filter, and reduce.

    • Example: In JavaScript, `array.map(x => x * 2)` doubles each element using an anonymous function.

    • They h...

  • Answered by AI
  • Q4. In the final round it is an interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are sitting for Seclore, do not expect much because their company size is just 500 and they don't recruit that much even if they come to your college they will take just 1-2 students or won't take anyone.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Seclore?
Ask anonymously on communities.

Seclore Interview FAQs

How many rounds are there in Seclore interview?
Seclore interview process usually has 2-3 rounds. The most common rounds in the Seclore interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Seclore 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, C++, XML, Product Management and Spring.
What are the top questions asked in Seclore interview?

Some of the top questions asked at the Seclore interview -

  1. Mathematical puzzle: given 8 ball, 7 having same weight determine ball having d...read more
  2. third round was coding round in which code was given and we had to write what i...read more
  3. Also from manual like how do you prioritise your test cas...read more
How long is the Seclore interview process?

The duration of Seclore interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 24 interview experiences

Difficulty level

Easy 27%
Moderate 67%
Hard 7%

Duration

Less than 2 weeks 94%
2-4 weeks 6%
View more
Join Seclore Protecting the World’s Data

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
Zeta Interview Questions
3.4
 • 74 Interviews
CoinDCX Interview Questions
3.8
 • 31 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
Exponentia.ai Interview Questions
4.1
 • 16 Interviews
Jio Haptik Interview Questions
3.4
 • 15 Interviews
View all

Seclore Reviews and Ratings

based on 80 reviews

4.0/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 80 Reviews and Ratings
Application Support Engineer

Mumbai

2-7 Yrs

Not Disclosed

Lead Product Engineer - Java

Pune,

Mumbai

6-10 Yrs

Not Disclosed

Explore more jobs
Product Engineer
48 salaries
unlock blur

₹6.9 L/yr - ₹19 L/yr

Application Support Engineer
15 salaries
unlock blur

₹4.4 L/yr - ₹9.6 L/yr

Senior Product Engineer
15 salaries
unlock blur

₹17.5 L/yr - ₹30 L/yr

Quality Engineer
14 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Senior Quality Engineer
13 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Explore more salaries
Compare Seclore with

Fractal Analytics

4.0
Compare

Watchyourhealth.com

4.7
Compare

Innovatiview India Ltd

3.9
Compare

Zeta

3.4
Compare
write
Share an Interview