Upload Button Icon Add office photos

Filter interviews by

Infibeam Avenues Client Servicing Executive Interview Questions and Answers

Updated 30 Dec 2022

Infibeam Avenues Client Servicing Executive Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Dec 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Explain past exp and e-com related questions
  • Q2. Senerio based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with the past experiance and answer in confident and dont try to prove

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Server questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They always ask about it.DHCP, DNS, GPO

Interview Questionnaire 

2 Questions

  • Q1. Excel file is not working how to resvoled it
  • Q2. How to create file Server
  • Ans. 

    To create a file server, you need to set up a dedicated computer or network-attached storage (NAS) device to store and share files.

    • Choose a computer or NAS device with enough storage capacity for your needs

    • Install a file server software such as Windows Server or Linux-based Samba

    • Configure the software to create shared folders and set access permissions

    • Connect clients to the file server using network protocols such as S...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is domain?
  • Ans. 

    A domain is a group of computers, devices, or resources that share a common network identity.

    • Domains are used in computer networking to organize and manage resources.

    • A domain can be a local network or a larger network like the internet.

    • Domains are often used in conjunction with domain name systems (DNS) to assign unique names to resources.

    • Domains can also be used to manage security and access control for resources.

    • Exam...

  • Answered by AI
  • Q2. What is LAN?
  • Ans. 

    LAN stands for Local Area Network. It is a computer network that connects devices within a limited area such as a home, office, or building.

    • LAN is a type of network that is used to connect devices within a limited area.

    • It is commonly used in homes, offices, and buildings.

    • LAN can be wired or wireless.

    • It allows devices to share resources such as printers, files, and internet access.

    • Examples of LAN technologies include Et

  • Answered by AI
  • Q3. What is DHCP?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices.

    • DHCP is used to simplify network administration by automating the IP address assignment process.

    • It allows devices to join a network and obtain an IP address without manual configuration.

    • DHCP servers can also provide additional network configuration information, such as DNS and gateway setting...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. All Basic OOPS questions

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions about myself, Trade Life cycle, derivatives, types of derivatives.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. There are 2 technical rounds and HR round at last.

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

Infibeam Avenues Interview FAQs

How many rounds are there in Infibeam Avenues Client Servicing Executive interview?
Infibeam Avenues interview process usually has 2 rounds. The most common rounds in the Infibeam Avenues interview process are Resume Shortlist and One-on-one Round.
How to prepare for Infibeam Avenues Client Servicing Executive 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 Infibeam Avenues. The most common topics and skills that interviewers at Infibeam Avenues expect are Client Handling, E-commerce, Support, Technical Support and client servicing.

Tell us how to improve this page.

Infibeam Avenues Client Servicing Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.5
 • 134 Interviews
NSE.IT Interview Questions
3.5
 • 127 Interviews
Karvy Innotech Interview Questions
2.9
 • 28 Interviews
CS Tech AI Interview Questions
4.0
 • 28 Interviews
View all
Infibeam Avenues Client Servicing Executive Salary
based on 7 salaries
₹3.6 L/yr - ₹6 L/yr
35% more than the average Client Servicing Executive Salary in India
View more details

Infibeam Avenues Client Servicing Executive Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.6

Skill development

4.7

Work-life balance

4.6

Salary

4.8

Job security

4.6

Company culture

3.9

Promotions

4.6

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
42 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Software Programmer
38 salaries
unlock blur

₹6 L/yr - ₹16.4 L/yr

QA Engineer
34 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Technical Support Executive
28 salaries
unlock blur

₹2.3 L/yr - ₹4.5 L/yr

Softwaretest Engineer
27 salaries
unlock blur

₹2.4 L/yr - ₹9.9 L/yr

Explore more salaries
Compare Infibeam Avenues with

3i Infotech

3.5
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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