Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Use string methods to find a substring within a given string.
Use the indexOf() method to find the starting index of the substring within the string.
Use the substring() method to extract the substring based on the starting index and length.
Consider using regular expressions for more complex substring matching.
Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.
Lambda functions are defined using the lambda keyword.
They are commonly used for small, one-time operations.
Example: add = lambda x, y: x + y
I faced challenges with performance optimization while deploying a Flutter application.
One challenge was optimizing the app's performance on different devices with varying hardware capabilities.
I used techniques like code splitting to reduce the initial load time of the app.
I also implemented lazy loading for components that were not immediately needed to improve overall performance.
Additionally, I utilized tree shakin...
State management techniques in Flutter help manage the state of widgets and data throughout the app.
Provider package: A simple way to manage state in Flutter using InheritedWidget.
Bloc pattern: Helps separate presentation and business logic, making it easier to manage state.
GetX package: A lightweight state management solution with reactive programming.
Redux: A predictable state container for Flutter apps, inspired by
Parallelism involves executing multiple tasks simultaneously, while concurrency involves switching between tasks in a timely manner.
Parallelism is suitable for tasks that can be truly executed simultaneously, while concurrency is more suitable for tasks that involve waiting for external events or resources.
Parallelism can lead to better performance in tasks that can be divided into independent subtasks, while concurren...
I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.
Design a student management results system and write logic to sort students with English marks above 80.
Create a database table for students with fields like name, marks in English, etc.
Implement a function to retrieve and filter students with English marks above 80.
Sort the filtered students based on their marks in English.
Display the sorted list of students in the results system.
Dependency injection is a design pattern where components are given their dependencies rather than creating them.
In .NET, dependency injection is implemented using built-in IoC containers like Unity, Autofac, or Ninject.
Dependencies are registered in the container and injected into the classes that need them.
This helps in decoupling components, making the code more maintainable and testable.
For example, in ASP.NET Core...
Function in C# to reverse a string
Use StringBuilder to efficiently reverse the string
Convert the string to char array, reverse it, then convert back to string
Handle null or empty string cases
Top trending discussions
I am a software engineer with experience in developing web applications and mobile apps.
I have a degree in Computer Science
I have worked with Java, Python, and JavaScript
I have experience with front-end frameworks like React and Angular
I have developed mobile apps using React Native
I am familiar with Agile methodologies
I have a passion for software development and enjoy the challenges it presents.
I have always been interested in technology and programming
I have taken courses and completed projects in software development
I enjoy problem-solving and finding efficient solutions
I believe software engineering is a constantly evolving field with endless opportunities for growth
A program to check if a given number is prime or not.
A prime number is a number that is only divisible by 1 and itself.
Start checking from 2 up to the square root of the number.
If the number is divisible by any number in the range, it is not prime.
Otherwise, it is prime.
Optimization: check only odd numbers after 2.
Fibonacci program generates a series of numbers where each number is the sum of the two preceding ones.
The program can be implemented using recursion or iteration.
The first two numbers in the series are always 0 and 1.
The next number is the sum of the previous two numbers.
Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418,...
Flowchart for two programs
Identify inputs and outputs
Determine program logic
Create decision points and loops
Connect program components
Include error handling
Test and debug
Document the flowchart
Some of the top questions asked at the CLA Global Indus Value Consulting interview -
based on 3 interviews
Interview experience
based on 9 reviews
Rating in categories
Senior Consultant
8
salaries
| ₹5.3 L/yr - ₹15 L/yr |
Consultant
5
salaries
| ₹7 L/yr - ₹8.8 L/yr |
Associate Consultant
4
salaries
| ₹6.5 L/yr - ₹8.5 L/yr |
Manager
4
salaries
| ₹7.7 L/yr - ₹20 L/yr |
Assistant Manager
3
salaries
| ₹6.5 L/yr - ₹7 L/yr |
TCS
Accenture
Wipro
Cognizant