Upload Button Icon Add office photos

Filter interviews by

AICL Communications Interview Questions and Answers

Updated 13 Jun 2024

AICL Communications Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you see yourself after 5 years
  • Q2. Do you have any experience in content writing

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)

HRM Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2020

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. From where will I source candidates for the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Better understand company's work and their competitors to answer exactly from which all competitors companies will we get candidates

HRM Interview Questions asked at other Companies

Q1. What are returns to be filed under the apprenticeship act ?
View answer (1)

I applied via Company Website and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About company about annual report

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through LinkedIn Instagram Facebook and website read everything ceo likes the person with good knowledge of company

Client Relationship Manager Interview Questions asked at other Companies

Q1. Please simulate a scenario where I am a customer contacting you by telephone regarding a product you were selling at your last company. This exercise will evaluate your depth of knowledge in sales, as well as your communication, objection h... read more
View answer (1)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Excel test
Logical Reasoning test
Quantitative aptitude test

Round 2 - Case Study 

An extensive case study for the corporate tax team that includes knowledge of US GAAP and transfer pricing.

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the fundamental accounting concepts, accounting entries, and the applicable tax rates for various services?
  • Q2. What is your understanding of transfer pricing and its applicability?
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is the amount of data you have managed in your previous roles?
  • Q2. Which ERP software have you worked with?
Round 5 - HR 

(2 Questions)

  • Q1. What are your salary expectations and how do you approach negotiations?
  • Q2. What is your preferred joining date and the notice period required by your current organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on job satisfaction and skill development rather than merely on the brand name and salary.

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
  • Ans. 

    Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.

    • Open for fixed term hire

    • Willing to work from client location at Gurgaon for 3 days a week

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Ans. 

    Implemented automated testing using Selenium WebDriver and JUnit in Agile environment

    • Implemented automated testing framework using Selenium WebDriver

    • Utilized JUnit for test case management

    • Worked in Agile environment to ensure continuous testing and integration

  • Answered by AI
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Ans. 

    Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.

    • Pilot testing involves a small group of users testing the functionality in a controlled environment.

    • Beta testing involves a larger group of users testing the functionality in a real-world environment.

    • ...

  • Answered by AI
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Ans. 

    Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.

    • Primary key enforces uniqueness and not null constraint on a column

    • Unique key enforces uniqueness but allows null values

    • To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query

  • Answered by AI
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Ans. 

    Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.

    • STLC includes requirements analysis, test planning, test design, test execution, and test closure.

    • Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.

    • STLC ensures that the so...

  • Answered by AI
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Ans. 

    303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.

    • 303 status code indicates that the resource can be found at a different URI and should be retrieved from there

    • PUT method is used to update an existing resource in the API

    • DELETE method is used to remove a resource from the API

    • 3 point esti...

  • Answered by AI
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Ans. 

    Links and labels that can be tagged to a bug in Jira

    • Links: related issues, documents, websites

    • Labels: priority, severity, type, status

  • Answered by AI
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Ans. 

    Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.

    • Shell scripting automates tasks by writing scripts in a Unix/Linux environment

    • Grep command is used to search for specific patterns in text files

    • Example: grep 'search_pattern' file.txt

    • Href is not a standard Unix command, it may be a typo or a custom script

  • Answered by AI
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Ans. 

    To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.

    • Listen to the team member's perspective and concerns

    • Communicate openly and calmly about the issue

    • Find common ground and areas of agreement

    • Work together to find a solution that benefits both parties

    • Seek input from other team members or a mediator if ne

  • Answered by AI
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...
  • Ans. 

    Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.

    • Yes, open to relocating to Bangalore and working from client's office

    • Yes, open to working in night/rotational shifts

    • Yes, open to working in long extendable hours or 24X7 culture

    • Goal is to excel in automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. Cdd edd sdd difference
  • Q2. Regulatory websites
  • Q3. Organizational charts ,risk factors
  • Q4. Risk thresholds, explanation of documents for different types of investor types
  • Q5. Screenings,high risk factors
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Basics of Python, Flask, ReactJs, RestApi Development
  • Q2. Python - Difference between is and ==
  • Q3. React - useEffect vs useState
  • Q4. Authentication in RestApi
  • Q5. React - Pure Component and Higher order components
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Common aptitude questions on mettl platform

Round 2 - Technical 

(3 Questions)

  • Q1. Python Standard interview questions
  • Q2. SQL Standard interview questions (Easy)
  • Q3. CaseStudy and questions based on it.
Round 3 - HR 

(3 Questions)

  • Q1. Common hr questions
  • Q2. Puzzles
  • Q3. Project Discussion

Interview Preparation Tips

Topics to prepare for ZS Junior Analyst interview:
  • Python
  • SQL
  • R
Interview preparation tips for other job seekers - I felt ZS Associates pay less, because for similar roles on campus they pay nealy 14 LPA but for Off campus they pay 4 LPA.

So confirm with the hr before even attending the interviews.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Show architecture of multiple microservice in MS Paint..
  • Q2. Why we use dependency injection, draw it inms paint...,first told me give real life example and when I gave the answer he cut me off again..

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers was so rude.. it's like he was not in the mood of taking an interview.. wasn't giving me chance to talk, didn't hear my answers and keep cutting me back.. forcing me to show the flow in MS paint.. How one can show the flow of "why we use dependency injection" in MS paint.. when I showed like we will have interface then classes and to connect them we will use dependency he cut me off again and said don't explain just draw... one of the worst interview of my life.. I actually lost respect for the whole EY organization after it... compare to other big 4 interviewers they are so polite and ask normal questions.. Very bad experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal to medium level general aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Types of building contract
  • Q2. Type of soil for each buildings
Round 3 - One-on-one 

(2 Questions)

  • Q1. Assesment day GD for 2 rounds
  • Q2. All situational based questions

Interview Preparation Tips

Topics to prepare for WSP Due Diligence Analyst interview:
  • Building contracts
  • Soil Mechanics
Interview preparation tips for other job seekers - Answering to situational questions wisely is very important

AICL Communications Interview FAQs

How many rounds are there in AICL Communications interview?
AICL Communications interview process usually has 1 rounds. The most common rounds in the AICL Communications interview process are One-on-one Round.
How to prepare for AICL Communications 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 AICL Communications. The most common topics and skills that interviewers at AICL Communications expect are PDF, Corporate, Photoshop, Adobe and Consulting.

Tell us how to improve this page.

AICL Communications Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
Bharti Airtel Interview Questions
4.0
 • 833 Interviews
Vodafone Idea Interview Questions
4.1
 • 552 Interviews
Aircel Interview Questions
4.4
 • 8 Interviews
Telenor Interview Questions
4.2
 • 7 Interviews
View all

AICL Communications Reviews and Ratings

based on 24 reviews

2.0/5

Rating in categories

2.8

Skill development

2.1

Work-life balance

2.6

Salary

1.8

Job security

1.9

Company culture

2.1

Promotions

2.3

Work satisfaction

Explore 24 Reviews and Ratings
Consultant
5 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Principal Consultant
5 salaries
unlock blur

₹12.6 L/yr - ₹15 L/yr

Associate Consultant
4 salaries
unlock blur

₹4.7 L/yr - ₹9 L/yr

Client Relationship Manager
3 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Business Development Manager
3 salaries
unlock blur

₹6 L/yr - ₹17.2 L/yr

Explore more salaries
Compare AICL Communications with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Tata Communications

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