Upload Button Icon Add office photos

Filter interviews by

Lorhan Corporation Inc. US IT Recruiter Interview Questions and Answers

Updated 25 Mar 2021

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. What is end to end recruitment cycle
  • Ans. 

    The end to end recruitment cycle refers to the entire process of hiring a candidate, from identifying the need for a new employee to onboarding them into the organization.

    • Identifying the need for a new employee

    • Creating a job description and posting it on various job boards

    • Sourcing and screening candidates

    • Conducting interviews and assessments

    • Selecting the most suitable candidate

    • Negotiating and extending the job offer

    • Com...

  • Answered by AI
  • Q3. Name any five database technology
  • Ans. 

    Five popular database technologies are MySQL, Oracle, SQL Server, MongoDB, and PostgreSQL.

    • MySQL: widely used open-source relational database management system

    • Oracle: a powerful and scalable relational database management system

    • SQL Server: Microsoft's relational database management system

    • MongoDB: a NoSQL document-oriented database

    • PostgreSQL: open-source object-relational database system

  • Answered by AI
  • Q4. Name any five frented technology
  • Ans. 

    Frontend technologies are tools and frameworks used to build the user interface of a website or application.

    • HTML: Markup language used to structure the content of web pages.

    • CSS: Styling language used to define the appearance of web pages.

    • JavaScript: Programming language used to add interactivity and dynamic behavior to web pages.

    • React: JavaScript library for building user interfaces, commonly used for single-page appli...

  • Answered by AI
  • Q5. What is a work of busines analyst
  • Ans. 

    A business analyst is responsible for analyzing business processes, identifying problems, and proposing solutions to improve efficiency and productivity.

    • Gathering and documenting business requirements

    • Conducting data analysis and creating reports

    • Identifying areas for process improvement

    • Collaborating with stakeholders to understand business needs

    • Creating and maintaining project documentation

    • Assisting in the implementatio

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant US IT Recruiter interview:
  • 3Ds Max

Interview Questionnaire 

3 Questions

  • Q1. They asked my previous development related question
  • Q2. Migrate mvc
  • Q3. Using of version control
  • Ans. 

    Version control is essential for managing code changes and collaborating with team members.

    • Version control allows for tracking changes made to code over time.

    • It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.

    • It provides a way to revert to previous versions of code if necessary.

    • Popular version control systems include Git, SVN, and Mercurial.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. For Pega, Questions depend on the topics which we mentioned in the resume.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Easy java, spark and kafka ques
  • Q2. How to submit spark job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics well and google interview questions on java and spark. Easy to crack interview if basics are all clear.

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 LinkedIn and was interviewed before Jun 2021. 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 - Technical 

(1 Question)

  • Q1. SQL Basics Power BI Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics and focus on the clarity of the thought.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 - Technical 

(1 Question)

  • Q1. In Death questions related to oop , c# and .net techology and SQL server .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theory related questions and coding related use case.

I applied via Referral and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics question like current roles and tasks. Questions related to new features in HTML5,css3,JavaScript. Basic questions on angular. Decorator, interceptor, event delegation , hostbinding and listener, ob...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.7k Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 599 Interviews
UST Interview Questions
3.8
 • 522 Interviews
CGI Group Interview Questions
4.0
 • 497 Interviews
View all

Lorhan Corporation Inc. US IT Recruiter Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

3.0

Skill development

2.5

Work-life balance

2.0

Salary

2.0

Job security

2.0

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Bench Sales Recruiter
6 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Senior Bench Sales Recruiter
4 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Cheif Financial Officer
3 salaries
unlock blur

₹12.6 L/yr - ₹12.6 L/yr

Explore more salaries
Compare Lorhan Corporation 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