Upload Button Icon Add office photos

Filter interviews by

Agile Softech Interview Questions and Answers

Updated 11 May 2018

Agile Softech Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Apr 2018. There were 5 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. 1.What is Trigger,procedure,cursor differentiate with example
  • Ans. 

    A trigger is a PL/SQL block that is automatically executed in response to a specific event. A procedure is a named PL/SQL block that performs a specific task. A cursor is a database object used to retrieve data from a result set.

    • A trigger is used to automatically execute a set of SQL statements when a specific event occurs, such as inserting, updating, or deleting data from a table.

    • A procedure is a reusable block of co...

  • Answered by AI
  • Q2. 2.how to recover the data(Tables) in oracle or how to export the tables in file
  • Ans. 

    To recover data in Oracle, you can use the flashback feature or export tables using the Data Pump utility.

    • To recover data using flashback, you can use the FLASHBACK TABLE statement to restore a table to a previous state.

    • To export tables, you can use the Data Pump utility with the EXPDP command to export tables to a file.

    • You can also use the SQL Developer tool to export tables as SQL insert statements or CSV files.

  • Answered by AI
  • Q3. 3.what is joins and its types what is the use and what is natural join with example
  • Ans. 

    Joins are used to combine rows from two or more tables based on related columns. There are different types of joins.

    • Types of joins: inner join, left join, right join, full outer join, cross join

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

    • Natural join is a type of join that automatically matches columns with the same name in both tables

    • Example: SELECT * FROM employees NATURAL JOIN depar

  • Answered by AI
  • Q4. 4.Differentiate Foreign key,primary key and unique key
  • Ans. 

    Foreign key, primary key, and unique key are all constraints used in database tables to enforce data integrity.

    • Primary key is a column or a set of columns that uniquely identifies each row in a table.

    • Foreign key is a column or a set of columns in one table that refers to the primary key in another table.

    • Unique key ensures that the values in a column or a set of columns are unique across all the rows in a table.

  • Answered by AI
  • Q5. 5.6.Difference between delete,drop and truncate
  • Ans. 

    Delete, drop, and truncate are SQL commands used to remove data from a table, but they differ in their functionality.

    • DELETE is used to remove specific rows from a table based on a condition.

    • DROP is used to remove an entire table from the database.

    • TRUNCATE is used to remove all rows from a table, but keeps the structure intact.

    • DELETE and TRUNCATE can be rolled back, but DROP cannot.

    • DELETE triggers the delete trigger, wh

  • Answered by AI
  • Q6. 6.Display the 5th Highest Salary in Employee Table
  • Ans. 

    Use a subquery to find the 5th highest salary in the Employee table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the ROWNUM keyword to limit the results to the 5th highest salary.

    • Use a subquery to achieve the desired result.

  • Answered by AI
  • Q7. 7.Display Top 5 salary
  • Ans. 

    The query to display the top 5 salaries in PL/SQL.

    • Use the SELECT statement to retrieve the salaries from the table.

    • Order the salaries in descending order using the ORDER BY clause.

    • Limit the result to the top 5 rows using the FETCH FIRST clause.

  • Answered by AI
  • Q8.  8.Write a command of copy the structure only not data of the table
  • Ans. 

    To copy the structure of a table without copying the data, you can use the CREATE TABLE AS SELECT statement.

    • Use the CREATE TABLE AS SELECT statement to create a new table with the same structure as the original table.

    • Specify the columns and their data types in the SELECT statement, but exclude the actual data from the original table.

    • Example: CREATE TABLE new_table AS SELECT * FROM original_table WHERE 1=0;

  • Answered by AI
  • Q9. 9.What is view and its type what is complex view with example
  • Ans. 

    A view is a virtual table created from one or more tables. It can be used to simplify complex queries and provide a customized view of data.

    • A view is a stored query that can be treated as a table

    • Types of views include simple views, complex views, and materialized views

    • A complex view is a view that involves multiple tables or subqueries

    • Complex views can be used to combine data from different tables or apply complex calc...

  • Answered by AI
  • Q10. 10.What is indexing what is the role of indexing in database
  • Ans. 

    Indexing is a technique used in databases to improve the performance of queries by creating a data structure that allows for faster data retrieval.

    • Indexing creates a separate data structure that contains a subset of the data in the database, organized in a way that allows for efficient searching and retrieval.

    • Indexes are created on one or more columns of a table and can be used to quickly locate data based on the value...

  • Answered by AI
  • Q11. 11.Difference between Procedure and Function
  • Ans. 

    Procedures and functions are both PL/SQL program units, but they have some differences.

    • Procedures do not return a value, while functions do.

    • Procedures can have OUT parameters to pass values back to the caller, while functions cannot.

    • Functions can be used in SQL queries, while procedures cannot.

    • Functions must return a value, while procedures do not have to.

    • Functions can be called directly in PL/SQL code, while procedure

  • Answered by AI
  • Q12. 12.Write a query to display employee records having same salary
  • Ans. 

    The query displays employee records with the same salary.

    • Use the GROUP BY clause to group the records by salary.

    • Use the HAVING clause to filter the groups with more than one employee.

    • Select the necessary columns to display the employee records.

  • Answered by AI
  • Q13. 13.How we can eliminate duplicates without using distinct command
  • Ans. 

    To eliminate duplicates without using the distinct command in PL/SQL, we can use the GROUP BY clause.

    • Use the GROUP BY clause to group the data by the columns that you want to eliminate duplicates from.

    • Select the columns you want to display in the result set.

    • Aggregate functions like COUNT, SUM, AVG, etc. can be used to perform calculations on the grouped data.

    • The GROUP BY clause ensures that only unique combinations of

  • Answered by AI
  • Q14. 14.Replace Only Third Character with *
  • Ans. 

    The PLSQL code snippet to replace only the third character with * in a given string.

    • Use the SUBSTR function to extract the first two characters of the string.

    • Concatenate the extracted characters with '*' and the remaining characters starting from the fourth position using the SUBSTR function.

    • Assign the modified string back to the original variable.

  • Answered by AI
  • Q15. Introduction Objective of Your Life Strength Weakness About Salary(Discuss About Your Expected Salary)

Interview Preparation Tips

Round: Test
Experience: Part 1-
Aptitude ,Reasoning & English Test
(Aptitude Question-15,Reasoning-15,English-10 )
Part 2-
Technical Questions(30)
Technology:C,C++,Data Structure,Database,Python,Java,Software Engineering
No Negative Marks
90 Mins For 60 Question (1 Marks For Each Question)

General Tips: Be Prepare For Interview and Don't Panic at that time.Give your answer clear and related to that question.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week
College Name: TEERTHANKER MAHAVEEER UNIVERSITY

Skills evaluated in this interview

Top Agile Softech Plsql Developer Interview Questions and Answers

Q1. 13.How we can eliminate duplicates without using distinct command
View answer (3)

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)

Interview questions from similar companies

I appeared for an interview in Aug 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of C
  • Q2. Puzzles on data structures
  • Q3. Asked on project
  • Q4. C basics
  • Q5. 3 basic and simple codes
  • Q6. Family background
  • Q7. How was technical interviews
  • Q8. Why should we not hire you
  • Ans. 

    I lack experience in a specific technology required for the role.

    • I may not have experience with a specific programming language or framework mentioned in the job description.

    • I may not have worked on projects similar to what your company is working on.

    • I may not have experience with certain tools or technologies that are crucial for the role.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just mcq questions but had negative marking
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was cool and interactive round and was fun

Round: Technical Interview
Experience: It was interesting but I fumbled a little

Round: HR Interview
Experience: It was ok

College Name: Cummins College Of Engineering For Women (CCOEW)

I appeared for an interview in Oct 2016.

Interview Questionnaire 

8 Questions

  • Q1. C,C++, Programming Concepts
  • Q2. Resume Based
  • Q3. Puzzle Questions
  • Q4.  OS, Database, Networking, Computer Architecture based question
  • Q5. Project Based- Briefs, Details
  • Q6. What are your hobbies
  • Ans. 

    My hobbies include hiking, playing guitar, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Playing guitar: I love learning new songs and improving my skills.

    • Cooking: I like experimenting with different recipes and creating delicious meals.

  • Answered by AI
  • Q7. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q8. Why do you want to join DELL.
  • Ans. 

    I want to join DELL because of their innovative technology solutions and strong reputation in the industry.

    • DELL is known for their cutting-edge technology solutions which align with my passion for software development.

    • I admire DELL's strong reputation in the industry and their commitment to customer satisfaction.

    • I believe joining DELL will provide me with opportunities for growth and career advancement.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA>9.0

Skills: Technical Skills
College Name: KIIT University

I appeared for an interview in Jan 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: All got different topics to discuss on gd.
Tips: Plan before you speak. Be sure whether you are to or against.
Duration: 5 minutes

Round: Test
Experience: More questions on blood relationship, ages
Tips: Os db on technical
Duration: 1 hour

Skills: Technical Questions, Manage A Difficult Situation, Technical Knowledge(ML

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

Interview Preparation Tips

Round: Test
Experience: Objective based questions covering general aptitude, c programming, algorithms, os, dbms, software engineering

Round: HR Interview
Experience: Candidates are eliminated after each round of interviews. Number of interviews varies from candidate to candidate. However 1 HR and 1 Tech interview is compulsory. Some may have separate tech and coding interviews.

General Tips: The 1st round aptitude paper is not too tough but ensures that not everyone is able to clear the cutoff.
In the tech interview programming questions were easy but OS questions are tricky and interviewer is looking for a candidate with a solid basics.
Skill Tips: Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews. Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews.
Do not spend too much effort on coding questions. Instead focus on fundamentals of OS, DBMS concepts like paging, threading, system calls etc
Skills:
College Name: NIT Surathkal

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: Questions about DS , CN and basic resume

Round: Technical Interview
Experience: Questions about RT OS and memory mapping. And other operating system related questions.
Projects done so far.

I applied via Recruitment Consultant and was interviewed in Mar 2018. There was 1 interview round.

Interview Preparation Tips

General Tips: Interview was short. Explained the role which was similar to the work I was doing before in my previous healthcare organization.

EDI related questions were asked. All type of file conversion and Excel formulas been asked.

Prepare well with on the above areas. It takes around 30 minutes.
Skills: Problem Solving, Analytical Skills, Presentation Skills, Time Management
Duration: <1 week

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions about RRC filters, matched filtering, IIR and FIR filters, basics of probability and questions regarding past projects

Interview Preparation Tips

Round: Test
Experience: The questions on aptitude were based on quantitative and logical reasoning. Questions were simple but you should have a good speed. In the programming section there were find the outout kind of questions and some theory questions based on virtual functions and abstract classes.
In technical questions we had to choose from hardware software or communication. I wrote the test for communications. Questions were based on different modulation techniques like qpsk, msk and also based on dsp. Some questions were about coding techniques as well.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: The overall experience was really good. The interviewers were frirndly and were helping out in case you get stuck. They want to see how clearly you know your basics.

College Name: IIT Madras

I appeared for an interview in Dec 2016.

Interview Questionnaire 

4 Questions

  • Q1. Simple algorithm coding questions, e.g.- fibonacci, prime number
  • Q2. Some hardware questions
  • Q3. Networking questions and some others
  • Q4. Intro, strength, weakness, why we hire you, etc. common HR questions

Interview Preparation Tips

College Name: IIT Kharagpur

Agile Softech Interview FAQs

What are the top questions asked in Agile Softech interview?

Some of the top questions asked at the Agile Softech interview -

  1. 13.How we can eliminate duplicates without using distinct comm...read more
  2. 3.what is joins and its types what is the use and what is natural join with ex...read more
  3. 2.how to recover the data(Tables) in oracle or how to export the tables in f...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
FIS Interview Questions
3.9
 • 487 Interviews
Dell Interview Questions
3.9
 • 389 Interviews
Quest Global Interview Questions
3.6
 • 307 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Qualcomm Interview Questions
3.8
 • 256 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all

Agile Softech Reviews and Ratings

based on 15 reviews

4.9/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

4.0

Salary

4.0

Job security

4.8

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 15 Reviews and Ratings
Software Developer
6 salaries
unlock blur

₹0.9 L/yr - ₹4 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Software Engineer
4 salaries
unlock blur

₹1.2 L/yr - ₹20 L/yr

Java Developer
4 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹0.9 L/yr - ₹8.7 L/yr

Explore more salaries
Compare Agile Softech with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

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