Upload Button Icon Add office photos
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

Clear (1)

Seclore Product Engineer Trainee Interview Questions and Answers

Updated 22 Aug 2023

Seclore Product Engineer Trainee Interview Experiences

1 interview found

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.
  • 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.

Interview questions from similar companies

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

Data interpretation good knowledge one should have

Round 2 - Coding Test 

Python or java basic coding problems

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program to reverse a string
  • Ans. 

    A program to reverse a string

    • Iterate through the string from end to start and append each character to a new string

    • Use built-in functions like reverse() or StringBuilder.reverse() in some programming languages

    • Convert the string to an array, reverse the array, and then convert it back to a string

  • Answered by AI
  • Q2. Program to read data from excel
  • Ans. 

    A program to read data from excel.

    • Use a library like Apache POI or OpenPyXL to read excel files.

    • Identify the sheet and cell range to read data from.

    • Parse the data and store it in a suitable data structure.

    • Handle errors and exceptions that may occur during the process.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain the Automation framework
  • Ans. 

    Automation framework is a set of guidelines, standards, and tools used for automating software testing.

    • It provides a structured approach to automate tests

    • It includes tools for test case management, test data management, and reporting

    • It helps in reducing manual effort and increasing test coverage

    • Examples include Selenium, Appium, and TestNG

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview questions, be prepared on your skills and you should be able to crack it

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All questions were string programming related and sql queries for some condition.angular questions asked .

Interview Preparation Tips

Interview preparation tips for other job seekers - I think all project need different skilled and it all depend upon interviewer.

I was interviewed before Mar 2021.

Round 1 - Technical 

(1 Question)

  • Q1. More question on java in first round and in 2nd round project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be confident on java basics

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Coding Test 

1) profit array proplems from the geek for geeks
2) write own implementation of map
3) javascript basic questions





Hosting, follow nameste javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the problems from geekforgeeks
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. DSA - java related question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They will ask to write few example

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Which java version are you using in your project and what are the features in it
  • Ans. 

    We are using Java 11 in our project, which includes features like local variable type inference, HTTP client API, and improved security.

    • Java 11 introduced local variable type inference, allowing the compiler to infer the type of a variable based on the initializer.

    • The HTTP client API in Java 11 provides a more modern and flexible way to send HTTP requests and handle responses.

    • Java 11 also includes improved security fea...

  • Answered by AI
  • Q2. Which spring boot version are you using in your project and what are the features in it
  • Ans. 

    We are using Spring Boot version 2.5.2 in our project, which includes features like improved startup performance, enhanced actuator endpoints, and updated dependencies.

    • Spring Boot 2.5.2 offers improved startup performance compared to previous versions.

    • Enhanced actuator endpoints provide better monitoring and management capabilities.

    • Updated dependencies ensure compatibility with the latest libraries and frameworks.

  • Answered by AI
  • Q3. What is 12 factors approach for micro service
  • Ans. 

    The 12 factors approach is a methodology for building modern, scalable, and maintainable microservices.

    • Codebase: One codebase tracked in revision control, many deploys

    • Dependencies: Explicitly declare and isolate dependencies

    • Config: Store config in the environment

    • Backing services: Treat backing services as attached resources

    • Build, release, run: Strictly separate build and run stages

    • Processes: Execute the app as one or m...

  • Answered by AI
  • Q4. How to find the 3rd highest element in an unsorted array with duplicate using java 8.
  • Ans. 

    Use Java 8 streams to find the 3rd highest element in an unsorted array with duplicates.

    • Convert the array to a stream using Arrays.stream()

    • Use distinct() to remove duplicates

    • Sort the stream in descending order using sorted(Comparator.reverseOrder())

    • Skip the first two elements using skip(2)

    • Find and return the third element using findFirst()

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Lead Engineer interview:
  • Microservices
  • Java8

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is TSQL and optimization techniques
  • Ans. 

    TSQL is a Microsoft proprietary extension of SQL used for querying and managing relational databases.

    • TSQL stands for Transact-SQL and is used in Microsoft SQL Server.

    • Optimization techniques in TSQL include indexing, query tuning, and avoiding unnecessary joins.

    • Examples of optimization techniques in TSQL include using appropriate indexes on frequently queried columns and avoiding using functions in WHERE clauses.

  • Answered by AI
  • Q2. Sql is database communication languages
Contribute & help others!
anonymous
You can choose to be anonymous

Seclore Interview FAQs

How many rounds are there in Seclore Product Engineer Trainee interview?
Seclore interview process usually has 2 rounds. The most common rounds in the Seclore interview process are Resume Shortlist and One-on-one Round.
How to prepare for Seclore Product Engineer Trainee 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 J2Ee, LDAP, Product Engineering, XML and Coding.
What are the top questions asked in Seclore Product Engineer Trainee interview?

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

  1. second ruond was the puzzles 1. a girl is dreaming that she is surrounded by 13...read more
  2. third round was coding round in which code was given and we had to write what i...read more
  3. First round is the aptitude round with basic aptitude questi...read more

Recently Viewed

DESIGNATION

SALARIES

Denso Haryana Private Limited, Plant 1

INTERVIEWS

Invenics

No Interviews

CAMPUS PLACEMENT

Darrang College, Sonitpur

INTERVIEWS

Seclore

No Interviews

INTERVIEWS

Valtech

No Interviews

INTERVIEWS

SOTI

No Interviews

INTERVIEWS

Birla White

No Interviews

INTERVIEWS

Seclore

No Interviews

INTERVIEWS

Seclore

No Interviews

Tell us how to improve this page.

Seclore Product Engineer Trainee Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Coforge Interview Questions
3.3
 • 518 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
embedUR Systems Interview Questions
3.3
 • 48 Interviews
View all
Seclore Product Engineer Trainee Salary
based on 6 salaries
₹9 L/yr - ₹13 L/yr
70% more than the average Product Engineer Trainee Salary in India
View more details
Product Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Seclore with

Druva

3.7
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

Tally Solutions

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