Upload Button Icon Add office photos

Filter interviews by

Impactsure Technologies Interview Questions and Answers

Updated 17 Oct 2024

Impactsure Technologies Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About educational background and work experience before this interview?
Round 2 - Technical 

(2 Questions)

  • Q1. Basic discussion about python and other programming language?
  • Q2. Oops conecpt and specific scenario problem of program and answer
Round 3 - Technical 

(1 Question)

  • Q1. In depth discussion on my projects and which approach i used in that projects?

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Assignment 

It was an assignment that consists of python questions

Round 2 - Technical 

(1 Question)

  • Q1. Oop questions and fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. C++ questions like what is friend class etc.
  • Q2. OOPs questions - what is inheritance, what is class, polymorphism etc.
  • Q3. What project have you done and what was your role on that?
  • Ans. 

    I developed a web application for a local restaurant to manage their online orders.

    • Developed a web application for a local restaurant

    • Implemented features for managing online orders

    • Collaborated with a team of developers to ensure smooth functionality

  • Answered by AI
  • Q4. There were more questions also which I don't remember exactly.
Round 2 - Assignment 

They gave a assigment of web development and gave time of one and half hour to do that.

Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about yourself.
  • Ans. 

    I am a software developer with a passion for creating innovative solutions.

    • Experienced in programming languages such as Java, C++, and Python

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Familiar with software development methodologies like Agile and Scrum

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Tell me about your projects and your role in that.
  • Ans. 

    I have worked on various projects as a Software Developer Intern.

    • Developed a web application using HTML, CSS, and JavaScript.

    • Collaborated with a team to create a mobile app using React Native.

    • Implemented a database management system using SQL and Python.

    • Contributed to the development of an e-commerce platform using Java and Spring framework.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have atleast the knowlegde of OOP concept and one language at least which supports this. You should have knowledge of web development, a little bit. Knowledge of database management system and sql.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at Impactsure Technologies

View all

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Test
Experience: This was a group test. We were asked to answer and complete all questions from both sections. Test was conducted in TCS campus in Pune
Tips: Learning basic level Maths and English will help clear this test
Duration: 2 hours
Total Questions: 45

Round: Test Selection
Experience: This was a direct shortlist from all who cleared the test

College Name: Sinhgad Academy of Engineering

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Counting Even and Odd Occurrences

    You are provided with an array or list of integers named ARR of size N. The task is to determine two things:

    1. How many elements appear an odd number of times?
    2. How many...
  • Ans. 

    Count the number of elements with odd and even occurrences in an array of integers.

    • Iterate through the array and use a hashmap to store the count of each element.

    • After counting, iterate through the hashmap to determine odd and even occurrences.

    • Return the counts of elements with odd and even occurrences.

  • Answered by AI
  • Q2. 

    Delete Nodes with Greater Values On Right

    You are given a singly linked list where each node contains an integer value and a reference to the next node or NULL if it is the last node. The task is to remov...

  • Ans. 

    Remove nodes in a singly linked list with a greater value on the right.

    • Traverse the linked list and compare each node's value with the values of nodes to its right.

    • If a node has a greater value on the right, remove it from the linked list.

    • Update the references of the previous node to skip the removed node.

  • Answered by AI

Interview Preparation Tips

Eligibility criteria6+ CGPATech Mahindra interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It is from 12 to 1:30 pm. Environment was very friendly and interviewer was very nice.

  • Q1. 

    Nth Term of Geometric Progression Problem

    Given the first term A, the common ratio R, and an integer N, your task is to find the Nth term of a geometric progression (GP) series.

    Explanation:

    The general...

  • Ans. 

    Calculate the Nth term of a geometric progression series modulo 10^9 + 7.

    • Use the formula A * R^(N-1) to find the Nth term of the GP series.

    • Remember to calculate the result modulo 10^9 + 7.

    • Handle multiple test cases efficiently to stay within the time limit.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

Very friendly environment 

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - Intern in GurgaonEligibility criteriaAbove 6 CGPAWipro Limited interview preparation:Topics to prepare for the interview - Array,Recursion,Maths,Pointer and stringsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DS algorithm
Tip 2 : Practice as many question you can 
Tip 3 : Also practice different MCQ question

Application resume tips for other job seekers

Tip 1 : Write only things you know 
Tip 2 : Be truthful with your resume

Final outcome of the interviewSelected
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Developer Intern interview:
  • Node.Js
  • React.Js
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Conduct a phone or video interview
  • Q2. Consider how candidates may work in your team
  • Q3. Conduct a more in depth interview
  • Q4. Assign a remote coding assessment
  • Ans. 

    Assign a remote coding assessment

    • Clearly define the problem statement and requirements

    • Provide a set of input/output examples for testing

    • Specify the programming language and any constraints

    • Set a time limit for completion

    • Include instructions for submission and evaluation

  • Answered by AI
  • Q5. Request previous work samples
Round 2 - Assignment 

The task of Assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Every job has the very important of the person of Future carrier,life,family💖so even small job has and do that job very importantly so that's y I like this job
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself .
  • Q2. Why do you want to join tech mahindra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Test has many reasoning and coding question work on building logic and data Structure

Round 2 - Coding Test 

Coding round is kind of tough practice dsa questions and build your logic

Interview Preparation Tips

Interview preparation tips for other job seekers - work on skills

Impactsure Technologies Interview FAQs

How many rounds are there in Impactsure Technologies interview?
Impactsure Technologies interview process usually has 3 rounds. The most common rounds in the Impactsure Technologies interview process are Technical, HR and Assignment.
How to prepare for Impactsure Technologies 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 Impactsure Technologies. The most common topics and skills that interviewers at Impactsure Technologies expect are Automation Testing, Business Analysis, Business Development, Communication Skills and Disaster Recovery.
What are the top questions asked in Impactsure Technologies interview?

Some of the top questions asked at the Impactsure Technologies interview -

  1. OOPs questions - what is inheritance, what is class, polymorphism e...read more
  2. There were more questions also which I don't remember exact...read more
  3. C++ questions like what is friend class e...read more

Tell us how to improve this page.

Impactsure Technologies Interview Process

based on 5 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

Impactsure Technologies Reviews and Ratings

based on 11 reviews

3.5/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.2

Salary

3.0

Job security

3.1

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 11 Reviews and Ratings
Oracle Certified Database Administrator (DBA)

Navi Mumbai,

Pune

+1

4-5 Yrs

Not Disclosed

Explore more jobs
Associate Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Impactsure Technologies 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