i
CGI Group
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Factory design pattern is used to create objects without specifying the exact class of object that will be created.
Factory method creates objects without specifying the exact class of object that will be created.
It provides a way to delegate the instantiation logic to child classes.
Example: Java's Calendar.getInstance() method returns a Calendar object based on the current timezone and locale.
Redux is a predictable state container for JavaScript apps.
Centralized state management
State is read-only
Changes are made with pure functions (reducers)
Actions are dispatched to update state
Used with React for managing application state
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
To predict output for an interface program in C#
Understand the input parameters and expected output of the interface program
Analyze the logic and algorithms used in the program
Consider edge cases and potential errors in the program
Use debugging tools and test cases to validate the output prediction
C# program to reverse a string of text
Use the ToCharArray method to convert the string to a char array
Use a for loop to iterate through the array and reverse the characters
Use the String constructor to create a new string from the reversed char array
Using LINQ to manipulate string arrays in C#
Use LINQ methods like Where, Select, OrderBy, etc. to filter, transform, or sort string arrays
Example: string[] names = {"Alice", "Bob", "Charlie"}; var result = names.Where(name => name.Length > 4);
Example: string[] fruits = {"apple", "banana", "cherry"}; var sortedFruits = fruits.OrderBy(fruit => fruit);
Write some basic codes
ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
ASP.NET Core is open-source and developed by Microsoft.
It supports cross-platform development on Windows, macOS, and Linux.
It provides improved performance and scalability compared to previous versions of ASP.NET.
ASP.NET Core includes a modular and lightweight architecture.
It supports Docker co...
Oops implementation is a programming concept that allows for error handling and recovery.
Oops implementation involves using try-catch blocks to handle exceptions in code.
Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }
Oops implementation helps in making code more robust and reliable by handling unexpected errors gracefully.
posted on 11 Jun 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.
Amcat, SQL, spring boot
Current CTC is confidential. Expected CTC is based on market standards and my experience.
Current CTC is confidential information as per company policy.
Expected CTC is based on market standards and my experience in the industry.
I am open to discussing compensation during the negotiation phase.
Collections in Oracle are data structures used to store and manipulate groups of data.
Collections can be nested tables, varrays, or associative arrays.
Nested tables are like one-dimensional arrays, varrays are like arrays with a maximum size, and associative arrays are like dictionaries.
Collections can be used to pass multiple values as a single parameter to a stored procedure or function.
Example: DECLARE TYPE emp_list...
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.
Pipes in Angular are used for transforming data in templates.
Pipes are used to format data before displaying it in the view.
Angular provides built-in pipes like date, currency, uppercase, lowercase, etc.
Custom pipes can also be created for specific formatting needs.
Pipes can be chained together for multiple transformations.
Example: {{ birthday | date:'MM/dd/yyyy' }} will format the birthday date.
Lazy loading in Angular is a technique used to load modules only when they are needed, improving performance by reducing initial load time.
Lazy loading helps in splitting the application into multiple bundles which are loaded on demand.
It allows for faster initial loading times as only essential modules are loaded upfront.
Lazy loading is achieved by using the loadChildren property in the route configuration of Angular.
...
based on 1 review
Rating in categories
Software Engineer
8.1k
salaries
| ₹2.7 L/yr - ₹12 L/yr |
Senior Software Engineer
7.1k
salaries
| ₹6.1 L/yr - ₹22.4 L/yr |
Lead Analyst
3.1k
salaries
| ₹10 L/yr - ₹30 L/yr |
Associate Software Engineer
1.8k
salaries
| ₹2.5 L/yr - ₹6.6 L/yr |
Senior Test Engineer
1.2k
salaries
| ₹6 L/yr - ₹20.2 L/yr |
TCS
Infosys
Wipro
HCLTech