i
Bikayi
Filter interviews by
Clear (1)
I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.
1st round was a simple application round for a game
Top trending discussions
posted on 14 Feb 2024
I was interviewed in Aug 2023.
First there was aptitude round
The coding question was average level
To create an external tab link, use HTML anchor tag with target attribute set to _blank.
Use <a> tag in HTML with href attribute pointing to the external link
Set the target attribute of the <a> tag to _blank to open the link in a new tab
Example: <a href='https://www.example.com' target='_blank'>External Link</a>
posted on 3 Mar 2024
I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.
Software testing and coding related questions
Programming test coding
Types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing focuses on testing individual components or modules of the software.
Integration testing involves testing how different modules work together.
System testing checks the entire system as a whole.
Acceptance testing ensures that the software meets the requirements of the end users.
Unit testing is a software testing method where individual units or components of a software are tested in isolation.
Unit testing helps in identifying bugs early in the development process.
It ensures that each unit of code is working as expected.
Unit tests are automated and can be run frequently to catch regressions.
Mocking and stubbing are often used in unit testing to isolate the unit being tested.
Example: Testing a ...
Integration testing is testing the interactions between different components/modules of a software system.
Tests how well different parts of the system work together
Ensures that data flows correctly between components
Identifies any issues with communication or data transfer
Examples: testing API integrations, testing database connections
Types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing focuses on testing individual components or modules of the software.
Integration testing involves testing the interactions between different components/modules.
System testing tests the entire system as a whole.
Acceptance testing is performed to validate if the software meets the requirements of the st
Integration testing is testing the interactions between different components or systems to ensure they work together correctly.
Integration testing verifies that different modules or components of a software work together as expected.
It focuses on testing the interfaces and interactions between components.
Examples include testing the integration between a front-end user interface and a back-end database, or between diff
HackerRank Test, basic questions related to the profile.
posted on 26 Jul 2022
I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.
HTML, HTML5 ,CSS , Bootstrap, javaScript
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 Approached by Company and was interviewed before Sep 2021. There were 2 interview rounds.
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 Referral and was interviewed in May 2022. There were 3 interview rounds.
Basic Javascript Questions
Duration 2 Hr
We were group of four asked to find a solution to a live project frontend , like discuss with each other as a team and find an optimum approach.
React is a JavaScript library for building user interfaces.
React is component-based and allows for reusable code.
React uses a virtual DOM for efficient updates.
React is often used with Redux for state management.
AngularJS is a full-featured framework while React is a library.
React uses JSX syntax while AngularJS uses HTML templates.
CSS styles can be applied inline, in a separate file, or with a CSS-in-JS library like s...
I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.
The first round was coding round to test the candidate's ability . Test duration was one hour. The coding test was based on basic javascript logics.
The second round was group discussion. The topic was strategy to build a project, folder structure and API integration etc.
I am a highly skilled Full Stack Developer with a strong track record of delivering high-quality projects.
I have extensive experience in both front-end and back-end development.
I am proficient in multiple programming languages and frameworks, allowing me to adapt to any project requirements.
I have a proven ability to work well in teams and collaborate effectively with stakeholders.
I am constantly learning and staying u...
I can bring a strong technical skillset, a passion for problem-solving, and a collaborative mindset to the company.
Strong technical skillset in full stack development
Ability to solve complex problems and find innovative solutions
Collaborative mindset to work effectively in a team
Experience with relevant technologies and frameworks
Strong communication and interpersonal skills
My strength is problem-solving and my weakness is public speaking.
Strength: Proficient in identifying and solving complex problems
Weakness: Nervousness while speaking in front of large audiences
Strength: Ability to learn and adapt to new technologies quickly
Weakness: Difficulty in delegating tasks to others
Strength: Attention to detail and ability to work under pressure
Weakness: Tendency to overthink and second-guess d
I would expect a salary that is competitive and reflective of my skills and experience.
Research the average salary range for Full Stack Developers in your area.
Consider your years of experience, education, and any specialized skills you have.
Be prepared to negotiate and discuss your salary expectations during the interview process.
based on 1 interview
Interview experience
based on 4 reviews
Rating in categories
Team Lead
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Associate
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Advisor
8
salaries
| ₹0 L/yr - ₹0 L/yr |
growth manager
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Success Manager
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Dukaan
Shopify
BigCommerce
Omnicom Media Group