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 92 Reviews

Filter interviews by

Seneca Global IT Services Interview Questions, Process, and Tips

Updated 26 Sep 2024

Top Seneca Global IT Services Interview Questions and Answers

View all 15 questions

Seneca Global IT Services Interview Experiences

Popular Designations

6 interviews found

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

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Python OOPS concept and other libraries and framework
  • Q2. Sqlalchemy queries and db optimization

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on python, it's internal workings and programming
Round 2 - Technical 

(1 Question)

  • Q1. Indepth on python again

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time.

The HR gave heads up on the questions that were generally asked in the interview rounds in some detail. This was surprising and intriguing as no HR does that.

There were two rounds on python-indepth plus programming. Both of which I aced and had really good discussions with the interviewers.

Based on the discussions and my performance it was obvious that I had cracked it.

But to my dismay, got a message from the HR at a unusual time that they are not going forward with my profile as my performance was not upto the mark which made no sense.

And on seeing online interview reviews it was apparent that, this has been the pattern with most of them candidates.

Overall a weird interview experience.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Naukri.com and was interviewed in Sep 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 - One-on-one 

(3 Questions)

  • Q1. React how to reduce unnecessary re-renders
  • Ans. 

    Use React.memo, useCallback, and shouldComponentUpdate to reduce unnecessary re-renders.

    • Use React.memo to memoize functional components and prevent re-renders when props don't change.

    • Use useCallback to memoize functions and prevent re-creation on every render.

    • Use shouldComponentUpdate to prevent class components from re-rendering unnecessarily.

    • Avoid using inline functions in render methods as they create new function i...

  • Answered by AI
  • Q2. What is Polyfill and write polyfill for Array methods
  • Ans. 

    Polyfill is a code that provides modern functionality on older browsers.

    • Polyfills are used to fill the gap between modern and older browsers.

    • They are written in JavaScript and provide functionality that is not natively supported by the browser.

    • Polyfills can be used for Array methods like forEach, map, filter, reduce, etc.

    • Here's an example of a polyfill for the Array.prototype.forEach method: Array.prototype.forEach = f

  • Answered by AI
  • Q3. Write a program to remove all the duplicates an array
  • Ans. 

    Program to remove duplicates from an array

    • Create a new empty array

    • Loop through the original array and check if the element already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
Round 3 - Client Interview 

(6 Questions)

  • Q1. What is Prototype Inheritance
  • Ans. 

    Prototype Inheritance is a way of creating objects based on existing objects.

    • It allows objects to inherit properties and methods from other objects.

    • It is a feature of object-oriented programming in JavaScript.

    • It helps in creating efficient and reusable code.

    • Example: A 'Car' object can inherit properties and methods from a 'Vehicle' object.

  • Answered by AI
  • Q2. What is different web storages and Does Session storage available in other tab and new window?
  • Ans. 

    Web storages include local storage, session storage, and cookies. Session storage is not available in other tabs or windows.

    • Local storage persists even after the browser is closed, while session storage is cleared when the session ends.

    • Cookies are used for storing small amounts of data that can be accessed by both the server and client.

    • Session storage is only available within the same tab or window where it was created...

  • Answered by AI
  • Q3. What is IndexDB and how to work with it?
  • Ans. 

    IndexDB is a client-side storage system for web applications.

    • It allows storing data in key-value pairs.

    • It is an alternative to cookies and local storage.

    • It supports transactions for atomic operations.

    • It can store large amounts of structured data.

    • It can be accessed using JavaScript APIs.

  • Answered by AI
  • Q4. What are web sockets and how it works
  • Ans. 

    Web sockets are a communication protocol that allows real-time bidirectional communication between a client and a server.

    • Web sockets use a persistent connection between the client and server

    • They allow for real-time data transfer without the need for constant HTTP requests

    • Web sockets are commonly used in chat applications, online gaming, and stock trading platforms

  • Answered by AI
  • Q5. How to add a custom headers to an Axios calls
  • Ans. 

    To add custom headers to an Axios call, use the headers property in the config object.

    • Create a config object with the headers property

    • Pass the config object as the second argument to the Axios call

    • Example: axios.get(url, { headers: { 'Authorization': 'Bearer token' } })

  • Answered by AI
  • Q6. What is Event Bubbling and Event Capturing
  • Ans. 

    Event bubbling and capturing are two ways of propagating events in the DOM tree.

    • Event bubbling is the process of an event propagating from the innermost element to the outermost element in the DOM tree.

    • Event capturing is the opposite of event bubbling, where the event is captured at the outermost element and propagated to the innermost element.

    • Event listeners can be added to either the capturing or bubbling phase using...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Seneca Global IT Services UI UX Architect interview:
  • Inheritance
Interview preparation tips for other job seekers - Prepare on the core concepts of JavaScript and React JS.

Skills evaluated in this interview

Top Seneca Global IT Services UI UX Architect Interview Questions and Answers

Q1. What is different web storages and Does Session storage available in other tab and new window?
View answer (1)

UI UX Architect Interview Questions asked at other Companies

Q1. What is different web storages and Does Session storage available in other tab and new window?
View answer (1)
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

Top Seneca Global IT Services Software Engineer Interview Questions and Answers

Q1. Write a python code to identify and arrange non zero and negative integers in a list
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Seneca Global IT Services interview questions for popular designations

 Software Engineer

 (2)

 HR Consultant

 (1)

 Senior Software Engineer

 (1)

 Technology Analyst

 (1)

 UI UX Architect

 (1)

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

Top Seneca Global IT Services Software Engineer Interview Questions and Answers

Q1. Write a python code to identify and arrange non zero and negative integers in a list
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Get interview-ready with Top Seneca Global IT Services Interview Questions

I applied via campus placement at CMR Institute of Technology, Ranga Reddy and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Group Discussion 

The GD was good.

Round 2 - One-on-one 

(1 Question)

  • Q1. Hr challenges in 2020.
Round 3 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, Very bad experience with the people over there. Highly recommend not to join such organisation where your job has no security. One day you will wake and see that you are out of the company. Biggest regret about my life is to accept the offer.

HR Consultant Interview Questions asked at other Companies

Q1. How would you use linked in and naukri to source
View answer (2)

Jobs at Seneca Global IT Services

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

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

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

Round 1 - Group Discussion 

Pretty standard GD on topics around working remotely and country's macroeconomic

Round 2 - Technical 

(2 Questions)

  • Q1. Derivative Knowledge Check
  • Q2. Alternate Investment Knowledge Check
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario Based and financial instrument level
  • Q2. Deep dive into derivative and alternative investment
  • Ans. 

    Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.

    • Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.

    • Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.

    • Both derivative and alternative...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General HR Question
  • Q2. Strength and Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well with financial knowledge of both derivative and alternative investments. Expect scenario based questions and tailor your resume according to the JD

Seneca Global IT Services Interview FAQs

How many rounds are there in Seneca Global IT Services 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 One-on-one Round, Technical and HR.
How to prepare for Seneca Global IT Services 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 Python, AWS, Javascript, Java and SQL.
What are the top questions asked in Seneca Global IT Services interview?

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

  1. What is different web storages and Does Session storage available in other tab ...read more
  2. What is Polyfill and write polyfill for Array meth...read more
  3. React how to reduce unnecessary re-rend...read more

Tell us how to improve this page.

Seneca Global IT Services Interview Process

based on 3 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 6 Seneca Global IT Services interviews
Job Portal
Campus Placement
50%
17%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all

Seneca Global IT Services Reviews and Ratings

based on 92 reviews

4.2/5

Rating in categories

4.2

Skill development

4.4

Work-Life balance

4.2

Salary & Benefits

4.1

Job Security

4.2

Company culture

4.0

Promotions/Appraisal

4.3

Work Satisfaction

Explore 92 Reviews and Ratings
Senior QA Automation Engineer

Hyderabad / Secunderabad

5-6 Yrs

₹ 7.1-15 LPA

Senior Java Developer

Hyderabad / Secunderabad

6-9 Yrs

Not Disclosed

Backend Tech Lead

Hyderabad / Secunderabad

8-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
87 salaries
unlock blur

₹3.8 L/yr - ₹9.8 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹7.8 L/yr - ₹27 L/yr

Technical Analyst
45 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Information Technology Support Engineer
37 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Senior Technical Analyst
31 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.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview