i
GlobalLogic
Filter interviews by
PUT is used to update or replace an existing resource, while POST is used to create a new resource.
PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.
POST is not idempotent, meaning multiple identical requests may have different effects.
PUT requests are typically used for updating existing data, like updating a user's profile information.
POST requests are typically...
SQL joins are used to combine rows from two or more tables based on a related column between them.
Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the lef...
Singleton is a design pattern that restricts the instantiation of a class to one object.
Create a private static instance variable of the class.
Create a private constructor to prevent instantiation from outside the class.
Provide a public static method to access the instance.
The table tag is an HTML element used to create a table structure on a web page.
The table tag is used to define the start and end of a table.
It is typically used in conjunction with the tr (table row) and td (table data/cell) tags.
Tables can be used to display tabular data, such as a list of items or a grid of information.
Table tags can also include attributes like border, cellpadding, cellspacing, etc.
Example:
Ce... |
What people are saying about GlobalLogic
Inner join is an operation that combines rows from two or more tables based on a related column between them.
Inner join returns only the matching rows between the tables.
It is performed using the JOIN keyword in SQL.
The common column used for joining should have the same data type in both tables.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
Prime numbers 1 to 100 and SQL query for 3rd highest salary.
Prime numbers from 1 to 100: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97
SQL query for 3rd highest salary: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1
Technical interview questions for Associate Software Engineer position
To redirect user to a different website without using events, use window.location.replace() method
To find 7th highest salary from a table in SQL, use subquery or join with itself
To duplicate tables in SQL, use CREATE TABLE AS or SELECT INTO statement
Immediately invoked function is a function that is executed as soon as it is defined
To change arr...
PUT is used to update or replace an existing resource, while POST is used to create a new resource.
PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.
POST is not idempotent, meaning multiple identical requests may have different effects.
PUT requests are typically used for updating existing data, like updating a user's profile information.
POST requests are typically used...
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
Prime numbers 1 to 100 and SQL query for 3rd highest salary.
Prime numbers from 1 to 100: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97
SQL query for 3rd highest salary: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1
I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.
Some questions from aptitute and some from web development
The table tag is an HTML element used to create a table structure on a web page.
The table tag is used to define the start and end of a table.
It is typically used in conjunction with the tr (table row) and td (table data/cell) tags.
Tables can be used to display tabular data, such as a list of items or a grid of information.
Table tags can also include attributes like border, cellpadding, cellspacing, etc.
Example:
Cell 1 | C... |
Inner join is an operation that combines rows from two or more tables based on a related column between them.
Inner join returns only the matching rows between the tables.
It is performed using the JOIN keyword in SQL.
The common column used for joining should have the same data type in both tables.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
Singleton is a design pattern that restricts the instantiation of a class to one object.
Create a private static instance variable of the class.
Create a private constructor to prevent instantiation from outside the class.
Provide a public static method to access the instance.
Good good nothing difficult
Moderate level you can try with your knowledge
SQL joins are used to combine rows from two or more tables based on a related column between them.
Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left tab...
I appeared for an interview before Feb 2024.
Standard Service Provider
Provide two coding questions, one at a low difficulty level and the other at a medium difficulty level.
I pursued my engineering degree in the Computer Science branch.
I specialized in computer programming and software development.
I took courses in algorithms, data structures, and software engineering.
I completed projects in web development, mobile app development, and database management.
I am open to working in any location, but I prefer areas with a strong tech industry presence.
Open to any location
Prefer areas with strong tech industry presence
I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.
based on 15 interview experiences
Difficulty level
Duration
based on 57 reviews
Rating in categories
Associate Analyst
4.1k
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Senior Software Engineer
3.6k
salaries
| ₹4 L/yr - ₹29.1 L/yr |
Software Engineer
3.2k
salaries
| ₹5 L/yr - ₹12 L/yr |
Associate Consultant
3.1k
salaries
| ₹16.1 L/yr - ₹30 L/yr |
Analyst
3.1k
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Genpact
DXC Technology
Sutherland Global Services
Optum Global Solutions