Upload Button Icon Add office photos

Filter interviews by

Impetus Solutions Software Engineer Interview Questions, Process, and Tips for Freshers

Updated 11 Jan 2023

Impetus Solutions Software Engineer Interview Experiences for Freshers

1 interview found

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

I applied via Campus Placement and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

25 questions in C and java with 4 programming questions in each

Round 2 - Technical 

(6 Questions)

  • Q1. Programming language you are familiar with
  • Ans. 

    I am familiar with multiple programming languages including Java, Python, and C++.

    • Proficient in Java and its frameworks like Spring and Hibernate

    • Experience in Python for data analysis and machine learning

    • Familiar with C++ for competitive programming and algorithm development

  • Answered by AI
  • Q2. What is java, oops concepts
  • Ans. 

    Java is an object-oriented programming language. OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Java is a high-level programming language that is platform-independent.

    • OOPs concepts are used to design and develop software applications.

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

    • Polymorphism allows objects to take on multiple forms.

    • Encapsulation hides t...

  • Answered by AI
  • Q3. What is static keyword
  • Ans. 

    Static keyword is used to declare a variable or method that belongs to the class rather than an instance of the class.

    • Static variables are shared among all instances of the class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static keyword can also be used to create nested classes

  • Answered by AI
  • Q4. What are loops and types
  • Ans. 

    Loops are used to execute a set of instructions repeatedly. There are three types: for, while, and do-while.

    • For loop: executes a set of statements a fixed number of times

    • While loop: executes a set of statements as long as the condition is true

    • Do-while loop: executes a set of statements at least once, then repeats as long as the condition is true

  • Answered by AI
  • Q5. Program for factorial
  • Ans. 

    Program to calculate factorial of a number

    • Use a loop to multiply the number with all the numbers below it

    • Handle edge cases for 0 and negative numbers

    • Use recursion for a more concise solution

  • Answered by AI
  • Q6. Program to print a pattern
  • Ans. 

    Program to print a pattern

    • Determine the pattern to be printed

    • Use loops to print the pattern

    • Adjust the loop variables to control the pattern

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Why should we hire you
  • Q2. Why are changing from your stream to IT
  • Ans. 

    I have a passion for technology and a desire to learn new skills.

    • I have always been interested in technology and have been self-taught in programming languages.

    • I see a lot of potential in the IT industry and want to be a part of it.

    • I believe that my skills and experience can be applied to the IT industry and I am excited to learn and grow in this field.

  • Answered by AI
  • Q3. Programming language you are familiar with
  • Ans. 

    I am familiar with several programming languages including Java, Python, and C++.

    • Proficient in Java, with experience in developing web applications using Spring framework

    • Skilled in Python, with experience in data analysis and machine learning using libraries like NumPy and Pandas

    • Familiar with C++, with experience in developing algorithms and data structures

  • Answered by AI
  • Q4. Any minor/major projects
  • Q5. Introduction about yourself

Interview Preparation Tips

Topics to prepare for Impetus Solutions Software Engineer interview:
  • C
  • Java
  • Data Structures
Interview preparation tips for other job seekers - go through the company and follow up before you join

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

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

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

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on DSA and DBMS mainly.

  • Q1. 

    Maximum Sum Subarray Problem Statement

    Given an array ARR consisting of N integers, determine the sum of the subarray with the maximum sum, including the possibility of an empty subarray.

    A subarray is a...

  • Ans. 

    Find the sum of the subarray with the maximum sum in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum.

    • Update the maximum sum if the current sum becomes greater.

    • Handle cases where the array has all negative numbers or empty subarray.

    • Example: For input [-2, 1, -3, 4, -1], the maximum sum subarray is [4] with sum 4.

  • Answered by AI
  • Q2. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for efficient prime number identification

    • Optimize by only checking numbers up to square root of N for divisibility

  • Answered by AI
  • Q3. What are Joins in the context of databases?
  • Ans. 

    Joins in databases are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ta...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABigStep Technologies interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, SQL, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Impetus Solutions Interview FAQs

How many rounds are there in Impetus Solutions Software Engineer interview for freshers?
Impetus Solutions interview process for freshers usually has 4 rounds. The most common rounds in the Impetus Solutions interview process for freshers are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Impetus Solutions Software Engineer interview for freshers?

Some of the top questions asked at the Impetus Solutions Software Engineer interview for freshers -

  1. why are changing from your stream to...read more
  2. programming language you are familiar w...read more
  3. what is java, oops conce...read more

Tell us how to improve this page.

Impetus Solutions Software Engineer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Impetus Solutions Software Engineer Salary
based on 11 salaries
₹4 L/yr - ₹15.6 L/yr
5% more than the average Software Engineer Salary in India
View more details

Impetus Solutions Software Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate Software Engineer
23 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Software Engineer
11 salaries
unlock blur

₹4 L/yr - ₹15.6 L/yr

Software Developer
10 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Senior Software Developer
8 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Associate Software Developer
5 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Impetus Solutions with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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