Upload Button Icon Add office photos

Filter interviews by

Invenics Interview Questions and Answers

Updated 17 Jan 2025

Invenics Interview Experiences

Popular Designations

5 interviews found

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

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

Round 1 - Aptitude Test 

It was a one hour coding test with around 70 questions.And the level of difficulty was medium

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of python
  • Q2. Oops concept and it's uses
  • Ans. 

    Oops concept refers to Object-Oriented Programming concepts like inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only allows access through methods.

    • Abstraction focuses on the essential qualities of

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be thorough with the oops conceps,dsa and SQL.Also prepare all the frequent HR questions asked like why should we hire you and where can you see yourself after 5 years

Skills evaluated in this interview

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Resume questions and, previous projects questions asked

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (1)
Invenics Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal Logical Reasoning and QUant

Round 2 - Technical 

(1 Question)

  • Q1. Very simple Python Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear with your basics

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Coding Test 

Coding test in coder byte

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions in python
  • Q2. Asked around functions
Round 3 - One-on-one 

(1 Question)

  • Q1. Meet C.E.O and other senior management.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Invenics interview questions for popular designations

 Technology Analyst

 (2)

 Devops Engineer

 (1)

 Analyst

 (1)

 Software Developer

 (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2023

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

I was interviewed before Aug 2022.

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 Resume tips
Round 2 - Coding Test 

Coder byte test ,which is online exam . Duration 2-3 hrs

Round 3 - Technical 

(2 Questions)

  • Q1. One to one technical interview
  • Q2. Python techinal test

Interview Preparation Tips

Interview preparation tips for other job seekers - This info of recruitment is one year old, now recruitment process has been revamped .

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics of JS, Angular, CSS and about projects worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics

I applied via Referral and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about your self.
  • Q2. What role were you working for and give some idea about your work experience.
  • Q3. What are your skills.
  • Q4. This point was more of discussion sort, do you know what are the role you have applied for and major work items in this role.
  • Q5. Few unix commands and SQL query as L2 application support role
  • Q6. Are you comfortable for the shifts 24/7 or weekend working in rotation?
  • Q7. What are your plans for coming future in 5 years? what are your plus points?
  • Q8. Why should we hire you?
  • Q9. HR: What is your current CTC? How much do you expect? What is your Notice Period? Why are you expecting this much hike?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and normal and preferred is formal dressing but its ok if you are ready to give sufficient response about dressing sense.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to switch from Civil ti IT?
  • Ans. IT as an industry has always piqued my interest. I plan to start my own venture in future which is related to this industry and thus want to gain experience in IT for that.
  • Answered by Shrikant Gupta

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're from non-IT background sitting in the interview as part of a recruitment drive, just know that they won't be asking much technical questions.
The interviewer looks for your confidence, demeanor and ability to communicate your thoughts properly.

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8, spring framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and be in formal

I applied via Naukri.com and was interviewed in Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. 1.What is Abstract class , Interface?
  • Ans. 

    Abstract class is a class that cannot be instantiated and Interface is a blueprint of a class.

    • Abstract class can have both abstract and non-abstract methods while Interface can only have abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have constructors while Interface cannot.

    • Example of Abstract class: Animal (abstract method: makeSound())

    • Example

  • Answered by AI
  • Q2. 2.Singletone class and explain
  • Ans. 

    A singleton class is a class that can only have one instance created at a time.

    • Singleton classes are often used in situations where there should only be one instance of a class, such as a database connection or a configuration manager.

    • The class typically has a private constructor to prevent multiple instances from being created.

    • The instance of the class is usually accessed through a static method or property.

    • Example: J...

  • Answered by AI
  • Q3. 3.Spring and hibernate basics
  • Q4. 4.Transactional in Hibernate
  • Ans. 

    Transactional in Hibernate refers to the management of database transactions.

    • Hibernate provides transaction management through the use of the Transaction interface.

    • Transactions can be managed programmatically or declaratively using annotations.

    • Transactional behavior can be customized using isolation levels and propagation settings.

    • Example: @Transactional annotation can be used to mark a method as transactional.

    • Example:...

  • Answered by AI
  • Q5. 5.Some real time questions related to collection like in which situation which collection you will use
  • Q6. Cloning, deep cloning, shalow cloning

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was happened on Saturday almost for 1 he conducted by interview panel ( 2 employees ) , I guess one is technical person and other managerial background.

They both were very polite and calm .
They are actually interested in real time work which we have done not bookies meaning or definition.

Eg. What is Abstract Class and Interface , Did you ever get chance to create it in your past project and why ?

Some spring and hibernate basics questions and I am from java development background.

Advice - My personal advice be confident and if you haven't worked on particular thing so didn't get chance to work, Don't lie..They will identify it.

All the best👍

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Invenics Interview FAQs

How many rounds are there in Invenics interview?
Invenics interview process usually has 2-3 rounds. The most common rounds in the Invenics interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Invenics 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 Invenics. The most common topics and skills that interviewers at Invenics expect are Python, Javascript, SAP, Coding and JSON.
What are the top questions asked in Invenics interview?

Some of the top questions asked at the Invenics interview -

  1. oops concept and it's u...read more
  2. Technical questions in pyt...read more
  3. Asked around functi...read more

Recently Viewed

CAMPUS PLACEMENT

Darrang College, Sonitpur

INTERVIEWS

Seclore

No Interviews

INTERVIEWS

Valtech

No Interviews

INTERVIEWS

SOTI

No Interviews

INTERVIEWS

Birla White

No Interviews

INTERVIEWS

Seclore

No Interviews

INTERVIEWS

Seclore

No Interviews

SALARIES

Sipal Technologies

INTERVIEWS

Birla White

No Interviews

INTERVIEWS

Birla White

No Interviews

Tell us how to improve this page.

Invenics Interview Process

based on 9 interviews

Interview experience

4.3
  
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.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

Invenics Reviews and Ratings

based on 11 reviews

3.2/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.2

Salary

2.6

Job security

3.6

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 11 Reviews and Ratings
Technology Analyst
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Development Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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