Upload Button Icon Add office photos

Exela Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Exela Technologies Programmer Analyst Interview Questions, Process, and Tips

Updated 26 Oct 2022

Top Exela Technologies Programmer Analyst Interview Questions and Answers

View all 6 questions

Exela Technologies Programmer Analyst Interview Experiences

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is SQL? What is ddl? What is dml?
  • Ans. 

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

    • DDL stands for Data Definition Language and is used to define the structure of a database.

    • DML stands for Data Manipulation Language and is used to manipulate data within a database.

    • Examples of DDL commands include CREATE, ALTER, and DROP.

    • Examples of DML commands include SELECT, INSERT, UPDATE, and DELETE.

  • Answered by AI
  • Q2. What is SQL? define ddl? Why should we hire you?
  • Ans. 

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

    • SQL stands for Structured Query Language.

    • It is used to create, modify, and query databases.

    • DDL (Data Definition Language) is a subset of SQL used to define the structure of a database.

    • DDL commands include CREATE, ALTER, and DROP.

    • I should be hired because of my experience and skills in SQL programming and database management.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hey guys just prepare SQL questions they job doesn't require any knowledge except process knowledge which will be given by team after joining

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is sql ?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language.

    • It is used to communicate with and manipulate databases.

    • SQL can be used to create, modify, and retrieve data from databases.

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE.

    • SQL is widely used in web development and data analysis.

  • Answered by AI
  • Q2. Type of joins .?
  • Ans. 

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

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join re...

  • Answered by AI
  • Q3. What is cursor .?
  • Ans. 

    A cursor is a database object used to manipulate data in a result set.

    • A cursor allows you to iterate through a result set one row at a time.

    • It can be used to update or delete specific rows in a result set.

    • There are two types of cursors: static and dynamic.

    • Example: DECLARE cursor_name CURSOR FOR SELECT * FROM table_name;

    • Example: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO variable_name;

  • Answered by AI
  • Q4. Find the second highest value in table
  • Ans. 

    To find the second highest value in a table, we can use the ORDER BY and LIMIT clauses in SQL.

    • Write a SQL query to select all values from the table in descending order

    • Use the LIMIT clause to select the second row

    • Retrieve the value from the column containing the values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql question

Skills evaluated in this interview

Programmer Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 W ... read more
asked in Cognizant
Q2. What is stack? How do you convert a queue to stack?
Q3. What is SQL? define ddl? Why should we hire you?
asked in Cognizant
Q4. What is the difference between structure and class?
asked in Cognizant
Q5. Two defined table and fetching data is done one table has 20 reco ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Core java questions, oops, basic programming questions
  • Q2. What are the oops concepts and how we use them?
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class...

  • Answered by AI
  • Q3. Difference between array list and linked list
  • Ans. 

    Array list stores elements in contiguous memory locations, while linked list stores elements in nodes with pointers to the next node.

    • Array list allows random access to elements based on index, while linked list requires traversal from the beginning to access elements.

    • Insertions and deletions are faster in linked list as it only requires updating pointers, while in array list it may require shifting elements.

    • Example: Ar...

  • Answered by AI
  • Q4. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Examples: Java, Python, and C# all have immutable string objects.

  • Answered by AI
  • Q5. Java collections

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core concepts

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

English, Maths, Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Bssic C questions
Round 3 - HR 

(1 Question)

  • Q1. Just formal discussion on the available role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In resume only write things which you can answer.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Have a good basics in aptitude

Round 2 - Coding Test 

Basic coding knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Be confident and try to answer clear and crisp
  • Q2. Tell me about yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

100 chooses total in that 50 coding,25 aptitude,25english -round 1

Round 2 - Technical 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers Interview will be easy
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Core java questions, oops, basic programming questions
  • Q2. What are the oops concepts and how we use them?
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class...

  • Answered by AI
  • Q3. Difference between array list and linked list
  • Ans. 

    Array list stores elements in contiguous memory locations, while linked list stores elements in nodes with pointers to the next node.

    • Array list allows random access to elements based on index, while linked list requires traversal from the beginning to access elements.

    • Insertions and deletions are faster in linked list as it only requires updating pointers, while in array list it may require shifting elements.

    • Example: Ar...

  • Answered by AI
  • Q4. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Examples: Java, Python, and C# all have immutable string objects.

  • Answered by AI
  • Q5. Java collections

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core concepts

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

English, Maths, Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Bssic C questions
Round 3 - HR 

(1 Question)

  • Q1. Just formal discussion on the available role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In resume only write things which you can answer.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Have a good basics in aptitude

Round 2 - Coding Test 

Basic coding knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Be confident and try to answer clear and crisp
  • Q2. Tell me about yourself

Interview Questionnaire 

2 Questions

  • Q1. First round - 50 aptitude questions and 50 technical questions in c and cpp
  • Q2. Hr round - shifts travel

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of c and cpp and English aptitude questions

Exela Technologies Interview FAQs

How many rounds are there in Exela Technologies Programmer Analyst interview?
Exela Technologies interview process usually has 2 rounds. The most common rounds in the Exela Technologies interview process are Resume Shortlist and Technical.
How to prepare for Exela Technologies Programmer Analyst 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 Exela Technologies. The most common topics and skills that interviewers at Exela Technologies expect are Data Processing, Education, JSON, Linux and Perl.
What are the top questions asked in Exela Technologies Programmer Analyst interview?

Some of the top questions asked at the Exela Technologies Programmer Analyst interview -

  1. What is SQL? define ddl? Why should we hire y...read more
  2. What is sq...read more
  3. What is SQL? What is ddl? What is d...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
WNS Interview Questions
3.4
 • 984 Interviews
Quess Interview Questions
3.9
 • 406 Interviews
HGS Interview Questions
3.9
 • 240 Interviews
View all
Exela Technologies Programmer Analyst Salary
based on 157 salaries
₹1.8 L/yr - ₹6 L/yr
44% less than the average Programmer Analyst Salary in India
View more details

Exela Technologies Programmer Analyst Reviews and Ratings

based on 28 reviews

2.5/5

Rating in categories

2.2

Skill development

2.2

Work-life balance

2.3

Salary

3.1

Job security

2.5

Company culture

1.8

Promotions

2.4

Work satisfaction

Explore 28 Reviews and Ratings
Software Engineer
441 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Data Entry Operator
422 salaries
unlock blur

₹0.8 L/yr - ₹3 L/yr

Processor
419 salaries
unlock blur

₹0.9 L/yr - ₹3.3 L/yr

Senior Software Engineer
188 salaries
unlock blur

₹4.2 L/yr - ₹15.3 L/yr

Test Analyst
183 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Exela Technologies with

WNS

3.4
Compare

Quess

3.9
Compare

Firstsource Solutions

3.7
Compare

HGS

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