Upload Button Icon Add office photos
Engaged Employer

i

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

Ace Skills Edutech Verified Tick

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Ace Skills Edutech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. How much exp in docker?
  • Ans. 

    I have 2 years of experience working with Docker in various projects.

    • 2 years of experience working with Docker in various projects

    • Proficient in creating Docker containers, managing images, and orchestrating containers using Docker Compose

    • Familiar with Docker Swarm and Kubernetes for container orchestration

    • Experience in troubleshooting Docker-related issues and optimizing container performance

  • Answered by AI
  • Q2. Do you have exp in Kubernetes?
  • Ans. 

    Yes, I have experience in Kubernetes.

    • I have worked on deploying and managing applications on Kubernetes clusters.

    • I am familiar with creating and managing Kubernetes resources such as pods, deployments, services, and ingresses.

    • I have experience in using tools like kubectl and Helm for interacting with Kubernetes clusters.

    • I have implemented CI/CD pipelines using Kubernetes for automated deployment and scaling of applicat

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

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q4. Types of polymorphism
  • Ans. 

    Polymorphism in Java refers to the ability of a method to do different things based on the object it is acting upon.

    • Types of polymorphism in Java include method overloading and method overriding.

    • Method overloading is when multiple methods have the same name but different parameters.

    • Method overriding is when a subclass provides a specific implementation of a method that is already defined in its superclass.

  • Answered by AI
  • Q5. Thread in java
  • Ans. 

    Threads in Java allow multiple tasks to run concurrently within a single program.

    • Threads are lightweight sub-processes that share the same memory space.

    • They are used to improve performance by allowing tasks to run simultaneously.

    • Examples include creating a new thread using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q6. Knowledge in which spring modules
  • Q7. What is spring profile
  • Ans. 

    Spring profile is a way to segregate parts of your application configuration and make it only available in certain environments.

    • Spring profiles allow you to define different configurations for different environments such as development, testing, and production.

    • You can use @Profile annotation to specify which beans should be loaded based on the active profile.

    • Profiles can be activated in various ways such as through app...

  • Answered by AI
  • Q8. What is @PreAuthorize and @PostAuthorize
  • Ans. 

    Annotations used in Spring Security to apply authorization rules before and after a method is called.

    • Used in Spring Security to define authorization rules

    • @PreAuthorize is used to apply authorization rules before a method is called

    • @PostAuthorize is used to apply authorization rules after a method is called

    • Both annotations support SpEL expressions for defining rules

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Java Developer interview:
  • Basics in java
  • Spring security
  • Spring Boot
  • Docker
  • Cloud Computing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Big data , Optimization , Python basic , SQL intermediate
  • Q2. Find max and min number without sorting Joins related Big data handling Optimization question
Round 2 - Technical 

(2 Questions)

  • Q1. Schema , python , sql
  • Q2. Case study sql and python based
Round 3 - Case Study 

Sales data from a leading manufacturer

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Stored Procedure to get user input
  • Q2. Use error handling method with Stored Procedure
Round 2 - One-on-one 

(1 Question)

  • Q1. Details about company and previous Projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself?
  • Q2. Which benchmarking process's have you done?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself?
  • Q2. Tell me about your past experience related to benchmarking?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence and have proper knowledge about your work exp.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptittude test consist of basic quantitative and logical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. About project and project details
  • Q2. Why choose this field
Round 3 - HR 

(2 Questions)

  • Q1. Why choose this company
  • Q2. Is there any other question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Some basic questions related to profit, time, and distance.

Round 2 - Coding Test 

Identify the missing number in the array and remove the duplicate string from another string, then write the remaining portion.

Round 3 - Technical 

(4 Questions)

  • Q1. What is rest api's
  • Ans. 

    REST APIs are a set of rules and conventions for building and interacting with web services.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI
  • Q2. What is components
  • Ans. 

    Components in software development are modular, reusable parts of a system that perform specific functions.

    • Components are building blocks of a software system

    • They are designed to be modular and reusable

    • Each component performs a specific function or set of functions

    • Examples include buttons, forms, navigation bars in a web application

  • Answered by AI
  • Q3. Some related to github
  • Q4. Explain about api testing
  • Ans. 

    API testing involves testing the functionality, reliability, performance, and security of APIs.

    • API testing ensures that the API functions as expected and meets the requirements.

    • It involves testing the input parameters, output, authentication, error codes, and response time.

    • Tools like Postman, SoapUI, and JMeter are commonly used for API testing.

    • API testing can be done manually or automated using scripts.

    • Common types of...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for online food ordering and delivery service

    • Used React.js for front-end development

    • Implemented Node.js and Express.js for back-end functionality

    • Integrated payment gateway for secure transactions

  • Answered by AI
  • Q2. What is the logical problem involving 2 rooms, 3 bulbs, and 3 switches?

Interview Preparation Tips

Interview preparation tips for other job seekers - try to learn basic concepts of frontend and backend technologies

Skills evaluated in this interview

Associate Interview Questions & Answers

ZS user image Anonymous

posted on 30 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

1.1.1 Maths
1.1.2 English
1.1.3 Logical Reasoning
1.2 Objective Business Case
1.3 Video Round (guesstimates + behavioural)

Round 2 - Case Study 

1.1 Case Study - 2 page solid case study with multiple calculative and descriptive questions (similar to DILR of CAT but easier and business oriented)
1.2 Case Debrief - questions on 1.1

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic interests, hobby, why ZS, Guesstimates, Puzzles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at NIPER National Institute of Pharmaceutical Education and Research, Kaul and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic quant and comprehension

Round 2 - Technical 

(1 Question)

  • Q1. Reagarding market research guesstimate
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was interesting, Had a bunch of fun puzzles

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • Experienced in gathering and analyzing business requirements

    • Skilled in creating data models and visualizations

    • Proficient in using tools like SQL, Excel, and Tableau

    • Strong communication and presentation skills

    • Certified in business analysis (e.g. CBAP)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply if you cant wait for teams to move quickly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql related questions including window functions and joins
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimates around ecommerce and puzzles
Round 3 - HR 

(1 Question)

  • Q1. Basic behavioural questions and salary negotiations

Ace Skills Edutech Interview FAQs

How to prepare for Ace Skills Edutech 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 Ace Skills Edutech. The most common topics and skills that interviewers at Ace Skills Edutech expect are Sales, Channel Sales, Oracle Cloud, Oracle Fusion and Financial Services Sales.

Tell us how to improve this page.

Interview Questions from Similar Companies

Thoucentric Interview Questions
3.9
 • 16 Interviews
Gemba Concepts Interview Questions
3.7
 • 9 Interviews
Zipgrid Interview Questions
3.5
 • 8 Interviews
VISION Interview Questions
4.1
 • 8 Interviews
BIS Research Interview Questions
2.7
 • 7 Interviews
unHR Interview Questions
4.0
 • 2 Interviews
View all
Compare Ace Skills Edutech with

VISION

4.1
Compare

Thoucentric

3.9
Compare

Franchise Alpha

4.6
Compare

FranchiseTrade

4.4
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