Upload Button Icon Add office photos

Filter interviews by

STAN Professionals Interview Questions, Process, and Tips

Updated 14 Nov 2024

Top STAN Professionals Interview Questions and Answers

View all 6 questions

STAN Professionals Interview Experiences

2 interviews found

Interview Questions & Answers

user image FIDAUL HAOUE

posted on 14 Nov 2024

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

(5 Questions)

  • Q1. Types of constraints
  • Q2. What is ABNS and SBNA??
  • Q3. What is a Join??
  • Q4. What is a Foreign key??
  • Ans. 

    A foreign key is a column or a group of columns in a database table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign keys help maintain data consistency and prevent orphaned records.

    • Example: In a database with tables for 'orders' and 'customers', the 'c...

  • Answered by AI
  • Q5. What is a Alter command?

Interview Preparation Tips

Interview preparation tips for other job seekers - I want to work in the company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is DDL command?
  • Ans. 

    DDL stands for Data Definition Language. It is used to define the structure of database objects.

    • DDL commands are used to create, modify, and delete database objects such as tables, indexes, and views.

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

    • DDL commands are not used to manipulate data within the database, that is done using DML (Data Manipulation Language) commands.

  • Answered by AI
  • Q2. Types of constraints..
  • Ans. 

    Types of constraints include primary key, foreign key, unique, check, and default constraints.

    • Primary key constraint ensures each row in a table is unique.

    • Foreign key constraint enforces referential integrity between two tables.

    • Unique constraint ensures that all values in a column are distinct.

    • Check constraint restricts the values that can be inserted into a column.

    • Default constraint provides a default value for a colu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I want again this company work

Skills evaluated in this interview

Assistant Software Manager Interview Questions asked at other Companies

Q1. What is DDL command?
View answer (2)

Jobs at STAN Professionals

View all

Interview questions from similar companies

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is JPA
  • Ans. 

    JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.

    • JPA provides a way to map Java objects to database tables.

    • It simplifies database interactions through an object-oriented approach.

    • Common implementations include Hibernate, EclipseLink, and OpenJPA.

    • Example: Using JPA annotations like @Entity to define a persistent class.

    • JPA supports querying wi...

  • Answered by AI
  • Q2. Write a program to find duplicate elements in the list
  • Ans. 

    This program identifies and returns duplicate elements from a given list.

    • Use a set to track seen elements and a list for duplicates.

    • Iterate through the list and check if an element is in the set.

    • If it is, add it to the duplicates list; otherwise, add it to the set.

    • Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Are uu an experience holder ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything is fine nd gud.

I applied via Referral and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Questions about Core Java , JSP Servlet and Some of common SQL Questions and one or two questions about jQuery how to handle id , class and all were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Finally managerial round and few Technical Questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Core Java , JSP Servlet
Round 1 - Technical 

(2 Questions)

  • Q1. Polymorphism, instance variables
  • Q2. Inheritance, array programs
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, nothing new just brush up core java

I applied via Recruitment Consultant and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java questions like what is string, how you make marker Interface, difference between hash map hash set and hash table , JSP lifecycle , how to call java method in JSP what is intersepter

Interview Preparation Tips

Interview preparation tips for other job seekers - For being java developer cover String, collection,oops concepts, comparator and comparable,if use frame work complete knowledge of that framework, and Type of statement in SQL and difference with use

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

Interview Questionnaire 

4 Questions

  • Q1. Core Java, SQL,JSP,Servlet
  • Q2. SQL Injection
  • Q3. Collection details
  • Q4. Rest API,Soap API

Interview Preparation Tips

Interview preparation tips for other job seekers - First Technical then Manager round (just project details)

Interview Questionnaire 

4 Questions

  • Q1. Life cycle of servlet and jsp
  • Ans. 

    Servlet and JSP life cycle involves initialization, request processing and destruction.

    • Servlet life cycle includes init(), service() and destroy() methods.

    • JSP life cycle includes translation, compilation, initialization, and request processing.

    • Servlet container manages the life cycle of servlets and JSPs.

    • Servlet and JSP objects are created and initialized during initialization phase.

    • During request processing phase, ser...

  • Answered by AI
  • Q2. Joins and basic SQL concept
  • Q3. Implementation of jdbc
  • Ans. 

    JDBC is a Java API for connecting to and interacting with databases.

    • JDBC stands for Java Database Connectivity.

    • It provides a standard interface for connecting to databases.

    • JDBC drivers are used to connect to specific databases.

    • JDBC can be used to execute SQL queries and retrieve results.

    • Example: Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb","userna

  • Answered by AI
  • Q4. Puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts of java ,servlet, jsp ,jdbc and javascript

Skills evaluated in this interview

STAN Professionals Interview FAQs

How many rounds are there in STAN Professionals interview?
STAN Professionals interview process usually has 1 rounds. The most common rounds in the STAN Professionals interview process are HR.
How to prepare for STAN Professionals 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 STAN Professionals. The most common topics and skills that interviewers at STAN Professionals expect are Excel, Accounts Payable, Invoice Processing, Auditing and Stock Audit.
What are the top questions asked in STAN Professionals interview?

Some of the top questions asked at the STAN Professionals interview -

  1. What is DDL comma...read more
  2. What is a Foreign ke...read more
  3. What is a Alter comma...read more

Tell us how to improve this page.

STAN Professionals Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Link Group Interview Questions
3.8
 • 34 Interviews
Icl Fincorp Interview Questions
3.2
 • 18 Interviews
Sonata Finance Interview Questions
3.9
 • 13 Interviews
IDBI Capital Interview Questions
3.8
 • 11 Interviews
View all

STAN Professionals Reviews and Ratings

based on 27 reviews

3.0/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

2.5

Salary

2.8

Job security

2.9

Company culture

2.1

Promotions

3.0

Work satisfaction

Explore 27 Reviews and Ratings
Mis Executive

Mohali

2-4 Yrs

₹ 4-5 LPA

Corporate Trainer - Female

Mohali,

Chandigarh

2-5 Yrs

Not Disclosed

Explore more jobs
Manager
7 salaries
unlock blur

₹5.7 L/yr - ₹7.4 L/yr

Senior Executive
7 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Executive Accountant
7 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Assistant Manager
6 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹2.9 L/yr

Explore more salaries
Compare STAN Professionals with

Karvy Financial Services

3.8
Compare

Reliance Money

3.6
Compare

Sonata Finance

3.9
Compare

Bss Microfinance

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