i
UST
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.
30 aptitude of general quant etc.. 2 coding..
posted on 7 Mar 2024
I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.
Two coding questions and 58 MCQ on springboot and Java 8 features code questions
posted on 26 Oct 2023
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Data Structures and Algorithms HackerRank
Design a shopping cart and find nearest palindrome number to a given number.
Design a class for the shopping cart with methods like add item, remove item, calculate total price, etc.
Implement a function to find the nearest palindrome number to a given number.
You can iterate from the given number and check if each number is a palindrome until you find the nearest one.
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.
Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.
Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...
Use a loop to swap characters of two strings without using strcpy function.
Create two arrays of characters to store the strings
Use a loop to iterate through each character of the strings and swap them
Ensure to handle cases where strings have different lengths
posted on 10 Dec 2024
I was interviewed in Nov 2024.
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.
Key concepts include encapsulation, inheritance, and polymorphism.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Inheritance allows classes to inherit at...
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.
Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.
Each thread has its own program counter, stack, and set of registers.
Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.
Rotate a 2D matrix by 180 degrees in place without using extra space.
Iterate through the matrix and swap elements symmetrically across the center row.
Use two pointers, one starting from the first row and the other from the last row, to swap elements.
Repeat the swapping process for each row until the entire matrix is rotated.
Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]
I applied via Campus Placement and was interviewed in Oct 2024. There were 5 interview rounds.
Basic aptitudes question in online test
Two coding Q online test
I want to join Global Logic because of their reputation for cutting-edge technology solutions and collaborative work environment.
Global Logic is known for their innovative technology solutions
I am impressed by the collaborative work environment at Global Logic
I believe Global Logic offers great opportunities for professional growth and development
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
posted on 12 Nov 2024
It was an aptitute round and 2 coding questions was there
posted on 20 Oct 2024
Fetch cart items and display them
Create a function to fetch cart items from database
Display the items in the cart on the user interface
Handle empty cart scenarios
Consider pagination for large number of items
Fetch characters and their movies
Use API like IMDb or The Movie Database to fetch movie data
Parse the data to extract characters and their associated movies
Store the characters and movies in an array of strings
Software Developer
2k
salaries
| ₹2.5 L/yr - ₹12.3 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹6.5 L/yr - ₹26 L/yr |
Software Engineer
1.3k
salaries
| ₹3.7 L/yr - ₹14.8 L/yr |
System Analyst
1.2k
salaries
| ₹6.5 L/yr - ₹22.6 L/yr |
Senior Software Developer
1.1k
salaries
| ₹5.5 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech