i
Anything In Media
Filter interviews by
I applied via Job Fair and was interviewed in Dec 2022. There were 3 interview rounds.
Kandhikatlavari peta kotha pet mandalam bilakuru Andhrapradesh
I am interested in the company because of its reputation in the industry and the exciting projects it is working on.
I have researched the company and its achievements
I am impressed by the company's commitment to innovation
I am excited about the opportunity to work on challenging projects with a talented team
Top trending discussions
Implement various operations on a linked list and solve related problems like reversing a linked list or detecting a cycle.
Understand the basic structure of a linked list with nodes containing data and a reference to the next node.
For insertion, update the pointers of the nodes accordingly to maintain the sequence.
For deletion, adjust the pointers to skip the node to be deleted.
To reverse a linked list, iterate through...
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
This Round contains basic Quantitative, Verbal , Logical and Reasoning Questions.
Topic Name - Why India is a Developed country not an Developed Country
Time - 20 minutes
Discussing the importance of version control in software development.
Explanation of version control systems like Git and SVN
Benefits of using version control for collaboration and tracking changes
Examples of how version control can prevent code conflicts and facilitate code reviews
A program in Python to find the factorial of a number
Create a function to calculate the factorial of a number using recursion
Take user input for the number
Print the factorial of the input number
HackerRank Test, basic questions related to the profile.
I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.
Approach debugging by understanding the code flow, using debugging tools, isolating the issue, and testing solutions.
Start by understanding the code flow and identifying potential areas where the issue may be occurring.
Use debugging tools like breakpoints, logging, and stack traces to pinpoint the source of the problem.
Isolate the issue by reproducing it consistently and narrowing down the scope of the problem.
Test pot...
Refactored a legacy codebase to improve performance by optimizing database queries.
Identified bottlenecks in the codebase by profiling and analyzing performance metrics.
Rewrote complex and inefficient database queries to improve response times.
Implemented caching mechanisms to reduce redundant database calls.
Refactored code to follow best practices and improve maintainability.
Tested the changes thoroughly to ensure the
By prioritizing tasks, using efficient algorithms, and conducting code reviews.
Prioritize tasks based on impact and complexity to focus on critical components first.
Utilize efficient algorithms and data structures to optimize code performance.
Conduct code reviews with team members to identify potential bottlenecks and suggest improvements.
Example: Prioritize implementing a caching mechanism for frequently accessed data
I would approach the situation by respectfully discussing the pros and cons of both solutions and finding a compromise.
Listen to the senior team member or client's perspective and understand their reasoning
Present your preferred solution along with the reasons why you believe it is the best approach
Engage in a constructive discussion to find common ground or a compromise
Consider the impact of each solution on the proje...
I regularly attend tech conferences, read industry blogs, participate in online courses, and collaborate with colleagues to stay updated.
Attend tech conferences to learn about new technologies and trends
Read industry blogs and articles to stay informed
Participate in online courses and tutorials to expand knowledge
Collaborate with colleagues to share insights and learn from each other
I use package managers, regularly update dependencies, and conduct security audits.
Utilize package managers like npm, pip, or Maven to manage dependencies
Regularly update dependencies to ensure compatibility and security patches
Conduct security audits using tools like OWASP Dependency-Check or Snyk
Consider using dependency locking to ensure consistent builds
I implemented a new feature using React Native and had to learn the framework on the job.
Researched online resources and documentation to understand React Native
Experimented with small projects to practice using React Native
Sought help from colleagues or online communities when facing challenges
Identified and addressed a potential bottleneck in a system before it became a problem.
Monitored system performance regularly to identify any potential bottlenecks
Analyzed system logs and metrics to pinpoint the root cause of the bottleneck
Implemented optimizations such as caching, indexing, or code refactoring to address the bottleneck
Collaborated with team members to implement a long-term solution to prevent similar
I prioritize tasks based on deadlines, impact, and dependencies, and use tools like to-do lists and project management software.
Evaluate deadlines and prioritize tasks that are due soon
Consider the impact of each task on the overall project or team goals
Identify dependencies between tasks and prioritize accordingly
Use tools like to-do lists, project management software, or time-blocking techniques to stay organized
Regu
I use consistent naming conventions, inline comments, and thorough documentation to ensure clean and well-documented code.
Follow consistent naming conventions for variables, functions, and classes to make the code easier to understand.
Include inline comments to explain complex logic or algorithms within the code.
Write thorough documentation for each function, class, and module to provide context and usage instructions ...
Approach integrating new feature into existing system without disruption
Analyze the existing system to understand its architecture and dependencies
Identify the impact of the new feature on the current functionality
Implement the new feature in a separate branch or environment for testing
Conduct thorough testing to ensure the new feature works as expected and does not break existing functionality
Gradually integrate the n...
I applied via Indeed and was interviewed in Mar 2023. There were 3 interview rounds.
I am a software developer with a passion for creating efficient and user-friendly applications.
Proficient in multiple programming languages such as Java, C++, and Python
Experience in developing web applications using HTML, CSS, and JavaScript
Strong problem-solving and analytical skills
Familiarity with agile development methodologies
Excellent communication and teamwork abilities
I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.
I have 5 years of experience as a Software Developer.
I have gained expertise in various programming languages and frameworks.
I have successfully delivered multiple projects and contributed to their success.
I want to switch to explore new technologies and challenges.
I believe switching will help me enhanc
Simple basic code for Form data
I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.
Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.
Manages the communication between user interface and backend services
Handles the routing of requests to appropriate functions or methods
Coordinates the flow of data and actions within the application
Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.
Facade provides a static interface to classes that are available in the application's service container.
It is used to simplify the usage of complex classes by providing a simpler interface.
Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.
Example: The Auth facade ...
Easy leetcode data structure question
Code for calling a REST API and designing a rate limiter
Use a library like requests or axios to make the API call
Implement a token bucket algorithm for rate limiting
Set a maximum number of requests per second and queue excess requests
Consider using a distributed rate limiter for scalability
Design a database schema for Instagram.
Create tables for users, posts, comments, likes, and follows.
Use primary and foreign keys to establish relationships between tables.
Store user data such as username, email, and password securely.
Include fields for post content, location, and timestamp.
Track likes and comments on posts.
Implement a notification system for follows and likes.
Consider scalability and performance in the...
Implement various operations on a linked list and solve related problems like reversing a linked list or detecting a cycle.
Understand the basic structure of a linked list with nodes containing data and a reference to the next node.
For insertion, update the pointers of the nodes accordingly to maintain the sequence.
For deletion, adjust the pointers to skip the node to be deleted.
To reverse a linked list, iterate through...
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
This Round contains basic Quantitative, Verbal , Logical and Reasoning Questions.
Topic Name - Why India is a Developed country not an Developed Country
Time - 20 minutes
Discussing the importance of version control in software development.
Explanation of version control systems like Git and SVN
Benefits of using version control for collaboration and tracking changes
Examples of how version control can prevent code conflicts and facilitate code reviews
A program in Python to find the factorial of a number
Create a function to calculate the factorial of a number using recursion
Take user input for the number
Print the factorial of the input number
based on 1 interview
Interview experience
GO MO Group AB
Cheenti
DIGIDARTS MARKETING
Ducima Analytics