Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Speridian Technologies Team. If you also belong to the team, you can get access from here

Speridian Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Speridian Technologies Interview Questions, Process, and Tips

Updated 21 Mar 2025

Top Speridian Technologies Interview Questions and Answers

View all 24 questions

Speridian Technologies Interview Experiences

Popular Designations

47 interviews found

I applied via Approached by Company and was interviewed in Feb 2022. There were 3 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 

This interview is for a uipath Developer position.I was asked to develop a small workflow(it purely depends on interviewer choice). The usecase is to navigate acorss multiple iframes on a webpage and take screenshots of data displayed by each of the iframes and save it in a folder with current date. Time given was 30 mins..I've completed it on time.
I was given a choice to do it with/without RE framework.
After that the interviewer asked some basic questions about UiPath

Round 3 - Technical 

(1 Question)

  • Q1. Multiple scenario based questions were asked by two members of the panel.i cannot mention all. Nearly 30 questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - I'll share my experience and you can decide if it helps you or not.
Technical round: (most Indian interviewers don't show their faces in interviews but expect interviewees to turn on the camera,I wonder why. May be they don't understand the concept of a face to face interview or too shy to show their faces).Anyways, 2 people joined.
One person is a BA and another developer.I dont think both are technically strong. It felt like the BA is trying to boss on this poor developer guy and also he tried to corner me with his scenario based questions but he's not successful. At some point, the way he tried to frame the question felt like he is trying to hear the answer he was expecting but don't know how to ask the right question..
Overall the developer used to ask one question and ~5 follow up questions were asked by this BA guy.
I felt like the interview should be more of a friendly environment where questions are asked to understand the depth of knowledge rather than bossing around or trying to corner interviewees as if they are getting paid for it.

RPA Developer Interview Questions asked at other Companies

Q1. What is procedural language and object oriented language? Which one is better? What are the examples of both?
View answer (1)
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 May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic About React
  • Q2. Some String Related Coding Challenge in Javascript
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced Javascript Client Round
  • Q2. Some String related coding question
Round 3 - HR 

(1 Question)

  • Q1. About your self

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic React and javascript questions
Round 2 - Coding Test 

Create a custom component.

Round 3 - HR 

(1 Question)

  • Q1. General discussion

Top Speridian Technologies System Analyst Interview Questions and Answers

Q1. What is Payments and define it's architecture?
View answer (1)

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. How to you prioritise the features and stories
  • Ans. 

    I prioritize features and stories based on customer needs, business goals, and impact on user experience.

    • Understand customer needs and pain points

    • Align with business goals and objectives

    • Consider impact on user experience and overall product value

    • Use frameworks like MoSCoW method or Kano model for prioritization

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

Speridian Technologies interview questions for popular designations

 System Analyst

 (4)

 Associate Trainee

 (3)

 Software Engineer

 (2)

 RPA Developer

 (2)

 Technical Specialist

 (2)

 System Engineer

 (2)

 Senior UX Designer

 (2)

 Software Developer

 (1)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to initialize bridge in React Native
  • Ans. 

    To initialize bridge in React Native, you need to import the necessary modules and create a new instance of the bridge.

    • Import the necessary modules from 'react-native' package

    • Create a new instance of the bridge using 'new NativeEventEmitter()' method

    • Set up listeners for events using 'addListener()' method

  • Answered by AI
  • Q2. Convert console.log("Hello World") to static typing
  • Ans. 

    Use TypeScript to convert console.log("Hello World") to static typing

    • Use TypeScript to declare the type of the variable being logged

    • Example: const message: string = "Hello World"; console.log(message);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're experienced person in the field, please refrain from giving them your time.

Skills evaluated in this interview

Mobile Developer Interview Questions asked at other Companies

Q1. 1. What is Virtual DOM in react?
View answer (2)

Get interview-ready with Top Speridian Technologies Interview Questions

Associate Engineer Trainee Interview Questions & Answers

user image SPOORTHI S PADUKONE

posted on 2 Jul 2024

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

Logical,Verbal and Coding MCQ

Round 2 - Group Discussion 

Discussion about Recession

Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to DSA
  • Q2. OOPS related qns
Round 4 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. SQL questions related

Associate Engineer Trainee Interview Questions asked at other Companies

Q1. 4. give a scenario on how electrical and electronics can be used simultaneously
View answer (2)

Jobs at Speridian Technologies

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

(1 Question)

  • Q1. Explain one situation where you have used oops concept in your previous project.
  • Ans. 

    I used OOPs concepts in a project to create a class hierarchy for different types of users.

    • I created a base class 'User' with common attributes like name, email, and role.

    • I then created subclasses like 'AdminUser' and 'RegularUser' with specific attributes and methods.

    • I utilized inheritance to avoid code duplication and polymorphism for flexibility in method implementation.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expectations on salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend interview without thinking you should clear this one . This will create anxiety which will affect your performance in interview. Try to think as a opportunity to learn new things .

Top Speridian Technologies System Analyst Interview Questions and Answers

Q1. What is Payments and define it's architecture?
View answer (1)

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response
  • Q1. Document object model
  • Q2. Why static class is used?

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Went well. Interviewer was a knowledgeable person. But it was for 1 whole hour.
Round 2 - Technical 

(1 Question)

  • Q1. Client round. Client was expexting completely different domain knowledge. Which was NOT AT ALL MENTIONED IN JD. Team should have better communication with clients before referring us to them. Completely ...

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. .NET and Angular basic Questions
  • Q2. SQL Server related questions

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Interview Questions & Answers

user image Practical Bong

posted on 13 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic mython question and concept
  • Q2. Revese a sting using recursion

Skills evaluated in this interview

Speridian Technologies Interview FAQs

How many rounds are there in Speridian Technologies interview?
Speridian Technologies interview process usually has 2-3 rounds. The most common rounds in the Speridian Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Speridian 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 Speridian Technologies. The most common topics and skills that interviewers at Speridian Technologies expect are Javascript, SQL, Java, HTML and Oracle.
What are the top questions asked in Speridian Technologies interview?

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

  1. how to migrate a database from one to another with out any down t...read more
  2. What is Payments and define it's architectu...read more
  3. How cut off used to define within transactio...read more
How long is the Speridian Technologies interview process?

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

Tell us how to improve this page.

Speridian Technologies Interview Process

based on 40 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 272 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all

Speridian Technologies Reviews and Ratings

based on 355 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.3

Salary

3.5

Job security

3.7

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 355 Reviews and Ratings
Senior Technical Lead

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Azure Data Engineer

Kochi

8-13 Yrs

Not Disclosed

Explore more jobs
System Analyst
164 salaries
unlock blur

₹4 L/yr - ₹13.4 L/yr

Senior System Analyst
96 salaries
unlock blur

₹5.6 L/yr - ₹21.4 L/yr

Software Engineer
89 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Developer
89 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Technical Specialist
88 salaries
unlock blur

₹8.4 L/yr - ₹27.6 L/yr

Explore more salaries
Compare Speridian Technologies with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.3
Compare

Iris Software

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