Upload Button Icon Add office photos

Filter interviews by

Reqpedia Technologies Interview Questions and Answers

Updated 5 Jun 2024

Reqpedia Technologies Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Java Basic Concepts - OOPs, Threading, Exception Handling, Collections. Front End Technologies and Spring Framework. Mostly Basic concepts.
  • Q2. Mainframe Basic Concepts - COBOL, JCL, DB2, VSAM, IMS-DB
  • Q3. Previous projects experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very nice experience overall. HR Team was very supportive from beginning and conducted smoothly entire process. I applied for Software Engineer with skills on MF and Java both technologies. This position was for a top IT MNC and payroll of Reqpedia.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Reqpedia Technologies

View all

Interview questions from similar companies

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

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Q2. Java developer
  • Q3. About java
  • Q4. Working experience
  • Q5. About hobby
  • Q6. Communication way

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Job related technical side
  • Q2. HR round salary related and job related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Good with Highly qualified.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

Sql Coding round questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. SQL coding round
Round 4 - Technical 

(1 Question)

  • Q1. Sql Coding round
Round 5 - HR 

(1 Question)

  • Q1. Basic questions salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don’t join this company until it’s a last option
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Ap related questionnaire
  • Q2. Nothing to say about this..not work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Not able to manege family
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Basics of Frontend development and project discussion

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

I applied via Referral and was interviewed in Jun 2023. 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. Previous work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About your previous work experience
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiate,facility discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2023.

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 - Technical 

(2 Questions)

  • Q1. Overall turnover of business
  • Ans. 

    The overall turnover of the business refers to the total revenue generated by the company within a specific period of time.

    • Calculate the total revenue earned by the company in a given time frame

    • Consider factors such as sales, services, and other sources of income

    • Compare the turnover to previous periods to track growth or decline

    • Use financial statements and reports to analyze the turnover

  • Answered by AI
  • Q2. How you manage your time

Interview Questionnaire 

2 Questions

  • Q1. Core Java(Collection,multithreading), Spring boot, Struts, coding question
  • Q2. How to count numbers for words in string using hash Map
  • Ans. 

    Count numbers for words in a string using hash map.

    • Create a hash map to store the count of each word.

    • Split the string into an array of words.

    • Loop through the array and check if each word is a number.

    • If it is a number, increment the count in the hash map.

    • Return the hash map with the count of each number word.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic codings like prime no or not

Round 2 - Technical 

(4 Questions)

  • Q1. Oops concepts, data structures
  • Q2. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit proper...

  • Answered by AI
  • Q3. Explain encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also enables data to be accessed only through the methods defined in the class.

    • Example: In a class representing a car, th...

  • Answered by AI
  • Q4. Explain data structures
  • Ans. 

    Data structures are ways to organize and store data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures define how data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing performance and efficiency in software development.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Reqpedia Technologies Interview FAQs

How many rounds are there in Reqpedia Technologies interview?
Reqpedia Technologies interview process usually has 1 rounds. The most common rounds in the Reqpedia Technologies interview process are Technical.
How to prepare for Reqpedia Technologies 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 Reqpedia Technologies. The most common topics and skills that interviewers at Reqpedia Technologies expect are Budgeting, E-commerce, Finance and Accounts, Financial Analysis and Financial Planning and Analysis.
What are the top questions asked in Reqpedia Technologies interview?

Some of the top questions asked at the Reqpedia Technologies interview -

  1. Java Basic Concepts - OOPs, Threading, Exception Handling, Collections. Front E...read more
  2. Mainframe Basic Concepts - COBOL, JCL, DB2, VSAM, IMS...read more

Tell us how to improve this page.

Reqpedia Technologies Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Any Brand Interview Questions
4.1
 • 67 Interviews
Pie Infocomm Interview Questions
4.5
 • 39 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 34 Interviews
Beyondriffs Interview Questions
4.6
 • 25 Interviews
Birla White Interview Questions
4.2
 • 25 Interviews
FreshToHome Interview Questions
3.4
 • 23 Interviews
View all

Reqpedia Technologies Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.5

Skill development

5.0

Work-life balance

4.9

Salary

3.6

Job security

4.5

Company culture

3.6

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Compare Reqpedia Technologies with

ACTE

4.6
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.0
Compare

Ricoh

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