Upload Button Icon Add office photos

Exela Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Exela Technologies Programmer Analyst Interview Questions and Answers

Updated 26 Oct 2022

6 Interview questions

A Programmer Analyst was asked
Q. How would you find the second highest value in a 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

A Programmer Analyst was asked
Q. What is a 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;

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?
asked in Cognizant
Q3. Given two tables, one with 20 student records and another with 10 ... read more
asked in Cognizant
Q4. What is the difference between a structure and a class?
Q5. What is SQL? define ddl? Why should we hire you?
A Programmer Analyst was asked
Q. What are the different types 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 jo...

A Programmer Analyst was asked
Q. 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.

A Programmer Analyst was asked
Q. 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.

A Programmer Analyst was asked
Q. 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.

Exela Technologies Programmer Analyst Interview Experiences

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 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 

(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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Exela Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Software Engineer Interview Questions & Answers

NetApp user image Sathya Pramod D S

posted on 12 Jul 2024

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

Write a string and count only the number of characters without spaces.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the process of boot?
  • Ans. 

    The process of boot involves loading the operating system into memory and initializing the hardware components of a computer.

    • BIOS or UEFI firmware is executed first

    • Bootloader is loaded into memory

    • Operating system kernel is loaded and initialized

    • Hardware components are initialized

    • Control is passed to the operating system

  • Answered by AI
  • Q2. Explain the process of boot media

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the differences between NAS & SAN?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa questions related to project
  • Q2. Project based q and a

I appeared for an interview before Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Is this good insurance policy for employees?
  • Ans. 

    It depends on the specifics of the policy.

    • What is the coverage amount?

    • What is the deductible?

    • Are pre-existing conditions covered?

    • What is the cost to employees?

    • What is the network of providers?

    • What is the policy on maternity leave?

    • Is there a wellness program?

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One person like HR will focus for all claims.

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technically asked based on our Knowledge
  • Ans. Should expertise the knowledge wat your adding at your Profile
  • Answered by JABEER S

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the process of Gettinf calls and respond to the calls you will never miss opportunity
Are these interview questions helpful?
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 - Assignment 

Python or C Coding slove the problem

Round 3 - HR 

(1 Question)

  • Q1. C basics questions in interview
Round 4 - Case Study 

Life based questions, like a feature planing

Interview Preparation Tips

Interview preparation tips for other job seekers - Sir salary 20000per month,any deficult work is faceed
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It's a tricky round with lots of questions to understand the aptitude

Round 3 - One-on-one 
Round 4 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Feel confident , feel very light but study and prepare hard the technical part. Don't get confused during interview.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Go through your resume
  • Ans. 

    I have a diverse background in marketing, sales, and project management.

    • Started my career in marketing at XYZ Company

    • Managed a team of sales representatives at ABC Company

    • Led a successful project to launch a new product at DEF Company

  • Answered by AI
  • Q2. Previous roles and responsibilities and why did you leave your previous organisation
Round 2 - Aptitude Test 

Amcat English assessment

Round 3 - Technical 

(3 Questions)

  • Q1. What do you know about fraud
  • Ans. 

    Fraud involves intentional deception for financial or personal gain.

    • Fraud is a deliberate act of deception to secure unfair or unlawful gain.

    • Common types of fraud include identity theft, credit card fraud, and insurance fraud.

    • Fraud can occur in various industries such as finance, healthcare, and e-commerce.

    • Preventative measures against fraud include implementing security protocols, conducting regular audits, and educat...

  • Answered by AI
  • Q2. What is risk management
  • Ans. 

    Risk management is the process of identifying, assessing, and prioritizing risks followed by coordinated and economical application of resources to minimize, monitor, and control the probability and impact of unfortunate events.

    • Identifying potential risks that could impact an organization's objectives

    • Assessing the likelihood and impact of each risk

    • Prioritizing risks based on their potential impact and likelihood

    • Develop...

  • Answered by AI
  • Q3. Tell me about trust and safety
  • Ans. 

    Trust and safety involve creating secure environments where users feel protected from harm and can engage freely.

    • Trust is built through transparency and consistent communication, such as clear privacy policies.

    • Safety measures include content moderation to prevent harmful or abusive behavior, like banning hate speech.

    • User verification processes, like two-factor authentication, enhance trust by ensuring genuine user iden...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Hobbies and salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not suggesting anyone to join wipro. They will hire in bulk later they will put you in bench then throw you out of the company

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

ITC Infotech Interview Questions
3.7
 • 374 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
TEKsystems Interview Questions
3.3
 • 124 Interviews
Wipro Digital Interview Questions
3.5
 • 77 Interviews
Unisys Interview Questions
3.6
 • 76 Interviews
NetApp Interview Questions
3.8
 • 69 Interviews
View all
Exela Technologies Programmer Analyst Salary
based on 159 salaries
₹1.6 L/yr - ₹4.8 L/yr
43% less than the average Programmer Analyst Salary in India
View more details

Exela Technologies Programmer Analyst Reviews and Ratings

based on 29 reviews

2.3/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

2.1

Salary

2.8

Job security

2.3

Company culture

1.7

Promotions

2.2

Work satisfaction

Explore 29 Reviews and Ratings
Data Entry Operator
435 salaries
unlock blur

₹0.8 L/yr - ₹3.2 L/yr

Processor
427 salaries
unlock blur

₹0.8 L/yr - ₹3.3 L/yr

Software Engineer
425 salaries
unlock blur

₹2.4 L/yr - ₹9.1 L/yr

Test Analyst
210 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
181 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Explore more salaries
Compare Exela Technologies with

ITC Infotech

3.7
Compare

HTC Global Services

3.5
Compare

HERE Technologies

3.8
Compare

Collabera Technologies

3.5
Compare
write
Share an Interview