Upload Button Icon Add office photos

Filter interviews by

ADHAR CONSULTANCY AND INFRASTRUCTURE Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Derivatives, fees and commission

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all financial markets related concepts and little information on advance Excel

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

Timing: 12PM
Due to covid, the interviews happened over a video call on Zoom. They also shared an IDE link where we could write our code and the interview could see it.
The interviewer was very polite and helpful. She dropped hints in between to help me reach the final solution when I was stuck or needed some clarity. She wanted to check how analytically I could solve the problem. She focused more on my approaches towards the problem.
There was also a brief discussion on my resume and projects.

  • Q1. 

    Serialization and Deserialization of an N-ary Tree

    Given an N-ary tree where each node has at most 'N' child nodes, the task is to serialize the tree into a sequence of bits and then deserialize it back t...

  • Ans. 

    Serialization and deserialization of an N-ary tree involves converting the tree into a sequence of bits and reconstructing the original tree from this format.

    • Serialize the N-ary tree by traversing it in level order and representing each node and its children using a space-separated sequence of integers.

    • Deserialize the serialized tree by parsing the input sequence and reconstructing the tree structure based on the provi...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Timing: Mid-afternoon
Due to covid, the interviews happened over a video call on Zoom. They also shared an IDE link where we could write our code and the interview could see it.
The interviewer was very polite and helpful. He dropped hints in between to help me reach the final solution when I was stuck or needed some clarity. He wanted to check how analytically I could solve the problem. He focused more on my approaches towards the problem.
There was also a brief discussion on my resume and projects.

  • Q1. 

    Design a Constant Time Data Structure

    Create a data structure that maintains mappings between keys and values, supporting the following operations in constant time:

    1. INSERT(key, value): Add or update t...
  • Ans. 

    Design a constant time data structure for key-value mappings with operations like INSERT, DELETE, SEARCH, GET, GET_SIZE, and IS_EMPTY.

    • Use a hash table to achieve constant time complexity for operations.

    • Implement INSERT, DELETE, SEARCH, GET, GET_SIZE, and IS_EMPTY functions.

    • Ensure key is a string and value is a positive integer.

    • Return appropriate results based on the operation type.

    • Handle edge cases like key not found o

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

Timing: Evening
Due to covid, the interviews happened over a video call on Zoom. They also shared an IDE link where we could write our code and the interview could see it.
There was a panel of three people as interviewers in this round.
I was also asked one behaviour questions in this round.

  • Q1. 

    Simplify Directory Path Problem Statement

    You are provided with a directory path in Unix-style notation, and your task is to simplify it according to given rules.

    In a Unix-style file system:

    • A dot (...
  • Ans. 

    Given a Unix-style directory path, simplify it by following certain rules and return the simplified path.

    • Use a stack to keep track of directories while iterating through the input path.

    • Handle cases for '.', '..', and multiple slashes appropriately.

    • Return the simplified path by joining the directories in the stack with '/' separator.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Software Engineering from Delhi Technological University. Eligibility criteriaNo criteria.Goldman Sachs interview preparation:Topics to prepare for the interview - Data Structures, Database Management System, Object-Oriented Programming System Algorithms, Dynamic Programming, Graph, Puzzles, Operating System, Multi-Threading, projects.Time required to prepare for the interview - 10 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures and Algorithms. Practising questions based on them every day is the key to succeeding. You can enroll into a Data Structures and Algorithms course by Coding Ninjas. This course helped me build a strong foundation in these topics. I also recommend platforms like LeetCode and InterviewBit for further practice.
Tip 2 : During your interview THINK OUT LOUD!!! It is very important that you voice your approach towards the problem otherwise interviewer will have no clue what you are thinking. 
Tip 3 : Do give mock interviews to some college senior or mentor. They help you understand how to express your thought process better (Think out loud) and also reduce the interview stress and anxiety.

Application resume tips for other job seekers

Tip 1 : In order to make a strong resume you must include at least 2-3 Projects and an intern/work experience. Mention all your skills which you are confident of in your resume. 
Tip 2 : Try to make it of one page only. You can use overleaf to make your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round: Online Test ( aptitude and decision based questions) second round: interview(guesstimates and puzzles) third round: interview( puzzles and hr questions) fourth round: HR and negotiation round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare guesstimates and puzzles properly

Analyst Interview Questions & Answers

IQVIA user image Anonymous

posted on 15 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Primary research and secondary research
  • Q2. About my project

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was difficult aptitude test. One need to be well versed in aptitude and coding ( any programming language).

Round 2 - Technical 

(1 Question)

  • Q1. I don't know i didn't pass aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as the test is hard to crack.

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Searching and Sorting
  • Q2. If You have an infinite array then how many ways to sort it and also tell the complexities
  • Ans. 

    There are infinite ways to sort an infinite array with varying complexities.

    • Sorting algorithms like QuickSort, MergeSort, HeapSort, etc. can be used to sort the array.

    • The time complexity of sorting algorithms varies from O(n log n) to O(n^2).

    • The space complexity also varies depending on the algorithm used.

    • Sorting an infinite array is not practical, so it is usually done in chunks or using parallel processing.

    • The sortin...

  • Answered by AI
  • Q3. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all charge your laptop. In my case there is some electricity issue , my laptop is not fully charged and interviewer taking interview one by one to every student . So I m very scared at that time , But by god I have my brother laptop so I do not face any problem at the time of interview .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is accrual entry ?
  • Ans. 

    Accrual entry is a journal entry made to record revenue or expenses that have been earned or incurred but not yet received or paid.

    • Accrual entry is used to match revenue and expenses to the period in which they were earned or incurred.

    • It is recorded as a debit to an expense or asset account and a credit to a liability or revenue account.

    • Examples of accrual entries include recording unpaid salaries, interest on loans, a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - answer

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be you .
Interview is not that difficult if you're confident...

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

Round 1 - Aptitude Test 

Aptitude Test is very straight forward, logical, communications are tested.

Round 2 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. This is managers round, where a senior most probably a team lead would join to interview. Case study based questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared. Question will vary from GL to Leder reconciliation if you're applying for GL Process

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

Interview Questionnaire 

4 Questions

  • Q1. Asked about To mentioned areas of weakness of L&T, or needs improvement?
  • Q2. How to make check or maintain elevation of Underground Piping.
  • Ans. 

    Maintain elevation of underground piping by using level instruments and proper installation techniques.

    • Use a level instrument to check the elevation of the piping during installation.

    • Ensure that the piping is installed with a consistent slope to prevent low spots where water can accumulate.

    • Regularly inspect the piping to ensure that it has not shifted or settled, which can affect the elevation.

    • Consider using supports o...

  • Answered by AI
  • Q3. My Job specific role & responsibility, in previous organisation.
  • Ans. 

    In my previous role as Assistant Manager, I was responsible for overseeing daily operations, managing staff, and ensuring customer satisfaction.

    • Managed a team of employees and delegated tasks effectively

    • Handled customer complaints and resolved issues in a timely manner

    • Created and implemented strategies to improve efficiency and productivity

    • Collaborated with other departments to achieve company goals

    • Conducted performanc

  • Answered by AI
  • Q4. Welding Electrodes for different materials.
  • Ans. 

    Welding electrodes are chosen based on the material being welded. Different materials require different types of electrodes.

    • Electrodes for mild steel have a coating that produces a stable arc and minimal spatter.

    • Stainless steel electrodes have a coating that resists corrosion and produces a smooth, clean weld.

    • Cast iron electrodes have a high nickel content to prevent cracking.

    • Aluminum electrodes have a special coating ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Be confidant, Be Humble, Be aware about your roles & Responsibility during job Period.

ADHAR CONSULTANCY AND INFRASTRUCTURE Interview FAQs

How to prepare for ADHAR CONSULTANCY AND INFRASTRUCTURE 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 ADHAR CONSULTANCY AND INFRASTRUCTURE. The most common topics and skills that interviewers at ADHAR CONSULTANCY AND INFRASTRUCTURE expect are Civil Engineering, Office Coordination, Structural Engineering, Teaching English and Administration Work.

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
IQVIA Interview Questions
3.9
 • 472 Interviews
Goldman Sachs Interview Questions
3.5
 • 378 Interviews
Atos Interview Questions
3.8
 • 377 Interviews
View all

ADHAR CONSULTANCY AND INFRASTRUCTURE Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.7

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Compare ADHAR CONSULTANCY AND INFRASTRUCTURE with

Wipro

3.7
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

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