Upload Button Icon Add office photos

Filter interviews by

Nimbus Adcom Interview Questions and Answers

Updated 20 Sep 2022

Nimbus Adcom Interview Experiences

Popular Designations

4 interviews found

I applied via AmbitionBox and was interviewed in Aug 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 - HR 

(3 Questions)

  • Q1. About yourself and what is costumer service executive
  • Q2. Are you comfortable in this job
  • Q3. Which salary expect you in your profile

Interview Preparation Tips

Topics to prepare for Nimbus Adcom Telecalling Executive interview:
  • Customer Service
Interview preparation tips for other job seekers - I can Come for interview in your company office and I can take interview in your company at the post of the customer support executive

Telecalling Executive Interview Questions asked at other Companies

Q1. Which accounting platforms have you worked on? Which one do you prefer the most?
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. What are your strengths and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - always share something true because interviewer can also ask you do that and never say like i don't have any weakness then you can get rejected so atleast share a one weakness which is genuine

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (2)

I applied via Naukri.com

Interview Questionnaire 

6 Questions

  • Q1. Why you want to join our organization
  • Q2. How you balance your profession and personal life
  • Q3. Why you left your last organization
  • Q4. Your expectations to our companies
  • Q5. What is your required CTC
  • Ans. 

    My required CTC is negotiable based on the job responsibilities and benefits offered.

    • My salary expectations are flexible and depend on the job requirements and company benefits.

    • I am open to discussing the compensation package during the interview process.

    • I am looking for a fair and competitive salary that reflects my skills and experience.

    • I am also interested in other benefits such as health insurance, retirement plans...

  • Answered by AI
  • Q6. How you commute and are you comfortable to commute out of delhi

Interview Preparation Tips

Interview preparation tips for other job seekers - Hey!!
You don't need to be panic just chill! & give your best be honestly and most importantly self confidence don't forgot. Happy interview job seekers
My warm wishes to you

Corporate Advisory Manager Interview Questions asked at other Companies

Q1. What you know about life insurance?
View answer (1)

Interview Questionnaire 

5 Questions

  • Q1. 1.TCP vs UDP ?
  • Ans. 

    TCP is a reliable, connection-oriented protocol while UDP is a fast, unreliable, connectionless protocol.

    • TCP provides guaranteed delivery of data packets while UDP does not.

    • TCP ensures data integrity through error checking and retransmission while UDP does not.

    • TCP is suitable for applications that require reliable and ordered data transmission, such as web browsing and email.

    • UDP is suitable for applications that priori...

  • Answered by AI
  • Q2. 2.Osi layer ?
  • Q3. 3.dhcp ?
  • Q4. 4.straight cable color coding
  • Q5. 5.STP protocol ?

Skills evaluated in this interview

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Nimbus Adcom interview questions for popular designations

 HR Recruiter

 (1)

 Desktop Support Engineer

 (1)

 Telecalling Executive

 (1)

 Corporate Advisory Manager

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Resume, achievements, market dynamics
  • Q2. Case studies on Market operations , targets achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Answer politely and clearly...Dont beat on the bush

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself
  • Q2. Business Process Transformation
  • Q3. Frameworks used by a Business Analyst
  • Ans. 

    Business Analysts use various frameworks to analyze and solve business problems.

    • SWOT Analysis

    • PESTLE Analysis

    • Porter's Five Forces

    • Business Model Canvas

    • Value Stream Mapping

  • Answered by AI
  • Q4. How do you handle conflicts between team members and also stakeholders?
  • Q5. Questions on SQL, Tableau and Power BI
  • Q6. Why do you think you're suitable for this role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, confident and always keep an eye contact with the interviewers so that can see how confident you're answering the questions.

I appeared for an interview before Jun 2021.

Round 1 - Aptitude Test 

40/50marks

Round 2 - Coding Test 

They ask fibanocci series , basic c programs

Round 3 - Group Discussion 

Discuss about general topic

Round 4 - Assignment 

Write a essay on your own life

Round 5 - Technical 

(3 Questions)

  • Q1. Css HTML tags,sql,angul
  • Q2. Angular js dot net developer
  • Q3. Web configuration , CTS
Round 6 - HR 

(2 Questions)

  • Q1. Salery discussion and expecting ctc
  • Q2. Will you think are you okay

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and enjoy and don't depression attend like a boss

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

Round 1 - Technical 

(1 Question)

  • Q1. They are asking technical questions what is their in the resume
Round 2 - Technical 

(1 Question)

  • Q1. They will technical questions as per your resume what you mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you say the answers in the interviewer

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is scope of variable in perl.
  • Ans. 

    Scope of variable in Perl determines where the variable can be accessed.

    • Perl has three types of variable scope: global, local, and lexical.

    • Global variables can be accessed from anywhere in the program.

    • Local variables are declared using the 'my' keyword and can only be accessed within the block they are declared in.

    • Lexical variables are declared using the 'state' keyword and can be accessed within the block they are dec...

  • Answered by AI
  • Q2. Perl logic questions.
  • Q3. Perl regex questions
  • Q4. Perl module question
  • Q5. Grep and map function
  • Q6. What is hash and array in perl
  • Ans. 

    Hash is a data structure that stores data in key-value pairs while array is an ordered list of scalar values.

    • Hashes are denoted by % symbol and arrays by @ symbol in Perl.

    • Hashes are useful for storing and retrieving data quickly based on a unique key.

    • Arrays can be accessed using index numbers starting from 0.

    • Both hashes and arrays can store different data types such as strings, numbers, and references.

    • Example: %hash = ...

  • Answered by AI
  • Q7. What is CDATA in XML.
  • Ans. 

    CDATA is a way to include special characters in XML data without causing parsing errors.

    • CDATA stands for Character Data

    • It is used to include data that contains characters that would otherwise be interpreted as XML markup

    • CDATA is enclosed in tags

    • Example: bold text]]>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No. Everything is good.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Pivot columns in sql
  • Ans. 

    Pivoting columns in SQL involves transforming rows into columns to display data in a different format.

    • Use the PIVOT keyword in SQL to pivot columns

    • Specify the columns to pivot on and the values to display in the new columns

    • Aggregate functions like SUM, AVG, COUNT can be used with PIVOT

    • Example: SELECT * FROM table_name PIVOT (SUM(value_column) FOR pivot_column IN ('value1', 'value2', 'value3'))

  • Answered by AI
  • Q2. Slow changing dimensions
  • Q3. Dynamic rankx top 3
  • Q4. Field parameters
  • Q5. Stored procedures

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't have proper interviewer they were rude and show bad attitude to the candidates.

Better avoid this company

Skills evaluated in this interview

Nimbus Adcom Interview FAQs

How many rounds are there in Nimbus Adcom interview?
Nimbus Adcom interview process usually has 2 rounds. The most common rounds in the Nimbus Adcom interview process are Resume Shortlist and HR.
How to prepare for Nimbus Adcom 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 Nimbus Adcom. The most common topics and skills that interviewers at Nimbus Adcom expect are Sales, Communication Skills, Business Development, Javascript and Marketing.
What are the top questions asked in Nimbus Adcom interview?

Some of the top questions asked at the Nimbus Adcom interview -

  1. What is your required ...read more
  2. 1.TCP vs UD...read more
  3. 4.straight cable color cod...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 101 Interviews
Publicis Interview Questions
3.6
 • 52 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Cheil India Interview Questions
3.1
 • 17 Interviews
IPG Mediabrands Interview Questions
3.4
 • 15 Interviews
WPP Interview Questions
2.9
 • 12 Interviews
Madison World Interview Questions
3.8
 • 7 Interviews
Ogilvy Interview Questions
3.8
 • 7 Interviews
Lowe Lintas Interview Questions
4.1
 • 3 Interviews
View all

Nimbus Adcom Reviews and Ratings

based on 47 reviews

3.4/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.0

Salary

3.1

Job security

3.4

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 47 Reviews and Ratings
Processing Executive
18 salaries
unlock blur

₹0.8 L/yr - ₹2.5 L/yr

Executive Accountant
12 salaries
unlock blur

₹1.3 L/yr - ₹4.5 L/yr

Technical Support Executive
8 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Customer Care Executive
7 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Data Analyst
7 salaries
unlock blur

₹1.6 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Nimbus Adcom with

WPP

2.9
Compare

Dentsu Aegis Network

3.4
Compare

Publicis

3.6
Compare

IPG Mediabrands

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