Upload Button Icon Add office photos

Filter interviews by

Cex Webuy Entertainment Associate Software Engineer Interview Questions and Answers

Updated 1 May 2024

Cex Webuy Entertainment Associate Software Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Bug life cycle sdlc process
Round 2 - Technical 

(1 Question)

  • Q1. Fundamentals of testing
  • Ans. 

    Fundamentals of testing involve understanding testing principles, techniques, and methodologies to ensure software quality.

    • Understanding testing principles such as equivalence partitioning, boundary value analysis, and error guessing

    • Knowledge of testing techniques like black box testing, white box testing, and regression testing

    • Familiarity with testing methodologies such as Agile testing, Waterfall testing, and DevOps ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About youself and your experience

Skills evaluated in this interview

Interview questions from similar companies

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 Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions to be solved in 60 minutes. First question was based on arrays and second based on binary tree.

Round 2 - Technical 

(4 Questions)

  • Q1. The interviewer asked about the projects i mentioned in the resume. My first project was based on DBMS so he started by asking basic database questions like what key points to be considered while designing...
  • Q2. Next he asked me to write few SQL queries using joins and also asked what is a foreign key, types of joins.
  • Q3. According to my certifications mentioned in my resume, he started with DSA. He asked me to write code for inssertion and deletion of a node in a Linked list using class and functions. He asked abt JVM, JDK...
  • Q4. At last, he asked me an aptitude question to find the rate when amount, principal and time is given.
Round 3 - HR 

(4 Questions)

  • Q1. All behavioral questions were asked by HR. He first started with my internships and what tools i used for projects. Make sure you know every detail of every project done during internship.
  • Q2. He asked about what difficulties and challenges i faced during working on projects and how i overcame them. Also asked about team leading and its importance.
  • Q3. Finally, he asked why Lowe's and why do you think you fit for the role. Then he asked what do you know about the company and its values.
  • Q4. At last, he asked if i have any offer in hand and the salary offering.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume crisp to the point and be consistent with your preparation especially DSA.

Interview Questionnaire 

3 Questions

  • Q1. All standard HR questions will be asked
  • Q2. Write the code for printing a matrix in spiral order
  • Ans. 

    Code to print a matrix in spiral order

    • Create four variables to keep track of the boundaries of the matrix

    • Loop through the matrix in a spiral order and print each element

    • Adjust the boundaries of the matrix after each loop iteration

  • Answered by AI
  • Q3. Situation based questions

Interview Preparation Tips

Round: Test
Experience: The aptitude questions are very basic level and doesn't take more than 20 min. Coding question is also very easy if you get the basics of C language right.
Tips: Practice writing online coding tests as passing all the test cases is the main part where we'll have a problem. Although you get the code right, concentrate on the various test cases they may check and put your variables and output accordingly. For example, our test cases involved large values so I have to choose a double int data type instead to int. This came out of trail and error as we donot know the test case.
Duration: 75 minutes
Total Questions: 31

Round: HR Interview
Experience: Questions like Why into software from Mech? will be asked.
Tips: Be talkative!! Answer all the questions confidently. Slight preparation will help, but donot reproduce exactly what you have prepared.

Round: Technical Interview
Experience: The interviewer will help if you are stuck. I could solve it but didn't write the complete code. Also some simple puzzles are asked.
Tips: Get basics of C good, atleast upto pointers.

Round: Behavorial Interview
Experience: Questions like give me a situation where you did a job you didn't like. The interview went well. Interviewers were friendly.
Tips: Don't give premeditated answers. Talk fluently and confidently. Make it a conversation rather than a Q/A

General Tips: Confidence is the key for any interview.You may reduce your chances if your approach for a puzzle is wrong. So think before you start solving.
Skill Tips: ""
Skills: Aptitude, Coding (C language basics), Communication
College Name: IIT Madras
Motivation: Good pay, Good location, not much technical knowledge required

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Apr 2023.

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 - Coding Test 

Trim bst, subtraction LL

Round 3 - Technical 

(4 Questions)

  • Q1. Combination sum
  • Q2. Target element index in Rotated sorted array
  • Ans. 

    Finding index of target element in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target element lies in.

    • Perform binary search on the appropriate half to find the target element index.

  • Answered by AI
  • Q3. Longest substring with no repeated characters
  • Ans. 

    Find the longest substring in a given string with no repeated characters.

    • Use a sliding window approach to keep track of the current substring.

    • Use a hash set to keep track of the characters in the current substring.

    • If a repeated character is found, move the start of the window to the next character after the first occurrence of the repeated character.

    • Update the maximum length of the substring as the window slides throug

  • Answered by AI
  • Q4. Reverse words in a string
  • Ans. 

    Reverse the order of words in a given string.

    • Split the string into an array of words using space as a delimiter.

    • Reverse the array of words.

    • Join the array of words back into a string using space as a separator.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Open for relocation
  • Ans. 

    Yes, I am open for relocation.

    • I am willing to relocate for the right opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may be necessary for career growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dp, backtracking should be properly done

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Relatively easy for anyone with programming experience.

Round: Technical Interview
Experience: Easy again. Anyone who has background in programming should be able to clear it.

Round: Behavioural Interview
Experience: This is what the company is looking for the most. They want to select only candidates that match their company value.
Tips: Soft skills play an important role.

Skills: Programming, Soft skills
College Name: IIT BOMBAY
Motivation: The company gave a presentation about them and their work culture. Seemed very good.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

There were 2 coding questions and mcqs

Round 3 - Technical 

(2 Questions)

  • Q1. Data structures and algorithms
  • Q2. Questions about tools used in projects
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I

Interview Questionnaire 

3 Questions

  • Q1. How will you resolve a conflict arises between the members of the project you are currently working on?
  • Ans. 

    I will listen to both parties, identify the root cause, and facilitate a discussion to find a mutually agreeable solution.

    • Listen to both parties and understand their perspectives

    • Identify the root cause of the conflict

    • Facilitate a discussion to find a mutually agreeable solution

    • Encourage compromise and collaboration

    • Document the resolution and follow up to ensure it is implemented

  • Answered by AI
  • Q2. Give us instances where you adapted to situations quickly?
  • Ans. 

    I adapted quickly in various situations.

    • During my internship, I was assigned to a project that required me to learn a new programming language. I quickly adapted and was able to complete the project on time.

    • In my previous job, I was asked to take on additional responsibilities due to a colleague's sudden absence. I adapted quickly and was able to manage both my own tasks and the additional workload.

    • While working on a t...

  • Answered by AI
  • Q3. How do you feel about corporate environment?
  • Ans. 

    I am comfortable in a corporate environment and appreciate the structure and opportunities for growth.

    • I appreciate the clear expectations and guidelines provided in a corporate environment.

    • I value the opportunities for professional development and advancement.

    • I understand the importance of teamwork and collaboration in achieving company goals.

    • I am comfortable with the hierarchical structure and reporting relationships

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Pattern: both MCQ’s and descriptive type. Cannot remember about the marking and cut-off’s as he had to write a lot of tests during that time. 18-19 students were shortlisted for interviews. MCQ questions were mostly the ones asked in CAT exam consisting of English and logical reasoning. Few of them were related to programming. Descriptive questions included writing a program in C language.
Duration: 60 minutes

Round: Technical Interview
Experience: There were 2 rounds of technical interview. 

In first round, technical questions were asked in BTP. The project was Power aware compilers. A few HR related questions were also asked.In second round, technical questions were asked on C programming. Questions were related to Basic Data Structuring. Asked to choose a favourite course and conceptual questions were asked from it. Choose a minor course as favourite one.

Round: HR Interview
Experience: Third round was HR round. All the students who reached to this round were selected.Overall 9 students were selected by the company.

General Tips: starting earlier would have definitely help.
Skill Tips: Performance in the previous rounds is the main criteria.
College Name: IIT MADRAS

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

25 mcqs in. 25 mins to be solved on DSA oops logical reasoning

Round 2 - Coding Test 

2 coding ques were to be solved in 90mins

Round 3 - Technical 

(1 Question)

  • Q1. 20 mins interview with major discussion on projects
Round 4 - HR 

(2 Questions)

  • Q1. What u know about Lowe's India
  • Q2. What ur skills align with this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and keep smiling in all the interview

I applied via Referral and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1. 20 MCQ question based in java ,SQL , network ,os
2 DSA questions
1. Subtract two Linked list
2 . Trim Binary Tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1 If frequently insertion and deletion happen which data structure you choose and why?
  • Ans. 

    I would choose a linked list as it allows for efficient insertion and deletion operations.

    • Linked lists have constant time complexity for insertion and deletion operations

    • Arrays have a linear time complexity for these operations

    • Examples of linked list applications include implementing stacks and queues

    • Arrays are better suited for random access and searching

  • Answered by AI
  • Q2. 2. How you connect Kafka to spring boot project 3. How Microservices Communicate with eachother 4. How HashMap internally work and how you resolve the collision 5. Reverse a Stack 6. Best time to buy a sto...
  • Ans. 

    Technical interview questions on Kafka, Microservices, HashMap, Stack and Stock

    • To connect Kafka to Spring Boot project, add Kafka dependencies in pom.xml and configure Kafka properties in application.properties

    • Microservices communicate with each other through REST APIs or message brokers like Kafka or RabbitMQ

    • HashMap internally uses an array of buckets to store key-value pairs. Collision is resolved by chaining or open...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 1. Tell me about yourself 2. Why you want to switch 3. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare mediums level questions of leetcode
Knowledge of any language (java , javascript)

Skills evaluated in this interview

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

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions and other mcqs

Round 2 - Technical 

(1 Question)

  • Q1. 1 coding questions and other discussions on resume, projects, skillsets

Cex Webuy Entertainment Interview FAQs

How many rounds are there in Cex Webuy Entertainment Associate Software Engineer interview?
Cex Webuy Entertainment interview process usually has 3 rounds. The most common rounds in the Cex Webuy Entertainment interview process are Technical and HR.
How to prepare for Cex Webuy Entertainment Associate Software Engineer 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 Cex Webuy Entertainment. The most common topics and skills that interviewers at Cex Webuy Entertainment expect are SDLC, Coding, GIT, ASP.Net and Ajax.
What are the top questions asked in Cex Webuy Entertainment Associate Software Engineer interview?

Some of the top questions asked at the Cex Webuy Entertainment Associate Software Engineer interview -

  1. Fundamentals of test...read more
  2. Bug life cycle sdlc proc...read more

Tell us how to improve this page.

Cex Webuy Entertainment Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Landmark Group Interview Questions
4.0
 • 143 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Lowe's Interview Questions
4.2
 • 129 Interviews
Tesco Interview Questions
3.8
 • 121 Interviews
Target Interview Questions
4.2
 • 117 Interviews
Reliance Digital Interview Questions
4.1
 • 113 Interviews
Decathlon Interview Questions
3.9
 • 100 Interviews
Max Fashion Interview Questions
4.2
 • 56 Interviews
View all
Cex Webuy Entertainment Associate Software Engineer Salary
based on 16 salaries
₹3.2 L/yr - ₹7 L/yr
5% less than the average Associate Software Engineer Salary in India
View more details

Cex Webuy Entertainment Associate Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.3

Salary

5.0

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
44 salaries
unlock blur

₹9 L/yr - ₹19.5 L/yr

Technical Support Engineer
40 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Software Engineer
38 salaries
unlock blur

₹4.2 L/yr - ₹13.2 L/yr

Store Manager
23 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Assistant Store Manager
22 salaries
unlock blur

₹2.6 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Cex Webuy Entertainment with

Cashify

3.8
Compare

Reboot Systems India

3.9
Compare

Eco Recycling

1.0
Compare

Attero Recycling

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