i
Nagarro
Filter interviews by
Angular, HTML, CSS, Javascript
posted on 22 Apr 2024
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
Abstract is a class that cannot be instantiated, while abstract keyword is used to declare a method as abstract. Interface is a contract that defines methods that a class must implement.
Abstract class cannot be instantiated, but can have concrete methods.
Abstract keyword is used to declare a method as abstract, meaning it has no implementation.
Interface is a contract that defines methods that a class must implement.
A c...
To switch values of a and b without using a third variable, use bitwise XOR operation.
Use bitwise XOR operation to switch values of a and b: a = a ^ b; b = a ^ b; a = a ^ b;
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
React with typescript and 5 questions are there very medium based but if we have to complete 1 by 1 and pass all test cases then only other questions will appear
I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 4 interview rounds.
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 15 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.
Topics on electronics and C programming
Program to generate Fibonacci sequence
Start with two initial numbers, 0 and 1
Add the previous two numbers to get the next number in the sequence
Repeat this process to generate the Fibonacci sequence
Example: 0, 1, 1, 2, 3, 5, 8, 13, ...
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
posted on 26 Nov 2024
Aptitude, core concepts and a code
I learned the importance of teamwork and collaboration from my college club.
Developed strong communication skills by working with diverse group of individuals
Learned how to delegate tasks effectively to achieve common goals
Gained experience in problem-solving and conflict resolution through group projects
I want to experience living in a different country and immersing myself in a new culture.
Traveling to a foreign country and learning about their customs and traditions
Trying new foods and experiencing different ways of life
Making friends with locals and exploring the local attractions
Relational DBMS stores data in tables with predefined relationships, while non-relational DBMS stores data in flexible, schema-less formats.
Relational DBMS uses structured query language (SQL) for querying data
Non-relational DBMS can store data in various formats like key-value pairs, document-based, graph databases
Relational DBMS ensures data integrity through normalization and constraints
Non-relational DBMS offers be...
Class is a blueprint for creating objects, abstract class cannot be instantiated and can have abstract methods, interface is a contract for classes to implement certain methods.
Class is a blueprint for creating objects with attributes and methods.
Abstract class cannot be instantiated and can have abstract methods that must be implemented by subclasses.
Interface is a contract for classes to implement certain methods, bu
posted on 12 Nov 2024
It was an aptitute round and 2 coding questions was there
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Associate Staff Engineer
2.9k
salaries
| ₹10 L/yr - ₹35.2 L/yr |
Staff Engineer
2.8k
salaries
| ₹14.6 L/yr - ₹43.2 L/yr |
Senior Engineer
2.4k
salaries
| ₹5.3 L/yr - ₹25.1 L/yr |
Senior Software Engineer
1.1k
salaries
| ₹5.9 L/yr - ₹28 L/yr |
Engineer
899
salaries
| ₹3 L/yr - ₹11 L/yr |
Deloitte
Cognizant
TCS
Accenture