Upload Button Icon Add office photos

Filter interviews by

SS Infotech Software Engineer Interview Questions and Answers

Updated 4 Aug 2024

SS Infotech Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Event loop example and explain event loop.
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling and executing events in a loop.

    • Event loop is commonly used in JavaScript to handle asynchronous operations.

    • It allows for non-blocking I/O operations by continuously checking for events and executing callbacks.

    • Example: In Node.js, the event loop allows for handling multiple requests concurrently without blocking the main thread.

  • Answered by AI
  • Q2. What is closure Whit explain.
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope in which it was defined.

    • Closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

    • Example: const innerFunc = outerFunction(); innerFunc(); // Output: 'I a

  • Answered by AI
  • Q3. React in deeply UsEffect example ,redux js,
  • Ans. 

    React's useEffect hook allows for side effects in functional components. Redux is a state management library for React applications.

    • useEffect is used for handling side effects in functional components in React

    • Redux is a state management library for managing global state in React applications

    • Example: useEffect(() => { fetchData() }, [])

    • Example: Redux store, actions, reducers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Full stack developer

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Portal

Round 1 - Aptitude Test 

DSA, system design, react, redux

Round 2 - Coding Test 

DSA, stystem design, react, redux

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

Round 1 - Coding Test 

Java 8 programs, string buffer and builder

Round 2 - Group Discussion 

About traffic in Banglore and the project

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to the technology stack you have added
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 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. What are the STLC steps. Explain
  • Ans. 

    STLC stands for Software Testing Life Cycle. It consists of 6 steps.

    • Step 1: Requirement Analysis

    • Step 2: Test Planning

    • Step 3: Test Case Development

    • Step 4: Test Environment Setup

    • Step 5: Test Execution

    • Step 6: Test Closure

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What are the agile ceremonies you attended

Interview Preparation Tips

Interview preparation tips for other job seekers - Agile topics are common for all the jobs. SQL basic questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 

(2 Questions)

  • Q1. Basic c++ interview questions only
  • Q2. General awareness questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Self motivated
Good at basics
Understand the market
Clear about job responsibilities

Interview Questionnaire 

1 Question

  • Q1. How to get better opportunity in Software industries?
  • Ans. 

    To get better opportunities in the software industry, one can focus on continuous learning, networking, showcasing skills, and staying updated with industry trends.

    • Continuously learn and improve technical skills

    • Stay updated with the latest industry trends and technologies

    • Build a strong professional network

    • Participate in open-source projects or contribute to the software community

    • Showcase your skills through personal pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - when want to get any opportunity from IT company so that we have to work on the skills as Interview time as well as survive in the company.Thanks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Group Discussion 

He gave a topic for group discussion of ten years of modi government.

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about youself
  • Q2. What is c
  • Ans. 

    C is a general-purpose programming language known for its efficiency and low-level control.

    • C was developed by Dennis Ritchie at Bell Labs in the 1970s.

    • It is widely used for system programming, embedded systems, and developing operating systems.

    • C is known for its simplicity, allowing direct memory manipulation and efficient code execution.

    • It influenced the development of many other programming languages, such as C++, Ja

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framew...

  • Answered by AI
  • Q4. What is lamda
  • Ans. 

    Lambda is a function that allows you to write and use small, anonymous functions in programming languages.

    • Lambda functions are often used in functional programming languages.

    • They are anonymous, meaning they don't have a name.

    • Lambdas can be used as arguments to higher-order functions.

    • They are commonly used for tasks that require a short, one-time function.

    • Lambda functions can be written in various programming languages,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

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

(1 Question)

  • Q1. Project related

SS Infotech Interview FAQs

How many rounds are there in SS Infotech Software Engineer interview?
SS Infotech interview process usually has 1 rounds. The most common rounds in the SS Infotech interview process are Technical.
What are the top questions asked in SS Infotech Software Engineer interview?

Some of the top questions asked at the SS Infotech Software Engineer interview -

  1. What is Event loop example and explain event lo...read more
  2. React in deeply UsEffect example ,redux ...read more
  3. What is closure Whit expla...read more

Tell us how to improve this page.

SS Infotech Software Engineer Salary
based on 6 salaries
₹1.1 L/yr - ₹3.2 L/yr
71% less than the average Software Engineer Salary in India
View more details
Software Engineer
6 salaries
unlock blur

₹1.1 L/yr - ₹3.2 L/yr

Tele Caller
6 salaries
unlock blur

₹0.1 L/yr - ₹1 L/yr

Assistant Manager Operations
5 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Sales Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹2.2 L/yr

Executive Accountant
5 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Explore more salaries
Compare SS Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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