Upload Button Icon Add office photos

Filter interviews by

Image Labels Interview Questions and Answers

Updated 26 May 2022

Image Labels Interview Experiences

1 interview found

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Don't join to this company
  • Q2. If you want good job and good life do not join here

Interview Preparation Tips

Topics to prepare for Image Labels Designer interview:
  • Documentation
  • Packaging
Interview preparation tips for other job seekers - Do not join to Image labels. Ther are many more companies join them

Designer Interview Questions asked at other Companies

Q1. In the lengthwise, from which side do you measure with inch tape?
View answer (3)

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were based on my previous work experience and for applied job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 2 technical and 1 hr round (Salary negotiation).

AXA includes all their variables in your CTC. For eg, if you ask 100% salary, technically your take home salary would increase marginally, so make sure you negotiate salary based on in hand and not CTC. I hope it helps.

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 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 

(1 Question)

  • Q1. Sas technical, domain knowledge test
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round. About previous experience challenges faced etc
Round 4 - HR 

(1 Question)

  • Q1. Salary expected ctc location etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for shirt term hike. They made to wait for long after final round

I applied via Referral and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. For KPO field, you're gonna be asked majority about, overview of Derivatives, Capital Markets, collateral, trade life cycle, bond, equities, paydown, redemption, trade date and settlement date, Golden rule...
  • Q2. Prepare for below, - Venture Capital - is a form of private equity financing that investors provide to startup companies and small businesses that are believed to have long-term growth potential and such c...

Interview Preparation Tips

Interview preparation tips for other job seekers - Watch out for above concepts

Interview Questionnaire 

1 Question

  • Q1. Derivatives future forward swap option mutual fund debenture equity bad dates corporate action primary market secondary market money market capital market difference between primary market and secondary ma...

Interview Questionnaire 

1 Question

  • Q1. Any type of questions in data field

Interview Questionnaire 

1 Question

  • Q1. Capital market,mutual fund,IPO,FPO,

Interview Questionnaire 

1 Question

  • Q1. Financial topic like share, Divide, financial market module etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes, I feel so happy band proud when I got selected at state Street. There is not a difficult . It's easy to chack.

I applied via Walk-in and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Email Writing 

(1 Question)

  • Q1. Different topic has been given to each candidate and we have to write email on the same.
Round 2 - One-on-one 

(9 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is Financial Markets ?
  • Ans. 

    Financial markets are platforms where buyers and sellers trade financial assets such as stocks, bonds, currencies, and commodities.

    • Financial markets facilitate the flow of capital between investors and borrowers.

    • They provide a mechanism for price discovery and risk management.

    • Examples of financial markets include stock exchanges, bond markets, foreign exchange markets, and commodity markets.

    • Financial markets can be cla...

  • Answered by AI
  • Q3. What is Capital Markets ?
  • Ans. 

    Capital Markets are financial markets where long-term securities such as stocks, bonds, and other investments are bought and sold.

    • Capital Markets are where companies and governments raise funds by issuing securities to investors

    • These markets are divided into primary and secondary markets

    • Primary markets are where new securities are issued and sold to the public for the first time

    • Secondary markets are where existing secu...

  • Answered by AI
  • Q4. What is Money Markets ?
  • Ans. 

    Money Markets are financial markets where short-term financial instruments are traded.

    • Money Markets deal with short-term financial instruments such as treasury bills, commercial papers, certificates of deposit, etc.

    • They are used by governments, corporations, and financial institutions to manage their short-term cash needs.

    • Money Markets are considered to be safe and low-risk investments.

    • They are regulated by central ban...

  • Answered by AI
  • Q5. Difference between Primary and Secondary Markets?
  • Ans. 

    Primary market is where new securities are issued, while secondary market is where already issued securities are traded.

    • Primary market involves the sale of new securities to the public for the first time

    • Secondary market involves the trading of already issued securities among investors

    • Primary market helps companies raise capital for their business operations

    • Secondary market provides liquidity to investors who want to bu...

  • Answered by AI
  • Q6. What is Corporate Action ?
  • Ans. 

    Corporate Action refers to any event initiated by a publicly-traded company that affects its shareholders.

    • Corporate actions can be voluntary or mandatory.

    • Examples of corporate actions include stock splits, dividends, mergers and acquisitions, and spin-offs.

    • Corporate actions can have a significant impact on the value of a company's stock and the wealth of its shareholders.

    • Investors need to stay informed about corporate

  • Answered by AI
  • Q7. What is Mutual Fund?
  • Ans. 

    A mutual fund is a type of investment vehicle made up of a pool of money collected from many investors to invest in securities.

    • Mutual funds are managed by professional fund managers.

    • Investors buy shares in the mutual fund, which represents a portion of the holdings of the fund.

    • The value of the shares is determined by the performance of the underlying securities in the fund.

    • Mutual funds offer diversification and conveni...

  • Answered by AI
  • Q8. What is Derivatives and types of Derivatives?
  • Ans. 

    Derivatives are financial contracts that derive their value from an underlying asset. Types include futures, options, swaps, and forwards.

    • Derivatives are contracts between two parties that derive their value from an underlying asset.

    • Futures are contracts to buy or sell an asset at a predetermined price and date.

    • Options give the buyer the right, but not the obligation, to buy or sell an asset at a predetermined price an...

  • Answered by AI
  • Q9. Trade Settlement....

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for interview as a fresher then do prepare on finance question as I have mentioned above.
If you are experienced people then be well prepared on your resume.

I appeared for an interview before Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It comprised of general aptitude questions and two coding questions. It was an offline test.

  • Q1. 

    N Queens Problem

    Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

    Explanation:

    A queen can attack another queen if they ar...

  • Ans. 

    The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard where no two queens threaten each other.

    • Use backtracking algorithm to explore all possible configurations.

    • Keep track of rows, columns, and diagonals to ensure queens do not attack each other.

    • Generate and print valid configurations where queens are placed safely.

    • Consider constraints and time limit for efficient solution.

    • Exam...

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

    • Iterate through the array and swap elements based on the values encountered.

    • Achieve sorting in a single scan over the array without using any extra space.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

After having a technical discussion about my CV. He gave me two questions to code.

  • Q1. 

    Ninja and Substrings Problem Statement

    Ninja has to determine all the distinct substrings of size two that can be formed from a given string 'STR' comprising only lowercase alphabetic characters. These su...

  • Ans. 

    Find all unique contiguous substrings of size two from a given string.

    • Iterate through the string and extract substrings of size two

    • Use a set to store unique substrings

    • Return the set as an array of strings

  • Answered by AI
  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.

    • If the two pointers meet at any point, there is a cycle in the linked list.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was supposed to be the HR round but out of surprise the interviewer started by giving me a question to code. 
After I approached this question with the right solution he just asked about my family. After that he said to wait. After half an hour the results were announced. A total of three students were hired and I was amongst one of them.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use recursion to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Return the valid combinations as an array of strings.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMagicbricks interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Image Labels Interview FAQs

How many rounds are there in Image Labels interview?
Image Labels interview process usually has 1 rounds. The most common rounds in the Image Labels interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.4
 • 292 Interviews
Sheenlac Paints Interview Questions
4.5
 • 205 Interviews
Chegg Interview Questions
4.1
 • 156 Interviews
CMA CGM Interview Questions
3.9
 • 92 Interviews
NIIT Interview Questions
3.6
 • 86 Interviews
Tekwissen Interview Questions
4.8
 • 19 Interviews
View all

Image Labels Reviews and Ratings

based on 25 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.3

Salary

3.9

Job security

3.6

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 25 Reviews and Ratings
Quality Executive
6 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Design & Development Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹2.8 L/yr

Production Supervisor
6 salaries
unlock blur

₹4.5 L/yr - ₹5.5 L/yr

Head Sales & Marketing
6 salaries
unlock blur

₹13.2 L/yr - ₹18.8 L/yr

new Product Development Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Image Labels with

MagicBricks

4.4
Compare

State Street Syntel

3.7
Compare

Sterling & Wilson

4.1
Compare

AXA Business Services

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