Upload Button Icon Add office photos
Engaged Employer

i

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

CitiusTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CitiusTech Senior Frontend Software Engineer Interview Questions, Process, and Tips

Updated 3 Nov 2021

CitiusTech Senior Frontend Software Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

6 Questions

  • Q1. Center align a square and circle inside a rectangle
  • Ans. 

    To center align a square and circle inside a rectangle, calculate the center point of the rectangle and position the shapes accordingly.

    • Calculate the center point of the rectangle using its width and height

    • Position the square and circle by subtracting half of their width/height from the center point

    • Use CSS to set the position of the shapes

  • Answered by AI
  • Q2. Program to check duplicate numbers in a phone number
  • Ans. 

    Program to check duplicate numbers in a phone number

    • Convert phone number to an array of strings

    • Loop through the array and check for duplicates

    • Use a hash table to keep track of numbers already seen

  • Answered by AI
  • Q3. Encapsulation implementation in javascript
  • Ans. 

    Encapsulation in JavaScript is achieved through the use of closures and modules.

    • Encapsulation is the practice of keeping variables and functions private within a class or module.

    • Closures allow for private variables and functions to be created within a function.

    • Modules are self-contained units of code that can be imported and used in other parts of the application.

    • The revealing module pattern is a common way to implemen

  • Answered by AI
  • Q4. Vendor prefix in css
  • Ans. 

    Vendor prefixes are used in CSS to add experimental features that are not yet standardized.

    • Vendor prefixes are added to CSS properties to support experimental features.

    • They are used to test new features before they are standardized.

    • Examples of vendor prefixes include -webkit-, -moz-, -ms-, and -o-.

    • Vendor prefixes should be used sparingly and with caution, as they can cause compatibility issues.

    • It is important to includ...

  • Answered by AI
  • Q5. Callback hell
  • Q6. Clear and clear both css

Interview Preparation Tips

Interview preparation tips for other job seekers - In-depth knowledge of javascript

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Interceptors, guards, forms
  • Q2. Angular lifecycle hooks, Aot compolation
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. All basic and advance concept questions on javascript.
  • Q2. React hooks and scenario based questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. They asked basic functionalities in react
  • Q2. Like what is redux and virtual DOM
  • Ans. 

    Redux is a state management library for JavaScript applications, while virtual DOM is a lightweight copy of the actual DOM used for efficient rendering in React.

    • Redux is used to manage the state of an application in a predictable way.

    • It helps in maintaining a single source of truth for the state of the application.

    • Virtual DOM is a lightweight copy of the actual DOM used by React to improve performance.

    • It allows React t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to learn all basic things about react

Skills evaluated in this interview

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

Reactive form with 2 fields and closure function Array function

I applied via Approached by Company and was interviewed in Aug 2022. 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 - One-on-one 

(1 Question)

  • Q1. What is call and apply in JS
  • Ans. 

    call and apply are methods in JS used to invoke a function with a specified 'this' value and arguments.

    • call() method is used to invoke a function with a specified 'this' value and arguments provided individually

    • apply() method is used to invoke a function with a specified 'this' value and arguments provided as an array

    • Both methods are used to borrow methods from other objects, and to set the 'this' value explicitly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do homework first then prepare your self before interview

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Callback promise react hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - I was good in almost every question.But in coding takes little more time but at last solved it but instead of that they rejected me
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions related to html5,css3,javascript,react js and DSA question to execute also
  • Q2. 1.dsa for repeated array
  • Ans. 

    Implement a data structure and algorithm for finding repeated elements in an array.

    • Use a hash map to store the frequency of each element in the array.

    • Iterate through the array and update the frequency in the hash map.

    • Return the elements with frequency greater than 1 as the repeated elements.

  • Answered by AI
  • Q3. 2.dsa for sorting array
  • Ans. 

    Implementing DSA for sorting array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort

    • Compare strings using built-in comparison functions or custom comparison functions

    • Ensure the sorting algorithm is efficient and handles edge cases

  • Answered by AI
Round 3 - Coding Test 

Css3 questions JavaScript also. Login page and positions and dsa for flattened the nested array

Interview Preparation Tips

Interview preparation tips for other job seekers - give more time to DSA questions.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Advanced javascript concepts with hands on codin
  • Q2. Closures, debouncing,hoisting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on advance js topics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple angular code test

Round 2 - Technical 

(2 Questions)

  • Q1. Abt angular all topics
  • Q2. Html simple questions

CitiusTech Interview FAQs

What are the top questions asked in CitiusTech Senior Frontend Software Engineer interview?

Some of the top questions asked at the CitiusTech Senior Frontend Software Engineer interview -

  1. Center align a square and circle inside a rectan...read more
  2. Program to check duplicate numbers in a phone num...read more
  3. Encapsulation implementation in javascr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all
Senior Software Engineer
2.6k salaries
unlock blur

₹5.8 L/yr - ₹20 L/yr

Technical Lead
2k salaries
unlock blur

₹7.3 L/yr - ₹25 L/yr

Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Technical Lead 1
369 salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Technical Lead 2
292 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Explore more salaries
Compare CitiusTech with

Accenture

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Wipro

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