Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Arkhya Tech Inc Team. If you also belong to the team, you can get access from here

Arkhya Tech Inc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Arkhya Tech Inc Associate Recruiter Interview Questions and Answers

Updated 30 Jul 2024

Arkhya Tech Inc Associate Recruiter Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduction and about your self
  • Q2. Short term goals and long term goals
Round 2 - One-on-one 

(2 Questions)

  • Q1. Knowledge of staffing industry
  • Q2. Familiarity with US domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Target a budget for salary during discussion round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge and experience
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Arkhya Tech Inc Associate Recruiter interview:
  • tax terms
  • visas
Interview preparation tips for other job seekers - Ask for 40K monthly. It is the market rate for freshers.

Associate Recruiter Interview Questions Asked at Other Companies

Q1. What is recruitment is all about? What Is US Staffing? Tax terms ... read more
asked in LanceSoft
Q2. What technology or module in IT and SAP, you have worked on..?
Q3. How do we negotiate with the Pay Rate?
Q4. Best way to approach critical problems like best practices when y ... read more
Q5. How would you explain the concept of Cloud to anyone?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How is the interview
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and my employer supports it through flexible schedules and remote work options.

    • My employer offers flexible schedules to accommodate personal needs

    • Remote work options are available for certain roles

    • I prioritize my workload and manage my time effectively to maintain balance

    • I make time for hobbies and activities outside of work to recharge

    • I communicate openly with my team and manager a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked basic questions and some programming questions

I applied via Naukri.com and was interviewed before Nov 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly fully technical skills -2technical +1 HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared completely as they will completely focus on what is written on your resume. Please do not write fake experience on any skills . You will be caught. HR compensations provided are really pretty good if your technical round goes really outstanding.

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

Interview Questionnaire 

1 Question

  • Q1. Take about a chalanging task you did and how you handled it

Interview Preparation Tips

Interview preparation tips for other job seekers - Softskills is very important for getting in to ITIS sector. you clear softskills round you are almost there.

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

Interview Questionnaire 

4 Questions

  • Q1. Oops
  • Q2. WebApi
  • Q3. C#
  • Q4. WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Associate Interview Questions & Answers

Cognizant user image wantedchipmunk

posted on 27 Jul 2021

I applied via Campus Placement and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basic coding ques: factorial of a number (both recursive and iterative) and a walk through of the programs solved in assessment round.
  • Q2. More attention was given to project explanation in detail - architecture, flow, design, technical stack with diagrams.
  • Q3. Detailed questions about OOP concepts, Databases, cloud computing- types of clouds, c vs cpp, etc
  • Q4. During the coding round prior to interview shortlisting, there were three coding question (medium to hard level). Duration- 1.5 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was taken by two interviewers and lasted for around an hour and was 90% Technical and 10% HR.

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

Interview Questionnaire 

7 Questions

  • Q1. What is executequery, execute scalar, executenon query in SQL
  • Ans. 

    executequery, execute scalar, executenon query are SQL methods for executing queries.

    • ExecuteQuery is used to execute a SELECT statement and returns a ResultSet object.

    • ExecuteScalar is used to execute a SELECT statement that returns a single value.

    • ExecuteNonQuery is used to execute INSERT, UPDATE, DELETE statements and returns the number of rows affected.

  • Answered by AI
  • Q2. Explain about types of State management in client and server side
  • Ans. 

    State management in client and server side

    • Client-side state management: cookies, local storage, session storage, and query parameters

    • Server-side state management: session state and application state

    • Cookies are small text files stored on the client's computer

    • Local storage and session storage are HTML5 web storage APIs

    • Session state is stored on the server and associated with a user's session

    • Application state is stored on

  • Answered by AI
  • Q3. What is 'inproc' in state management?
  • Ans. 

    Inproc is a state management mode where data is stored in the application's memory.

    • Inproc stands for 'in-process'.

    • Data is stored in the application's memory, making it fast to access.

    • This mode is suitable for small applications with low traffic.

    • If the application is restarted, all data stored in inproc mode is lost.

    • Examples of inproc state management include ASP.NET's in-process session state and Cache API.

  • Answered by AI
  • Q4. Why state management techniques are required ?
  • Ans. 

    State management techniques are required to manage the state of an application and ensure data consistency.

    • State management helps in maintaining the state of an application and ensures that data is consistent across different components.

    • It helps in managing complex applications with multiple components and data sources.

    • State management techniques like Redux, MobX, and Context API provide a centralized store for managin...

  • Answered by AI
  • Q5. Disadvantages of viewstate technique ?
  • Ans. 

    Viewstate technique can lead to performance issues and security vulnerabilities.

    • Viewstate increases the size of the page, leading to slower load times.

    • Viewstate can be tampered with, leading to security vulnerabilities.

    • Viewstate is stored on the client side, leading to potential data privacy issues.

    • Viewstate can cause issues with scalability in web applications.

    • Alternative techniques like session state or caching can b

  • Answered by AI
  • Q6. Inline attribute in html ?
  • Ans. 

    The inline attribute in HTML is used to specify that a particular element should be displayed inline.

    • The inline attribute can be used with elements like <span>, <strong>, <em>, <a>, etc.

    • It allows the element to be displayed on the same line as adjacent elements.

    • Example: <span inline>Inline element</span>

  • Answered by AI
  • Q7. A brief explanation of Ajax ?
  • Ans. 

    Ajax is a technique for creating fast and dynamic web pages without reloading the entire page.

    • Ajax stands for Asynchronous JavaScript and XML

    • It allows for asynchronous communication between the client and server

    • It can update parts of a web page without requiring a full page reload

    • Examples of Ajax include auto-suggest search bars and real-time chat applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm from Asp.net background and I'm working as support analyst now. Study completely about your current project, what are all techniques used, what are new alternative technologies are released and all. For asp.net, c# related developers can study MVC , asp.net web app, windows app, deployment, version control, jQuery, ajax, js.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Very first question is as usual Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was awesome experience, no need of fear to attend the interview. Don't create over expectations on you , it may chance to asking more questions to you by interview panel members. Don't lie to them, they are more intelligence than you.

Arkhya Tech Inc Interview FAQs

How many rounds are there in Arkhya Tech Inc Associate Recruiter interview?
Arkhya Tech Inc interview process usually has 1-2 rounds. The most common rounds in the Arkhya Tech Inc interview process are One-on-one Round and HR.
What are the top questions asked in Arkhya Tech Inc Associate Recruiter interview?

Some of the top questions asked at the Arkhya Tech Inc Associate Recruiter interview -

  1. Knowledge of staffing indus...read more
  2. Familiarity with US dom...read more

Tell us how to improve this page.

Arkhya Tech Inc Associate Recruiter Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.7
 • 587 Interviews
UST Interview Questions
3.8
 • 511 Interviews
CGI Group Interview Questions
4.0
 • 485 Interviews
View all
US IT Recruiter
9 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Senior IT Recruiter
5 salaries
unlock blur

₹4.9 L/yr - ₹5.4 L/yr

Technical Recruiter
4 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹14 L/yr - ₹28.8 L/yr

Senior Technical Recruiter
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Arkhya Tech Inc with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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