Upload Button Icon Add office photos

Filter interviews by

Surekha Technologies Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Surekha Technologies Interview Questions and Answers

Surekha Technologies Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops concept , What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access all public and protected members of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle'

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is Odoo ? what is difference between inherit and inherits
  • Ans. 

    Odoo is an open-source business management software that includes a suite of integrated applications for various business needs.

    • Odoo is a comprehensive suite of business applications including CRM, e-commerce, accounting, inventory, and more.

    • Inherit is used in Odoo to modify an existing view or model, while inherits is used to inherit the behavior of another class in Python.

    • Inherit in Odoo allows customization of exist...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why we hire you ?

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apptitude round is pretty easy and held on microsoft 365 plateform.

Round 2 - Technical 

(3 Questions)

  • Q1. How to embbed custom css in Tailwind
  • Ans. 

    You can use the @layer directive in Tailwind to embed custom CSS

    • Use the @layer directive in your CSS file to specify where the custom CSS should be injected

    • For example, to embed custom CSS in the utilities layer, you can use @layer utilities { ... }

    • Make sure to configure Tailwind to process the @layer directive in your tailwind.config.js file

  • Answered by AI
  • Q2. SetTimeout() codes
  • Q3. Data transfer in reactJs.
  • Ans. 

    Data transfer in ReactJs involves passing data between components using props and state.

    • Props are used to pass data from parent to child components

    • State is used to manage data within a component and can be passed down as props

    • Data can also be transferred using context API or Redux for global state management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well for the role that you apply and focus on resume.

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Review & Discussion Professional Ground Details

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR called two months earlier and had taken more than a week to just schedule the first round of an interview. After scheduling an interview, the interview panel didn't come on time, HR didn't receive a call, no response from HR or even from the interview panel team. Still have taken the follow up however they didn't even acknowledge or respond to my immediate follow-up either.

After two months, a new HR called me and I discussed the earlier issue with their old HR. A new HR has checked those things and asked me for the latest CV and other details and reviewed it. Later, she called me and discussed the concern about the gap between the master's and the first job.

In my career, have worked with many companies and they didn't raise such gap concerns because after starting the first job there has not been any break and I believe that should matter to any company.

The company has mentioned the job responsibilities and discussed the expectations that are above the sky limits.

Would like to recommend improving your HR process. Your HR hiring process is very PATHETIC.
If a company's very first level has such a poor process then other processes and departments must be working above the top of the world.

God bless the future candidate for this profile.

Operations Manager Interview Questions asked at other Companies

Q1. That, if a student, who passed 12th and doesn't want to study further so how would you convince him to study more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Ask about common aptitude question

Round 2 - Technical 

(1 Question)

  • Q1. Simple python question

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 (42)

Surekha Technologies interview questions for popular designations

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Business Development Manager

 (1)

 React Js Frontend Developer

 (1)

 Operations Manager

 (1)

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

I was interviewed before Mar 2024.

Round 1 - HR 

(1 Question)

  • Q1. Detailing about Current Job

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern
Contribute & help others!
anonymous
You can choose to be anonymous

Surekha Technologies Interview FAQs

How many rounds are there in Surekha Technologies interview?
Surekha Technologies interview process usually has 2 rounds. The most common rounds in the Surekha Technologies interview process are Technical, HR and Aptitude Test.
How to prepare for Surekha 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 Surekha Technologies. The most common topics and skills that interviewers at Surekha Technologies expect are Web Services, Javascript, Python, Hibernate and IT Sales.
What are the top questions asked in Surekha Technologies interview?

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

  1. What is Odoo ? what is difference between inherit and inher...read more
  2. How to embbed custom css in Tailw...read more
  3. Oops concept , What is inherita...read more

Recently Viewed

INTERVIEWS

THERMAL SYSTEMS

No Interviews

INTERVIEWS

Rakeitin Salesforce

No Interviews

INTERVIEWS

Prolifics Corporation

No Interviews

INTERVIEWS

Prolifics Corporation

No Interviews

INTERVIEWS

Prolifics Corporation

No Interviews

INTERVIEWS

Surekha Technologies

No Interviews

INTERVIEWS

Prolifics Corporation

No Interviews

INTERVIEWS

Surekha Technologies

No Interviews

INTERVIEWS

Rakeitin Salesforce

No Interviews

Tell us how to improve this page.

Surekha Technologies Interview Process

based on 8 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 812 Interviews
View all

Surekha Technologies Reviews and Ratings

based on 27 reviews

2.4/5

Rating in categories

2.8

Skill development

2.2

Work-life balance

2.7

Salary

2.1

Job security

2.3

Company culture

2.8

Promotions

2.3

Work satisfaction

Explore 27 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Surekha Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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