Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Intelliswift - An LTTS Company Team. If you also belong to the team, you can get access from here

Intelliswift - An LTTS Company Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intelliswift - An LTTS Company Trainee Recruiter Interview Questions and Answers

Updated 16 Dec 2021

Intelliswift - An LTTS Company Trainee Recruiter Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. About recruitment
  • Q2. About human resource operations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and more stable in ur passion or job so that u have a courage to win everything

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. C# in depth, .net core, Angular basics+, intermediate level, Azure basics, OOPS, CI-CD

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews were pure technical and there were technical scenarios asked. Giving example for most of the answers would be good.

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

Interview Questionnaire 

1 Question

  • Q1. Anything can be asked from oops to design pattern level question. Simple to hard. It's kind of rapid fire.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ready handle a pressure while interview process, be stable, don't confuse

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

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

This was a very easy test. It can be crackable easily.

Round 2 - Technical 

(2 Questions)

  • Q1. There is only 1 technical happened. Core java, angular, JUNIT
  • Ans. Basics of core java must, Angular if worked on it
  • Answered Anonymously
  • Q2. Junit test cases if worked previously.
  • Ans. 

    Junit test cases should always be re-run to ensure code quality and prevent regression.

    • Junit test cases should be run after every code change.

    • Test cases should cover all possible scenarios and edge cases.

    • Test cases should be automated to save time and ensure consistency.

    • Test cases should be reviewed and updated regularly.

    • Regression testing should be performed to ensure new changes do not break existing functionality.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Why this company kind of question.

Interview Preparation Tips

Topics to prepare for CitiusTech Senior Software Engineer interview:
  • Core Java
  • Angular
  • JUnit
Interview preparation tips for other job seekers - Company is good in terms of policies, also there is option of onsite.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is SDLC, STLC, Agile, Different types of testing, Testing life cycle, adb commands, Project works, Bug life cycle, types of bug, difficulties in your project, RTM.
  • Ans. 

    The question covers various topics related to software development and testing.

    • SDLC stands for Software Development Life Cycle and is a process followed for software development.

    • STLC stands for Software Testing Life Cycle and is a process followed for software testing.

    • Agile is a software development methodology that emphasizes on iterative and incremental development.

    • Different types of testing include unit testing, int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on adb commands and above questions.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Quantitative ability and logical ability

Round 2 - Technical 

(2 Questions)

  • Q1. In which programming language you are good at?
  • Ans. 

    I am proficient in Java and Python.

    • Strong understanding of object-oriented programming concepts

    • Experience with Java frameworks such as Spring and Hibernate

    • Proficient in Python libraries such as NumPy and Pandas

  • Answered by AI
  • Q2. Write a program to print HCF of numbers as output
  • Ans. 

    Program to print HCF of numbers as output

    • Take input of two numbers from user

    • Find the smaller number between the two

    • Run a loop from 1 to the smaller number

    • Check if both numbers are divisible by the current loop variable

    • If yes, update the HCF variable

    • Print the HCF as output

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended interview for this company and they saw my capability and adaptability only.

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple choice questions

Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Show the projects that you may have worked on and explain.

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer interview:
  • React.Js
Interview preparation tips for other job seekers - You got to be clear and concise when explaining things. You gotta be confident!

I appeared for an interview before Oct 2021.

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 

(2 Questions)

  • Q1. What is Nested List with example
  • Ans. 

    A nested list is a list that contains other lists as its elements.

    • Nested lists can be created using square brackets and separating the elements with commas.

    • Elements of a nested list can be accessed using indexing and slicing.

    • Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

    • Accessing element 5: my_list[1][1]

  • Answered by AI
  • Q2. What is queue , explain with example
  • Ans. 

    A queue is a data structure that follows the First In First Out (FIFO) principle.

    • Elements are added to the back of the queue and removed from the front.

    • Example: A line of people waiting for a movie ticket.

    • Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structure should be stong
Basic python
Coding skills

Skills evaluated in this interview

Intelliswift - An LTTS Company Interview FAQs

How to prepare for Intelliswift - An LTTS Company Trainee Recruiter 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 Intelliswift - An LTTS Company. The most common topics and skills that interviewers at Intelliswift - An LTTS Company expect are US Staffing, H1B, Recruitment, W2 and ATS.

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 223 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 140 Interviews
View all
Intelliswift - An LTTS Company Trainee Recruiter Salary
based on 13 salaries
₹2 L/yr - ₹3.5 L/yr
At par with the average Trainee Recruiter Salary in India
View more details

Intelliswift - An LTTS Company Trainee Recruiter Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

2.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Technical Recruiter
168 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Software Engineer
142 salaries
unlock blur

₹7.8 L/yr - ₹28.5 L/yr

Software Engineer
81 salaries
unlock blur

₹5 L/yr - ₹16.9 L/yr

Senior Software Associate
59 salaries
unlock blur

₹6.4 L/yr - ₹25.6 L/yr

Technical Lead
56 salaries
unlock blur

₹15.2 L/yr - ₹36 L/yr

Explore more salaries
Compare Intelliswift - An LTTS Company with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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