i
Infinite Locus
Filter interviews by
The HR called and mentioned that there would be interview after screening rounds. There was no transparency about the interview process
They have a one day process where they randomly put you in any team( with other candidates) and ask you to make some project on the basis of which they evaluate you.
Top trending discussions
posted on 18 Dec 2024
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
I am most proficient in Java, Python, and JavaScript.
Java
Python
JavaScript
I have experience in both front-end and back-end development, including creating user interfaces and working with databases.
Experience with front-end technologies such as HTML, CSS, and JavaScript
Proficiency in back-end languages like Java, Python, or Node.js
Knowledge of databases like MySQL, MongoDB, or PostgreSQL
Ability to integrate front-end and back-end systems to create functional applications
Yes, I have experience working with AWS, Azure, and GCP.
Worked on deploying applications on AWS EC2 instances
Utilized Azure Functions for serverless computing
Managed Google Cloud Storage for data storage
Implemented AWS Lambda functions for event-driven architecture
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have method implementations, while interface cannot.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.
Example: Abstr...
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
posted on 24 Oct 2024
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
Product Manager
6
salaries
| ₹4.5 L/yr - ₹14 L/yr |
Technical Recruiter
4
salaries
| ₹4.2 L/yr - ₹7 L/yr |
HR Associate
3
salaries
| ₹3 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech