Intellect Design Arena Ltd interview experience Real time questions & tips from candidates to crack your interview

System Engineer

Intellect Design Arena Ltd
upvote
share-icon
1 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures, Algorithms, Java, OS, Aptitude, OOPS
Tip
Tip

Tip 1 : If you are having an interview with Intellect Design Arena then you must prepare Core Java, as they work on Java technologies mainly.
Tip 2 : You must be comfortable with OOPS concepts, Multithreading and Collections in Java.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Other
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Easy
Video Call
Duration30 minutes
Interview date17 Jun 2021
Coding problem3

Technical round with questions based on core Java concepts.

1. Java Question

Can we use static method in an interface?

Problem approach

Similar to Default Method in Interface, the static method in an interface can be defined in the interface, but cannot be overridden in Implementation Classes. To use a static method, Interface name should be instantiated with it, as it is a part of the Interface only.

2. Java Question

How can we achieve polymorphism in Java?

Problem approach

There are two types of polymorphism in Java: compile-time polymorphism and runtime polymorphism. We can perform polymorphism in java by method overloading and method overriding.
If you overload a static method in Java, it is the example of compile time polymorphism.

Runtime polymorphism or Dynamic Method Dispatch is a process in which a call to an overridden method is resolved at runtime rather than compile-time. In this process, an overridden method is called through the reference variable of a superclass. The determination of the method to be called is based on the object being referred to by the reference variable.

3. Java Question

Difference between Abstract Class and Interface

Problem approach

1) Abstract class can have abstract and non-abstract methods. Interface can have only abstract methods. Since Java 8, it can have default and static methods also.
 

2) Abstract class doesn't support multiple inheritance. Interface supports multiple inheritance.


3) Abstract class can have final, non-final, static and non-static variables. Interface has only static and final variables.
 

4) Abstract class can provide the implementation of interface. Interface can't provide the implementation of abstract class.
 

5) The abstract keyword is used to declare abstract class. The interface keyword is used to declare interface.
 

6) An abstract class can extend another Java class and implement multiple Java interfaces. An interface can extend another Java interface only.
 

7) An abstract class can be extended using keyword "extends". An interface can be implemented using keyword "implements".

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Java Developer
1 rounds | 4 problems
Interviewed by Intellect Design Arena Ltd
2256 views
1 comments
0 upvotes
company logo
Graduate Engineer Trainee
1 rounds | 4 problems
Interviewed by Intellect Design Arena Ltd
1168 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
System Engineer
2 rounds | 4 problems
Interviewed by HCL Technologies
1374 views
0 comments
0 upvotes
company logo
System Engineer
1 rounds | 3 problems
Interviewed by Microsoft
0 views
0 comments
0 upvotes
company logo
System Engineer
3 rounds | 6 problems
Interviewed by HCL Technologies
911 views
0 comments
0 upvotes