Upload Button Icon Add office photos

Filter interviews by

We-Ace Interview Questions and Answers

Updated 22 Oct 2024

We-Ace Interview Experiences

3 interviews found

Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for problem-solving and helping others.

    • I have a background in computer science and have worked on various software development projects.

    • I enjoy volunteering at local community events and mentoring younger students in STEM fields.

    • In my free time, I like to hike, read, and try new recipes in the kitchen.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The best advice would be stay away from this weird company. The lady Ruchi shah is super rude and doesn't respect other's time. Came to interview 10 mints late and was super rude since the beginning. She said you don't have experience (mind I have over 4 years of experience internationally) okay! Then she said we are not looking for the profile you have! Okay? Then didn't you have enough time to go through my resume and decide where to pick me or not? Why schedule a whole interview I literally had blocked my calendar and moved meetings which I could have been doing at that time when she was thinking she is entitled to waste people time. Your hr communicates the job profile and what you communicate is totally different. Doesn't that mean you are not able to establish a proper communication with in your organization? There was a huge communication gap between this rude old Ruchi shah and hrs.. and despite being at fault she kept trying to demean me. Small company big ego! Don't waste your precious time this Ruchi woman is so shallow, sounds so uneducated and mean. She possess 0 interview etiquettes. Ah pathetic!

Developer Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Laravel middleware

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

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

(1 Question)

  • Q1. Tell me about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - easy questions, basics

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Easy

Round 2 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.

Round 4 - Face to Face 

Round duration - 40 minutes
Round difficulty - Easy

 

The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.

Round 5 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked me some Com­puter Sci­ence‍ fundamentals in this round as well as some behavioural questions.

  • Q1. Implement a Trie data structure and write functions to insert and search for a few words in it.
  • Ans. 

    Implement a Trie data structure with insert and search functions.

    • Create a TrieNode class with children and isEndOfWord attributes.

    • Implement insert function to add words by iterating through characters.

    • Implement search function to check if a word exists by traversing the Trie.

    • Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming SystemTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Do lot of hard work and practice of  Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Make your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

We-Ace Interview FAQs

How many rounds are there in We-Ace interview?
We-Ace interview process usually has 1 rounds. The most common rounds in the We-Ace interview process are Technical and HR.
How to prepare for We-Ace 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 We-Ace. The most common topics and skills that interviewers at We-Ace expect are Sales, B2B Sales, Python, Digital Marketing and Training and Development.

Tell us how to improve this page.

We-Ace Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Bharti Airtel Interview Questions
4.0
 • 850 Interviews
Paytm Interview Questions
3.3
 • 753 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
View all

We-Ace Reviews and Ratings

based on 12 reviews

2.6/5

Rating in categories

2.2

Skill development

2.3

Work-life balance

1.9

Salary

2.3

Job security

1.8

Company culture

1.7

Promotions

2.0

Work satisfaction

Explore 12 Reviews and Ratings
US Recruiter
5 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Consultant
4 salaries
unlock blur

₹1.8 L/yr - ₹3.1 L/yr

Project Manager
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

HR Recruiter
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Associate Manager
3 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Explore more salaries
Compare We-Ace with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm

3.3
Compare

Reliance Industries

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