Upload Button Icon Add office photos

Filter interviews by

List Software Interview Questions and Answers

Updated 30 Dec 2024

List Software Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Subset of sql
  • Ans. 

    A subset of SQL refers to a smaller set of data or records that meet specific criteria within a larger dataset.

    • A subset can be created using the WHERE clause in SQL to filter data based on certain conditions.

    • Subsets can also be generated using the SELECT statement to retrieve specific columns from a table.

    • Examples of subsets include selecting all customers from a specific city or employees with a certain job title.

  • Answered by AI
  • Q2. What is table and filed
  • Ans. 

    A table is a collection of related data stored in rows and columns, while a field is a single piece of data within a table.

    • A table is like a spreadsheet with rows and columns, where each row represents a record and each column represents a field

    • A field is a specific piece of data within a table, such as a name, age, or address

    • Tables and fields are used in databases to organize and store information efficiently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Plsql support and development

Skills evaluated in this interview

SQL and PL SQL Developer Interview Questions asked at other Companies

Q1. 1.What is SQL Loader? 2.What are Stored Procedures? Syntax to create and execute the stored procedure. 3.There is a flat file and another table, so how will you fetch the data from the flat file and that table by using stored procedure? 4. ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of PL/SQL, and Banking.
Round 2 - HR 

(1 Question)

  • Q1. Personal information like family background, educational qualification etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - It serves as a good starting point for beginners, but it is not recommended for long-term engagement.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Round 1 - Technical 

(1 Question)

  • Q1. What is data what is database different between delete and truncate what is primary key etc.
  • Ans. 

    Answers to common questions in Oracle SQL and PLSQL Developer interview.

    • Data is a collection of facts, figures, and statistics that can be processed to derive information.

    • A database is a structured collection of data that is stored and organized in a way that allows for efficient retrieval and manipulation.

    • Delete removes specific rows from a table while truncate removes all rows from a table.

    • Primary key is a column or ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell me about your self
what's your biggest weakness
what's your biggest strengths
why do you want to leave your present job
what is your salary expectations

Oracle SQL and PLSQL Developer Interview Questions asked at other Companies

Q1. Tell me about Analytical functions you worked on ?
View answer (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2021. There were 3 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 - Aptitude Test 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is more focused on MySQL queries.
Coding questions mostly related to arrays.

Interview Questionnaire 

2 Questions

  • Q1. Questions from C, Data structure, OS,Database
  • Q2. Technical + HR

Interview Preparation Tips

Round: Test
Experience: This round was simple.
It consist of 5 sections ..1.Aptitude (10 questions). 2.Operating System Basics and Unix Commands(16 questions) 3.Data Structure(9 questions) 4.Output C Questions(6 questions) 5.Programming questions out of 4 any 2 you can do.(2 questions from data structure and 2 from sorting)
Tips: If you know the basics of all these topics then you can easily clear this round.Try to score as more marks as possible because this score counts in the next round too.

Round: Technical Interview
Experience: Moderate
Tips: Be confident and don't get panic.If you don't know anything simply say no don't waste time.

Round: Technical Interview
Experience: Moderate

Skill Tips: Be Confident and keep calm.You must have the complete knowledge of the projects which you have written in your resume.
Skills: C, Data Structure, os, Database
College Name: VIT VELLORE

I applied via Naukri.com

Interview Preparation Tips

Round: Resume Shortlist
Experience: Properly formatted
No spelling mistakes
Proper Educational and Professional background with proper dates

Round: Test
Experience: There will be written test so be prepared.

Round: Group Discussion
Experience: No. I did not come across

Round: HR Interview
Experience: There will questions on your experience, salary, negotiations.

Round: Technical Interview
Experience: Questions based on your subjects, technical skills, algorithms, data structures, aptitude

General Tips: Stay calm and focussed.
Skills: Implementation Of Code Using OOPS, Analyzing And Problem Solving Skills, Algorithm Analysis, Datastructures And Algorithms
College Name: Amity School Of Engineering And Technology, Noida
Motivation: I liked the work at Keyideas. One of my friend was working here so I knew the company was good, they paid well and on-time, never delay the salary and projects are from US clients so there is more to learn.

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Program we're asked based on html

Interview Preparation Tips

Interview preparation tips for other job seekers - no advice to be given the he was good and it nice experience
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding questions (non-DSA) - Basic questions to reverse a string, check if string is palindrome, etc. If you have basic coding skills, you'll easily clear this round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interview with CEO - Questions were asked based on technical skills - basic questions related to Database, backend technologies.
  • Q2. Behavioral questions will be asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic coding skills and moderate knowledge about the tech-stack will get you onboarded
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is hyperparameter tuning?
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins.

    • Hyperparameter tuning involves adjusting hyperparameters to optimize the model's performance.

    • Common techniques for hyperparameter tuning include grid search, random search, and Bayesian optimization.

  • Answered by AI
  • Q2. How do we train neural networks?
  • Ans. 

    Neural networks are trained using algorithms that adjust the weights and biases of the network based on the input data and desired output.

    • Neural networks are trained using a process called backpropagation, where the error between the predicted output and the actual output is used to adjust the weights and biases of the network.

    • Training data is fed into the neural network, and the network's output is compared to the des...

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

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It can be identified when a model performs well on training data but poorly on unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Too much politics and racism. They only prefer regional candidates.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude was quite easy with simple python questions

Round 2 - Coding Test 

Asked basic questions on numpy and pandas

Interview Preparation Tips

Topics to prepare for Seagate Intern interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare for basic questions dont stress too much

List Software Interview FAQs

How many rounds are there in List Software interview?
List Software interview process usually has 1-2 rounds. The most common rounds in the List Software interview process are Technical, One-on-one Round and HR.
How to prepare for List Software 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 List Software. The most common topics and skills that interviewers at List Software expect are D2k, Forms 10g, Java and Oracle.
What are the top questions asked in List Software interview?

Some of the top questions asked at the List Software interview -

  1. what is data what is database different between delete and truncate what is p...read more
  2. What is Subset of ...read more
  3. What is table and fi...read more

Tell us how to improve this page.

List Software Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Busibud Interview Questions
4.0
 • 42 Interviews
Odoo Interview Questions
3.2
 • 28 Interviews
Seagate Interview Questions
3.3
 • 17 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
Keyideas Interview Questions
4.3
 • 13 Interviews
View all

List Software Reviews and Ratings

based on 29 reviews

2.9/5

Rating in categories

3.6

Skill development

2.5

Work-life balance

2.1

Salary

3.2

Job security

2.6

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 29 Reviews and Ratings
Software Developer
25 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
24 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

QA Engineer
12 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Junior Software Developer
7 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Implementation Support Engineer
7 salaries
unlock blur

₹1.4 L/yr - ₹3.2 L/yr

Explore more salaries
Compare List Software with

Busibud

4.0
Compare

Baoiam Innovations

4.5
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

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