i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
JVM is used to execute Java bytecode and provide platform independence.
JVM stands for Java Virtual Machine.
It interprets compiled Java code and executes it.
JVM provides platform independence by converting bytecode to machine-specific code.
JVM also manages memory allocation and garbage collection.
Examples of JVM-based languages include Kotlin and Scala.
JRE stands for Java Runtime Environment.
JRE is a software package that provides the necessary runtime environment for Java applications to run.
It includes the Java Virtual Machine (JVM), class libraries, and other supporting files.
JRE is required to run Java applications on a computer.
Examples of Java applications that require JRE include Eclipse, NetBeans, and Minecraft.
James Gosling is considered the father of Java programming language.
James Gosling is a Canadian computer scientist who created the Java programming language.
He developed Java while working at Sun Microsystems in the mid-1990s.
Java was initially designed for interactive television, but it quickly gained popularity for its platform independence and object-oriented features.
Gosling's team also developed the original Java ...
Java programming uses object-oriented programming principles and a robust set of libraries and frameworks.
Java uses object-oriented programming principles such as encapsulation, inheritance, and polymorphism.
Java has a rich set of libraries and frameworks for various purposes like GUI development, networking, database connectivity, etc.
Java supports multithreading, exception handling, and dynamic memory allocation.
Java...
Java Program is a set of instructions written in the Java programming language that can be executed by a computer.
Java Program is a collection of classes and methods that define the behavior of a software application.
It is written in the Java programming language and can be executed on any platform that has a Java Virtual Machine (JVM).
Java Programs are compiled into bytecode, which is then interpreted and executed by ...
An object is a fundamental concept in object-oriented programming, representing a real-world entity with its own state and behavior.
An object is an instance of a class.
It encapsulates data and methods.
Objects can interact with each other through method calls.
Example: A car object can have properties like color and speed, and methods like start() and stop().
A class is a blueprint for creating objects in object-oriented programming.
A class is a template that defines the properties and behaviors of objects.
It encapsulates data and methods that operate on that data.
Objects are instances of a class.
Classes can inherit properties and behaviors from other classes through inheritance.
Example: class Car { String color; void start() { ... } }
What people are saying about Infosys
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Referral and was interviewed before Sep 2020. There were 5 interview rounds.
I appeared for an interview in Oct 2020.
Round duration - 60 Minutes
Round difficulty - Medium
Permutations of a string with fixed characters.
For 1st character fixed: Generate permutations for the remaining characters.
For 1st and 2nd characters fixed: Generate permutations for the remaining characters.
For 1st, 2nd, and 3rd characters fixed: Generate permutations for the remaining characters.
A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...
Yes, the 0/1 Knapsack Problem can be solved using dynamic programming with a space complexity of not more than O(W).
Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.
Iterate through each item and update the array based on whether including the item would increase the total value.
The final element of the array will contain the maximum value that can be stolen within the we
Tip 1 : Do atleast 1 internship
Tip 2 : Don't write anything vague or don't brag be honest with your resume
Tip 3 : Go through OOPS concepts thoroughly
Tip 1 : Mention your projects clearly they will definitely question about your projects
Tip 2 : Do mention about your coding/dsa achievements it makes a good impact on the interviewer
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.
Practise aptitude in India bix
Practise coding languages like C , Java or Python
I applied via Company Website and was interviewed before May 2021. There were 2 interview rounds.
Easy questions, hardly took 40 minutes
Moderate questions, interviewer was friendly
I applied via Company Website and was interviewed before Mar 2022. There were 3 interview rounds.
30min test related to reasoning and maths
2coding question based on scenario to solve u
based on 2 reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11.2 L/yr |
Senior Systems Engineer
51.2k
salaries
| ₹2.5 L/yr - ₹8 L/yr |
System Engineer
31.7k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
31k
salaries
| ₹5.1 L/yr - ₹19.6 L/yr |
Senior Associate Consultant
28.8k
salaries
| ₹6.2 L/yr - ₹16.9 L/yr |
TCS
Wipro
Cognizant
Accenture