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 Technical Support Engineer Interview Questions, Process, and Tips

Updated 2 Nov 2021

Orion Innovation Technical Support Engineer Interview Experiences

1 interview found

Interview Questionnaire 

9 Questions

  • Q1. Dbms and SQL in detail ,OOPs concepts,
  • Q2. Explain a situation where I face some issues while developing project and how I handle it
  • Q3. Strength and weakness
  • Q4. Favourite book .What is the positive I found in it
  • Q5. If a customer call you and say ,he don't want to talk to me and spent his time ,he only want to speak with my senior officer. How will I manage that customer
  • Ans. 

    Assure the customer that you are capable of handling their issue and offer to escalate if necessary.

    • Listen to the customer's concerns

    • Empathize with their frustration

    • Assure them that you are capable of handling their issue

    • Offer to escalate to a senior officer if necessary

    • Provide contact information for the senior officer

  • Answered by AI
  • Q6. Project and tables in detail
  • Ans. 

    Project and tables are essential components of a database system.

    • A project is a collection of related tables that store data.

    • Tables are used to organize and store data in a structured manner.

    • Projects and tables are created using SQL commands.

    • Projects can have multiple tables that are related to each other through keys.

    • Tables can have columns that define the type of data that can be stored in them.

  • Answered by AI
  • Q7. SQL queries using inner join ,outer join
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column between them.

    • Inner join returns only the matching rows from both tables

    • Left outer join returns all rows from the left table and matching rows from the right table

    • Right outer join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Syntax: SELECT * FROM table1 INNER...

  • Answered by AI
  • Q8. Find error in a code and guess output
  • Ans. 

    Answering a code error and output guess question for Technical Support Engineer position.

    • Identify the error message or line number in the code

    • Check for syntax errors, missing or extra characters

    • Debug the code by running it and checking the output

    • Guess the output based on the input and code logic

    • Provide a detailed explanation of the error and output

  • Answered by AI
  • Q9. Ambition and how I can reach there

Skills evaluated in this interview

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 May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Anything can be asked from oops to design pattern level question. Simple to hard. It's kind of rapid fire.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ready handle a pressure while interview process, be stable, don't confuse

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

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

Interview Questionnaire 

1 Question

  • Q1. What is SDLC, STLC, Agile, Different types of testing, Testing life cycle, adb commands, Project works, Bug life cycle, types of bug, difficulties in your project, RTM.
  • Ans. 

    The question covers various topics related to software development and testing.

    • SDLC stands for Software Development Life Cycle and is a process followed for software development.

    • STLC stands for Software Testing Life Cycle and is a process followed for software testing.

    • Agile is a software development methodology that emphasizes on iterative and incremental development.

    • Different types of testing include unit testing, int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on adb commands and above questions.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative ability and logical ability

Round 2 - Technical 

(2 Questions)

  • Q1. In which programming language you are good at?
  • Ans. 

    I am proficient in Java and Python.

    • Strong understanding of object-oriented programming concepts

    • Experience with Java frameworks such as Spring and Hibernate

    • Proficient in Python libraries such as NumPy and Pandas

  • Answered by AI
  • Q2. Write a program to print HCF of numbers as output
  • Ans. 

    Program to print HCF of numbers as output

    • Take input of two numbers from user

    • Find the smaller number between the two

    • Run a loop from 1 to the smaller number

    • Check if both numbers are divisible by the current loop variable

    • If yes, update the HCF variable

    • Print the HCF as output

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended interview for this company and they saw my capability and adaptability only.

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I appeared for an interview before Oct 2021.

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. What is Nested List with example
  • Ans. 

    A nested list is a list that contains other lists as its elements.

    • Nested lists can be created using square brackets and separating the elements with commas.

    • Elements of a nested list can be accessed using indexing and slicing.

    • Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

    • Accessing element 5: my_list[1][1]

  • Answered by AI
  • Q2. What is queue , explain with example
  • Ans. 

    A queue is a data structure that follows the First In First Out (FIFO) principle.

    • Elements are added to the back of the queue and removed from the front.

    • Example: A line of people waiting for a movie ticket.

    • Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structure should be stong
Basic python
Coding skills

Skills evaluated in this interview

Interview Questionnaire 

1 Question

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

Orion Innovation Interview FAQs

What are the top questions asked in Orion Innovation Technical Support Engineer interview?

Some of the top questions asked at the Orion Innovation Technical Support Engineer interview -

  1. If a customer call you and say ,he don't want to talk to me and spent his time ...read more
  2. SQL queries using inner join ,outer jo...read more
  3. Find error in a code and guess out...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Software Engineer
622 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
264 salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

QA Engineer
206 salaries
unlock blur

₹2.3 L/yr - ₹10.7 L/yr

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