Upload Button Icon Add office photos

Filter interviews by

Inspirisys Solution Software Engineer Trainee Interview Questions and Answers

Updated 25 Jun 2023

Inspirisys Solution Software Engineer Trainee Interview Experiences

1 interview found

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

(5 Questions)

  • Q1. Basic english knowledge.
  • Q2. How many charectors in a letter in Java.
  • Ans. 

    A letter in Java is represented as a single character data type, which can hold one character.

    • In Java, a letter is represented using the char data type.

    • The char data type is a 16-bit unsigned integer that represents Unicode characters.

    • For example, 'A' is a letter in Java represented as the char value 'A'.

  • Answered by AI
  • Q3. Max salary ,min salary in SQL
  • Q4. Add even numbers in array
  • Ans. 

    Iterate through array, check if number is even, and add to sum

    • Iterate through each element in the array

    • Check if the element is a number and if it is even

    • If the number is even, add it to a running sum

  • Answered by AI
  • Q5. Basic oops questions
Round 2 - Coding Test 

In a two table the maximum salary.who gave it?

Round 3 - Coding Test 

This also a coding round mostly in SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a dream. Hard work to chase your dream time is not a matter.

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Database concepts
  • Q2. Engineering achievements
  • Q3. Project for final year
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development.

    • Implemented a responsive UI using Bootstrap and jQuery.

    • Incorporated features such as task assignment, progress tracking, and document management.

    • Conducted user testing and made improvements based on feedback.

    • Completed the project within the given timeline and budget.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be good in communication skills ,need to be confident






















I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

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

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java. Spring MVC flow, collections, projects that you've worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a easy discussion. Just portray your strong points and just indirectly force them to ask you're question related to the same.

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy with basic ques and then pymetrics tesy

Round 2 - Coding Test 

Coding test had basic questions on Java core

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare theoritical concept of SQL and Java well

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

Interview Questionnaire 

1 Question

  • Q1. What's my teammates count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite and smooth easy way thanks to Praveen (B.O). Prepare your resume instead outside stuff 😅.

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was called for Oracle APEX developer role. So I am supposed to expose my Oracle APEX experience first of all.
  • Q2. All PL/SQL fundamentals and Written test on coding in PLSQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and stay confident.

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

Inspirisys Solution Interview FAQs

How many rounds are there in Inspirisys Solution Software Engineer Trainee interview?
Inspirisys Solution interview process usually has 4 rounds. The most common rounds in the Inspirisys Solution interview process are Coding Test, Resume Shortlist and One-on-one Round.
How to prepare for Inspirisys Solution Software Engineer Trainee 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 Inspirisys Solution. The most common topics and skills that interviewers at Inspirisys Solution expect are C#, C++, Core Java, Java and SQL.
What are the top questions asked in Inspirisys Solution Software Engineer Trainee interview?

Some of the top questions asked at the Inspirisys Solution Software Engineer Trainee interview -

  1. how many charectors in a letter in Ja...read more
  2. Add even numbers in ar...read more
  3. Max salary ,min salary in ...read more

Tell us how to improve this page.

Inspirisys Solution Software Engineer Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Inspirisys Solution Software Engineer Trainee Salary
based on 10 salaries
₹1.8 L/yr - ₹3.1 L/yr
30% less than the average Software Engineer Trainee Salary in India
View more details

Inspirisys Solution Software Engineer Trainee Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

4.3

Skill development

3.2

Work-life balance

3.1

Salary

4.8

Job security

4.1

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Technical Support Engineer
382 salaries
unlock blur

₹1 L/yr - ₹4.8 L/yr

Software Engineer
267 salaries
unlock blur

₹1.5 L/yr - ₹9 L/yr

Senior Software Engineer
162 salaries
unlock blur

₹4.7 L/yr - ₹17 L/yr

Desktop Support Engineer
113 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Senior Technical Support Engineer
88 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Inspirisys Solution with

3i Infotech

3.5
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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