Upload Button Icon Add office photos

Filter interviews by

Orange Mantra Senior Associate Interview Questions and Answers

Updated 3 Mar 2023

Orange Mantra Senior Associate Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Sep 2022. 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 - Technical 

(2 Questions)

  • Q1. How do u achieve Authentication?
  • Ans. 

    Authentication is achieved by verifying the identity of a user or system.

    • Authentication can be achieved through various methods such as passwords, biometrics, tokens, and certificates.

    • Multi-factor authentication is a more secure approach that combines two or more authentication methods.

    • Authentication protocols like OAuth and OpenID Connect are commonly used for web-based authentication.

    • Regularly updating passwords and ...

  • Answered by AI
  • Q2. How to perform logging?
  • Ans. 

    Logging is the process of recording events or data in a system.

    • Identify the events or data that need to be logged

    • Choose a logging framework or library

    • Configure the logging framework with appropriate settings

    • Use logging statements in the code to record events or data

    • Store the logs in a centralized location for easy access and analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There was just one client round and after that there was an HR round just for confirmation

Senior Associate Jobs at Orange Mantra

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain machine learning algorithms you have used?
  • Ans. 

    I have experience with various machine learning algorithms including decision trees, random forests, support vector machines, and neural networks.

    • Decision trees

    • Random forests

    • Support vector machines

    • Neural networks

  • Answered by AI
Round 2 - Coding Test 

Perform operations in dataframe

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question related to oops
  • Q2. Question related to coding
  • Q3. I was rejected after 2nd round
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to advanced topic in oops
  • Q2. Question related to coding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Case Study 

Based on puzzle comprehension

I applied via LinkedIn and was interviewed in Apr 2022. 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 - Technical 

(1 Question)

  • Q1. Questions based on Objects and Classes Basic Questions related to DSA Projects discussions- Your Roles and Tasks Scenario based Questions Few Reasoning Questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questions Projects Logics for the coding given
Round 4 - HR 

(1 Question)

  • Q1. Just basic HR Questions Reallocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in basics
Have a good grasp over DSA and Fundamentals
Try to be confident and fluent while answering
Stay positive

I applied via Campus Placement and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself, background and skills
  • Q2. Few life sciences related question
  • Q3. Logical reasoning and Puzzles Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are struck in logical and puzzles one can more clues and if your answer is wrong and close to the answer, don't worry tell your approach and steps in solving the problem very well as they want to know the problem-solving skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

I applied via Referral and was interviewed in Nov 2018. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Core informatica. Lot of scenario based questions.
  • Q2. Very basic questions. Simple and easy.
  • Q3. Third round was very difficult. Couldn't answer one question properly. But I gave efforts
  • Q4. Get Fibonacci series in informatica
  • Ans. 

    Fibonacci series can be generated in Informatica using a recursive function.

    • Create a mapping with a recursive function

    • Use a variable port to store the previous two values

    • Use an expression transformation to generate the series

    • Example: f(0) = 0, f(1) = 1, f(n) = f(n-1) + f(n-2)

  • Answered by AI

Interview Preparation Tips

General Tips: Informatica prepare well. Sql queries too.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills
Duration: 1-3 Months

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude test on logocal reasoning and maths question

Round 3 - Coding Test 

All sql queries and oops concept.

Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and about your views on questions.
  • Q2. Oops concept and .net basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more on sql queries and .net and be yourself

Orange Mantra Interview FAQs

How many rounds are there in Orange Mantra Senior Associate interview?
Orange Mantra interview process usually has 2 rounds. The most common rounds in the Orange Mantra interview process are Resume Shortlist and Technical.
What are the top questions asked in Orange Mantra Senior Associate interview?

Some of the top questions asked at the Orange Mantra Senior Associate interview -

  1. How do u achieve Authenticati...read more
  2. How to perform loggi...read more

Tell us how to improve this page.

Orange Mantra Senior Associate Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Orange Mantra Senior Associate Salary
based on 5 salaries
₹5.5 L/yr - ₹13 L/yr
7% more than the average Senior Associate Salary in India
View more details

Orange Mantra Senior Associate Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

2.4

Skill development

4.3

Work-life balance

4.3

Salary

3.7

Job security

3.0

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Senior Associate Angular

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
54 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹4.4 L/yr - ₹16.3 L/yr

Software Developer
27 salaries
unlock blur

₹2.7 L/yr - ₹9.7 L/yr

Business Analyst
21 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Java Developer
21 salaries
unlock blur

₹2.2 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Orange Mantra with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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