Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Arkatiss Team. If you also belong to the team, you can get access from here

Arkatiss Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Arkatiss Senior Python Developer Interview Questions and Answers

Updated 8 Aug 2024

Arkatiss Senior Python Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Add a row to dataframe
  • Ans. 

    Use the append() method to add a row to a dataframe in Python.

    • Use the append() method with a dictionary of values to add a row to a dataframe.

    • Make sure the keys in the dictionary match the column names in the dataframe.

    • Example: df.append({'column1': value1, 'column2': value2}, ignore_index=True)

  • Answered by AI
  • Q2. What is use of decorators
  • Ans. 

    Decorators are a way to modify or extend the behavior of functions or methods without changing their code.

    • Decorators are functions that take another function as an argument and return a new function.

    • They are commonly used to add functionality to existing functions, such as logging, timing, or authentication.

    • Decorators can be used to enforce access control, modify the input or output of a function, or cache results for ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell about your last project
  • Q2. Suggest me things that should be kept in mind while deployment
  • Ans. 

    Consider environment, dependencies, scalability, monitoring, security, and rollback strategy during deployment.

    • Ensure environment consistency between development, testing, and production.

    • Verify all dependencies are correctly installed and configured.

    • Plan for scalability by considering future growth and potential traffic spikes.

    • Implement monitoring tools to track performance and detect issues.

    • Prioritize security measure...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Arkatiss?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Practice standard questions

Round 2 - Technical 

(2 Questions)

  • Q1. Search in rotated sorted array
  • Ans. 

    Search for a target element in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Divide the array into two sorted subarrays based on the pivot point.

    • Perform binary search on the appropriate subarray to find the target element.

  • Answered by AI
  • Q2. Trim a bst in leet code
  • Ans. 

    Trim a binary search tree by removing nodes outside a given range.

    • Start by checking if the root node is within the given range.

    • If the root node is outside the range, trim it by recursively trimming its left or right subtree.

    • If the root node is within the range, recursively trim its left and right subtrees.

  • Answered by AI

Skills evaluated in this interview

Senior Python Developer Interview Questions Asked at Other Companies

asked in Xoriant
Q1. Update tuple in list of tuples ? can we update? How about tuple o ... read more
asked in CGI Group
Q2. What is difference between tuple and list and where did you used ... read more
asked in Xoriant
Q3. How do you find all occurrences of a substring and their counts w ... read more
Q4. What are the differences between Class-Based Views (CBV) and Func ... read more
asked in Xoriant
Q5. Shallow copy and Deep copy in Python Difference ? how to use?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1) Finding and removing loop in linked list. 2)find pair of given sum in binary tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. Print bottom view of binary tree
  • Q2. Oops related output based questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions were asked

Round 2 - Technical 

(3 Questions)

  • Q1. 2 More coding questions were asked
  • Q2. Matrix chain multiplication
  • Q3. Spiral Matrix Code
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell if a binary tree is BST or not
  • Q2. Three sum problem
  • Ans. 

    The Three Sum problem involves finding unique triplets in an array that sum to zero.

    • Sort the array to simplify the search for triplets.

    • Use a loop to fix one element and apply two-pointer technique for the other two.

    • Skip duplicates to ensure unique triplets are counted.

    • Example: For array [-1, 0, 1, 2, -1, -4], the triplets are [-1, -1, 2], [-1, 0, 1].

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Concepts of OOPs. Gave a code to read and implement a function with a given input using OOPs concept.
  • Q2. Reverse a linked list

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Math, logical and verbal question's

Round 2 - Coding Test 

Simple question on recursion, array, Graph, Dynamic programming, linkedlist and 2 pointer

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience project on resume previous internships / intrest

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very though question. but the CTC dont match the difficult of question asked.
They want most skilled engineer at price of peeny every only 5 student from IIT Gandhinagar qualified the interview and everyone rejected the offer.
Just check companies reviews before joining.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Stacks based question
  • Q2. Binary search question
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSA questions for coding round

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Discussion of projects
  • Q3. 2 DSA questions
Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Discussion of projects and company
  • Q3. 2 DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the difference client side routing server side routing
  • Ans. 

    Client side routing is handled by the browser, while server side routing is handled by the server.

    • Client side routing is faster as it does not require a server request for each page change.

    • Server side routing involves the server processing each request and returning the appropriate page.

    • Client side routing is commonly used in single page applications (SPAs) with frameworks like React or Angular.

    • Server side routing is u...

  • Answered by AI
  • Q2. Js questions (map,filter, reduce) polyfills recursion
Round 2 - HR 

(1 Question)

  • Q1. Why do you want the join org
  • Ans. 

    I am passionate about creating innovative software solutions and believe that org offers a great platform for growth and learning.

    • Passionate about creating innovative software solutions

    • Believe org offers a great platform for growth and learning

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

It was good and basic questions were asked.

Round 2 - Coding Test 

It was good and basic coding questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. Data structures, Java nd some codes were asked
Round 4 - Technical 

(1 Question)

  • Q1. Data structures, time complexities, os and cn were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data structures. Practice some coding questions, time complexities

Arkatiss Interview FAQs

How many rounds are there in Arkatiss Senior Python Developer interview?
Arkatiss interview process usually has 2 rounds. The most common rounds in the Arkatiss interview process are Technical.
What are the top questions asked in Arkatiss Senior Python Developer interview?

Some of the top questions asked at the Arkatiss Senior Python Developer interview -

  1. Suggest me things that should be kept in mind while deploym...read more
  2. What is use of decorat...read more
  3. Add a row to datafr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Brane Enterprises Interview Questions
2.0
 • 138 Interviews
Acies Interview Questions
4.4
 • 39 Interviews
Winman Software Interview Questions
4.0
 • 31 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
LogicMonitor Interview Questions
3.6
 • 14 Interviews
Ixia Solutions Interview Questions
2.8
 • 8 Interviews
ETON SOLUTIONS Interview Questions
2.5
 • 6 Interviews
SalesHandy Interview Questions
3.2
 • 6 Interviews
View all
Java Developer
8 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Python Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹6.3 L/yr

Python Software Developer
5 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Data Scientist
4 salaries
unlock blur

₹17 L/yr - ₹19.5 L/yr

Linux Administrator
4 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare Arkatiss with

Brane Enterprises

2.0
Compare

Duck Creek Technologies

4.4
Compare

3Pillar Global

3.2
Compare

Acies

4.4
Compare
write
Share an Interview