Upload Button Icon Add office photos

Filter interviews by

Alstonia Consulting Interview Questions and Answers

Updated 11 Nov 2024

Alstonia Consulting Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Why do you want to work in this role
  • Q2. What are you strengths and weaknesses
  • Q3. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Experienced professionals

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the sql
  • Ans. 

    SQL stands for Structured Query Language, used for managing and manipulating databases.

    • SQL is a standard language for accessing and manipulating databases.

    • It is used to perform tasks such as querying data, updating data, and creating databases.

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

    • Example: SELECT * FROM customers WHERE city = 'New York';

  • Answered by AI
  • Q2. What is the plsql
  • Ans. 

    PL/SQL is a procedural extension of SQL used for writing stored procedures, functions, triggers, and packages in Oracle databases.

    • PL/SQL stands for Procedural Language/Structured Query Language

    • It allows for procedural programming like loops, conditions, and exception handling

    • PL/SQL code is stored and executed on the Oracle database server

    • It is commonly used for creating complex business logic and data manipulation task

  • Answered by AI

Skills evaluated in this interview

Finacle Consultant Interview Questions asked at other Companies

Q1. What is the plsql
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How to manage clients
  • Ans. 

    Managing clients involves effective communication, setting clear expectations, providing excellent customer service, and building strong relationships.

    • Maintain regular communication with clients to keep them updated on project progress and address any concerns

    • Set clear expectations regarding project timelines, deliverables, and costs to avoid misunderstandings

    • Provide excellent customer service by being responsive, atte...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pls don't weast your time

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C language vs c++ their benefits and loses
  • Ans. 

    C and C++ have different benefits and drawbacks.

    • C is a procedural language while C++ is an object-oriented language.

    • C++ has features like classes, inheritance, and polymorphism that C lacks.

    • C is faster and more efficient than C++.

    • C++ has a steeper learning curve than C.

    • C++ is better suited for large-scale projects while C is better for small-scale projects.

    • C++ is more complex and has more potential for errors than C.

  • Answered by AI
  • Q2. I don't know the answer so sorry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and friendly don't kill your self

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was quite easy. You will easily solve the questions in one go

Round 2 - Group Discussion 

The group discussion around was moderate like the people were divided into different groups one group was of 10 people and you need to speak very well on the given topic as compared to the other guys and your through the round

Round 3 - Technical 

(1 Question)

  • Q1. Ask about the oops concepts and some programming related questions and after that finally discuss about the projects which I did in the college

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was easy you will be easily able to crack if you are decent knowledge as well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was 60 min test consists of something 30 questions.

Round 2 - Group Discussion 

For gd group is divided and then 10 members come for gd according to their time slot.

Round 3 - One-on-one 

(3 Questions)

  • Q1. First introduce yourself.
  • Q2. Your programming language and question related to it
  • Q3. Internship experience and some questions from internship field

Interview Preparation Tips

Topics to prepare for Pie Infocomm Associate Software Engineer interview:
  • Python
  • C++
  • Java
  • MySQL
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test very easy

Round 2 - Group Discussion 

Topic was pros and cons of social media
total time was 10, 2 minutes for each candidate.

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy round anyone with basic maths can clear the round.

Round 2 - Group Discussion 

The topic given to us is online education system,and the round was easy to clear.

Round 3 - One-on-one 

(1 Question)

  • Q1. Call by value vs call by reference
  • Ans. 

    Call by value passes a copy of the variable, while call by reference passes the actual variable.

    • Call by value: changes to the parameter inside the function do not affect the original variable.

    • Call by reference: changes to the parameter inside the function affect the original variable.

    • Example: Call by value - int x = 5; func(x); // x remains 5. Call by reference - int x = 5; func(&x); // x changes to the value set i

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

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 

Duration of 30 minutes and 25 MCQs

Round 3 - Group Discussion 

You have to be as fast as light with your point of view on the given topic. 1 minute of thinking time is given after the topic is revealed.

Round 4 - Technical 

(1 Question)

  • Q1. Can you implement linked lists?
  • Ans. 

    Yes, I can implement linked lists in various programming languages.

    • I can implement linked lists in languages like C, C++, Java, Python, etc.

    • I understand the concept of nodes pointing to the next node in the list.

    • I can create functions for inserting, deleting, and traversing the linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic just be confident

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Blood relations,ratios and English

Round 3 - Group Discussion 

Based on present world

Round 4 - One-on-one 

(1 Question)

  • Q1. Course basic questions
Round 5 - HR 

(1 Question)

  • Q1. Communication skills

Alstonia Consulting Interview FAQs

How many rounds are there in Alstonia Consulting interview?
Alstonia Consulting interview process usually has 1 rounds. The most common rounds in the Alstonia Consulting interview process are HR and Technical.
How to prepare for Alstonia Consulting 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 Alstonia Consulting. The most common topics and skills that interviewers at Alstonia Consulting expect are Checkpoint Firewall, Ansible, Apache, Apache Tomcat and Bgp.
What are the top questions asked in Alstonia Consulting interview?

Some of the top questions asked at the Alstonia Consulting interview -

  1. How to manage clie...read more
  2. What is the ...read more
  3. What is the pl...read more

Tell us how to improve this page.

Alstonia Consulting Interview Process

based on 8 interviews

Interview experience

3.5
  
Good
View more

Alstonia Consulting Reviews and Ratings

based on 53 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.8

Salary

3.6

Job security

3.8

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 53 Reviews and Ratings
Software Engineer
22 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Network Engineer
16 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

System Administrator
7 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Senior Technical Engineer
7 salaries
unlock blur

₹4.5 L/yr - ₹8.5 L/yr

Database Admin
6 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Alstonia Consulting with

ACTE

4.6
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.1
Compare

Ricoh

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