Upload Button Icon Add office photos

Filter interviews by

Great Innovus Solutions Software Trainee Interview Questions and Answers

Updated 19 Sep 2023

Great Innovus Solutions Software Trainee Interview Experiences

1 interview found

Software Trainee Interview Questions & Answers

user image Muthu bala sudhan M

posted on 19 Sep 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at P.S.N.A College of Engineering and Technology, Dindigul and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

This test consist of 30-40 questions in which aptitude both logical and analytical will come and basic programs and programming MCQ will take part.

Round 2 - Technical 

(5 Questions)

  • Q1. They have many questions for me and we need to know all the basics to crack this.
  • Q2. About inheritance, polymorphism, abstraction, encapsulation.
  • Q3. About primary key and foreign key in sql
  • Q4. Data normalisation
  • Q5. Recursion function in programming
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and calling the function recursively.

    • Base case is important to prevent infinite recursion.

    • Examples: factorial calculation, Fibonacci sequence, tree traversal.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong in the basics to crack the interview process.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Apr 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 - Technical 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Water scarcity, 3 mins , name-area-parents-topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. What is your background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever just enjoy the experiance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Usual Leet code problems

Round 2 - Case Study 

System Design Questions

Round 3 - Case Study 

System Design Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning , verbal ability

Round 2 - Coding Test 

2 coding question, verbal interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Great Innovus Solutions Interview FAQs

How many rounds are there in Great Innovus Solutions Software Trainee interview?
Great Innovus Solutions interview process usually has 3 rounds. The most common rounds in the Great Innovus Solutions interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Great Innovus Solutions Software Trainee interview?

Some of the top questions asked at the Great Innovus Solutions Software Trainee interview -

  1. Recursion function in programm...read more
  2. They have many questions for me and we need to know all the basics to crack thi...read more
  3. About inheritance, polymorphism, abstraction, encapsulati...read more

Tell us how to improve this page.

Great Innovus Solutions Software Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Associate Software Engineer
17 salaries
unlock blur

₹1.7 L/yr - ₹3.6 L/yr

Software Engineer
16 salaries
unlock blur

₹2.7 L/yr - ₹6.5 L/yr

Software Developer
7 salaries
unlock blur

₹1.7 L/yr - ₹3.6 L/yr

Associate Software Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹3.1 L/yr

QA Engineer
6 salaries
unlock blur

₹1.7 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Great Innovus Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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