Upload Button Icon Add office photos
Engaged Employer

i

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

Intellias Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intellias Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Intellias Interview Questions and Answers

Intellias Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java core and spring questions
  • Q2. How would you find an element from a list
  • Ans. 

    Use a loop to iterate through the list and compare each element with the target element

    • Iterate through the list using a loop

    • Compare each element with the target element

    • Return the element if found, otherwise return null

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Can implicit and explicit waits be used within the framework?
  • Ans. 

    Yes, implicit and explicit waits can be used within the framework.

    • Implicit waits are used to wait for a certain amount of time before throwing an exception if the element is not found immediately.

    • Explicit waits are used to wait for a certain condition to be met before proceeding further.

    • Both types of waits can be used in test automation frameworks like Selenium for better synchronization and handling of dynamic element

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your professional aspirations?
  • Ans. 

    My professional aspiration is to become a lead AQA engineer and contribute to the development of cutting-edge software products.

    • Advance to a lead AQA engineer role

    • Contribute to the development of innovative software products

    • Continuously improve my skills and knowledge in AQA

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Optional coding questions and one logical question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly JavaScript-related questions like Hoisting, Closure, memory allocation
  • Q2. React related question like how react works.

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Screening 

(3 Questions)

  • Q1. Basic C++ questions: initialiser list and applications
  • Q2. Questions on vector implementation
  • Q3. Question on linux file system
Round 2 - Technical 

(2 Questions)

  • Q1. Design a logger class
  • Ans. 

    A logger class to handle logging messages in an application

    • Create a Logger class with methods like logInfo, logError, logWarning, etc.

    • Use a file or database to store the log messages

    • Include timestamp and severity level in each log message

    • Implement log rotation to manage log file size

  • Answered by AI
  • Q2. What is RAII, rule of 3, 5. What is smart pointers and coding questions based on string
  • Ans. 

    RAII is a resource management technique in C++. Rule of 3/5 refers to special member functions. Smart pointers are objects that manage memory automatically.

    • RAII stands for Resource Acquisition Is Initialization, a C++ programming technique where resource management is tied to object lifetime.

    • Rule of 3 states that if a class defines a custom destructor, copy constructor, or copy assignment operator, it should define all...

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (62)

Intellias interview questions for popular designations

 QA Head

 (1)

 Senior Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (1)

 React Native Developer

 (1)

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Deep Dive into - React Native, React JS, Javascript, Typescript, Redux, iOS, Android

Interview Preparation Tips

Topics to prepare for Intellias Senior Software Development Engineer interview:
  • React Native
  • React Js
  • iOS
  • Android
  • Javascript
  • Typescript
  • Redux

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)

QA Head Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Case Study 

Case study to present YOY budgets and profit margins

Round 2 - One-on-one 

(1 Question)

  • Q1. Describe a situation in project where you were not able to meet dealines and how did you handle that ?
  • Ans. 

    I was unable to meet a deadline due to unexpected technical issues in a project.

    • Identified the root cause of the technical issues causing the delay

    • Communicated the situation to stakeholders and team members

    • Revised the project timeline and prioritized tasks to meet the new deadline

    • Implemented measures to prevent similar issues in future projects

  • Answered by AI

QA Head Interview Questions asked at other Companies

Q1. Are you able to work in challenging environment where peoples are from different old groups & different culture?
View answer (2)

Jobs at Intellias

View all

Interview questions from similar companies

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

Simple DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions asked
  • Q2. System design
Round 3 - Ghosted 

(1 Question)

  • Q1. Ghosted by recuriter

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Linked List
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Allows for dynamic size and efficient insertion/deletion operations

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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 

(2 Questions)

  • Q1. Pivot table in excel
  • Ans. 

    Pivot table is a data summarization tool in Excel.

    • Pivot table allows users to summarize and analyze large datasets.

    • It can be used to group data by categories, calculate totals, and create custom calculations.

    • Users can easily change the layout of the table to view data in different ways.

    • Pivot table is a powerful tool for data analysis and reporting.

    • Example: A sales manager can use pivot table to analyze sales data by re

  • Answered by AI
  • Q2. How to count data in excel
  • Ans. 

    To count data in Excel, use the COUNT function or select the data and look at the status bar.

    • Use the COUNT function to count the number of cells that contain numbers or dates

    • Use the COUNTA function to count the number of cells that are not empty

    • Select the data and look at the status bar to see the count of selected cells

    • Use the COUNTIF function to count cells that meet a specific criteria

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s was good

Skills evaluated in this interview

Intellias Interview FAQs

How many rounds are there in Intellias interview?
Intellias interview process usually has 1-2 rounds. The most common rounds in the Intellias interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Intellias 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 Intellias. The most common topics and skills that interviewers at Intellias expect are Java, Javascript, Python, AWS and Agile Coaching.
What are the top questions asked in Intellias interview?

Some of the top questions asked at the Intellias interview -

  1. What is RAII, rule of 3, 5. What is smart pointers and coding questions based o...read more
  2. Can implicit and explicit waits be used within the framewo...read more
  3. how would you find an element from a l...read more

Tell us how to improve this page.

Intellias Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 79 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
Cloud Q Interview Questions
4.5
 • 6 Interviews
Coepd Interview Questions
2.9
 • 5 Interviews
Andersen Lab Interview Questions
3.8
 • 5 Interviews
View all

Intellias Reviews and Ratings

based on 11 reviews

4.6/5

Rating in categories

4.6

Skill development

4.8

Work-life balance

4.3

Salary

4.2

Job security

4.5

Company culture

4.4

Promotions

4.6

Work satisfaction

Explore 11 Reviews and Ratings
Strong Middle Backend Software Engineer

Kolkata,

Mumbai

+5

3-5 Yrs

Not Disclosed

Senior Quality Assurance Engineer

Remote

6-7 Yrs

Not Disclosed

Senior Backend Software Engineer

Kolkata,

Mumbai

+5

2-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
4 salaries
unlock blur

₹25 L/yr - ₹38 L/yr

Business Development Executive
3 salaries
unlock blur

₹16 L/yr - ₹16 L/yr

Senior Java Developer
3 salaries
unlock blur

₹32 L/yr - ₹32 L/yr

Explore more salaries
Compare Intellias with

Arcesium

3.5
Compare

Diverse Lynx

3.7
Compare

Solartis Technology Services

3.6
Compare

NexWave Talent Management Solutions

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview