Upload Button Icon Add office photos
Engaged Employer

i

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

Andersen Lab Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Andersen Lab Interview Questions and Answers

Updated 17 Mar 2025
Popular Designations

Andersen Lab Interview Experiences

5 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

QA foundation level questions were asked

Round 2 - HR 

(1 Question)

  • Q1. Introduction and some behavioral questions
Round 3 - Technical 

(1 Question)

  • Q1. Testing basics, Test management, SQL, API Testing, WEB testing
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find missing char
  • Ans. 

    The question asks to find a missing character in an array of strings.

    • Iterate through each string in the array

    • Check the length of each string to find the missing character

    • Compare the characters in each string to identify the missing one

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Covered all topics in iOS development like Swift , Concurrency , SOLID Principles , Testing , etc
  • Q2. Had a screening round with AI , followed by VC for technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - I was told I cleared the technical rounds and that the final HR round would be scheduled , but got ghosted
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Nothing they just shared the Indiabix site to take the test.

Interview Preparation Tips

Interview preparation tips for other job seekers - AI interview round is not good at all.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Python core, SQL core, Django middleware, SOLID, REST principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn python core and SQL basis, Django, SOLID, REST principles

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Andersen Lab?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath
Are these interview questions helpful?

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

Interview Questionnaire 

2 Questions

  • Q1. Interview happened for about 1hr 20mins approx with java basics to hard question like Singleton class, HashMap, oops concept and sql queries and they gave 3 code to write.
  • Q2. Be relax answer with confidence

I applied via Referral and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. In my technical round, I solved the 80% question .
Round 3 - Coding Test 

Test duration - 1.5 Hrs
Topics - DB2, CLLE, RPGLE, SQLRPGLE
Platform - IBMi

Round 4 - HR 

(1 Question)

  • Q1. HR asked basic questions.

Interview Preparation Tips

Topics to prepare for Programmers.io Software Developer interview:
  • IBM DB2
  • RPGLE
  • SQLRPGLE
  • CLLE
  • ILE
  • MySQL
Interview preparation tips for other job seekers - My advice is to everyone to join PIO to learn new things and IBMi modernization etc.

Andersen Lab Interview FAQs

How many rounds are there in Andersen Lab interview?
Andersen Lab interview process usually has 1-2 rounds. The most common rounds in the Andersen Lab interview process are Technical, Aptitude Test and HR.
How to prepare for Andersen Lab interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Andersen Lab. The most common topics and skills that interviewers at Andersen Lab expect are Javascript, Manual Testing, English, Java and MySQL.
What are the top questions asked in Andersen Lab interview?

Some of the top questions asked at the Andersen Lab interview -

  1. Find missing c...read more
  2. Python core, SQL core, Django middleware, SOLID, REST princip...read more
  3. Covered all topics in iOS development like Swift , Concurrency , SOLID Principl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 85 Interviews
Programmers.io Interview Questions
4.2
 • 26 Interviews
Diverse Lynx Interview Questions
3.6
 • 20 Interviews
Spektra Systems Interview Questions
3.9
 • 13 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
Apps Associates Interview Questions
3.9
 • 11 Interviews
View all

Andersen Lab Reviews and Ratings

based on 16 reviews

3.9/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

4.0

Salary

3.7

Job security

4.2

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 16 Reviews and Ratings
Android Developer
7 salaries
unlock blur

₹12.5 L/yr - ₹12.5 L/yr

Software Developer
4 salaries
unlock blur

₹5.5 L/yr - ₹18 L/yr

HR Manager
4 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

QA Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹15 L/yr

Qa Automation Testing Engineer
4 salaries
unlock blur

₹7.2 L/yr - ₹11.3 L/yr

Explore more salaries
Compare Andersen Lab with

Mobile Programming

2.9
Compare

Diverse Lynx

3.5
Compare

Arcesium

3.5
Compare

Solartis Technology Services

3.5
Compare
write
Share an Interview