Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AST Corporation Team. If you also belong to the team, you can get access from here

AST Corporation Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 40 Reviews

Filter interviews by

AST Corporation Interview Questions and Answers

Updated 8 Oct 2024

AST Corporation Interview Experiences

Popular Designations

7 interviews found

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

(1 Question)

  • Q1. What are your basic concepts of power BI
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI allows users to connect to various data sources and create interactive reports and dashboards.

    • It offers features like data modeling, data visualization, and sharing capabilities.

    • Users can create custom visuals and use natural language queries to analyze data.

    • Power BI integrates wit...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Intern Interview Questions asked at other Companies

Q1. PuzzleThere is an island with 100 prisoners, all of who have green eyes.All 100 prisoners are perfect logicians.They all want to escape the island.The condition of escaping the island is that one can deduce one’s own eye colour, and tell th... read more
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2024

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

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Group Discussion 

GD checking the communication

Round 2 - Technical 

(1 Question)

  • Q1. SQL, Oracle Fusion
Round 3 - Technical 

(1 Question)

  • Q1. SQL, Oracle Fusion
Round 4 - HR 

(1 Question)

  • Q1. Basic HR Questions, checking your communication

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Consultant Interview Questions & Answers

user image Aishwarya Todmal-Phadatare

posted on 20 Feb 2024

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

I applied via campus placement at Sinhgad College of Engineering, Pune and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Hiring process

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Question based on Selenium
  • Q2. Java oops concept
  • Q3. Scenario based testing questions
  • Q4. Java code to write number of occurance of each character in a string
  • Ans. 

    Java code to count the occurrence of each character in a string.

    • Create an array of size 256 to store the count of each character.

    • Loop through the string and increment the count of each character.

    • Print the count of each character.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java code snippets and conceptual questions

Skills evaluated in this interview

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

AST Corporation interview questions for popular designations

 Consultant

 (2)

 Project Trainee

 (2)

 Senior Consultant

 (2)

 Data Analyst Intern

 (1)

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What does compensation or benefits means ?
  • Q2. About ur curriculum activities~

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview always seems to be tough but be confident and study well about your subjects and study well about job description too.thats more important.

Project Trainee Interview Questions asked at other Companies

Q1. What is the basic difference between Quality Assurance and Quality Control?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. All important questions from java , About final year project , about yourself and java collections

Project Trainee Interview Questions asked at other Companies

Q1. What is the basic difference between Quality Assurance and Quality Control?
View answer (1)

Jobs at AST Corporation

View all

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Salesforce trigger process builder flow integration lightning component batch class future method

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company, nice work cultuture

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

They gave us 2 coding questions, must code in java, they personally checked each of our codes, 1 hr duration (They may extend for around 30 mins), should have java installed on our systems prior.

Round 2 - Technical 

(9 Questions)

  • Q1. Difference between array list, array in java
  • Ans. 

    Array list is a dynamic array that can grow or shrink in size, while array in Java is a fixed-size collection of elements.

    • Array list in Java is a class that implements List interface and allows dynamic resizing.

    • Arrays in Java are fixed in size and cannot be resized once initialized.

    • Example: ArrayList<String> arrayList = new ArrayList<String>(); String[] array = new String[5];

  • Answered by AI
  • Q2. About spring boot
  • Q3. Write code for dynamic arrays
  • Ans. 

    Code snippet to implement dynamic arrays with add, remove, and access methods.

    • Use a list or vector data structure to implement dynamic arrays.

    • For adding elements, use the append or push_back method.

    • For removing elements, use the erase or remove method.

    • For accessing elements, use the index operator or at method.

  • Answered by AI
  • Q4. For loop, for each
  • Q5. What do u know about java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is an object-oriented programming language

    • It is known for its platform independence, meaning Java programs can run on any device that has a Java Virtual Machine (JVM)

    • Java is used for developing a wide range of applications, from mobile apps to enterprise systems

    • Java has a rich set of libraries and frameworks tha

  • Answered by AI
  • Q6. Oops concepts
  • Q7. Introduce urself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and problem-solving.

    • Recent graduate in Computer Science

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q8. Linked list - node insertion, deletion in java
  • Q9. Heaps in java, how does internal memory allocation happen for heaps
  • Ans. 

    In Java, heaps are used for dynamic memory allocation. Internal memory allocation in heaps is managed by the JVM.

    • Heaps in Java are used for storing objects and dynamically allocated memory.

    • Memory allocation in heaps is managed by the Java Virtual Machine (JVM).

    • The JVM uses a technique called garbage collection to reclaim memory from objects that are no longer in use.

    • Objects in the heap are allocated memory based on the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Techouts Software Engineer Trainee interview:
  • java
  • dsa
Interview preparation tips for other job seekers - min aggregate marks of 80% throughout ur academics
I cleared coding round and in the interview, out of 150, they selected 1 candidate(Cause the candidate had good knowledge of spring boot which was all they wanted)
3.0-3.5 lpa and 3 years of service agreement
and finally the candidate rejected their offer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. How could you use AI in a company?
  • Q2. Tell me about your past experience.
Round 2 - Aptitude Test 

Few maths , few English , few problem solving

Round 3 - Technical 

(2 Questions)

  • Q1. Few details about data Science regressions and all
  • Q2. Write pseudo code in python

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask them if they are serious about this job or if they are doing the time pass as they don't have anything else to do, even if they tell you they are selecting you don't believe them, don't leave other offers because of them.

AST Corporation Interview FAQs

How many rounds are there in AST Corporation interview?
AST Corporation interview process usually has 2 rounds. The most common rounds in the AST Corporation interview process are Technical, Group Discussion and HR.
How to prepare for AST Corporation 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 AST Corporation. The most common topics and skills that interviewers at AST Corporation expect are Oracle, Process Re - engineering, ERP, Project Management and Cloud.
What are the top questions asked in AST Corporation interview?

Some of the top questions asked at the AST Corporation interview -

  1. Java code to write number of occurance of each character in a str...read more
  2. What are your basic concepts of power...read more
  3. Salesforce trigger process builder flow integration lightning component batch c...read more

Tell us how to improve this page.

AST Corporation Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 5 AST Corporation interviews
Campus Placement
Recruitment Consultant
Referral
60%
20%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
View all

AST Corporation Reviews and Ratings

based on 40 reviews

4.3/5

Rating in categories

3.9

Skill development

4.1

Work-Life balance

3.9

Salary & Benefits

3.9

Job Security

4.3

Company culture

3.7

Promotions/Appraisal

4.1

Work Satisfaction

Explore 40 Reviews and Ratings
NetSuite Finance Functional Consultant

Pune

5-10 Yrs

Not Disclosed

Oracle HCM Technical Consultant - Conversions

Kolkata,

Mumbai

+5

6-8 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
62 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Principal Consultant
53 salaries
unlock blur

₹16.3 L/yr - ₹47.7 L/yr

Associate Consultant
40 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Consultant
35 salaries
unlock blur

₹6.7 L/yr - ₹18 L/yr

Senior Principal Consultant
15 salaries
unlock blur

₹28 L/yr - ₹45 L/yr

Explore more salaries
Compare AST Corporation with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview