Upload Button Icon Add office photos
Engaged Employer

i

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

Xonique 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

Xonique Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Cleared the reasoning and aptitude test.

Round 2 - Coding Test 

Cleared interview on selenium, javascript, cypress, Manual testing and coding on javascript

Round 3 - Group Discussion 

Had discussion with client and manager. Over view of personal skills, technical skills on Cypress.

Round 4 - HR 

(2 Questions)

  • Q1. How do you choose the organizations if you got another offer in the hand
  • Q2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all the technical rounds is not only to clear HR round is main. Even it took 100 mins instead of scheduled 45 mins. only to satisfy the HR is main after asking irrelevant questions on other stuffs. Even I answered them.

Rejected me because of salary package. There is no discussion came on salary package. What a tragedy.

You know my experience, salary and other stuffs bit you took interview and got selected all the rounds. I didn't say that the people do wrong it is purely on the last round you attend.
I won't recommend or encourage this type of nature by organization.

Don't join in this type of organisation please.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Unstop and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The assessment round conduct on unstop and there was 70 question in 45 minutes.

1. MS excel questions
2. business sales related question
3. Quantitative, verbal, logical reasoning question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self Intro tell me about yourself. about job description. tell me about company.
  • Q2. Why u want to choose this role, how you generate lead for company, strength and weakness etc

Interview Preparation Tips

Topics to prepare for WebGo Software Labs Business Development Executive interview:
  • Excel
  • Quantitative
  • HTML
  • Verbal
Interview preparation tips for other job seekers - prepare according job description.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Which technical skill you have?
  • Q3. How many year of Work experience?
Round 2 - Technical 

(5 Questions)

  • Q1. How to call api in angular write the code for this
  • Ans. 

    To call an API in Angular, use HttpClient module to make HTTP requests.

    • Import HttpClientModule in app.module.ts

    • Inject HttpClient in the component/service where API call needs to be made

    • Use HttpClient methods like get(), post(), put(), delete() to make API calls

    • Subscribe to the Observable returned by HttpClient methods to handle the response

  • Answered by AI
  • Q2. Difference between reactive form and template driven form
  • Ans. 

    Reactive forms are more flexible and allow for complex form validation and handling, while template driven forms are simpler and rely on directives in the template.

    • Reactive forms are defined programmatically in the component class using form controls, form groups, and form arrays.

    • Template driven forms are defined in the HTML template using ngModel directive and template variables.

    • Reactive forms offer more control over ...

  • Answered by AI
  • Q3. Write the code for reactive form
  • Ans. 

    Reactive forms in Angular allow for creating and managing forms in a reactive way.

    • Import ReactiveFormsModule in app.module.ts

    • Create form controls using FormBuilder in component

    • Bind form controls to HTML elements using formGroup and formControlName directives

    • Handle form submission and validation using formGroup and formControl directives

  • Answered by AI
  • Q4. How to id or data pass by routing and go to the another page?
  • Ans. 

    You can pass data through routing by using route parameters or query parameters.

    • Use route parameters to pass data directly in the URL, like '/page/:id'

    • Access the passed data in the target component using ActivatedRoute

    • Use query parameters for passing data in the URL, like '/page?id=123'

    • Retrieve query parameters in the target component using ActivatedRoute

  • Answered by AI
  • Q5. New features in angular 17?
  • Ans. 

    Angular 17 introduces new features such as improved performance, enhanced tooling, and updated APIs.

    • Improved performance with faster rendering and reduced bundle sizes

    • Enhanced tooling with better support for debugging and testing

    • Updated APIs for more efficient development and easier integration with other libraries

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and relocate

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About myself only in few words

Web Developer & Designer Interview Questions & Answers

Paras Cadd user image Abdul Samad Atiullah Ansari

posted on 22 Dec 2023

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

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 - One-on-one 

(5 Questions)

  • Q1. There was f2f interview.. Mostly asked basic questions and from your resume What is flex box How react components used CSS styling properties Javascript basic fundamentals like array lomanipulation,mergi...
  • Q2. What are flexbox properties
  • Ans. 

    Flexbox properties are CSS properties that allow for flexible layout and positioning of elements within a container.

    • Flexbox properties are used to create responsive and dynamic layouts.

    • Some commonly used flexbox properties include flex-direction, justify-content, align-items, and flex-grow.

    • Flexbox properties can be applied to both the parent container and the child elements within it.

    • Flexbox provides a powerful and int

  • Answered by AI
  • Q3. Javascript data types properties
  • Ans. 

    JavaScript data types have different properties that define their behavior and characteristics.

    • JavaScript has several built-in data types such as string, number, boolean, object, array, etc.

    • Each data type has its own set of properties and methods that can be accessed and manipulated.

    • For example, the string data type has properties like length, which returns the length of the string.

    • The number data type has properties l...

  • Answered by AI
  • Q4. Responsive design properties
  • Ans. 

    Responsive design properties ensure websites adapt to different screen sizes and devices.

    • Fluid grids: Use relative units like percentages to create flexible layouts.

    • Flexible images: Use CSS to ensure images scale proportionally.

    • Media queries: Apply different styles based on screen size and device capabilities.

    • Viewport meta tag: Control how a webpage is displayed on different devices.

    • Responsive typography: Adjust font s...

  • Answered by AI
  • Q5. Javascript array manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics at most and whatever you written in resume have basic understanding

Skills evaluated in this interview

Junior Software Engineer Interview Questions & Answers

LogiNext Solutions user image Omkar Darbeshawar (Indian Yogi Star)

posted on 1 Feb 2024

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

(3 Questions)

  • Q1. They check your knowledge according to job role
  • Q2. I have prepared python, big data tech, machine learning, cloud.
  • Q3. They ask about data structure
Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about past experience.
  • Q2. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Paras Cadd Interview Questions
2.4
 • 15 Interviews
ResMed Interview Questions
3.8
 • 15 Interviews
View all
Compare Xonique with

Yalamanchili Software Exports

3.4
Compare

ScoreMe Solutions

4.4
Compare

Global Edge Software

3.5
Compare

Logelite

4.7
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