Filter interviews by
Program to find the largest number in an array of strings.
Iterate through the array and compare each element to find the largest number.
Convert each string element to integer before comparison.
Initialize a variable to store the largest number and update it as needed.
Migration in Laravel is the process of managing database schema changes using PHP code.
Migration allows developers to define database tables and their structure using PHP code instead of SQL.
It helps in version control and collaboration by keeping track of database changes in code.
Migrations can be rolled back to previous states, making it easier to manage database changes.
Example: php artisan make:migration create_use
Top trending discussions
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
posted on 2 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
DSA round with 2 questions
DSA with 2 questions
I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.
Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.
Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.
Adapting to new technologies: I hav...
I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.
Opportunities for professional development and growth
A collaborative and supportive team environment
Challenging and interesting projects to work on
Competitive compensation and benefits package
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.
Indexed arrays: default type where each element is assigned a numeric index starting from 0.
Associative arrays: elements are assigned a specific key instead of numeric index.
Multidimensional arrays: arrays within arrays, creating a matrix-like structure.
Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
posted on 2 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
DSA round with 2 questions
DSA with 2 questions
I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.
Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.
Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.
Adapting to new technologies: I hav...
I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.
Opportunities for professional development and growth
A collaborative and supportive team environment
Challenging and interesting projects to work on
Competitive compensation and benefits package
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Questions mainly from Linked list.
I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.
posted on 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
based on 2 reviews
Rating in categories
Technical Support Engineer
17
salaries
| ₹3.3 L/yr - ₹5 L/yr |
Assistant Sales Manager
12
salaries
| ₹4.2 L/yr - ₹5.8 L/yr |
Software Engineer
11
salaries
| ₹3 L/yr - ₹5.4 L/yr |
Asterisk Engineer
7
salaries
| ₹3 L/yr - ₹6 L/yr |
Sales Manager
7
salaries
| ₹6 L/yr - ₹8.4 L/yr |
TCS
Infosys
Wipro
HCLTech