Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.
Assesses person's ability to understand and work with numerical data, graphs and mathematical concepts and measures understanding of language, including comprehension, vocabulary and reasoning through verbal concepts.
Access your ability to solve algorithmic problems, often involving data structures and require you to writing code to accomplish specific task or functions, often with focus on syntax, structure and accuracy.
ArrayList is a resizable array implementation, while LinkedList is a doubly linked list implementation in Python.
ArrayList uses contiguous memory allocation, while LinkedList uses non-contiguous memory allocation.
ArrayList provides fast access to elements using index, while LinkedList provides fast insertion and deletion of elements.
ArrayList is better for storing and accessing data sequentially, while LinkedList is be...
HTTP request response cycle involves a client sending a request to a server, which processes the request and sends back a response.
Client sends a request to a server using a specific HTTP method (GET, POST, PUT, DELETE, etc.)
Server processes the request, performs necessary actions, and generates a response
Server sends the response back to the client, typically including a status code (200 for success, 404 for not found...
Function to determine if a given string is a palindrome
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the string with its reverse to check if it is a palindrome
Return True if it is a palindrome, False otherwise
To delete and remove duplicates from an array of strings, use a set to store unique values.
Convert the array to a set to automatically remove duplicates
Convert the set back to a list to maintain the original order
Example: array = ['apple', 'banana', 'apple', 'orange']
Set(array) will result in {'apple', 'banana', 'orange'}
List(set(array)) will give ['apple', 'banana', 'orange']
Find the first missing positive integer in a list of numbers
Sort the list and iterate through it to find the first positive integer
Use a set to keep track of positive integers already seen
Return the first positive integer not in the set
Top trending discussions
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.
Puzzles, Psychometric Test
I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I appeared for an interview in Sep 2016.
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills and ability to work in a team
Completed multiple projects including a web-based inventory management system
I appeared for an interview in May 2017.
I appeared for an interview in Jun 2017.
I appeared for an interview in May 2017.
I appeared for an interview in Aug 2017.
Some of the top questions asked at the Accentuate IT Solutions Python Fullstack Developer interview -
based on 1 interview
Interview experience
Team Lead
12
salaries
| ₹8.6 L/yr - ₹25 L/yr |
Application Development Analyst
11
salaries
| ₹4.3 L/yr - ₹9.8 L/yr |
Associate Software Engineer
9
salaries
| ₹4.3 L/yr - ₹4.6 L/yr |
Application Development - Senior Analyst
8
salaries
| ₹9.2 L/yr - ₹16.5 L/yr |
Associate Manager
7
salaries
| ₹15.5 L/yr - ₹33.5 L/yr |
TCS
Infosys
Wipro
HCLTech