Upload Button Icon Add office photos

Filter interviews by

24/7 Customer Software Development Engineer II Interview Questions and Answers

Updated 13 Oct 2021

24/7 Customer Software Development Engineer II Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Reverse a linked list, number of character in string
  • Ans. 

    Reverse a linked list and find number of characters in a string.

    • To reverse a linked list, we can iterate through the list and change the pointers to reverse the order.

    • To find the number of characters in a string, we can use the length property or iterate through the string and count the characters.

    • For example, to reverse a linked list:

    • Node* prev = NULL; Node* current = head; Node* next = NULL; while (current != NULL) ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do proper data structure problems.

Skills evaluated in this interview

Interview questions from similar companies

Software Development Engineer II Interview Questions & Answers

Atlassian user image Suraj Udayashankar (Suraj Uday)

posted on 7 Aug 2024

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

Graphql implementation

Round 2 - Coding Test 

System design questions : HLD and LLD

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Strengths and weakness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Mvc , mapping , rest endpoints
  • Q2. Oops concepts from java
  • Ans. 

    Object-oriented programming concepts in Java

    • Encapsulation: bundling data and methods together

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding implementation details and providing a simplified view

    • Encapsulation example: using private variables and public methods

    • Inheritance example: creating a subclass that inherits properties and m...

  • Answered by AI
  • Q3. System design ques were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It is Hacker rank test ,asked 2 questions and needs to solve in 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Tested problem solving
Round 3 - Technical 

(1 Question)

  • Q1. Low level designing
Round 4 - One-on-one 

(1 Question)

  • Q1. It is managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Model Engineering College, Kochi and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mental and Verbal aptitude - 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Basic C++, DSA questions
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Oops
Basic DSA
Project Based Discussions
NodeJs/ReactJS Fundamental Questions

Round 2 - Coding Test 

Advance Oops and DSA

Round 3 - HR 

(2 Questions)

  • Q1. 1.) Why would you like to work for ncr
  • Q2. 2.) What you know about Self Serve Checkout
Round 1 - Coding Test 

Prepare DSA very well and also one common question which is very frequently asked ks design Hashmap and also implement LRU cache.

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to do good negotiation as they are very flexible
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.

24/7 Customer Interview FAQs

How to prepare for 24/7 Customer Software Development Engineer II 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 24/7 Customer. The most common topics and skills that interviewers at 24/7 Customer expect are Data Structures, Agile, Algorithms, Automation and Core Java.

Tell us how to improve this page.

24/7 Customer Software Development Engineer II Salary
based on 16 salaries
₹10.3 L/yr - ₹23.4 L/yr
40% less than the average Software Development Engineer II Salary in India
View more details

24/7 Customer Software Development Engineer II Reviews and Ratings

based on 2 reviews

3.3/5

Rating in categories

2.8

Skill development

4.0

Work-life balance

2.5

Salary

3.3

Job security

3.3

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 2 Reviews and Ratings
Digital Interaction Advisor
1.2k salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Digital Interactive Specialist
1k salaries
unlock blur

₹1 L/yr - ₹5.2 L/yr

Advisor
522 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Digital Interaction Executive
395 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

Executive
282 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Explore more salaries
Compare 24/7 Customer with

WNS

3.4
Compare

Genpact

3.8
Compare

Concentrix Corporation

3.8
Compare

Teleperformance

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