i
GlobalLogic
Filter interviews by
An UI for food applications should be user-friendly, visually appealing, and easy to navigate.
Include high-quality images of food items
Use a simple and intuitive layout
Allow users to easily search for specific foods or restaurants
Include filters for dietary restrictions or preferences
Provide clear and concise information about each food item, including ingredients and nutritional information
To find 2 unique numbers in an array with others occurring twice.
Iterate through the array and use a hash table to count the occurrences of each number.
Iterate through the hash table and find the two numbers with a count of 1.
Return the two unique numbers as an array of strings.
Allocate minimum number of pages
Determine the total content to be included
Decide on the layout and formatting
Consider the font size and spacing
Allocate pages based on the above factors
Flood fill is an algorithm used to determine connected regions in a graph, often applied in image processing.
Flood fill can be implemented using Depth-First Search (DFS) or Breadth-First Search (BFS).
Example: In image editing, it fills a contiguous area with a selected color.
It can be used to find connected components in a grid or matrix.
The algorithm starts from a given node and explores all its neighbors recursi...
What people are saying about GlobalLogic
Linux architecture consists of kernel, system libraries, user space programs and file system.
Linux architecture is based on a monolithic kernel.
The kernel provides low-level hardware interaction and manages system resources.
System libraries provide higher-level functionality to user space programs.
User space programs are applications that run on top of the kernel.
The file system organizes and stores data on the sy...
Daemons are background processes that run continuously on a computer system.
Daemons are usually started at system boot time
They perform tasks such as handling requests from other programs or monitoring system activity
Examples include web servers, email servers, and print spoolers
Special variables in Shell Scripting
Special variables are predefined variables in shell scripts
They provide information about the script and its environment
Examples include $0 (name of the script), $1-$9 (arguments passed to the script), and $# (number of arguments)
Other special variables include $?, $$ (process ID of the script), and $! (process ID of the last background command)
ACID properties ensure database transactions are reliable. Normalization reduces data redundancy.
ACID stands for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that a transaction is treated as a single unit of work.
Consistency ensures that a transaction brings the database from one valid state to another.
Isolation ensures that concurrent transactions do not interfere with each other.
Durability...
SED and AWK are Linux commands used for text processing and manipulation.
SED stands for Stream Editor and is used for performing basic text transformations on an input stream
AWK is a programming language used for text processing and data extraction
SED can be used for tasks such as search and replace, inserting or deleting lines, and more
AWK can be used for tasks such as filtering and sorting data, performing calcu...
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
Flood fill is an algorithm used to determine connected regions in a graph, often applied in image processing.
Flood fill can be implemented using Depth-First Search (DFS) or Breadth-First Search (BFS).
Example: In image editing, it fills a contiguous area with a selected color.
It can be used to find connected components in a grid or matrix.
The algorithm starts from a given node and explores all its neighbors recursively.
To find 2 unique numbers in an array with others occurring twice.
Iterate through the array and use a hash table to count the occurrences of each number.
Iterate through the hash table and find the two numbers with a count of 1.
Return the two unique numbers as an array of strings.
Allocate minimum number of pages
Determine the total content to be included
Decide on the layout and formatting
Consider the font size and spacing
Allocate pages based on the above factors
I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 2 interview rounds.
An UI for food applications should be user-friendly, visually appealing, and easy to navigate.
Include high-quality images of food items
Use a simple and intuitive layout
Allow users to easily search for specific foods or restaurants
Include filters for dietary restrictions or preferences
Provide clear and concise information about each food item, including ingredients and nutritional information
I applied via Referral and was interviewed before Nov 2019. There were 4 interview rounds.
Special variables in Shell Scripting
Special variables are predefined variables in shell scripts
They provide information about the script and its environment
Examples include $0 (name of the script), $1-$9 (arguments passed to the script), and $# (number of arguments)
Other special variables include $?, $$ (process ID of the script), and $! (process ID of the last background command)
SED and AWK are Linux commands used for text processing and manipulation.
SED stands for Stream Editor and is used for performing basic text transformations on an input stream
AWK is a programming language used for text processing and data extraction
SED can be used for tasks such as search and replace, inserting or deleting lines, and more
AWK can be used for tasks such as filtering and sorting data, performing calculatio...
Daemons are background processes that run continuously on a computer system.
Daemons are usually started at system boot time
They perform tasks such as handling requests from other programs or monitoring system activity
Examples include web servers, email servers, and print spoolers
Linux architecture consists of kernel, system libraries, user space programs and file system.
Linux architecture is based on a monolithic kernel.
The kernel provides low-level hardware interaction and manages system resources.
System libraries provide higher-level functionality to user space programs.
User space programs are applications that run on top of the kernel.
The file system organizes and stores data on the system.
...
ACID properties ensure database transactions are reliable. Normalization reduces data redundancy.
ACID stands for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that a transaction is treated as a single unit of work.
Consistency ensures that a transaction brings the database from one valid state to another.
Isolation ensures that concurrent transactions do not interfere with each other.
Durability ensu...
Mine sweeper logic for a box click
To delete an element from a linked list, update the pointers of the previous node to skip the node to be deleted.
Traverse the linked list to find the node to be deleted
Update the 'next' pointer of the previous node to skip the node to be deleted
Free the memory allocated to the node to be deleted
I expect a competitive salary that reflects my skills, experience, and the industry standards for a Senior Software Engineer.
Research industry standards: For example, Glassdoor or Payscale can provide insights into average salaries for similar roles.
Consider my experience: With over 5 years in software development and expertise in multiple programming languages, I bring significant value.
Location matters: Salaries can ...
I applied via LinkedIn and was interviewed in Jul 2020. There was 1 interview round.
posted on 26 Feb 2021
I applied via Company Website and was interviewed before Feb 2020. There were 4 interview rounds.
Handled high pressure from client by prioritizing tasks and communicating effectively.
Identified critical issues and addressed them first
Communicated regularly with the client to provide updates and manage expectations
Collaborated with team members to delegate tasks and ensure timely delivery
Maintained a calm and professional demeanor to avoid escalating the situation
Release management is the process of planning, scheduling, coordinating, and deploying software releases.
It involves identifying the scope of the release and the features to be included
Creating a release plan and schedule
Coordinating with different teams involved in the release process
Testing the release to ensure it meets quality standards
Deploying the release to production
Monitoring the release to ensure it is stable...
posted on 11 Apr 2021
I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.
Experience in developing web applications using React and Node.js.
Worked on a team project that improved application performance by 30%.
Strong understanding of algorithms and data structures, demonstrated in coding competitions.
Enjoy collaborating with cross-functional teams to deliver high-qual...
posted on 7 May 2022
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Basic aptitude knowledge
Strong in java
Developed a web-based project management tool for a startup
Used React for the frontend and Node.js for the backend
Implemented user authentication and authorization using JWT
Integrated with third-party APIs such as Trello and Slack
Implemented real-time updates using WebSockets
Deployed on AWS using EC2 and RDS
I am a software engineer with experience in developing web applications and mobile apps.
Proficient in programming languages such as Java, Python, and JavaScript
Skilled in using frameworks like React, Angular, and Spring Boot
Experienced in working with databases such as MySQL and MongoDB
Familiar with Agile development methodologies and DevOps practices
based on 2 interview experiences
Difficulty level
Duration
based on 19 reviews
Rating in categories
Associate Analyst
4.1k
salaries
| ₹1 L/yr - ₹4 L/yr |
Senior Software Engineer
3.6k
salaries
| ₹4 L/yr - ₹29 L/yr |
Software Engineer
3.2k
salaries
| ₹4 L/yr - ₹13.4 L/yr |
Analyst
3.1k
salaries
| ₹1.2 L/yr - ₹5.5 L/yr |
Associate Consultant
3.1k
salaries
| ₹9.5 L/yr - ₹35 L/yr |
Genpact
DXC Technology
Sutherland Global Services
Optum Global Solutions