i
Anblicks
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2023. There were 4 interview rounds.
Top trending discussions
posted on 13 Dec 2024
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.
OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOP focuses on creating objects that interact with each other to solve problems.
Encapsulation: Objects can hide their internal state and require interactions through defined interfaces.
Inheritance: Objects can inherit attributes and methods from other objects.
Polymorphism: Objec...
Code a simple one
Use a basic programming language like Python or JavaScript
Create an array of strings
Print the array elements
I have worked on various projects including a web application for tracking inventory and a mobile app for managing tasks.
Developed a web application using React.js for tracking inventory levels and generating reports
Created a mobile app using Flutter for managing tasks and setting reminders
Implemented RESTful APIs for communication between frontend and backend systems
I am a software developer with 5 years of experience in Java, Python, and SQL.
5 years of experience in Java, Python, and SQL
Strong problem-solving skills
Experience working in Agile development environment
Passionate about learning new technologies
I want to work at msg global solutions because of their reputation for innovative solutions and collaborative work environment.
I am impressed by msg global solutions' track record of delivering cutting-edge software solutions to clients.
I am excited about the opportunity to work with a team of talented developers and collaborate on challenging projects.
I value the emphasis msg global solutions places on professional de...
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 8 Mar 2024
I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Feb 2024. There were 4 interview rounds.
30min Pseudo Code,Ratio and Proportion
1 hour Array,HashMap
Program to check if a string is an Anagram or not
Create a function that takes in two strings as input
Sort the characters in both strings and compare if they are equal
Return true if they are anagrams, false otherwise
To connect MongoDB with a database, you need to use the MongoDB URI and a MongoDB client library.
Use the MongoDB URI to specify the connection details such as host, port, username, password, and database name
Install a MongoDB client library like Mongoose for Node.js or pymongo for Python
Use the client library to establish a connection to the MongoDB database and perform CRUD operations
An event listener is a function that waits for a specific event to occur and then triggers a response.
Event listeners are commonly used in web development to handle user interactions like clicks, keypresses, etc.
They are attached to specific elements and listen for events to occur on those elements.
Once the event occurs, the listener executes a callback function to respond to the event.
Example: Adding a click event lis...
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Use two pointers to swap characters in place
Initialize two pointers, one at the beginning of the string and one at the end
Swap characters at the two pointers and move them towards each other until they meet or cross
Repeat the process until the entire string is reversed
Use bitwise XOR operation to find the missing number in O(N) time complexity.
Iterate through the array and XOR all the elements with their indices and the array length.
The missing number will be the result of XORing all the elements with their indices and the array length.
Coding for international
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 25 Jul 2023
I applied via Campus Placement
It basic about all the common aptitude
It had a coding test where there was 2 questions
Count the number of alphabets in a given string.
Iterate through each character in the string and check if it is an alphabet using ASCII values.
Ignore spaces, numbers, and special characters while counting alphabets.
Example: 'Hello World!' has 10 alphabets.
I was interviewed before Dec 2023.
Online assessment with quantitative and qualitative questions
Some Tree traversal coding question
HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.
HashMap allows quick access to values based on their keys
Keys must be unique and values can be duplicated
HashMap is not thread-safe and requires synchronization for concurrent access
Java's HashMap implementation uses hashing to distribute keys across buckets
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 interview rounds.
Reasoning and aptitude questions are given
Overloading is a concept in programming where multiple functions can have the same name but different parameters.
Functions with the same name but different parameters can be defined in a class
Overloading allows for flexibility in function usage
Example: void print(int num) and void print(string text) are overloaded functions
Inheritance in software development allows a class to inherit properties and behaviors from another class.
Inheritance allows a subclass to reuse code from a superclass
Subclass can also add new functionalities or override existing ones
Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()
based on 3 reviews
Rating in categories
Data Engineer
54
salaries
| ₹4.5 L/yr - ₹14.1 L/yr |
Software Engineer
23
salaries
| ₹4.7 L/yr - ₹10 L/yr |
Senior Software Engineer
23
salaries
| ₹5.6 L/yr - ₹21 L/yr |
Junior Data Engineer
21
salaries
| ₹3.7 L/yr - ₹6 L/yr |
Associate Software Engineer
19
salaries
| ₹3.2 L/yr - ₹9.1 L/yr |
TCS
Infosys
Wipro
HCLTech