Upload Button Icon Add office photos

Filter interviews by

Extrieve Technologies Software Developer Trainee Interview Questions and Answers

Updated 26 May 2023

Extrieve Technologies Software Developer Trainee Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was an aptitude test with basic questions on programming, English and maths

Round 2 - Coding Test 

They asked questions related to web development like OOPS concepts, and javascript pattern questions, and discussed previous experience

Round 3 - HR 

(1 Question)

  • Q1. In this round HR discuss about salaries and do not negotiate

Interview Preparation Tips

Topics to prepare for Extrieve Technologies Software Developer Trainee interview:
  • javascript
  • html
  • css
  • c
  • C++
  • OOPS
Interview preparation tips for other job seekers - The interview will be easy but need to learn topics very fast and must be ready for the workload

Software Developer Trainee Jobs at Extrieve Technologies

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
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 - Coding Test 

DSA round with 2 questions

Round 2 - Coding Test 

DSA with 2 questions

Round 3 - HR 

(2 Questions)

  • Q1. What are the challenges you have faced ?
  • Ans. 

    I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.

    • Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.

    • Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.

    • Adapting to new technologies: I hav...

  • Answered by AI
  • Q2. What are your expectation from the company
  • Ans. 

    I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.

    • Opportunities for professional development and growth

    • A collaborative and supportive team environment

    • Challenging and interesting projects to work on

    • Competitive compensation and benefits package

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

2 DSA Questions and questions from springboot for java

Round 2 - Technical 

(1 Question)

  • Q1. Build Project in springboot and asked questions from the same
Round 3 - Technical 

(1 Question)

  • Q1. System design questions for High level design
Round 4 - HR 

(1 Question)

  • Q1. Behavioral round asked question about the organization.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

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

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

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

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Core java, Java 8
Round 2 - Coding Test 

Random Programming questions

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. 1 Explain SQL ? 2 Update query? 3 types software Testing? 4 Unit Testing? 5 Database Testing? etc
  • Ans. 

    Answers to common interview questions for Software Test Engineer

    • SQL is a programming language used to manage and manipulate relational databases.

    • Update query is used to modify existing data in a database table.

    • Types of software testing include functional, performance, and security testing.

    • Unit testing is a type of testing where individual units or components of a software application are tested in isolation.

    • Database te...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 Explain SQL ?
2. Define software Testing ?
3. Explain login page test cases?
4. Explain update query?
5 . Explain functions Testing and real life examples ?
6. Types of software Testing?
7. Define UNIT Testing ?
8 . Define API Testing ?
9. Define Database Testing etc ?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Given a text need to understand and solve

Round 2 - Coding Test 

Some Java based and system design api was allowed to made

Round 3 - HR 

(2 Questions)

  • Q1. Introduction of myself
  • Q2. Salary discussion was done

Extrieve Technologies Interview FAQs

How many rounds are there in Extrieve Technologies Software Developer Trainee interview?
Extrieve Technologies interview process usually has 4 rounds. The most common rounds in the Extrieve Technologies interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Extrieve Technologies Software Developer Trainee 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 Extrieve Technologies. The most common topics and skills that interviewers at Extrieve Technologies expect are C++, PDF, Project Analysis, Technical Support and Image Processing.

Tell us how to improve this page.

Extrieve Technologies Software Developer Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
Extrieve Technologies Software Developer Trainee Salary
based on 6 salaries
₹2.2 L/yr - ₹4.5 L/yr
At par with the average Software Developer Trainee Salary in India
View more details

Extrieve Technologies Software Developer Trainee Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.7

Salary

2.8

Job security

4.6

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Developer Trainee

Kolkata,

New Delhi

0-2 Yrs

Not Disclosed

Explore more jobs
Software Developer
35 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software QA Engineer
18 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Application Support Executive
10 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Application Support Engineer
9 salaries
unlock blur

₹2.8 L/yr - ₹4.2 L/yr

Senior Software Developer
8 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Extrieve Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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