Upload Button Icon Add office photos

Filter interviews by

ERWIN INDIA Interview Questions and Answers

Updated 19 Jun 2024

ERWIN INDIA Interview Experiences

Popular Designations

4 interviews found

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Collections hierarchy explanatiion?
  • Ans. 

    Collections hierarchy refers to the organization of data structures in a hierarchical manner.

    • Collections hierarchy is a way of organizing data structures based on their relationships and dependencies.

    • At the top of the hierarchy is the Collection interface, which is the root interface for all collections.

    • The Collection interface is extended by the List, Set, and Queue interfaces, which represent ordered, unordered, and ...

  • Answered by AI
  • Q2. Recursive example and query,stored procedure need to understanding explaination?

Interview Preparation Tips

Interview preparation tips for other job seekers - collections and Io operations and Database

Skills evaluated in this interview

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 (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me what do you know about spring boot
  • Q2. Tell me what do you know about react js

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via nboard and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. When java program is save at that time Which file is create.
  • Ans. 

    When a Java program is saved, a file with the same name as the class containing the main method is created.

    • The file extension for Java source code is .java

    • When the Java program is compiled, a bytecode file with the .class extension is created

    • The bytecode file can be executed by the Java Virtual Machine (JVM)

  • Answered by AI
  • Q2. Abstraction in java with real time example.
  • Ans. 

    Abstraction in Java is a way to hide implementation details and only show necessary information.

    • Abstraction is achieved through abstract classes and interfaces.

    • It helps in reducing complexity and improving maintainability.

    • Example: A car dashboard only shows necessary information like speed, fuel level, etc. and hides the implementation details of the engine.

    • Abstraction allows for better code reusability and flexibility

  • Answered by AI
  • Q3. Exception handling.
  • Q4. Final, Finally, Finalize keywords

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher, I loss 14 interviews still now. I have more experience in interviews. The 14 companies are product based companies. In that this is one of the interview.
When started my interview.
I thought, I know java but when I completed my interview, I thought I don't no java.
I didn't tell some answers because I know basics of java. But, I know C language, HTML, CSS. TR didn't ask any question from these languages. Based on the recuritment they ask.
I simply reject. I don't have lack of communication this is also one biggest problem for me.



Prepare well C/java/html/css/javascript/reactjs are any languages deeply not only oops and also remaining concepts.
When you go interview pannel you must do some works.
1. Dressing must be formal.
2. Please ask "May I come in Sir" when you entering the interview pannel.
3. Whatever the answer you speak confident and eyes must be straight. Suppose, if don't no answer you must tell anything related that question.
4. Must keep smile.
5. Use hand guestures while explaining the concept.
6. Before compete the interview. You may be ask your feedback this is optional. It may creates good opinion to the interviewer.
7. Don't put hands on the bench while performing interview.
8. Don't be panic.





Prepare well good luck guys 🤗🤗🤗.

Skills evaluated in this interview

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 (43)

I applied via Naukri.com and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Testing concept , SQL commands
Round 2 - One-on-one 

(1 Question)

  • Q1. Selenium basic commands
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 4 - HR 

(1 Question)

  • Q1. What is your family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are enough. no one has coding skills so you can qrack interview with basics

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

ERWIN INDIA interview questions for popular designations

 Software Developer

 (2)

 Senior Software Engineer

 (1)

 Senior Test Engineer

 (1)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.

Round 3 - One-on-one 

(1 Question)

  • Q1. I had to solve a problem. Given an expression involving operators and operands with parentheses, convert it to postfix expression. I used the stack data structure.
Round 4 - One-on-one 

(1 Question)

  • Q1. A puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - Think that it can be done, and lastly with the support of interviewer, it can be done. All the best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test having basic problems and some aptitude problem.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Interviewer will ask opps and 2 basic coding problem 2 aptitude problem if you mention any technology in resume then ask about technology and projects
  • Q2. What is opps ?
  • Ans. 

    OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. What is singleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from other classes.

    • They provide a static method to access the single instance, which is created if it doesn't exist yet.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Opps
  • DSA
Interview preparation tips for other job seekers - Focus on learning

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

60 Minute Duration on 3 topics, including logical, oop and mathematical

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

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.

ERWIN INDIA Interview FAQs

How many rounds are there in ERWIN INDIA interview?
ERWIN INDIA interview process usually has 2 rounds. The most common rounds in the ERWIN INDIA interview process are One-on-one Round, HR and Technical.
How to prepare for ERWIN INDIA 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 ERWIN INDIA. The most common topics and skills that interviewers at ERWIN INDIA expect are Hibernate, JDBC, Java, Servlets and Struts.
What are the top questions asked in ERWIN INDIA interview?

Some of the top questions asked at the ERWIN INDIA interview -

  1. When java program is save at that time Which file is creat...read more
  2. Abstraction in java with real time exampl...read more
  3. collections hierarchy explanatii...read more

Tell us how to improve this page.

ERWIN INDIA Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Idfy Interview Questions
3.5
 • 15 Interviews
KDK Software Interview Questions
3.1
 • 15 Interviews
View all

ERWIN INDIA Reviews and Ratings

based on 14 reviews

4.3/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.6

Salary

4.3

Job security

4.0

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
43 salaries
unlock blur

₹4 L/yr - ₹16.8 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹7.8 L/yr - ₹20.5 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Software Development Engineer
9 salaries
unlock blur

₹3.7 L/yr - ₹10.1 L/yr

Test Engineer
7 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare ERWIN INDIA with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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