KASHII UPDATEZ Everyday Student Requirements & Python Coding Tutorials by Python Kashi
KashiiUpdatez
REQUIREMENT_ID_300 β€’ 3-DAY_ACTIVE_POLICY

Automation Engineer

Company
Company EVS
Type
Opportunity Type Internship
Salary
Stipend / Salary 5 LPA – 7 LPA (approx.)
Location
Location Remote
Posted Date
Posted Date Today
Python REST API development Microsoft Word/Excel automation SQL AWS (S3 EC2 CloudWatch) Git CI/CD problem solving communication teamwork basic knowledge of C#/.NET or VBA AI/ML concepts (RAG LLM vector databases)
πŸ“–
Aptitude and Logical Reasoning Practice Open Resource β†—
Helps you prepare for the initial online assessment covering quantitative, verbal, and logical reasoning questions common at EVS.
πŸ“–
Technical Interview Preparation Guide Open Resource β†—
Covers coding patterns, system design basics, and automation concepts that are frequently asked in EVS technical rounds.
πŸ“–
Comprehensive Interview Coaching Resources Open Resource β†—
Offers curated interview experiences, sample questions, and tips to boost confidence for EVS recruitment.
πŸ“–
Coding Practice Platform Open Resource β†—
Provides a large set of algorithmic problems to sharpen your Python and data‑structure skills for the technical interview.

Bachelor's degree in Computer Science, Software Engineering, Computer Engineering, Information Systems or related field; minimum 60% aggregate or CGPA 6.5/10; graduates of 2022‑2024 eligible; no active backlogs at the time of joining; strong academic record in programming and data structures.

1
Round 1: Online aptitude & logical reasoning test
2
Round 2: Technical interview (coding, automation design, AWS & AI concepts)
3
Round 3: HR interview (cultural fit, motivations, salary expectations)
EVS (Engineering Solutions for Clean Energy Projects) has been a cornerstone of India’s renewable energy landscape for over four decades. With deep expertise in civil and electrical engineering, solar PV, battery energy storage systems (BESS), transmission, sub‑stations, GIS, and land surveying, the company blends traditional engineering rigor with cutting‑edge digital transformation. Its culture is built on respect, integrity, and humility, and it offers a mentorship‑rich environment where fresh talent works side‑by‑side with industry veterans to deliver high‑impact projects. The Automation Engineer (Entry Level) will be a key player in EVS Labs, tasked with designing, building, and maintaining automation solutions that streamline both engineering and business workflows. Reporting to the AI Engineering Lead, the role will involve creating reusable components, integrating enterprise platforms, and embedding AI capabilities such as Retrieval‑Augmented Generation (RAG) and large language model (LLM) APIs into daily processes. The position is fully remote, allowing candidates across India to collaborate with cross‑functional teams using modern cloud and DevOps practices. **Key Responsibilities** 1. Design and develop end‑to‑end automation workflows that replace repetitive manual tasks across engineering and business units. 2. Automate document generation, proposal drafting, reporting, calculations, and data movement between systems like CRM, ERP, GIS, and project management tools. 3. Build and maintain REST API integrations with Microsoft 365, internal databases, and third‑party enterprise applications. 4. Create reusable automation libraries and frameworks that can be leveraged by multiple product teams. 5. Incorporate AI techniquesβ€”RAG, document ingestion pipelines, vector databases, prompt engineering, and LLM APIsβ€”into workflow automation. 6. Develop cloud‑native solutions using AWS services (S3, EC2, CloudWatch) and follow DevOps best practices for CI/CD, monitoring, and security. 7. Collaborate closely with full‑stack developers to embed automation services into EVS software products. 8. Conduct performance testing, reliability monitoring, and continuous improvement of deployed automation solutions. 9. Produce technical documentation, user guides, and provide training to end‑users. 10. Participate in architecture discussions, contribute ideas for new product features, and stay abreast of emerging AI and automation technologies. **Tech Stack**: Python, REST APIs, Microsoft 365 automation, SQL, AWS (S3, EC2, CloudWatch), Git, CI/CD pipelines, Docker, C#/.NET or VBA (nice‑to‑have), AI/ML tools (RAG, vector DBs, LLM APIs), PowerShell/Power Automate. **Growth Path**: Starting as an Automation Engineer, high performers can progress to Senior Automation Engineer, Automation Architect, or AI Solutions Lead, with opportunities to move into product management or engineering leadership roles within EVS Labs. **Why Join EVS?** The company offers exposure to large‑scale renewable energy projects, a chance to work on AI‑driven automation that directly impacts business efficiency, and a supportive remote‑first culture. Employees benefit from comprehensive health benefits, flexible work hours, performance bonuses, and continuous learning incentives such as certification bonuses. Joining EVS means contributing to a greener future while accelerating your own technical career.

EVS β€” QA & Automation Testing Interview Guide

Previously asked questions, exam syllabus, coding benchmarks & round strategy.

APTITUDE & LOGIC πŸ“–
Aptitude Practice Questions & Online Mock Tests

Curated logical, quantitative, and verbal reasoning problems to sharpen reasoning skills required for the initial screening test.

Open Resource β†—
COMPANY GUIDE 🎯
EVS Interview Preparation Corner

Comprehensive guide covering typical interview formats, common questions, and preparation tips for EVS and off-campus tech roles.

Open Resource β†—
MOCK TESTS & PAPERS πŸ“
Comprehensive Interview Prep Resources & Syllabus

Collection of previous year questions, company-specific test patterns, and interview experiences for technical and HR rounds.

Open Resource β†—
CODING PRACTICE πŸ’»
Algorithm and Data Structure Problem Set

Practice problems to improve coding proficiency and algorithm problem-solving speed for technical rounds.

Open Resource β†—
Round 1: Online Assessment (OA)
Aptitude, Quantitative Logic & 2 Coding Problems
Focus on accuracy and speed. Practice arrays, strings, and standard arithmetic puzzles.
Round 2: Technical Interview 1
Core Tech Stack (Python, REST API development, Microsoft Word/Excel automation, SQL, AWS (S3, EC2, CloudWatch), Git, CI/CD, problem solving, communication, teamwork, basic knowledge of C#/.NET or VBA, AI/ML concepts (RAG, LLM, vector databases)) & Live Code Tracing
Explain your thought process aloud. Analyze time & space complexities before coding.
Round 3: System Design & Problem Solving
Database Schemas, APIs & Architecture Basics
Clarify edge cases, diagram schemas cleanly, and discuss scalability trade-offs.
Round 4: HR & Cultural Fit Discussion
EVS Core Values, Learning Agility & Offer Terms
Demonstrate passion, strong communication, and readiness for full-time collaboration.
What is the difference between Implicit Wait, Explicit Wait, and Fluent Wait in Selenium? Answer β–Ό
Model Answer: Implicit Wait sets a global timeout for all element lookups. Explicit Wait pauses execution until a specific ExpectedCondition (e.g. elementToBeClickable) is met. Fluent Wait allows defining polling frequency and ignoring specific exceptions like NoSuchElementException.
Explain the Page Object Model (POM) and its advantages in Test Automation. Answer β–Ό
Model Answer: POM is a design pattern that creates an object repository for web UI elements. It separates test scripts from page locators, reducing code duplication and making maintenance easy when UI elements change.
How do you handle dynamic WebElements whose ID changes on page reload? Answer β–Ό
Model Answer: Use dynamic XPath methods like contains(), starts-with(), text(), or XPath axes (ancestor, following-sibling, parent) instead of brittle absolute paths.
What is the difference between @BeforeMethod and @BeforeClass in TestNG? Answer β–Ό
Model Answer: @BeforeClass runs once before the first test method in the current class, while @BeforeMethod executes before each individual test method.
How do you validate REST API response codes and JSON payload using Postman / RestAssured? Answer β–Ό
Model Answer: In RestAssured: given().when().get('/endpoint').then().assertThat().statusCode(200).body('status', equalTo('ACTIVE')).
Why do you want to join EVS as a Automation Engineer?
Preparation Tip: Highlight EVS's market reputation, recent tech innovations, and how your skills in Python directly solve their team's objectives.
Describe a challenging bug or academic project roadblock and how you resolved it.
Preparation Tip: Use the STAR method: Situation (project context), Task (what needed solving), Action (specific tools/logic applied), Result (quantifiable positive outcome).
How do you handle strict deadlines or sudden scope changes?
Preparation Tip: Explain your prioritization strategy, proactive communication with mentors/peers, and agile mindset.
Sponsored Advertisement

More Fresh Requirements in Software & Tech

View Category Feed β†—
EVS
Automation Engineer
Apply Apply Now β†—
Chat Chat with Kashii