Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services IOS Developer Interview Questions and Answers

Updated 12 Nov 2024

Virtusa Consulting Services IOS Developer Interview Experiences

1 interview found

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

(2 Questions)

  • Q1. Basic ios development questions
  • Q2. Core data or any other data base

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went really well but still rejected.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basics to advance level of questions
  • Q2. What is the difference between swift & objective c?
  • Ans. 

    Swift is a modern programming language while Objective-C is an older language used for iOS development.

    • Swift is easier to read and write than Objective-C.

    • Swift is faster than Objective-C.

    • Objective-C is still used in legacy codebases.

    • Swift has a simpler syntax and is more concise.

    • Swift has better memory management than Objective-C.

  • Answered by AI
  • Q3. Features of swift 5
  • Ans. 

    Swift 5 introduces ABI stability, new language features, and improved performance.

    • ABI stability ensures compatibility between future Swift versions

    • Raw strings allow for easier handling of regular expressions and multi-line strings

    • Dynamic callable types enable objects to be called like functions

    • Improved performance with faster build times and reduced app size

    • New Result type for handling errors and success cases

    • Property ...

  • Answered by AI
  • Q4. About latest project

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good formal interview overall

Skills evaluated in this interview

IOS Developer Interview Questions Asked at Other Companies

asked in Movius Corp
Q1. What will be the output of the following Swift code: \n\nstruct s ... read more
Q2. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Go ... read more
asked in Movius Corp
Q3. What is the difference between the Liskov Substitution Principle ... read more
asked in Movius Corp
Q4. What is the time complexity for finding the longest common prefix ... read more
asked in Cognizant
Q5. What is optional, difference between struct and class?

IOS Developer Interview Questions & Answers

CGI Group user image Asha Treesa Kurian

posted on 10 Apr 2024

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

(1 Question)

  • Q1. Based on the position
Round 2 - HR 

(1 Question)

  • Q1. About previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work with
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Auto closures and escaping closures
  • Q2. Cardinality and reverse string code

What people are saying about Virtusa Consulting Services

View All
a senior software engineer and lead
1w
Salary range for SQA (functional and automation tester) manager position on state street
What is the typical salary range I can expect for an SDET Manager (SQA Functional & Automation Tester) position at State Street,Hyderabad in India , given my 12 years of experience? Salary Range for SDET Manager at State Street in India (12 Years Experience)
Got a question about Virtusa Consulting Services?
Ask anonymously on communities.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Auto closures and Escaping closures
  • Q2. Cardinality and string reverse coding

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scd type 2
  • Q2. Questions on how to give conditions between sessions to run after first session succeeded
  • Ans. 

    Use task scheduling or conditional statements to run subsequent sessions after successful completion of first session.

    • Use task scheduler like cron job to schedule subsequent sessions

    • Use conditional statements like if-else to check for success of first session before running subsequent sessions

    • Use try-catch block to handle any errors in first session and prevent subsequent sessions from running

    • Pass success/failure statu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 3 rounds 2 are technology rounds 3rd round is HR ROUND ZOOM VIDEO CALL ALL. MODERATE INTERVIEW NOT TOO CRITICAL. OK TO DO

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

Interview Questionnaire 

2 Questions

  • Q1. Dot net and SQL related questions they asked and asked about my previous company projects knowledge and experience.
  • Q2. It was one technical round.And maximum it’s related with projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about some dot net skills whatever you worked in projects and bit prepare about SQL thoroughly.
Are these interview questions helpful?

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r...

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Ans. 

    Load records from a flat file into a database using the ';' character as a delimiter in Informatica.

    • Use the Source Qualifier transformation to define the flat file as the source.

    • Set the delimiter property in the Source Definition to ';' to split records correctly.

    • In the Source Qualifier, ensure that 'Treat consecutive delimiters as one' is unchecked if there are empty fields.

    • Example: If a record is 'John;Doe;30;', it w...

  • Answered by AI
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

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

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

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:
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 

(2 Questions)

  • Q1. Opps concepts in c sharp
  • Ans. 

    OOPs concepts in C# include encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Example: A car class can inherit properties and methods from a vehicle class, and encapsulate its ...

  • Answered by AI
  • Q2. Dot net core fundamental questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic is enough to crack entry level dotney job

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Programming Logic.
  • Q2. Spark Basics.
  • Q3. Hive basics
  • Q4. SQL
  • Q5. Scala

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a moderate interview and I had good experience with interviewer. Since I am from the Data Engineering background. So, I was asked basic spark and hadoop conceptual questions. Also the interviewer tested my programming logic by making me write some pseudo code. HR discussion also went fine and they Offered a good CTC higher than my expected.

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services IOS Developer interview?
Virtusa Consulting Services interview process usually has 1 rounds. The most common rounds in the Virtusa Consulting Services interview process are Technical.
How to prepare for Virtusa Consulting Services IOS Developer 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 Virtusa Consulting Services. The most common topics and skills that interviewers at Virtusa Consulting Services expect are Swift Payments, Biostatistics, Objective C, Swift and Animation.
What are the top questions asked in Virtusa Consulting Services IOS Developer interview?

Some of the top questions asked at the Virtusa Consulting Services IOS Developer interview -

  1. Core data or any other data b...read more
  2. Basic ios development questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

Genpact Interview Questions
3.7
 • 3.4k Interviews
DXC Technology Interview Questions
3.6
 • 841 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 628 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all
Virtusa Consulting Services IOS Developer Salary
based on 8 salaries
₹8.9 L/yr - ₹22 L/yr
134% more than the average IOS Developer Salary in India
View more details
IOS Developer

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
3.7k salaries
unlock blur

₹14 L/yr - ₹26 L/yr

Software Engineer
3.5k salaries
unlock blur

₹4.3 L/yr - ₹13.3 L/yr

Lead Consultant
3.3k salaries
unlock blur

₹17.1 L/yr - ₹29 L/yr

Consultant
3.2k salaries
unlock blur

₹10 L/yr - ₹16.6 L/yr

Associate Consultant
2.6k salaries
unlock blur

₹8.1 L/yr - ₹14 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.7
Compare

TCS

3.6
Compare

Infosys

3.6
Compare

Accenture

3.7
Compare
write
Share an Interview