i
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
Arrays are a collection of similar data types stored in contiguous memory locations.
Arrays can be of any data type, including integers, floats, characters, and objects.
Arrays are accessed using an index starting from 0.
Arrays can be one-dimensional, two-dimensional, or multi-dimensional.
Example: int arr[5] = {1, 2, 3, 4, 5};
Example: char str[6] = {'H', 'e', 'l', 'l', 'o', '\0'};
Pointers are variables that store memory addresses of other variables.
Pointers allow direct access to memory locations.
They can be used to pass values between functions.
Pointers can be used to create dynamic data structures.
Example: int *ptr; ptr = # *ptr = 10;
Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }
Call by reference and call by value are two ways of passing arguments to a function.
Call by value passes a copy of the argument to the function, while call by reference passes a reference to the original argument.
In call by value, changes made to the argument inside the function do not affect the original value, while in call by reference, changes made to the argument inside the function affect the original value.
Call ...
To delete a file in Python, use the os.remove() method.
Import the os module
Use os.remove() method to delete the file
Specify the file path as the argument to os.remove() method
I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.
Program to demonstrate method overloading and overriding
Method overloading is when multiple methods have the same name but different parameters
Method overriding is when a subclass provides its own implementation of a method already defined in the superclass
Method overloading is resolved at compile-time while method overriding is resolved at runtime
Program to sort an array of strings
Use built-in sort function
Implement bubble sort or insertion sort
Consider time complexity
The query to get the second highest salary in a given table.
Use the SELECT statement to retrieve the salary column from the table.
Sort the salaries in descending order using the ORDER BY clause.
Use the LIMIT clause to limit the result to the second row.
Finally, retrieve the second highest salary from the result.
Lambda expression is an anonymous function that can be passed as an argument or returned as a value.
Lambda expressions are used in functional programming languages like Java, Python, and C#.
They are often used to simplify code and make it more concise.
Lambda expressions can be used to implement functional interfaces, which have a single abstract method.
Lambda expressions can also be used with streams to perform operati...
Top trending discussions
I applied via Naukri.com
posted on 6 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
Basic things.. same as any company
Basic coding, 2 codes asked.
My skills include programming languages like Java, Python, and C++, as well as experience with databases and problem-solving.
Proficient in Java, Python, and C++ programming languages
Experience with databases such as MySQL and MongoDB
Strong problem-solving skills demonstrated through projects and coding challenges
Incedo offers exciting opportunities for growth and learning in the software engineering field. Job switch for new challenges and career advancement.
Incedo provides a dynamic work environment with cutting-edge technologies.
Opportunity to work on diverse projects and enhance skills.
Career growth prospects and learning opportunities at Incedo.
Desire for new challenges and professional development.
Alignment of career goal
Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.
Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.
Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.
Scheduled script is typically used for routine tasks, while Map reduce script is used fo...
Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.
SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.
SuiteTalk: Web services integration for connecting NetSuite with external systems.
SuiteFlow: Visual workflow tool for automating business processes.
SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.
posted on 11 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
5 coading questions were asked in it
posted on 12 Dec 2024
I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.
Java
Python
SQL
AWS
Docker
Kubernetes
I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.
Led a team to successfully launch a new product feature within tight deadlines
Managed the development of a large-scale software product from conception to release
Collaborated with cross-functional teams to ensure product requirements were met
Implemented agile methodologies to improve produ
posted on 6 Dec 2024
based on 5 reviews
Rating in categories
Associate Software Engineer
1k
salaries
| ₹2.5 L/yr - ₹8.5 L/yr |
Software Engineer
943
salaries
| ₹4.4 L/yr - ₹15.3 L/yr |
Senior Software Engineer
331
salaries
| ₹6.8 L/yr - ₹22 L/yr |
Software Developer
132
salaries
| ₹3.8 L/yr - ₹14.6 L/yr |
Technical Lead
116
salaries
| ₹11.2 L/yr - ₹31.4 L/yr |
LTIMindtree
Tech Mahindra
HCLTech
Infosys