Upload Button Icon Add office photos
Engaged Employer

i

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

Orion Innovation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Orion Innovation Senior Software Engineer Interview Questions and Answers

Updated 8 Oct 2024

Orion Innovation Senior Software Engineer Interview Experiences

3 interviews found

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

I applied via Naukri.com and was interviewed in Jun 2023. 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 

Sql code and SSIS related code

Round 3 - Technical 

(2 Questions)

  • Q1. Regarding KPI'S and performance improvement methods
  • Q2. Row level security in PBI package level information in SSIS
  • Ans. 

    Row level security in Power BI allows restricting access to specific rows of data based on user roles. Package level information in SSIS refers to metadata about the SSIS package itself.

    • Row level security in Power BI can be implemented using roles and filters to control access to specific rows of data.

    • Package level information in SSIS includes details like package name, version, description, and connection managers use...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2023. 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 - One-on-one 

(1 Question)

  • Q1. Power bi questions
Round 3 - Coding Test 

DAX questions and scenario questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing scalable and efficient software solutions.

    • Experienced in full stack development using technologies like Java, Spring Boot, Angular, and SQL

    • Strong background in designing and implementing RESTful APIs

    • Skilled in optimizing code performance and troubleshooting complex technical issues

    • Led cross-functional teams to deliver high-quality software product

  • Answered by AI
  • Q2. Tell basics of oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

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

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as i...

  • Answered by AI
  • Q3. Sql server and angular basics
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Notice period negotiations

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# in depth, .net core, Angular basics+, intermediate level, Azure basics, OOPS, CI-CD

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews were pure technical and there were technical scenarios asked. Giving example for most of the answers would be good.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

This was a very easy test. It can be crackable easily.

Round 2 - Technical 

(2 Questions)

  • Q1. There is only 1 technical happened. Core java, angular, JUNIT
  • Ans. Basics of core java must, Angular if worked on it
  • Answered Anonymously
  • Q2. Junit test cases if worked previously.
  • Ans. 

    Junit test cases should always be re-run to ensure code quality and prevent regression.

    • Junit test cases should be run after every code change.

    • Test cases should cover all possible scenarios and edge cases.

    • Test cases should be automated to save time and ensure consistency.

    • Test cases should be reviewed and updated regularly.

    • Regression testing should be performed to ensure new changes do not break existing functionality.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Why this company kind of question.

Interview Preparation Tips

Topics to prepare for CitiusTech Senior Software Engineer interview:
  • Core Java
  • Angular
  • JUnit
Interview preparation tips for other job seekers - Company is good in terms of policies, also there is option of onsite.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Core java in depth,logical ability, programming

Interview Questionnaire 

1 Question

  • Q1. What is Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to one object.

    • Ensures only one instance of a class exists

    • Provides a global point of access to that instance

    • Used when only one instance of a class is needed throughout the application

    • Example: Database connection manager

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical experience related to automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to learn

I applied via LinkedIn and was interviewed before Nov 2021. There were 2 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 - Technical 

(3 Questions)

  • Q1. Basic technical questions were asked like oops concepts etc Comfortable in working with other technologies
  • Q2. Describe oops concepts, function pointer
  • Ans. 

    OOPs concepts are the principles of object-oriented programming. Function pointers are pointers that point to functions.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Inheritance is the process of creating new classes from existing ones.

    • Polymorphism is the ability of objects to take on ...

  • Answered by AI
  • Q3. Mutex, semaphor, socket programming,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving answers . Interviewers judge both on technical and softskills

Skills evaluated in this interview

Orion Innovation Interview FAQs

How many rounds are there in Orion Innovation Senior Software Engineer interview?
Orion Innovation interview process usually has 2-3 rounds. The most common rounds in the Orion Innovation interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for Orion Innovation Senior Software Engineer 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 Orion Innovation. The most common topics and skills that interviewers at Orion Innovation expect are SQL Server, Web Services, ASP.Net, Analytical skills and Analytics.
What are the top questions asked in Orion Innovation Senior Software Engineer interview?

Some of the top questions asked at the Orion Innovation Senior Software Engineer interview -

  1. Row level security in PBI package level information in S...read more
  2. Tell basics of o...read more
  3. Regarding KPI'S and performance improvement meth...read more

Tell us how to improve this page.

Orion Innovation Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Orion Innovation Senior Software Engineer Salary
based on 266 salaries
₹6.2 L/yr - ₹22.8 L/yr
9% less than the average Senior Software Engineer Salary in India
View more details

Orion Innovation Senior Software Engineer Reviews and Ratings

based on 41 reviews

3.5/5

Rating in categories

3.7

Skill development

3.0

Work-life balance

3.5

Salary

3.2

Job security

3.5

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer
622 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
266 salaries
unlock blur

₹6.2 L/yr - ₹22.8 L/yr

QA Engineer
206 salaries
unlock blur

₹2.3 L/yr - ₹10.7 L/yr

Technical Lead
172 salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Senior QA Engineer
100 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Explore more salaries
Compare Orion Innovation with

CitiusTech

3.4
Compare

HTC Global Services

3.6
Compare

Xoriant

4.1
Compare

Unisys

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