Filter interviews by
I applied via Approached by Company and was interviewed in Oct 2021. There were 6 interview rounds.
Frontend and backend Qustionarre with written test
App creation using AngularJS, Bootstrap5, SCSS
I was interviewed in Jun 2023.
Yes, Python supports multiple inheritance.
Python supports multiple inheritance, where a class can inherit attributes and methods from more than one parent class.
To implement multiple inheritance in Python, simply list the parent classes in the class definition separated by commas.
Example: class ChildClass(ParentClass1, ParentClass2):
Yes, Python tuples are immutable, meaning their values cannot be changed after creation.
Tuples are created using parentheses, like this: my_tuple = (1, 2, 3)
Once a tuple is created, its values cannot be modified or reassigned
Attempting to modify a tuple will result in a TypeError
To create APIs in Django, you can use Django REST framework to define serializers, views, and urls.
Use Django REST framework to create serializers for data models
Define views to handle API requests and responses
Map URLs to views using Django's URL patterns
Use class-based views for more structured API code
Implement authentication and permissions for secure APIs
Sql query writting on joins , merge , concurrency etc
Top trending discussions
I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.
Coding test was taken on hackerearcth pkatform there was a generic problem statement based on networking no need to pass minimum half of the test cases to clear the interview round
posted on 4 Jul 2024
I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.
Normal 3 leetcode medium questions
Machine coding round to design tail -f
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.
High-level component structure of a page refers to the organization of the main elements on a webpage.
Identify the main content area of the page
Determine the navigation menu and its placement
Decide on the placement of secondary content such as ads or related articles
Consider the footer and its contents
Ensure the page is responsive and adaptable to different screen sizes
I applied via Approached by Company and was interviewed in Jul 2023. There were 5 interview rounds.
Design a system to display real-time updates of a file's content on a webpage.
Use a server-side programming language like Node.js to read the file content.
Implement a WebSocket connection between the server and the webpage for real-time updates.
Whenever the file is updated, send the updated content to the webpage using the WebSocket connection.
Update the webpage dynamically using JavaScript to display the new content.
I have worked on various projects involving software development and implementation.
Developed a web application for a retail company to manage inventory and sales.
Implemented a mobile app for a healthcare organization to track patient data and appointments.
Created a data analysis tool for a financial institution to analyze market trends and make investment decisions.
I applied via LinkedIn and was interviewed before Feb 2023. There were 4 interview rounds.
When we click on a URL, the browser sends a request to the server, which responds with the requested webpage.
Clicking on a URL triggers the browser to send an HTTP request to the server.
The server receives the request and processes it.
The server then sends back a response containing the requested webpage.
The browser receives the response and renders the webpage for the user to view.
To add two numbers represented as linked lists, iterate through both lists simultaneously, adding corresponding digits and carrying over the carry value.
Create a new linked list to store the result.
Initialize a carry variable to 0.
Iterate through both linked lists simultaneously, adding the corresponding digits and the carry value.
If the sum of the digits is greater than 9, update the carry value and store the remainde...
A chat app using sockets allows real-time communication between users.
Use a socket library or framework to handle the communication.
Implement a server that listens for incoming connections and manages the chat rooms.
Establish a socket connection between the server and clients for sending and receiving messages.
Handle message encryption and decryption for secure communication.
Implement features like user authentication,...
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Code the LRU cache on hacker rank
Implement a tail -f logger in code
Use a file pointer to open the log file
Read the file line by line and print new lines as they are added
Use a loop to continuously check for new lines in the file
A working software coding problem. Build client-server. Make sure your IDE is ready
Async is non-blocking, concurrency is managing multiple tasks at the same time, parallelism is executing multiple tasks simultaneously.
Async allows non-blocking execution of code, enabling other tasks to run while waiting for I/O operations.
Concurrency involves managing multiple tasks at the same time, but not necessarily simultaneously.
Parallelism is executing multiple tasks simultaneously, utilizing multiple CPU core...
The journey of a request refers to the process of a request being made, processed, and fulfilled by a system.
Request initiation by a user or system
Routing of the request to the appropriate service or endpoint
Processing of the request by the service
Response generation and delivery back to the user
based on 2 interviews
Interview experience
based on 81 reviews
Rating in categories
Software Developer
57
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
54
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
41
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
32
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
30
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech