Filter interviews by
I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.
I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.
What people are saying about Infosys Consulting
I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.
Hacker rank round ,with medium level DSA
Its code pairing round ,where coding questions and related questions were asked
Smoke testing is a preliminary test to check if the basic functionalities of a software application are working fine.
Smoke testing is a subset of regression testing and is usually performed after a build is received.
It is a quick and shallow test to ensure that the critical functionalities of the software are working.
The main purpose of smoke testing is to determine if the build is stable enough for further testing.
If ...
A bug is an error, flaw, mistake, failure, or fault in a computer program or system that causes it to produce incorrect or unexpected results.
A bug can manifest as a software glitch, crash, or malfunction.
Bugs can be caused by coding errors, design flaws, or unexpected interactions between different parts of a system.
Examples of bugs include software freezing, incorrect calculations, and data loss.
Identifying and fixin...
I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.
Easy to medium learn from india bix app
I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.
posted on 14 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
3 coding question and some sptutude
Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass
Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in...
I applied via Monster and was interviewed in May 2024. There was 1 interview round.
To select the 3rd highest salary from the employee table, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query like 'SELECT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 2' to get the 3rd highest salary.
The 'ORDER BY' clause sorts the salaries in descending order, 'LIMIT 1' limits the result to 1 row, and 'OFFSET 2' skips the first two rows.
Make sure to adjust the 'OFFSET' value if
Put is used to create or replace a resource, while patch is used to update a resource partially.
Put is idempotent, meaning multiple identical requests will have the same effect as a single request
Patch is not idempotent, as multiple identical requests may have different effects
Put requires the client to send the entire updated resource, while patch only requires the specific changes to be sent
The == operator checks for reference equality, while the equals method checks for value equality in strings.
Use == to check if two string variables refer to the same object in memory.
Use equals() method to check if two string variables have the same sequence of characters.
Example: String str1 = "hello"; String str2 = "hello"; str1 == str2 will return false, but str1.equals(str2) will return true.
String can be declared using double quotes, single quotes, or the String constructor.
Declare using double quotes: String str1 = "Hello";
Declare using single quotes: String str2 = 'World';
Declare using String constructor: String str3 = new String("Java");
String builder is not synchronized, while String buffer is synchronized.
String builder is faster than String buffer because it is not synchronized.
String buffer is thread-safe, while String builder is not.
String builder is preferred for single-threaded applications, while String buffer is preferred for multi-threaded applications.
Convert array to ArrayList of strings
Create a new ArrayList
Use Arrays.asList() method to convert array to ArrayList
Example: String[] array = {"apple", "banana", "orange"}; ArrayList
posted on 25 Apr 2024
Senior Consultant
385
salaries
| ₹11.9 L/yr - ₹36.2 L/yr |
Consultant
334
salaries
| ₹10 L/yr - ₹24.8 L/yr |
Business Consultant
303
salaries
| ₹15.3 L/yr - ₹24.2 L/yr |
Senior Associate Consultant
144
salaries
| ₹6.5 L/yr - ₹14.8 L/yr |
Associate Consultant
139
salaries
| ₹6 L/yr - ₹13.2 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra