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 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.
GlobalLogic interview questions for designations
Get interview-ready with Top GlobalLogic Interview Questions
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 was interviewed 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 applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.
Top trending discussions
based on 15 interviews
3 Interview rounds
based on 56 reviews
Rating in categories
Associate Analyst
3.9k
salaries
| ₹1 L/yr - ₹7.2 L/yr |
Senior Software Engineer
3.3k
salaries
| ₹5.3 L/yr - ₹22 L/yr |
Analyst
3.1k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Software Engineer
3k
salaries
| ₹3 L/yr - ₹13 L/yr |
Associate Consultant
2.8k
salaries
| ₹9.2 L/yr - ₹33.9 L/yr |
TCS
Wipro
Infosys
HCLTech