i
IDBI Intech Limited
Filter interviews by
Clear (1)
I was interviewed in Jan 2024.
Technical aptitude.
Question asked On Java and Sql
Technical aptitude test ,on Java Sql
Top trending discussions
I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.
A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.
Prime numbers are only divisible by 1 and themselves.
Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97.
The number 1 is not considered a prime number.
Program to determine if a number is even or odd.
Use the modulo operator (%) to check if the number is divisible by 2.
If the remainder is 0, the number is even. Otherwise, it is odd.
Example: int num = 5; if(num % 2 == 0) { printf("Even"); } else { printf("Odd"); }
I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.
Medium level aptitude questions
posted on 13 Sep 2024
I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.
Basic aptitude and technical mcq
Technical round (Virtual)
I am a recent graduate with a degree in Computer Science, passionate about coding and eager to learn and grow in the software development field.
Recent graduate with a degree in Computer Science
Passionate about coding and software development
Eager to learn and grow in the field
Developed a web-based project management tool for tracking tasks and deadlines.
Used HTML, CSS, and JavaScript for front-end development
Implemented backend functionality using Node.js and MongoDB
Incorporated user authentication and authorization features
Utilized Agile methodology for project management
I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.
Answers to common technical questions related to software development.
HTTPS is a secure version of HTTP protocol used for secure communication over the internet.
SMTP is a protocol used for sending and receiving email messages.
MCA stands for Master of Computer Applications, a postgraduate degree in computer science.
A web designer is a professional who designs and creates websites.
Coding is the process of writing instruc...
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows for code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class, and can also add its own unique properties...
Topology refers to the arrangement of nodes and connections in a network.
Topology determines how data flows through a network.
Common topologies include bus, star, ring, and mesh.
Topology can affect network performance, scalability, and fault tolerance.
Communication network refers to the infrastructure and technologies used to transmit information between devices and systems.
Communication network enables devices and systems to exchange information and data.
It includes technologies such as wired and wireless networks, routers, switches, and protocols.
Examples of communication networks include the internet, LAN, WAN, Bluetooth, and cellular networks.
What is a CSS and what is a HTML
I applied via AmbitionBox and was interviewed in May 2022. There were 2 interview rounds.
HTML and CSS or javascript
About professional aptitude
Group discussion is a type of discussion that involves people sharing ideas or activities.
Online aptitude test for competitive examinations , entrance examination and recruitment.
I was interviewed in Jul 2017.
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing is useful when working with collections that require objects instead of primitives.
Example: int i = 5; Integer j = i; //autoboxing
Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.
Example: Integer j = 5; int i = j; //unboxi
Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.
Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.
Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.
Typecasting can resul...
To iterate a map in Java, use a for-each loop or an iterator.
Use the entrySet() method to get a set of key-value pairs
For-each loop: for(Map.Entry
Iterator: Iterator
Use hasNext() and next() methods to iterate through the map
Types of synchronization in Java
Synchronized methods
Synchronized statements
ReentrantLock
Semaphore
CountDownLatch
Access modifiers in method overriding
Access modifiers in the overriding method cannot be more restrictive than the overridden method
The access modifier can be less restrictive or the same as the overridden method
Private methods cannot be overridden
Examples: public method can be overridden by public or protected method, but not by private method
based on 2 interviews
Interview experience
Team Lead
171
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Service Associate
152
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Service Executive
140
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Team Leader
101
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
97
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Infosys
HCLTech