Upload Button Icon Add office photos
Engaged Employer

i

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

Seneca Global IT Services Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 96 Reviews

Filter interviews by

Seneca Global IT Services Software Engineer Interview Questions, Process, and Tips

Updated 26 Sep 2024

Top Seneca Global IT Services Software Engineer Interview Questions and Answers

View all 6 questions

Seneca Global IT Services Software Engineer Interview Experiences

2 interviews found

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 Sep 2023. There were 4 interview rounds.

Round 1 - Assignment 

Online assesment having python mcq questions on topic like oop, basic python datatypes etc.

Round 2 - Technical 

(1 Question)

  • Q1. Write a python code to identify and arrange non zero and negative integers in a list
  • Ans. 

    Python code to arrange non zero and negative integers in a list

    • Iterate through the list and separate non zero and negative integers

    • Sort the non zero and negative integers separately

    • Combine the sorted lists to get the final result

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Python, Flask, Database technical discussion
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, company fit etc

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Explain about memory management
  • Ans. 

    Memory management is the process of controlling and coordinating computer memory, assigning portions called blocks to various programs.

    • Memory management involves allocating memory to programs when needed and freeing up memory when no longer needed.

    • It helps prevent memory leaks and optimize memory usage.

    • Common memory management techniques include garbage collection, manual memory management, and automatic memory managem...

  • Answered by AI
  • Q2. Explain about UITableViews
  • Ans. 

    UITableViews are a type of view in iOS development used to display data in a scrollable list format.

    • UITableViews are commonly used in iOS apps to display lists of data, such as contacts, messages, or settings.

    • They consist of rows and sections, with each row representing an item of data.

    • UITableViews can be customized with different cell types, styles, and layouts.

    • They support features like scrolling, selection, editing,...

  • Answered by AI
  • Q3. Explain Lazy variable
  • Ans. 

    Lazy variable is a variable that is not evaluated until it is needed.

    • Lazy variables are used to defer the initialization of a variable until it is actually accessed or needed.

    • They can help improve performance by avoiding unnecessary computations.

    • Lazy variables are commonly used in functional programming languages like Swift and Kotlin.

  • Answered by AI
  • Q4. Explain about cocoa pods
  • Ans. 

    CocoaPods is a dependency manager for Swift and Objective-C projects.

    • CocoaPods is used to easily manage and install third-party libraries in iOS projects.

    • It uses a Podfile to specify project dependencies and automatically downloads and integrates them.

    • CocoaPods simplifies the process of adding and updating libraries in Xcode projects.

    • Example: 'pod 'Alamofire'' adds the Alamofire networking library to a project.

  • Answered by AI
  • Q5. Explain about XCTest
  • Ans. 

    XCTest is a testing framework provided by Apple for writing unit tests for Swift and Objective-C code.

    • XCTest is integrated into Xcode and allows for writing test methods within test classes.

    • Test methods are prefixed with the word 'test' and can be used to verify the behavior of code.

    • XCTest provides assertions like XCTAssert, XCTAssertTrue, XCTAssertFalse, XCTAssertEqual, etc. for validating test results.

    • Test cases can ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Seneca Global IT Services Software Engineer interview:
  • Swift
  • coredata

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

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

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Question based on array string linkedlist

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2023. There were 4 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 - Coding Test 

It was online test having coding questions for logical part and UI part

Round 3 - Technical 

(2 Questions)

  • Q1. Again logical and technical round with questions that you need to code while sharing your screen.
  • Q2. Todo list problem
  • Ans. 

    Implement a todo list with add, delete, and mark as completed functionalities.

    • Create an array to store the tasks

    • Implement functions to add, delete, and mark tasks as completed

    • Display the tasks with their completion status

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Basic js concepts

Skills evaluated in this interview

Seneca Global IT Services Interview FAQs

How many rounds are there in Seneca Global IT Services Software Engineer interview?
Seneca Global IT Services interview process usually has 2-3 rounds. The most common rounds in the Seneca Global IT Services interview process are Technical, One-on-one Round and Assignment.
How to prepare for Seneca Global IT Services Software Engineer 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 Seneca Global IT Services. The most common topics and skills that interviewers at Seneca Global IT Services expect are Node.Js and Typescript.
What are the top questions asked in Seneca Global IT Services Software Engineer interview?

Some of the top questions asked at the Seneca Global IT Services Software Engineer interview -

  1. Write a python code to identify and arrange non zero and negative integers in a...read more
  2. Explain about memory managem...read more
  3. Explain about UITableVi...read more

Tell us how to improve this page.

Seneca Global IT Services Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Seneca Global IT Services Software Engineer Salary
based on 86 salaries
₹3.8 L/yr - ₹11.5 L/yr
15% less than the average Software Engineer Salary in India
View more details

Seneca Global IT Services Software Engineer Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

4.7

Skill development

4.6

Work-life balance

2.8

Salary

4.3

Job security

4.5

Company culture

2.5

Promotions

4.2

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
86 salaries
unlock blur

₹3.8 L/yr - ₹11.5 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹7.8 L/yr - ₹27 L/yr

Technical Analyst
47 salaries
unlock blur

₹12 L/yr - ₹34 L/yr

Information Technology Support Engineer
37 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Senior Technical Analyst
33 salaries
unlock blur

₹17.6 L/yr - ₹38.2 L/yr

Explore more salaries
Compare Seneca Global IT Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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