Upload Button Icon Add office photos
Engaged Employer

i

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

Impressico Business Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Impressico Business Solutions Software Developer Trainee Interview Questions and Answers

Updated 4 Sep 2022

Impressico Business Solutions Software Developer Trainee Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Aug 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 - Aptitude Test 

It is a google meet based aptitude and coding test there were no logical coding questions if you know about the concept of oops

Round 3 - Technical 

(4 Questions)

  • Q1. It was mainly on collections Framework, some basic questions of SQL, OOPS concept
  • Q2. What are abstraction and interface
  • Q3. Difference between method overloading and overriding
  • Q4. Program to print Fibonacci series, prime numbers, pattern(high-level), basic recursion questions

Interview Preparation Tips

Topics to prepare for Impressico Business Solutions Software Developer Trainee interview:
  • Core Java
Interview preparation tips for other job seekers - just prepare accordingly as described above

Interview questions from similar companies

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

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

Round 1 - Coding Test 

2 Questions were asked on string and array

Round 2 - Technical 

(3 Questions)

  • Q1. Basic OOPS questions
  • Q2. DBMS AND SQL queries
  • Q3. Coding ques: Longest subsequence in a string
  • Ans. 

    Find the longest subsequence in a string

    • Iterate through the string and keep track of the longest subsequence found so far

    • Use a hashmap to store the last index of each character seen

    • Update the longest subsequence length when a character is repeated

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DBMS, CN basic questions

Skills evaluated in this interview

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

I applied via campus placement at Mangalmay Institute of Management and Technology, Greater Noida and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning, Situation based question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about core subjects
  • Q2. Questions of SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be strong
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know why they rejected me
  • Q2. What ever they asked me for coding part the output is correct and logic is also correct
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Different deoendency injection techniques
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make components more modular and testable.

    • Constructor injection: Dependencies are provided through a class's constructor.

    • Setter injection: Dependencies are set through setter methods.

    • Interface injection: Dependencies are injected through an interface.

    • Spring framework in Java uses dependency injection to manage components.

    • Angular framewo...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Client round about architecture

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic pattern question

Round 2 - Coding Test 

Moderate level related to array and string

Round 3 - Coding Test 

Difficult questions pattern string array tree

Round 4 - HR 

(1 Question)

  • Q1. Basic introduction salary expectation

Interview Preparation Tips

Topics to prepare for Cyntexa Associate Software Engineer interview:
  • Data Structures

Impressico Business Solutions Interview FAQs

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

Some of the top questions asked at the Impressico Business Solutions Software Developer Trainee interview -

  1. Program to print Fibonacci series, prime numbers, pattern(high-level), basic re...read more
  2. difference between method overloading and overrid...read more
  3. what are abstraction and interf...read more

Tell us how to improve this page.

Senior Programmer Analyst
41 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Quality Analyst
37 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Programmer Analyst
27 salaries
unlock blur

₹5.5 L/yr - ₹19.3 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹8.7 L/yr - ₹28 L/yr

Senior Quality Analyst
22 salaries
unlock blur

₹7.2 L/yr - ₹24.3 L/yr

Explore more salaries
Compare Impressico Business Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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